]> sigrok.org Git - libsigrok.git/history - hardware/openbench-logic-sniffer/ols.c
Replace g_malloc{0,} with g_try_malloc{0,}.
[libsigrok.git] / hardware / openbench-logic-sniffer / ols.c
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-03 Bert VermeulenOLS driver overhaul
2011-03-03 Uwe HermannAdd SR_HZ macro for consistency.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-20 Uwe HermannAdd sr_ prefix to session_{add,remove}.
2011-02-08 Uwe HermannAdd sr_ prefix to 'struct samplerates'.
2011-02-08 Uwe HermannAdd sr_ prefix to session related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
2011-02-04 Bert Vermeulenols: default to 200KHz samplerate
2011-02-02 Uwe HermannMinGW: Build fixes.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannPrefixes for *_device_instance.
2011-01-30 Uwe HermannPrefix device structs with sr_.
2011-01-30 Uwe HermannAdd a field for the full name of a device.
2011-01-30 Uwe HermannPrefix datafeed structs with sr_.
2011-01-30 Uwe Hermannget_sr_device_instance() -> sr_get_device_instance().
2011-01-30 Uwe HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-17 Bert Vermeulenrefuse to set sample limit under 4 (protocol can't...
2011-01-15 Uwe HermannStart moving private stuff to sigrok-internal.h.
2011-01-13 Uwe HermannWhitespace and consistency fixes.
2011-01-12 Uwe HermannMinGW/Windows: Serial port portability fixes.
2011-01-11 Uwe HermannMinGW: Quickfix to make serial.c/ols.c compile.
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel Ribeiroupdate plugins and cli to use new DF_HEADER
2011-01-09 Bert Vermeulenchange all DF_LOGIC* to a single DF_LOGIC type
2010-12-28 Bert Vermeulenconsistent debug msgs, rename sump to ols
2010-08-12 Bert Vermeulenadd serial_flush()
2010-08-11 Bert VermeulenOLS: fix multi-channel capture
2010-08-11 Bert Vermeulenadd debug logging (set SIGROK_DEBUG=2 to see)
2010-08-05 Bert VermeulenOLS: fix triggers, sample order, capture ratio
2010-05-19 Bert Vermeulenuse flexible sample limit specification (k/m/g)
2010-05-09 Peter Stugesump/ols: Wait 10ms for hw response to make pl2303...
2010-04-22 Uwe HermannWin: Fix compile, serial port code (unfinished).
2010-04-15 Uwe HermannOLS: Coding style fixes.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-09 Bert Vermeulenmove posix-specific serial port comms to serial.c
2010-04-08 Bert Vermeulenswitch to SIGROK_ERR
2010-04-08 Bert Vermeulenvarious fixes, basic acquisition works
2010-04-05 Uwe HermannStart unification of libsigrok return codes.
2010-04-05 Uwe HermannMore consistent spelling of "samplerate".
2010-04-02 Uwe HermannStart of code base layout restructuring.