libsigrok/src
Daniel Elstner 98654c99da srzip: Avoid low-level FD-based I/O
Use in-memory buffers instead of temporary files. This avoids
the need for low-level I/O on the FD returned by g_mkstemp().
Refactor the code accordingly. Also plug a number of leaks and
tighten the error checking.
2015-10-01 15:44:55 +02:00
..
dmm Fix a few "value never read" scan-build warnings. 2015-09-25 12:02:42 +02:00
hardware gwinstek-gds-800: Initial driver implementation. 2015-09-30 19:54:58 +02:00
input input: Use fseeko/ftello to get the size of a file 2015-10-01 15:44:55 +02:00
lcr Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
modbus Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
output srzip: Avoid low-level FD-based I/O 2015-10-01 15:44:55 +02:00
scale Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
scpi Fix a few "value never read" scan-build warnings. 2015-09-25 12:02:42 +02:00
transform Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
analog.c sr_analog_to_float: Avoid comparison between signed and unsigned. 2015-09-21 00:32:26 +02:00
backend.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
device.c Remove unnecessary call to libusb_get_device_descriptor(). 2015-09-21 00:16:42 +02:00
drivers.c drivers.c: Fix HAVE_HW_GWINSTEK_GDS_800 position. 2015-09-30 19:54:58 +02:00
error.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
ezusb.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
fallback.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
hwdriver.c Drop obsolete SR_CONF_MEASURED_2ND_QUANTITY. 2015-09-13 21:43:17 +02:00
libsigrok-internal.h srzip: Avoid low-level FD-based I/O 2015-10-01 15:44:55 +02:00
log.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
scpi.h scpi/usbtmc: Implement Rigol DS1000 workaround on any firmware version. 2015-09-22 10:56:58 +02:00
serial.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
session.c sr_packet_free: Support SR_DF_ANALOG2. 2015-09-21 00:32:26 +02:00
session_driver.c virtual-session: Plug ZIP archive leak 2015-10-01 15:44:55 +02:00
session_file.c session-file: Remove old session save API 2015-10-01 15:44:55 +02:00
soft-trigger.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
std.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
strutil.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
trigger.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
usb.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
version.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00