]> sigrok.org Git - libsigrok.git/history - src
Fix #550 by allowing an empty trigger match list
[libsigrok.git] / src /
2015-09-08 Soeren ApelFix #550 by allowing an empty trigger match list
2015-09-08 Bert VermeulenDon't free trigger when destroying the session.
2015-09-07 Daniel Elstnersession: Compile USB-specific code only if available
2015-09-07 Daniel ElstnerBuild: Add configure check for libusb event-abstraction
2015-09-07 Daniel ElstnerUSB: Handle live changes to the set of FDs to poll
2015-09-07 Daniel ElstnerUSB: On Windows, assume G_IO_IN for the event mask
2015-09-07 Daniel Elstnersession: More main loop debug output
2015-09-07 Daniel ElstnerUSB: Remove Windows-specific event handling code
2015-09-07 Martin Lederhilgerscpi: Fix incorrect serial_read_nonblocking call().
2015-09-07 Daniel Elstnerdrivers: Match dummy FD passed to source add/remove
2015-09-05 Daniel ElstnerUSB: Handle the case of a callback removing its event...
2015-09-04 Daniel ElstnerUSB: On Windows, block to wait for libusb events
2015-09-03 Daniel Elstnersession: Allow multiple poll FDs per event source
2015-09-03 Daniel Elstnersession: More poll spewing
2015-09-03 Daniel Elstnerlog: Output time stamps at log level spew
2015-09-03 Daniel Elstnerdrivers: Use timer sources instead of polling stdin
2015-09-03 Daniel Elstnerdemo: Use simple timer source instead of pipe
2015-09-03 Daniel Elstnersession: Add poll debug spew
2015-09-03 Daniel Elstnersession: Unify handling of I/O and timer sources
2015-09-03 Daniel Elstnersession: Properly accumulate event source timeouts
2015-09-03 Daniel Elstnersession: Do not expect meaningful errno on non-UNIX
2015-09-03 Daniel Elstnersession: Check for errors from g_poll()
2015-09-03 Daniel Elstnersession: Fix USB timeout handling
2015-08-31 Bert VermeulenRemove SR_OK_CONTINUE.
2015-08-30 Bert Vermeulenoutput/csv: Avoid using SR_OK_CONTINUE.
2015-08-30 Bert Vermeulenscpi: Avoid using SR_OK_CONTINUE.
2015-08-30 Bert Vermeulenserial: Check event ptr before using.
2015-08-30 Bert VermeulenConvert SR_CONF_MEASURED_QUANTITY to SR_T_MQ.
2015-08-30 Bert Vermeulenderee-de5000: Drop SR_CONF_MEASURED_QUANTITY functionality.
2015-08-30 Bert VermeulenChange SR_T_MQLIST to SR_T_MQ.
2015-08-30 Daniel Glöcknersr_session_send: pass transformed packet to datafeed...
2015-08-30 Daniel Glöcknerhantek-dso: fix memory leak
2015-08-30 Daniel Glöcknerlascar-el-usb: fix memory leak
2015-08-30 Daniel Glöckneres51919: fix memory leak
2015-08-29 Uwe HermannDon't set _POSIX_C_SOURCE for VXI/RPC related files.
2015-08-28 Uwe HermannVarious key lists: Add reminders of what needs updates...
2015-08-28 Uwe Hermannsession.c: Fix key order.
2015-08-28 Uwe Hermannanalog.c: Fix key order, add missing items.
2015-08-28 Uwe Hermannoutput/analog: Fix key order, add missing items.
2015-08-28 Uwe Hermannhwdriver.c: Fix key order, add missing items.
2015-08-28 Uwe Hermannkern-scale: Add initial driver contents.
2015-08-28 Uwe Hermannkern-scale: Initial driver skeleton.
2015-08-28 Uwe HermannAdd a protocol parser for KERN scales.
2015-08-28 Uwe Hermannoutput/analog: Support mass related units / MQ flags.
2015-08-25 Bert VermeulenAdd SR_T_MQLIST.
2015-08-25 Bert VermeulenAdd key info tables for MQ and MQflags.
2015-08-25 Bert VermeulenReplace sr_config_info with sr_key_info.
2015-08-25 Bert Vermeulenscpi/usbtmc: Use sr_usb_close().
2015-08-25 Bert VermeulenAdd sr_usb_close().
2015-08-25 Bert Vermeulenscpi: Strip leading/trailing spaces from *IDN? response.
2015-08-25 Bert Vermeulenscpi: Propagate error codes in API functions.
2015-08-25 Bert VermeulenMake sr_next_enabled_channel() from scpi-pps available...
2015-08-25 Bert Vermeulenscpi: Make helper functions from scpi-pps available...
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
2015-08-18 Uwe HermannFreeBSD: Fix compile/link error due to missing libusb_g...
2015-08-16 Daniel ElstnerBuild: Properly namespace the version defines
2015-08-16 Daniel ElstnerConsistently use SR_PACKAGE_VERSION instead of VERSION
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-08-15 Soeren Apeloutput/srzip: Prevent memory leak in case filename...
2015-08-15 Uwe Hermannbackend: Output lib versions, host, and endianness...
2015-08-15 Aurelien Jacobsbrymen-bm86x: add some error checking
2015-08-15 Uwe HermannVarious minor cosmetics and consistency fixes.
2015-08-15 Uwe HermannDrop comment mentioning non-existing function.
2015-08-15 Uwe HermannDoxygen consistency fixes (@foo instead of \foo).
2015-08-15 Uwe HermannVarious errno/strerror() related fixes.
2015-07-31 Hubert CHAUMETTElibsigrok: demo: close pipes on dev_acquisition_stop()
2015-07-30 Soeren Apeloutput/srzip: Use sr_output->filename instead of option
2015-07-30 Soeren ApelAdd filename field to sr_output and make it accessible
2015-07-25 Uwe Hermannols: Don't #include <libserialport.h> directly.
2015-07-10 Uwe HermannConvert a few more occurrences of d->priv to d->context.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-07-09 Uwe Hermannfx2lafw: Use the USB_INTERFACE #define.
2015-07-09 Uwe Hermannfx2lafw: Fix segfault wrt libusb_detach_kernel_driver().
2015-07-09 Soeren Apelfx2lafw: Fix #445 by detaching the kernel driver (if...
2015-07-09 Daniel KingDemo: Fix #314 by always honoring sample limit changes
2015-07-09 Soeren ApelFix #505 by providing a separate property list for...
2015-07-06 Soeren ApelFix #574 by setting up the transfer first, then startin...
2015-07-01 Bartosz Golaszewskibaylibre-acme: Remove unnecessary close().
2015-07-01 Bartosz Golaszewskibaylibre-acme: Use SR_HZ_TO_NS() when configuring the...
2015-06-30 Bartosz Golaszewskibaylibre-acme: Add a workaround for slow data acquisition.
2015-06-30 Daniel Lezcanobaylibre-acme: Use timerfd instead of a fake pipe.
2015-06-29 Bartosz Golaszewskibaylibre-acme: Close sysfs files after stopping the...
2015-06-29 Daniel Lezcanobaylibre-acme: Optimize reading of values from sysfs.
2015-06-27 Daniel Elstnersysclk-lwla: Do not create channels in reverse order
2015-06-22 Uwe Hermannyokogawa-dlm: Minor cosmetics, consistency fixes, typos.
2015-06-22 Soeren Apelyokogawa-dlm: Return correct value for SR_CONF_HDIV
2015-06-22 Soeren Apelyokogawa-dlm: Remove dlm_setup_channels()
2015-06-22 Soeren Apelyokogawa-dlm: Introduce config_channel_set()
2015-06-22 Soeren Apelyokogawa-dlm: Config get/set/list handler updates
2015-06-22 Soeren Apelyokogawa-dlm: Fix number of digital groups
2015-06-22 Soeren Apelyokogawa-dlm: Prevent duplicate channel index
2015-06-22 Soeren Apelyokogawa-dlm: Add support for the DL9000 series
2015-06-22 Daniel Gröberfx2lafw: Add DSLogic Pro and DSCope firmware loading...
2015-06-22 Carl-Fredrik Sundströmdslogic: Fix incorrect samplerate setting.
2015-06-16 Alexandru Gagniucscpi-pps: Chroma 62000P: Get capabilities from device...
2015-06-16 Alexandru Gagniucscpi-pps: Add profile for Chroma 62024P-80-60 DC Source
2015-06-11 Uwe Hermannsaleae-logic16: Emit debug info of which bitstream...
2015-06-11 Marcus Comstedtsaleae-logic16: Support new bitstream version 1.3 with...
2015-06-07 Uwe Hermannscpi: Update names of a few *_OUTPUT_* items.
next