]> sigrok.org Git - libsigrok.git/history - src/session_driver.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / session_driver.c
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-03-27 Soeren ApelEnable loading of session files without the unit size...
2016-03-27 Soeren ApelEnable loading of session files without the capture...
2016-03-24 Soeren Apelanalog save: Avoid index duplication between analog...
2016-03-13 Martin Lingsession_driver: Process analog chunks into analog packets.
2016-03-13 Martin Lingsession_driver: Read analog chunks from file.
2016-03-13 Martin Lingsr_session_load(): Create analog channels from loaded...
2015-10-02 Daniel Elstnersession-file: Use 32-bit int for channel count
2015-10-01 Daniel Elstnervirtual-session: Plug ZIP archive leak
2015-10-01 Daniel Elstnervirtual-session: Advertise all config keys
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-03-24 Uwe HermannSome more g_try_*alloc() fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2014-11-23 Bert VermeulenPublish config key capabilities on session driver.
2014-11-09 Uwe Hermannsession_driver.c: Allow querying of SR_CONF_CAPTURE_UNI...
2014-09-16 Bert VermeulenConsistently use 'devopts' variable across all drivers.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-07-22 Bert VermeulenReorganize project tree.