]> sigrok.org Git - libserialport.git/shortlog
libserialport.git
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.
2016-01-06 Martino Facchinwindows: Fix iSerial for composite devices.
2016-01-06 Martino Facchinmacosx: Fix port listing on ElCapitan.
2015-12-29 Martin LingChange debug message to "Port not open" when a closed...
2015-12-29 Wolfram Sanglibserialport_internal: use new macro to enable timerad...
2015-12-09 Martin Lingwindows: Handle ERROR_IO_PENDING from ReadFile in sp_no...
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-09-10 Daniel ElstnerBuild: Use GNUMAKEFLAGS and $@
2015-08-27 Daniel Elstnerautogen.sh: Create autostuff/ dir if it does not exist
2015-08-26 Daniel Elstnerconfigure: Enable largefile support on 32-bit systems
2015-08-26 Daniel ElstnerClean up .gitignore
2015-08-26 Daniel ElstnerBuild: Clean up configure.ac and Makefile.am
2015-08-26 Daniel ElstnerBuild: Reduce autogen.sh to trivial stub
2015-05-31 Martin LingUpdate copyright notices.
2015-05-31 Martin LingUpdate AUTHORS file.
2015-05-30 Uwe HermannNEWS: Update for the upcoming 0.1.1 release.
2015-05-30 Martin Lingdoc: Provided channel is binary, not necessarily 8...
2015-05-30 Martin LingFix possible use of uninitialised variable in poll...
2015-05-30 Martin Lingdoc: Additional introductory text.
2015-05-27 Martin Lingdoc: Expanded introductory text.
2015-05-27 Martin Lingdoc: Additional notes on sp_last_error_{code,message}.
2015-05-27 silverbuddyHandle the case when /sys/class/tty/ entries are not...
2015-05-27 Martin LingAdd new sp_blocking_read_next() function.
2015-05-27 Martin Lingwindows: Always check and set ReadTotalTimeoutMultiplier.
2015-05-27 Martin Lingposix: Make sure blocking operations can't time out...
2015-05-27 Martin Lingposix: Consistent debug output when blocking operations...
2015-05-27 Martin Lingposix: Move FD_ZERO() and FD_SET() calls outside loops.
2015-05-27 Martin Lingwindows: Always check return value of GetOverlappedResu...
2015-05-27 Martin Lingwindows: Restructure if/else blocks with unnecessary...
2015-05-27 Martin Lingwindows: restart_wait_if_needed(): Inline receive buffe...
2015-05-27 Martin Lingwindows: restart_wait_if_needed(): Skip buffer check...
2015-05-27 Martin Lingwindows: Refactor duplicated code into a static function.
2015-05-27 Martin Lingwindows: Avoid unnecessary calls to SetCommTimeouts().
2015-05-27 Martin Lingwindows: Strip CR/LF from end of system error messages.
2015-05-06 Martin Lingdoc: correct structure name in sp_get_port_handle(...
2015-05-06 Uwe Hermannlibserialport.h.in: Fix/update some API docs.
2015-05-06 Uwe Hermannsp_list_ports(): Actually set list_ptr NULL as documented.
2015-05-06 Uwe HermannFix a potential segfault in sp_get_config_*().
2015-05-06 Uwe HermannFix a potential segfault in sp_get_port_handle().
2015-04-19 Uwe Hermannwindows.c: Constify a few function parameters.
2015-04-19 Uwe Hermannsp_get_port_usb_vid_pid(): Document that usb_vid/usb_pi...
2015-04-19 Uwe HermannRename timeout to timeout_ms for clarity in a few places.
2015-04-19 Uwe Hermannautotools: Don't set/override "user variables".
next