]> sigrok.org Git - libsigrok.git/history - src/input/input.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / input / input.c
2023-07-12 Gerhard Sittiginput: alpha-sort list of known input modules
2023-07-12 Gerhard Sittiginput/protocoldata: add input module for "protocol...
2022-04-23 Gerhard Sittiginput: decorate sr_input_find() parameter as const
2021-12-22 Gerhard Sittigconfigure: make zlib an optional dependency which input...
2021-10-20 Gerhard Sittiginput/stf: introduce support for Asix' Sigma Test File...
2020-07-24 Gerhard Sittiginput/saleae: introduce input module for Saleae Logic...
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2018-09-03 Gerhard Sittiginput: improve robustness, avoid NULL dereference in...
2018-06-03 Gerhard Sittiginput: clear sdi_ready flag and receive() buffer in...
2018-05-17 Gerhard Sittiginput: provide accessor routine for (struct sr_input...
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 Gerhard Sittiginput/logicport: introduce input module for LogicPort...
2018-04-19 Uwe Hermanninput/null: Add a null module that discards all data.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2016-05-09 Soeren ApelInput: Add reset() function
2015-12-21 Soeren ApelAdd the Lauterbach Trace32 logic analyzer data import...
2015-12-21 Stefan Brünsinput/raw_analog: Add input module for raw analog signals
2015-11-08 Uwe HermannConstify a lot more items.
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-03-21 Uwe HermannVarious minor whitespace fixes.
2015-02-17 Uwe HermannVarious Doxygen updates.
2015-01-27 Uwe Hermannin/out: Minor consistency renames.
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2015-01-19 Uwe Hermannsr_input_new(): Add missing @param comment.
2014-10-02 Bert Vermeuleninput: Avoid NULL dereference.
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-10 Bert Vermeuleninput: Add debug output.
2014-08-27 Bert Vermeuleninput: sr_input_scan_*() now return a status code.
2014-08-25 Bert Vermeuleninput: Convert binary module.
2014-08-25 Bert Vermeuleninput: Convert chronovu-la8 module.
2014-08-25 Bert Vermeuleninput: Only feed scanned header to streams, not scanned...
2014-08-25 Bert Vermeuleninput: Only use header buffer for modules that need it.
2014-08-25 Bert Vermeuleninput: Convert CSV module.
2014-08-25 Bert Vermeuleninput: sr_input_new() always allocates the instance...
2014-08-25 Bert Vermeuleninput: Fix option enumeration.
2014-08-25 Bert Vermeuleninput: Actually return a NULL-terminated array.
2014-08-25 Bert Vermeuleninput: Fixes and VCD.
2014-08-25 Bert Vermeuleninput: Fix up API documentation.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-07-22 Bert VermeulenReorganize project tree.