]> sigrok.org Git - libsigrok.git/history - src/input/csv.c
input/csv: Eliminate remaining memory leaks in error paths
[libsigrok.git] / src / input / csv.c
2017-06-09 Gerhard Sittiginput/csv: Eliminate remaining memory leaks in error...
2017-06-09 Gerhard Sittiginput/csv: Fixup datafeed chunk size calculation
2017-06-08 Gerhard Sittiginput/csv: Send larger datafeed chunks, to speedup...
2017-06-06 Gerhard Sittiginput/csv: Update developer comment (fix for last EOL...
2017-06-06 Gerhard Sittiginput/csv: Accept absence of last end-of-line terminati...
2017-06-06 Gerhard Sittiginput/csv: Skip leading UTF-8 BOM in the input stream
2017-06-06 Gerhard Sittiginput/csv: Add developer comment with TODO items
2017-06-06 Gerhard Sittiginput/csv: Correctly skip over last processed end-of...
2017-06-06 Gerhard Sittiginput/csv: Fix a false negative after successful import
2017-06-06 Gerhard Sittiginput/csv: Re-order processing steps (column mode vs...
2017-06-06 Gerhard Sittiginput/csv: Concentrate text line encoding in a single...
2017-06-06 Gerhard Sittiginput/csv: Improve readability (bool expr vs assign...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-09 Soeren ApelInput/csv: Add reset() function
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-11-29 Stefan Brünsinput: fix leak of config data in several input modules
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-31 Bert Vermeuleninput/csv: Remove obsolete mimetype format match.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-19 Martin LingSimplify channel creation.
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-19 Jens Steinhauserinput/csv: Skip header line.
2014-10-04 Bert Vermeuleninput/csv: Fix size_t printing.
2014-10-02 Bert Vermeuleninput/csv: Code cleanup.
2014-09-29 Bert Vermeuleninput: Use SR_ERR_NA instead of SR_OK_CONTINUE.
2014-09-29 Bert Vermeuleninput: sr_input_free() is now a void function.
2014-09-29 Bert Vermeuleninput: Add sr_input_end().
2014-09-29 Bert Vermeuleninput: Free instance-private storage at instance free.
2014-09-29 Bert Vermeuleninput: Add sdi_ready flag to struct sr_input.
2014-09-29 Soeren ApelRemoval of sdi->index, step 3: sr_dev_inst_new() calls...
2014-08-30 Bert Vermeuleninput/csv: Use uint64 for samplerate option.
2014-08-27 Bert Vermeuleninput: sr_input_scan_*() now return a status code.
2014-08-26 Bert Vermeuleninput: Avoid warnings on all-zero static struct entries.
2014-08-25 Bert Vermeuleninput: Convert CSV module.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-08-01 Bert Vermeuleninput/csv: Match format on .csv extension in filename.
2014-07-22 Bert VermeulenReorganize project tree.