]> sigrok.org Git - libsigrok.git/history - src/hardware/rigol-ds/protocol.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / rigol-ds / protocol.c
2021-06-07 Ralfrigol-ds: fix use-after-free
2021-05-22 Gerhard Sittigrigol-ds: free memory that was allocated by SCPI get...
2020-07-12 Valentin OchsFix #1576 by handling DSO1000B's CHAN#:PROB? responses
2020-06-24 Andy Lutomirskirigol-ds: Improve short block handling
2020-06-24 Valentin Ochsrigol-ds: Send some commands on 1st frame only
2020-06-24 Valentin Ochsrigol-ds: Experimental support for segmented data with...
2020-06-24 Valentin Ochsrigol-ds: Experimental support for V5 frame reading
2020-06-24 Valentin Ochsrigol-ds: Add support for reading segmented data for...
2020-06-24 Valentin Ochsrigol-ds: Fix reading data from internal memory
2020-06-24 Valentin Ochsrigol-ds: Do not stop reading after the first frame
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2019-08-21 Sebastian Reichelrigol-ds: Add initial Rigol MSO5000 support.
2018-12-29 Martin Lingrigol-ds: Fix memory buffer readout on DS4000 series.
2018-06-22 Uwe Hermannrigol-ds: Add initial Agilent MSO7034A support.
2018-06-22 Uwe Hermannrigol-ds: Improve a log message.
2018-06-22 Uwe Hermannrigol-ds: Add missing "return SR_ERR".
2018-06-21 Valentin Ochsrigol-ds: Initial patch for Rigol DS4000 support
2018-04-22 Uwe Hermannrigol-ds: Fix an issue causing only one channel to...
2018-04-22 Uwe Hermannrigol-ds: Make two log messages more specific.
2017-12-26 Stefan Brünsrigol-ds: Fix crash when fetching logic channels
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-05-16 Martin Lingrigol-ds: Handle digital channels correctly for MSO2000...
2017-05-09 Martin Lingrigol-ds: Send *OPC? after commands that don't return...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-23 Aurelien Jacobsrigol-ds: properly set encoding digits
2016-06-26 Aurelien Jacobsrigol-ds: properly report which channel is enabled.
2016-06-25 Aurelien Jacobsrigol-ds: add support for getting/setting trigger level.
2016-06-25 Aurelien Jacobsrigol-ds: add PROBE_FACTOR support.
2016-06-25 Aurelien Jacobsrigol-ds: split out vertical config reading in its...
2016-06-16 Uwe Hermannrigol-ds: Convert to SR_DF_ANALOG.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix two more format warnings uncovered by MinGW build
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-03-31 Uwe HermannReduce unnecessarily high indentation level in some...
2015-03-31 Uwe HermannMinor cosmetics and consistency fixes.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-21 Martin Lingrigol-ds: Add DS1000Z series support.
2015-03-19 Martin Lingrigol-ds: Use sr_scpi_get_bool().
2015-02-14 Uwe Hermannrigol-ds: Add missing "break" statements.
2014-09-08 Aurelien Jacobsrigol-ds: replace some magic numbers by appropriate...
2014-07-22 Bert VermeulenReorganize project tree.