]> sigrok.org Git - libserialport.git/history - libserialport_internal.h
change type of result variables to ssize_t
[libserialport.git] / libserialport_internal.h
2023-11-02 André Fonsecarename deprecated constant kIOMasterPortDefault
2020-03-26 Leon VargaOpen the file descriptor of a serial port on POSIX...
2020-01-26 Martin LingFix building on Cygwin.
2020-01-24 Martin LingAdjust headers and include ordering for MSVC support.
2020-01-23 Martin Lingwindows: Don't try to include <unistd.h>.
2020-01-23 Martin Lingwindows: Use a fixed worst-case WRITEFILE_MAX_SIZE.
2020-01-20 Martin LingMove timing routines to separate file.
2020-01-20 Martin LingSupport timing helpers on Windows.
2020-01-20 Martin LingAbstract all time handling operations.
2020-01-04 Martin Lingandroid: Fix build compatibility with NDK platform...
2020-01-04 Martin LingDefine _POSIX_C_SOURCE to 199309L to get clock_gettime().
2020-01-04 Christian SeilerUse O_CLOEXEC where available
2019-12-28 Martin LingUse mach_absolute_time() on OSX without clock_gettime().
2019-12-28 Martin LingUse clock_gettime(CLOCK_MONOTONIC) if available.
2019-12-28 Martin Lingwindows: Use architecture-specific size limit for Write...
2019-12-28 Martin Lingwindows: Use an adaptively sized buffer for nonblocking...
2017-09-13 Stefan TaunerRemove redundant inclusions of limits.h
2017-09-13 Stefan TaunerCanonicalize symlinks in portnames
2017-03-19 Martin LingLinux: fix for alpha where BOTHER is not defined.
2015-12-29 Wolfram Sanglibserialport_internal: use new macro to enable timerad...
2015-10-13 Martin Lingsp_wait: Avoid overflow of timeout parameter to poll().
2015-09-13 Daniel ElstnerBuild: Include config.h first in all source files
2015-08-26 Daniel ElstnerBuild: Clean up configure.ac and Makefile.am
2015-04-18 Uwe HermannFix a compiler warning when -Wshadow is used.
2015-04-03 Uwe HermannFix a compiler warning.
2015-04-03 Uwe HermannFix indentation of a switch().
2015-03-29 Martin Lingwindows: Revise management of WaitCommEvent() operations.
2015-03-26 Uwe HermannMake std_baudrates[] static (only used in one file).
2015-03-26 Uwe HermannVarious cosmetic and consistency fixes.
2015-03-26 Uwe Hermannlibserialport_internal.h: Add #include guard.
2015-03-24 Martin LingGenerate a config.h rather than passing defines on...
2014-11-01 Martin Linglinux: Check for BOTHER macro at configure time.
2014-09-25 Martin Lingwindows: Fix compile issues with multiply or not define...
2014-09-07 Michael B. Trauschwindows: Include proper GUID defining header to fix...
2014-09-04 Aurelien Jacobslinux: remove readlinkat() dependency
2014-08-24 Martin Linglinux: Define feature macros to get required functions.
2014-08-24 Martin LingRevise debug macros to work in strict C99.
2014-08-24 Martin LingSpecialise RETURN_VALUE macro into RETURN_{INT,STRING...
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-06-13 Aurelien JacobsMove list_ports() implementations to OS-specific files.
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...