]> sigrok.org Git - libsigrok.git/history - src
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src /
2023-03-30 Mathieu Pilatofluke-dmm: Fix counts_digits compatibility with 28x...
2023-03-30 Mathieu Pilatofluke-dmm: Update digits count with regard to measureme...
2023-03-30 Gerhard Sittigbinary_helpers: remove scaling factor from binary field...
2023-03-19 Gerhard Sittigrdtech-tc: avoid too eager request retransmission
2023-03-19 Gerhard Sittigrdtech-tc: style nits in variable names
2023-03-19 Gerhard Sittigrdtech-tc: dump response payload at higher log levels
2023-03-19 Gerhard Sittigrdtech-tc: request keyword differs between CDC and...
2023-03-19 Gerhard Sittigrdtech-tc: rename "buflen" variable, it's "read length"
2023-03-19 Gerhard Sittigserial_bt: add TC66C to list of known names, suggest...
2023-03-19 Gerhard Sittigserial_bt: support the dialog DA14580 chip (seen in...
2023-03-19 Gerhard Sittigserial_bt: add generic conn=bt/notify/<addr> "chip...
2023-03-19 Gerhard Sittigserial_bt, bluez: support MTU exchange in BLE reception
2023-03-19 Gerhard Sittigserial_bt, bluez: rework diag in BLE reception, accept...
2023-03-19 Gerhard Sittiglibsigrok-internal.h: add length checking endianess...
2023-03-19 Gerhard Sittigstrutil: add more space in hexdumps after 8 and 16...
2023-03-19 Gerhard Sittiglog: accept when applications void the log callback
2023-03-19 Gerhard Sittiglog: rephrase default sr_logv() routine, strip CR and LF
2023-03-19 Gerhard Sittigfluke-dmm: sort models by numbers, no behaviour change
2023-03-19 Gerhard Sittigfluke-dmm: reduce indentation in 18x/190/28x dispatch...
2023-03-19 Mathieu Pilatofluke-dmm: Add support for Fluke 87/89 DMMs.
2023-03-19 Mathieu Pilatofluke-dmm: Extract digit count from response.
2023-03-19 Mathieu Pilatofluke-dmm: Do not consider 0.0 value an invalid measure...
2023-03-16 Gerhard Sittigserial_bt: add support for JL AC6328 chips (RFCOMM...
2023-03-16 Gerhard Sittigrdtech-tc: send analog values in frames not samples
2023-03-16 Gerhard Sittigrdtech-um: send analog values in frames not samples
2023-03-16 Gerhard Sittigbinary helper: drop analog channel support (submit...
2023-03-16 Gerhard Sittigrdtech-tc: migrate to feed queue helper
2023-03-16 Gerhard Sittigrdtech-tc: grab receive data in larger chunks
2023-03-16 Gerhard Sittigrdtech-tc: rephrase probe/write timeout and poll interv...
2023-03-16 Gerhard Sittigrdtech-tc: detect receive and parse errors, terminate...
2023-03-16 Gerhard Sittigrdtech-tc: concentrate request transmit handling in...
2023-03-16 Gerhard Sittigrdtech-tc: avoid mixing several iterations in the same...
2023-03-16 Gerhard Sittigrdtech-tc: use size_t for memory sizes and indices
2023-03-16 Gerhard Sittigrdtech-tc: use common code to scan conn= and serialcomm...
2023-03-16 Gerhard Sittigrdtech-tc: eliminate redundant type info in malloc...
2023-03-16 Gerhard Sittigrdtech-tc: move assignments out of declarations
2023-03-16 Gerhard Sittigrdtech-tc: rephrase PAC consistency check, discuss...
2023-03-16 Gerhard Sittigrdtech-tc: use literal string for poll command instead...
2023-03-16 Gerhard Sittigrdtech-tc: eliminate excessive indentation, address...
2023-03-16 Gerhard Sittigrdtech-tc: alpha-sort and group include directives
2023-03-16 Gerhard Sittigrdtech-um: migrate from binary helper channel to feed...
2023-03-16 Gerhard Sittigrdtech-um: rework serial reception and processing,...
2023-03-16 Gerhard Sittigrdtech-um: rephrase channel count in profile description
2023-03-16 Gerhard Sittigrdtech-um: adjust read/write timeout style for text...
2023-03-16 Gerhard Sittigrdtech-um: data type nits, common expressions, for...
2023-03-16 Gerhard Sittigrdtech-um: tone down and extend diagnostics messages
2023-03-16 Gerhard Sittigrdtech-um: use common helper to parse conn= and serialc...
2023-03-16 Gerhard Sittigrdtech-um: eliminate redundant data types in memory...
2023-03-16 Gerhard Sittigrdtech-um: concentrate poll period handling in one...
2023-03-16 Gerhard Sittigrdtech-um: rephrase checksum verification routines
2023-03-16 Gerhard Sittigrdtech-um: style nits, move assignment out of declarati...
2023-03-16 Gerhard Sittigrdtech-um: alpha-sort and group include directives
2023-03-16 Gerhard Sittigrdtech-um: address style nits (whitespace, braces)
2023-03-16 Gerhard Sittigrdtech-um: increase digits count for models with higher...
2023-03-16 Gerhard Sittigserial_bt: move lookup code next to database of known...
2023-03-16 Gerhard Sittigserial_bt: prepare support for additional params in...
2023-03-16 Gerhard Sittigserial_bt: increase scan duration for BT/BLE connections
2023-03-16 Gerhard Sittigserial_bt: add UM25C to list of known device names
2023-03-16 Gerhard Sittigserial_bt: update comments on conn=bt/... parameters
2023-03-16 Gerhard Sittigfeed queue: add scale/offset support, rename MQ/unit...
2023-03-05 Gerhard Sittigfeed queue: unbreak MQ and unit support in analog feeds
2023-03-05 Gerhard Sittigfeed queue: add scaling, MQ and unit to analog feed...
2023-03-05 Gerhard Sittigbinary helpers: touch up Doxygen comments (in/out param...
2023-03-05 Gerhard Sittigbinary helpers: address minor style nits, break long...
2023-02-28 Electro707scpi-dmm: add support for Siglent SDM3055
2023-02-28 Electro707scpi: add Siglent to the vendor alias list
2023-02-26 Gerhard Sittigserial_bt: support more key=value parameters for conn...
2023-02-26 Gerhard Sittigkorad-kaxxxxp: add quirk for long processing times...
2023-02-26 Gerhard Sittigkorad-kaxxxxp: eliminate excessive whitespace in contin...
2023-02-26 Gerhard Sittigkorad-kaxxxxp: address style nits, redundant data type...
2023-02-26 Gerhard Sittigkorad-kaxxxxp: tweak first "give time to process" invoc...
2023-02-26 Gerhard Sittigkorad-kaxxxxp: rephrase how config setter transmits...
2023-02-19 Frank Stettnerhp-3478a: Fix range strings for current and resistance...
2023-02-19 Frank Stettnericstation-usbrelay: Initial ICStation USBRelay driver.
2023-02-19 Frank Stettnericstation-usbrelay: Initial driver skeleton.
2023-02-19 Frank Stettnerhp-3478a: fix values for digits properties
2023-02-19 Frank Stettnerdmm/mm38xr: fix values for digits properties
2023-02-19 Frank Stettnerdmm/metex14: fix values for digits properties
2023-01-29 Dave Plattkingst-la2016: add another supported LA2016 model ...
2022-12-19 Markus Heidelbergbindings: add u32/SR_T_UINT32 support for config keys
2022-12-17 Markus Heidelberginput/trace32_ad: use u64 instead of u32 for samplerate...
2022-12-05 Markus Heidelberginput/csv: eliminate unneeded zero fill of analog sampl...
2022-12-03 Gerhard Sittiginput/csv: unbreak assignment of zero values to analog...
2022-11-25 Gerhard Sittigkorad-kaxxxxp: add model entry for Tenma 72-2705
2022-11-08 François Revoldmm/bm86x: fix broken URLs
2022-11-08 François Revoldmm/bm85x: fix broken URLs
2022-11-08 François Revoldmm/bm52x: fix broken URLs
2022-10-23 Gerhard Sittigkingst-la2016: adjust sample memory interpretation...
2022-10-16 Gerhard Sittigkingst-la2016: update developer comments, motivated...
2022-10-16 Gerhard Sittigkingst-la2016: unbreak streaming mode for LA5032
2022-09-17 Gerhard Sittigkorad-kaxxxxp: factor out ID response lookup in the...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: use ID text prefix with optional version...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: support optional version after fixed...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: trim down list of supported models ...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: implement more generic ID response text...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: prepare more versatile ID response text...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: unclutter table layout of supported...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: eliminate numeric model ID in supported...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: eliminate numeric model ID (table index...
2022-09-17 Gerhard Sittigkorad-kaxxxxp: eliminate model check in OVP enabled...
next