]> sigrok.org Git - libsigrok.git/history - src/output/srzip.c
Don't reference SR_PACKAGE_VERSION_STRING directly in output modules.
[libsigrok.git] / src / output / srzip.c
2018-12-20 Martin LingDon't reference SR_PACKAGE_VERSION_STRING directly...
2018-04-19 Uwe Hermanninput/output: Slightly improved module descriptions.
2018-02-10 Gerhard Sittigoutput/srzip: fix potential "use after free"
2018-02-09 Gerhard Sittigsrzip: don't access non-existing option
2018-02-09 Gerhard Sittigoutput/srzip: silence "use after free" compiler warning
2017-06-06 Uwe HermannMinor cosmetics.
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-05-13 Lars-Peter Clausensrzip: zip_append_analog(): Fix memory leaks
2016-05-13 Lars-Peter Clausensrzip: Fix handling of analog channels with index 0
2016-03-27 Soeren Apelsrzip: Optimize analog output saving
2016-03-24 Soeren Apelanalog save: Avoid index duplication between analog...
2016-03-15 Uwe Hermannoutput/srzip: Minor whitespace fixes.
2016-03-13 Martin Lingsrzip: Renumber analog channels from zero in output...
2016-03-13 Martin Lingsrzip: Save analog data.
2016-03-13 Martin Lingsrzip: Store total number of analog channels.
2016-03-13 Martin Lingsrzip: Count only logic channels in "total probes".
2015-11-29 Stefan Brünsoutput: fix options memory leak
2015-10-16 Daniel Elstnersrzip: Avoid recent-ish zip_file_add()
2015-10-01 Daniel Elstnersrzip: Avoid low-level FD-based I/O
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-09 Uwe Hermannportability: Use g_strerror() in favor of strerror().
2015-08-16 Daniel ElstnerConsistently use SR_PACKAGE_VERSION instead of VERSION
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-08-15 Soeren Apeloutput/srzip: Prevent memory leak in case filename...
2015-07-30 Soeren Apeloutput/srzip: Use sr_output->filename instead of option
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2014-12-05 Aurelien JacobsOnly save enabled channels to a session file.
2014-11-24 Bert VermeulenAlways save all channels to a session file.
2014-11-11 Bert Vermeulenoutput: Add srzip, the session file format.