]> sigrok.org Git - libserialport.git/shortlog
libserialport.git
2023-11-02 André Fonsecachange type of result variables to ssize_t master github/master
2023-11-02 André Fonsecarename deprecated constant kIOMasterPortDefault
2021-07-01 Karl PalssonHACK: don't even check for termiox
2021-07-01 Jerry JacobsApply a default baudrate when the OS does not provide...
2021-06-16 Gerhard Sittigdoc: update IRC reference to Libera.Chat
2020-09-22 Ben Gardinersp: clear HUPCL to preserve control lines on close
2020-05-04 Wolfram SangReturn proper type when sp_get_port_transport() fails
2020-03-26 Leon VargaOpen the file descriptor of a serial port on POSIX...
2020-03-26 Uwe Hermannexamples/send_receive: Fix receive check.
2020-02-07 Martin LingFix use of variable length array in send_receive exampl...
2020-02-07 Martin LingAdd send/receive example to VS2019 examples solution.
2020-02-07 Martin Lingwindows: Ignore fParity flag which is always 0 after...
2020-02-07 Martin LingREADME: Remove note about old MinGW, it actually works...
2020-02-07 Martin Lingconfigure.ac: remove broken handling for cygwin as...
2020-02-07 Martin LingAdd remaining examples to examples/README.
2020-02-07 Martin LingFormatting fix for example descriptions.
2020-02-07 Martin LingAdd example of sending and receiving data.
2020-02-02 Martin Lingunix: Fix calculation of poll() timeout in sp_wait().
2020-01-26 Uwe HermannMinor whitespace- and consistency fixes.
2020-01-26 Martin LingREADME: Add note on building for MSYS2/Cygwin.
2020-01-26 Martin LingRelax timing test in the other direction.
2020-01-26 Martin LingFix building on Cygwin.
2020-01-26 Martin LingRelax timing test because it's too tight for Windows.
2020-01-26 Martin LingREADME: update instructions for building with MSYS2.
2020-01-26 Martin LingREADME: update build instructions with VS2019/MSBuild...
2020-01-26 Martin LingAdd Visual Studio projects and solution to build exampl...
2020-01-26 Martin LingFix use of variable length local array in await_events...
2020-01-26 Martin Lingwindows: Fix another CreateFile usage.
2020-01-26 Martin Lingwindows: Fix a warning on size_t to USHORT conversion.
2020-01-26 Martin Lingwindows: Fix a warning on conversion to unsigned int.
2020-01-26 Martin Lingwindows: Fix warnings for conversions in time_as_timeval().
2020-01-24 Martin Lingwindows: Avoid leak of write buffer on realloc failure.
2020-01-24 Martin Lingwindows: Use correct variant of FormatMessage.
2020-01-24 Martin Lingwindows: Use correct variant of CreateFile.
2020-01-24 Martin LingFix some warnings for size_t, DWORD and int conversions.
2020-01-24 Martin LingReplace some usages of int with size_t to fix overflow...
2020-01-24 Martin LingAdd project files for Visual Studio 2019.
2020-01-24 Martin LingAdjust headers and include ordering for MSVC support.
2020-01-23 Martin LingAdd example of waiting for events.
2020-01-23 Martin LingAdd an example of proper error handling.
2020-01-23 Martin LingAdd some more narrative docs on the configuration API.
2020-01-23 Martin LingAdd example of how to configure a port.
2020-01-23 Martin LingUse SP_API prefix for functions in libserialport.h.
2020-01-23 Martin LingUse a static header file, not dependent on autoconf.
2020-01-23 Martin Lingwindows: wc_to_utf8: use some clearer variable names.
2020-01-23 Martin Lingwindows: Don't try to include <unistd.h>.
2020-01-23 Martin Lingwindows: wc_to_utf8: Eliminate variable-length array.
2020-01-23 Martin Lingwindows: Use a fixed worst-case WRITEFILE_MAX_SIZE.
2020-01-23 Martin Lingwindows: Handle the case where there are no serial...
2020-01-23 Martin Lingwindows: Handle registry lookup failures correctly.
2020-01-23 Martin Lingwindows: Loop over WriteFile() if write size exceeds...
2020-01-23 Martin LingAdd test program for timing functions.
2020-01-20 Martin LingMove timing routines to separate file.
2020-01-20 Martin LingMove commonly used start flag into timeout helpers.
2020-01-20 Martin LingMove special case for poll() timeout to call site.
2020-01-20 Martin LingSupport timing helpers on Windows.
2020-01-20 Martin LingMore generic solution for limiting per-call timeout.
2020-01-20 Martin LingMove repetitive timeout code into helper functions.
2020-01-20 Martin LingAbstract all time handling operations.
2020-01-05 Uwe HermannMakefile.am: Add example files to the tarball.
2020-01-05 Uwe HermannDoxygen: Fix an issue causing missing #define documenta...
2020-01-05 Martin LingUpdate Doxyfile for doxygen 1.8.16.
2020-01-05 Martin LingRelease examples as public domain.
2020-01-05 Martin LingAdd some additional formatting hints to Doxygen comments.
2020-01-05 Martin LingIntegrate examples into Doxygen.
2020-01-05 Martin LingAdd examples directory with two example programs.
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 Martin Linglinux: Fix compile warning on gcc 6+ for readlink(...
2020-01-04 Christian SeilerUse O_CLOEXEC where available
2019-12-28 Uwe Hermannwindows: Fix a build error.
2019-12-28 Martin LingFall back to CLOCK_REALTIME if CLOCK_MONOTONIC not...
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 Lingconfigure: Check whether clock_gettime is available.
2019-12-28 Martin LingMove all gettimeofday() calls into a wrapper function.
2019-12-28 Martin Lingwindows: Use architecture-specific size limit for Write...
2019-12-28 Martin Lingwindows: Use an adaptively sized buffer for nonblocking...
2019-12-28 Martin Lingwindows: Await completion of previous write before...
2019-12-28 Martin Lingunix: Fix handling of EAGAIN in sp_nonblocking_write().
2019-12-28 Uwe HermannRandom minor whitespace fixes.
2019-12-28 Uwe Hermannwindows: Fix incorrect wc_to_utf8() calls.
2019-06-30 Martin Jacksonwindows: wc_to_utf8(): Fix a WCHAR related issue causin...
2017-12-17 Uwe HermannREADME: Add link to bug tracker.
2017-12-15 Uwe HermannREADME: Add missing contact info.
2017-09-13 Martin Lingwindows: Break out helper function for awaiting previou...
2017-09-13 Stefan TaunerRemove redundant inclusions of limits.h
2017-09-13 Stefan TaunerCanonicalize symlinks in portnames
2017-09-13 Uwe HermannFreeBSD: Add missing libusb-2.0 to pkg-config file.
2017-03-19 Martin LingLinux: fix for alpha where BOTHER is not defined.
2017-03-05 Uwe Hermannconfigure summary: Show compiler version and flags.
2017-03-05 Uwe Hermannconfigure summary: Show whether shared/static build...
2017-03-05 Uwe Hermannconfigure summary: Slightly change formatting.
2016-10-14 Aurelien Jacobsuse readdir() instead of the deprecated readir_r()
2016-09-04 Paul Cercueillibserialport: Fix Linux files not compiled in with...
2016-02-28 Wolfram Sanglinux: freebsd: do check on proper pointer libserialport-unreleased
2016-01-27 Uwe HermannBump libtool version (not package version) to 1:0:1.
2016-01-27 Uwe HermannNEWS: Last updates for the upcoming 0.1.1 release.
2016-01-27 Uwe HermannFix ERROR_SEM_TIMEOUT issue on Windows.
2016-01-22 Uwe HermannFix sp_blocking_read_next() implementation on Windows.
next