]> sigrok.org Git - libsigrok.git/history - hardware/openbench-logic-sniffer/protocol.c
build: Portability fixes.
[libsigrok.git] / hardware / openbench-logic-sniffer / protocol.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-07-17 Martin LingRevise session API to allow for multiple sessions in...
2014-05-27 Bert Vermeulenols: Use new trigger API.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannRename sr_probe_new() to sr_channel_new().
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-01-30 Bert Vermeulenols: Code cleanup and more debug output.
2014-01-29 Bert Vermeulenols: Fix endianness problems in protocol.
2014-01-20 Bert Vermeulenols: Add option to turn test patterns off again.
2013-12-30 Martin Lingols: Use serial source management wrappers.
2013-12-30 Martin Lingols: Mark all serial calls as blocking or nonblocking.
2013-12-07 Martin Lingols: Get fd from sp_get_port_handle() rather than seria...
2013-12-07 Martin LingRoute sr_source_remove for all serial devices through...
2013-09-07 Matt Ranostayols: fixed demux mode disable noise filter
2013-09-06 Matt Ranostayols: Moved FLAG_FILTER to demux check
2013-08-30 Matt Ranostayols: fixed channel limit check
2013-08-28 Matt Ranostayols: combine demux samples
2013-08-26 Bert Vermeulenols: Fix RLE count handling
2013-08-26 Matt Ranostayols: fixed parallel stage triggers
2013-08-01 Bert Vermeulenols: Workaround for mac os X stray events
2013-04-29 Bert Vermeulenols: Don't close serial port after acquisition is done
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-22 Bert Vermeulenols: Use sr_dev_inst to store connection handle
2013-04-15 Bert Vermeulenols: Properly initialize operational state before start
2013-04-11 Bert Vermeulenols: Get rid of gcc warnings
2013-04-11 Bert Vermeulenols: Adjust to GVariant-based sr_config_* functions
2013-04-11 Bert VermeulenBump copyright year
2012-12-28 Uwe Hermannols: Add missing 'extern'.
2012-12-24 Uwe Hermannols: Split into api.c and protocol.[ch].