Tags: lucasrangit/libiio
Tags
iiod-client: iiod_client_read_mask(): Zero terminate buffer Zero terminate the words buffer, before passing it to sscanf(). Otherwise it might read beyond the bounds of the buffer. Signed-off-by: Lars-Peter Clausen <[email protected]>
Network backend: Fix regression in set_trigger backend function Signed-off-by: Paul Cercueil <[email protected]>
appveyor.yml: Generate GitHub releases from the 2015_R1 branch Signed-off-by: Paul Cercueil <[email protected]>
Bump to version 0.5 New in this version: - Fix locales support on Windows and MinGW - Add iio_adi_xflow_check tool - Boost client->server transfers using delayed error reporting - Enable support for zero-copy transfers in the network backend - Created packages for the Python and C# bindings - Lots of improvements on the Python and C# bindings - Enhanced error reporting Signed-off-by: Paul Cercueil <[email protected]>
Bump to version 0.4 New in this version: - Boost communication speed of the network backend - Fix socket I/O timeout on UNIX systems - New API function: iio_context_get_description Signed-off-by: Paul Cercueil <[email protected]>
Bump to version 0.3 New in this version: - Improved error handling - IPv6 support in both libiio and iiod - Enhanced CMake build scripts (now builds under MinGW and Windows) - Old Makefile-based build system has been dropped - Scripts to create Debian packages Signed-off-by: Paul Cercueil <[email protected]>
Bump to version 0.2 Signed-off-by: Paul Cercueil <[email protected]>
Add workaround for kernel bug for shared attributes on channels with … …extended names Some older versions of the kernel do not handle shared attributes on channels with extended names correctly. Add a workaround for detecting and correcting these attributes. Signed-off-by: Lars-Peter Clausen <[email protected]>