]> sigrok.org Git - libsigrok.git/history - src/input
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / input /
2018-06-03 Gerhard Sittiginput: clear sdi_ready flag and receive() buffer in...
2018-05-25 Gerhard Sittiginput/chronovu_la8: claim responsibility for LA16 files...
2018-05-25 Gerhard Sittiginput/chronovu_la8: only send data to the session,...
2018-05-21 Gerhard Sittiginput/logicport: unobfuscate 64-bit-clean bit mask...
2018-05-21 Gerhard Sittiginput/trace32_ad: fix potential buffer overflow for...
2018-05-19 Uwe Hermanninput/logicport: Fix outdated format_match().
2018-05-17 Gerhard Sittiginput: provide accessor routine for (struct sr_input...
2018-05-17 Gerhard Sittiginput/trace32_ad: data type nits, log verbosity in...
2018-05-17 Gerhard Sittiginput/trace32_ad: rephrase the header parse logic
2018-05-17 Gerhard Sittiginput/trace32_ad: silence format match logging, improve...
2018-05-17 Gerhard Sittiginput/chronovu_la8: address file size data type nits
2018-05-17 Gerhard Sittiginput: pass larger buffer to auto format detection
2018-05-17 Gerhard Sittiginput: add confidence (detection strength) to format_ma...
2018-05-17 Uwe Hermanninput/logicport: Drop some unneeded allocation checks.
2018-05-17 Gerhard Sittiginput/logicport: introduce input module for LogicPort...
2018-04-28 Gerhard Sittiginput/trace32_ad: silence format errors during input...
2018-04-21 Uwe Hermanninput/csv: Make the data format option a list.
2018-04-19 Uwe Hermanninput/null: Add a null module that discards all data.
2018-04-19 Uwe Hermanninput/output: Slightly improved module descriptions.
2018-04-19 Uwe Hermanninput modules: Increase chunk size to 4MB for all modules.
2018-04-19 Uwe Hermanninput modules: Name chunk size #defines CHUNK_SIZE...
2018-04-19 Uwe Hermanninput/trace32_ad: Drop unused #define.
2018-04-19 Uwe Hermanninput/wav: Put internal buffer on the heap instead...
2018-04-14 Uwe Hermanninput/binary: Increase chunk size from 4KB to 4MB.
2018-04-14 Uwe Hermanninput/binary: Only calculate unitsize once.
2018-04-14 Uwe Hermanninput modules: Improve option names and descriptions.
2018-02-08 Gerhard Sittiginput/raw_analog: silence "use after free" compiler...
2017-12-22 Gerhard Sittiginput/vcd: fixup VCD timestamp to sigrok samplenum...
2017-07-31 Uwe Hermanndrivers/input: Remove some hardcoded values.
2017-06-24 Uwe Hermanninput/wav: Fix incorrect memset() call.
2017-06-24 Uwe Hermanninput/raw_analog: Fix gcc 7 compiler warnings.
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...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Uwe HermannHave remaining drivers default to digits=2 for analog...
2016-06-15 Uwe Hermanninput/wav: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-09 Soeren ApelInput/trace32_ad: Make the sample rate an option
2016-05-09 Soeren ApelInput/wav: Add reset() function
2016-05-09 Soeren ApelInput/vcd: Add reset() function
2016-05-09 Soeren ApelInput/trace32_ad: Add reset() function
2016-05-09 Soeren ApelInput/raw_analog: Add reset() function
2016-05-09 Soeren ApelInput/csv: Add reset() function
2016-05-09 Soeren ApelInput/chronovu_la8: Add reset() function
2016-05-09 Soeren ApelInput/binary: Add reset() function
2016-05-09 Soeren ApelInput: Add reset() function
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-13 Wolfram Sanginput: vcd: skip BOM at beginning of file
2016-03-22 Soeren Apelinput/raw_analog: Prevent "duplicate const decl specifi...
2016-01-28 Wolfram Sanginput: vcd: by default do not limit number of channels
2016-01-28 Wolfram Sanginput: vcd: register channels when parsing header not...
2016-01-28 Wolfram Sanginput: vcd: support 1 bit vectors
2016-01-28 Wolfram Sanginput: vcd: refactor parsing a bit
2016-01-28 Wolfram Sanginput: vcd: avoid needless copying
2016-01-28 Wolfram Sanginput: vcd: try to continue when a vector was found
2016-01-28 Wolfram Sanginput: vcd: properly bail out on missing identifiers
2016-01-28 Wolfram Sanginput: vcd: allow optional index item
2016-01-28 Soeren ApelTrace32 import module: Send trigger only once
2015-12-21 Soeren ApelAdd the Lauterbach Trace32 logic analyzer data import...
2015-12-21 Uwe Hermanninput/raw_analog: Fix two compiler warnings.
2015-12-21 Uwe Hermanninput/raw_analog: Use ARRAY_SIZE.
2015-12-21 Stefan Brünsinput/raw_analog: set scale and offset appropriately
2015-12-21 Stefan Brünsinput/raw_analog: Add input module for raw analog signals
2015-12-21 Stefan Brünsinput/wav: initialize channel list before going into...
2015-11-29 Stefan Brünsinput/wav: fix and simplify conversion of integer samples
2015-11-29 Stefan Brünsinput/wav: increase search range for data chunk, report...
2015-11-29 Stefan Brünsinput/wav: fix error in offset calculation
2015-11-29 Stefan Brünsinput: fix leak of config data in several input modules
2015-11-26 Petteri AimonenVCD input: Chunk up the samples in 1MB blocks.
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-31 Bert Vermeuleninput/csv: Remove obsolete mimetype format match.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-01 Daniel Elstnerresource: Move sr_file_get_size() to resource.c
2015-10-01 Daniel Elstnerinput: Use fseeko/ftello to get the size of a file
2015-10-01 Daniel Elstnerinput: Clean up input file scanning
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-09-09 Uwe Hermannportability: Use g_strerror() in favor of strerror().
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Uwe HermannDoxygen consistency fixes (@foo instead of \foo).
2015-04-28 Aurelien Jacobswav: Stricter check for valid chunk ID.
2015-04-12 Uwe Hermanninput/wav: windows: Fix a compiler warning.
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
next