]> sigrok.org Git - libserialport.git/shortlog
libserialport.git
2016-01-27 Uwe HermannDoxyfile: Set version to 0.1.1. libserialport-0.1.1 libserialport-0.1.1
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".
2015-04-19 Uwe HermannMakefile.am: Simplify LDFLAGS handling a bit.
2015-04-19 Uwe HermannConstify the sp_get_port_description() parameter.
2015-04-19 Uwe HermannConstify the sp_get_port_transport() parameter.
2015-04-19 Uwe Hermannconfigure.ac: Drop no longer needed SP_PKGLIBS.
2015-04-19 Uwe HermannVarious Doxygen comment updates and fixes.
2015-04-19 Uwe Hermannlibserialport.h.in: Drop unneeded <windows.h> #include.
2015-04-19 Uwe Hermannlibserialport.h.in: Add @since tags for new enums.
2015-04-19 Uwe HermannSet package version to 0.1.1, use "@since 0.1.1" Doxyge...
2015-04-18 Uwe Hermannwindows: Drop no longer needed -luuid.
2015-04-18 Uwe Hermannconfigure.ac: Minor whitespace cosmetics.
2015-04-18 Uwe HermannDoxyfile: Update to Doxygen 1.8.8 template.
2015-04-18 Uwe Hermannconfigure.ac: Add #include guard to config.h.
2015-04-18 Uwe HermannFix a compiler warning when -Wshadow is used.
2015-04-07 Uwe Hermannautogen.sh: Drop obsolete MinGW/MSYS items.
2015-04-06 Uwe HermannREADME: Refer to MSYS2 only.
2015-04-06 Uwe HermannMinor Doxygen improvements and fixes.
2015-04-06 Uwe Hermannconfigure.ac: Use $host_os instead of $target_os.
2015-04-03 Uwe HermannREADME: Add link to online API docs.
2015-04-03 Uwe HermannREADME: Mention FreeBSD port enumeration support.
2015-04-03 Uwe Hermannconfigure.ac: Add -Wmissing-prototypes.
2015-04-03 Uwe HermannFix two compiler warnings on platforms without enumerat...
2015-04-03 Uwe Hermannadd_handle(): Fix a realloc() related issue.
2015-04-03 Uwe HermannFix a compiler warning.
2015-04-03 Uwe HermannFix indentation of a switch().
2015-04-03 Uwe Hermannadd_handle(): Fix a memory leak.
2015-04-03 Uwe HermannUse libtool's -no-undefined option on all platforms.
2015-04-03 Martin LingClarify sp_list_ports() code.
2015-03-29 Martin Lingwindows: Set fAbortOnError=FALSE.
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-26 Uwe HermannFix some typos.
2015-03-25 Uwe Hermannlinux_termios.h: Add missing #include of "config.h".
2015-03-24 Martin LingGenerate a config.h rather than passing defines on...
2015-02-20 Uwe HermannFix misleading snprintf() arguments.
2015-02-20 Uffe JakobsenIf present, add usb_serial to description for better...
2015-02-16 Uffe JakobsenHandle enumeration of native UART ports on FreeBSD
2015-02-15 Uffe JakobsenImplement FreeBSD OS-specific serial port detection...
2015-02-15 Martin Lingwindows: Fix restart of RX/error wait operation after...
2014-12-05 Boris GjeneroFix free() of uninitialized pointer.
2014-11-27 Aurelien Jacobswindows: Properly handle return value of SetupDiOpenDev...
2014-11-01 Martin Linglinux: Check for BOTHER macro at configure time.
2014-10-12 Janne HuttunenFlush only the requested buffers
2014-10-05 Bert VermeulenFix typos.
2014-09-25 Martin Lingwindows: Fix compile issues with multiply or not define...
2014-09-24 Aurelien Jacobswindows: Indentation (cosmetics only).
2014-09-24 Aurelien Jacobswindows: Fix various memory leaks.
2014-09-20 Aurelien JacobsAdd SP_MODE_READ_WRITE enum value.
2014-09-07 Uwe HermannREADME: Add URL to the libserialport website.
2014-09-07 Uwe HermannREADME: Mention that only MinGW-w64 works (but not...
2014-09-07 Michael B.... windows: -no-undefined is required to make a DLL.
next