]> sigrok.org Git - libserialport.git/shortlog
libserialport.git
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.
2014-09-07 Michael B.... windows: Add -lsetupapi when building for WIN32.
2014-09-07 Michael B.... windows: Include proper GUID defining header to fix...
2014-09-04 Aurelien Jacobslinux: remove readlinkat() dependency
2014-09-04 Aurelien Jacobslinux_termios: fix return types to actually match retur...
2014-08-27 Uwe HermannFix Mac OS X build (untested).
2014-08-27 Uwe HermannFix Windows build.
2014-08-24 Martin Linglinux: Fix warning by marking vid, pid variables unsigned.
2014-08-24 Martin LingCompile with -pedantic.
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-08-24 Antti Nykanenlibserialport.h.in: remove trailing commas in enum...
2014-08-20 Bert VermeulenBump package version to 0.2.0.
2014-08-20 Aurelien JacobsRename sp_get_signals() parameter to avoid name clash...
2014-08-05 Uwe Hermannconfigure.ac: We no longer need to set WINVER explicitly.
2014-08-05 Uwe Hermannwindows.c: Remove MinGW workarounds, require MinGW...
2014-07-31 Uwe Hermannwindows.c: Define a bunch of stuff that's not in MinGW...
2014-07-31 Uwe Hermannconfigure.ac: MinGW build fix (setting WINVER=0x0501).
2014-07-31 Uwe Hermannserialport.c: Fix an 'unused variable' compiler warning.
2014-07-06 Marcus ComstedtAvoid use of struct serial_struct on systems which...
2014-07-06 Marcus ComstedtDon't use readlinkat if it does not exist
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-06-14 Martin LingFix build for platforms without enumeration & port...
2014-06-13 Aurelien JacobsMove list_ports() implementations to OS-specific files.
2014-06-13 Aurelien JacobsFix missing variable on macosx.
2014-06-11 Bert VermeulenIgnore build leftovers.
2014-06-11 Aurelien JacobsCheck bus:address and vid:pid validity.
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...
2014-06-10 Aurelien JacobsAdd new APIs to get some USB descriptor details for...
2014-06-10 Aurelien JacobsRemove the udev dependency and parse the /sys hierarchy...
2014-06-10 Aurelien JacobsSimplify Mac OS implementation of sp_list_ports().
2014-06-10 Aurelien JacobsRemove useless declaration.
2014-06-10 Aurelien JacobsRemove duplicated include.
2014-06-02 Aurelien JacobsAdd format string support to RETURN_ERROR() and RETURN_...
2014-05-06 Uwe HermannNEWS: Bump date.
2014-05-05 Uwe HermannNEWS: Update for upcoming 0.1.0 release.
2014-05-05 Uwe Hermannconfigure.ac: Add 'check-news' automake option.
2014-05-05 Uwe HermannAdd Doxygen @since tags to all public API functions.
2014-05-04 Uwe Hermanndoxygen: Updated Doxyfile to doxygen 1.8.6.
2014-04-13 Uwe HermannAdd the usual AUTHORS file.
2014-03-22 Martin LingMerge pull request #1 from silverbuddy/master
2014-03-21 silverbuddyFix malloc size (Win32)
2014-03-21 silverbuddyFix compilation (Win32 UNICODE)
2014-03-13 Uwe HermannAdd runtime version querying functions.
2014-01-03 Martin Linglinux_termios.c: fix check for termios speed fields.
2014-01-03 Martin Linglinux: Speed fields may not be present in kernel termio...
2014-01-03 Martin LingRemove need to include linux_termios.h on non-Linux.
2014-01-03 Martin LingOnly build linux_termios.c on Linux.
2013-12-27 Uwe HermannMakefile.am: Add Doxyfile to the generated tarball.
next