]> sigrok.org Git - sigrok-cli.git/history - session.c
show: Format channel output when no channel is available
[sigrok-cli.git] / session.c
2020-08-03 Gerhard Sittigaccept multiple --config requests for multiple channel...
2020-08-03 Gerhard Sittigparsers: extend options parser, support optional ID...
2020-08-03 Gerhard Sittigparsers: warn about unknown input/output module option...
2020-08-03 Gerhard Sittigdevice: rename channel group lookup routine
2020-07-25 Gerhard Sittigdecode: start collecting internal state (samplerate)
2019-11-09 Devan LaiSet stdout to binary mode on Windows as needed
2019-05-14 Gerhard Sittigsession: print error message when output file creation...
2019-05-14 Gerhard Sittigshow: add support for -i <fn> --show, provide details...
2019-05-14 Gerhard Sittigsession: make group of 'static' vars more visible
2018-10-21 Guido TrentalanciaFix invalid frame limit error reporting
2018-05-03 Aleksander AlekseevMinor fix that makes Clang Static Analyzer stop complaining
2018-04-25 Uwe HermannBugfix in order to make sr_session_stop() actually...
2018-04-19 Uwe Hermannsession: Don't run nop transform unless explicitly...
2017-12-22 Vincent PalatinForce backup analog traces only if needed
2017-06-24 Gerhard Sittigsession: Adjust scan for non-demo device
2017-06-06 Uwe HermannFix build when using --without-libsigrokdecode.
2015-12-31 Uwe HermannUpdate API calls due to recent libsigrok renames.
2015-11-03 Martin LingUpdate for configuration API changes.
2015-10-09 Daniel Elstneranykey: Use GLib I/O channel watch
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-08 Bert VermeulenFree trigger after acquisition session.
2015-08-31 Bert VermeulenSupport SR_T_MQ.
2015-08-23 Bert VermeulenSupport SR_T_MQLIST.
2015-08-23 Bert VermeulenUse new sr_key_info instead of sr_config_info.
2015-08-21 Soeren Apelsession: Use INTERNAL_IO_HANDLING output module flag
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-07-30 Uwe HermannDon't open an output file in the case of srzip.
2015-07-30 Soeren Apelsession: Supply filename to the output module directly
2015-03-26 Uwe HermannMinor cosmetics.
2015-03-26 Uwe HermannDon't check g_free() arguments for NULL.
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.
2015-02-27 Bartosz Golaszewskisession.c: Indicate the error type when --config -...
2015-02-12 Aurelien Jacobssession: remove unused variable 'size'.
2015-02-11 Uwe HermannImplement support for running transform modules.
2015-01-03 Bartosz Golaszewskiopt_to_gvar: notify the user in case of invalid values...
2015-01-03 Bartosz Golaszewskiopt_to_gvar: support SR_T_KEYVALUE
2015-01-03 Bartosz Golaszewskiopt_to_gvar: print an error message for unsupported...
2014-11-18 Bert VermeulenAlways check config key capabilities before using them.
2014-11-11 Bert VermeulenUse the srzip output module instead of session save...
2014-11-11 Uwe HermannUse getters now that 'struct sr_dev_inst' is opaque.
2014-09-13 Bert VermeulenAlways save all channels to a session file.
2014-08-23 Peter ZotovIf only one non-demo device is present, select it.
2014-08-20 Bert VermeulenFix generic sr_option enumeration.
2014-08-18 Bert VermeulenFix output module enumeration + code cleanup.
2014-08-15 Bert VermeulenEnumerate output module options according to API change.
2014-08-02 Bert VermeulenBetter output module checking.
2014-08-02 Bert VermeulenHandle floating point options for output modules.
2014-07-27 Bert VermeulenRemove stray debug output.
2014-07-25 Bert VermeulenUse finished output API.
2014-07-24 Bert VermeulenFree results of device scan as soon as possible.
2014-07-24 Bert VermeulenAdd analog output module to default output.
2014-07-23 Bert VermeulenProperly handle saving logic data packets of any size.
2014-07-17 Bert VermeulenUse new session API.
2014-07-15 Jens SteinhauserRemove unnecessary extern option variable declarations.
2014-05-27 Bert VermeulenUse new trigger API.
2014-05-06 Uwe HermannAdapt to SR_T_CHAR -> SR_T_STRING rename.
2014-04-25 Uwe Hermannsession: Show unitsize of the received data.
2014-04-24 Bert VermeulenFix saving to session file.
2014-04-22 Bert VermeulenDon't output anything else when decoding.
2014-04-20 Bert VermeulenUse new output module API wrappers.
2014-04-19 Bert VermeulenDrop obsolete output API support.
2014-04-13 Bert VermeulenAlways get samplerate at the start of acquisition.
2014-04-13 Bert VermeulenDeal with empty sessions nicely.
2014-03-25 Uwe HermannRename 'probe' to 'channel' in most places.
2014-03-25 Uwe HermannRename 'probe group' to 'channel group' everywhere.
2014-03-20 Bert VermeulenAdd support for setting double ranges.
2014-03-12 Bert Vermeulensession: Always save in chunks, including in continuous...
2014-02-21 Daniel Elstnersession: Do not derive unit size from enabled probes.
2014-02-21 Daniel Elstnersession: Remove call to sr_filter_probes()
2014-01-28 Uwe HermannFix more warnings when building without libsigrokdecode.
2014-01-19 Bert VermeulenDon't use SR_CONF_MAX_UNCOMPRESSED_SAMPLES.
2014-01-09 Bert VermeulenDon't leak GVariant.
2014-01-09 Bert VermeulenCheck device uncompressed memory size before running.
2013-12-29 Bert VermeulenAdd support for config keys of type G_VARIANT_TYPE_INT32.
2013-11-19 Uwe HermannFix a bunch of compiler warnings.
2013-11-19 poljar (Damir Jelić)sigrok-cli: Fix memory leak if we save the default...
2013-11-17 Bert VermeulenRefactor main source into separate files