Skip to content

Tags: lucasrangit/libiio

Tags

v0.7

Toggle v0.7's commit message
Libiio version 0.7

2015.2-r1

Toggle 2015.2-r1's commit message
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]>

v0.6

Toggle v0.6's commit message
Network backend: Fix regression in set_trigger backend function

Signed-off-by: Paul Cercueil <[email protected]>

2015.1-r1

Toggle 2015.1-r1's commit message
appveyor.yml: Generate GitHub releases from the 2015_R1 branch

Signed-off-by: Paul Cercueil <[email protected]>

2014.2-r1

Toggle 2014.2-r1's commit message
Merge branch 'master' into 2014_R2

v0.5

Toggle v0.5's commit message
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]>

v0.4

Toggle v0.4's commit message
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]>

v0.3

Toggle v0.3's commit message
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]>

v0.2

Toggle v0.2's commit message
Bump to version 0.2

Signed-off-by: Paul Cercueil <[email protected]>

v0.1

Toggle v0.1's commit message
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]>