]> sigrok.org Git - sigrok-cli.git/history - input.c
doc: update manpage, mention -A and annotation rows
[sigrok-cli.git] / input.c
2018-05-25 Gerhard Sittiginput: make read from stdin work with the presence...
2018-04-25 Uwe HermannBugfix in order to make sr_session_stop() actually...
2018-04-19 Uwe Hermanninput.c: Rename BUFSIZE to CHUNK_SIZE.
2018-04-19 Uwe Hermanninput: Increase chunk size from 16KB to 4MB.
2015-10-09 Daniel Elstnerinput: Use own main loop instead of sr_session_run()
2015-10-07 Uwe HermannUse g_strerror() in favor of strerror().
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-03-26 Uwe HermannVarious #include file cosmetic fixes.
2015-03-25 Martin Lingsigrok-cli: Update for sr_session_{new,load} API change.
2015-03-21 Uwe HermannMinor cosmetics, whitespace- and consistency fixes.
2014-10-02 Bert VermeulenClean up session file loading.
2014-09-29 Bert Vermeuleninput: Use sr_input_end() at end of input stream.
2014-09-29 Bert Vermeuleninput: Don't use the sdi until it's ready.
2014-09-19 Uwe HermannFix a compiler warning.
2014-08-29 Bert VermeulenFix session file loading.
2014-08-28 Bert VermeulenUse sr_input_scan_*() API changes.
2014-08-28 Bert VermeulenAlways consider input from stdin as a non-session format.
2014-08-28 Bert VermeulenAllow input from stdin by specifying "-i -".
2014-08-28 Bert VermeulenUse new input API.
2014-07-17 Bert VermeulenUse new session API.
2014-07-15 Jens SteinhauserRemove unnecessary extern option variable declarations.
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-25 Uwe HermannRename 'probe' to 'channel' in most places.
2014-02-21 Daniel Elstnerparse_probestring: Return list of all probes by default.
2014-02-20 Daniel Elstnersession: Allow probe selection for session files.
2014-01-28 Dan Horákfix build without libsigrokdecode
2013-11-19 Uwe HermannFix a bunch of compiler warnings.
2013-11-17 Bert VermeulenRefactor main source into separate files