]> sigrok.org Git - libsigrok.git/history - src/device.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / device.c
2022-08-16 Gerhard Sittigdevice: don't accept empty names for sigrok channels
2022-02-06 Gerhard Sittigdevice: provide glib compatible callback to free usb...
2022-02-06 Gerhard Sittigdevice: introduce common helpers for channel group...
2020-03-25 Uwe HermannDoxygen: Fix various warnings.
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2019-06-02 Gerhard Sittigserial: introduce more general "have serial comm" featu...
2019-04-28 Gerhard Sittigdevice: rephrase sizeof() calls for reduced redundancy...
2019-03-29 Frank Stettnerscpi: Add connenction_id() function to all scpi drivers.
2018-10-13 Gerhard Sittigdevice: introduce routines to compare channels and...
2018-10-13 Gerhard Sittigdevice: introduce common sr_channel_free() support...
2018-06-01 Frank Stettnerscpi-pps: Reimplemention of switching channel groups...
2018-02-21 Romain TartièreCheck usb_get_port_path() return value
2017-12-24 Uwe Hermannsr_dev_close(): Drop unneeded variable.
2017-07-13 Uwe Hermannstd: Add and use std_dev_clear() where possible.
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-13 Uwe HermannVarious log message cleanups.
2017-07-13 Uwe Hermannstd: Simplifications, random fixes, Doxygen cosmetics.
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-08 Uwe Hermannsr_dev_open(): Factor out SR_ST_ACTIVE check.
2017-07-07 Uwe Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
2017-06-12 Uwe HermannVarious Doxygen fixes.
2017-03-10 Uwe Hermannsr_usbtmc_dev_inst_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_usb_dev_inst_new(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_serial_dev_inst_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2016-08-29 Uwe Hermanndevice.c: Whitespace/cosmetics and typo fixes.
2015-12-31 Uwe HermannRename sr_dev_config_capabilities() to sr_dev_config_ca...
2015-12-31 Martin LingAdd new sr_dev_options() helper function.
2015-12-31 Martin LingAdd new sr_dev_config_capabilities() helper function.
2015-11-29 Stefan Brünssession: fix use after free of session->devs as reporte...
2015-09-20 Bert VermeulenRemove unnecessary call to libusb_get_device_descriptor().
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-25 Bert VermeulenMake sr_next_enabled_channel() from scpi-pps available...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-04-17 Uwe HermannFix various warnings when building without libusb.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingChange API of channel accessor functions to take struct...
2015-03-19 Martin LingAdd sdi pointer to struct sr_channel.
2015-03-19 Martin LingSimplify channel creation.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-11-11 Uwe HermannAdd sr_dev_inst_user_new(), sr_dev_inst_channel_add().
2014-11-11 Uwe HermannConstify the sdi parameter of all sr_dev_inst_*() getters.
2014-11-11 Uwe HermannAdd sr_dev_inst_channels_get() and sr_dev_inst_channel_...
2014-11-01 Bert VermeulenOnly sr_dev_inst_free() should free channel groups.
2014-10-27 Soeren ApelMake sr_dev_inst_connid_get() available without libusb
2014-10-22 Bert Vermeulensr_dev_inst_connid_get() requires libusb.
2014-10-18 Bert VermeulenFree channel group private storage when clearing device...
2014-10-17 Soeren ApelAuto-set sdi->connection_id for serial devices in the...
2014-10-17 Soeren ApelProvide getters for sr_dev_inst member access
2014-10-09 Bert VermeulenFix sr_dev_has_option().
2014-09-29 Soeren ApelRemoval of sdi->index, step 1: remove it from headers...
2014-09-23 Soeren ApelAdd serial_num and connection_id fields to sr_dev_inst
2014-09-08 Bert VermeulenAdd private storage pointer to struct sr_channel.
2014-07-22 Bert VermeulenReorganize project tree.