]> sigrok.org Git - libserialport.git/shortlog
libserialport.git
2014-05-06 Uwe HermannDoxyfile: Set version to 0.1.0. libserialport-0.1.x libserialport-0.1.0
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.
2013-12-27 Uwe HermannDoxygen: Fix a warning / incorrect parameter name.
2013-12-27 Uwe HermannMakefile.am: Fix 'make doc' for out-of-tree builds.
2013-12-27 Uwe Hermannconfigure.ac: Cosmetics, fix typo.
2013-12-20 Martin LingAdd API for waiting on port events.
2013-12-18 Martin LingRemove various unused code in configure.ac.
2013-12-17 Uwe HermannDoxyfile: Update to Doxygen 1.8.5 config file.
2013-12-17 Uwe HermannMinor Doxygen updates/fixes.
2013-12-17 Uwe Hermannwin32: Add missing ClearCommError() error handling...
2013-12-17 Martin LingWindows: clear errors after port open.
2013-12-08 Martin LingRemove obsolete comment.
2013-12-07 Martin LingRemove stray periods from debug messages.
2013-12-07 Martin LingWindows nonblocking write: Dont't return if async I...
2013-12-07 Martin LingCheck return value of GetOverlappedResult().
2013-12-07 Martin LingMake RETURN_VALUE macro side effect safe.
2013-12-05 Martin LingFix building for Android.
2013-12-05 Martin LingMake libudev optional.
2013-12-01 Uwe HermannTIOCINQ/TIOCOUTQ is not available everywhere.
2013-11-27 Martin LingHandle EINTR from tcdrain() in sp_drain().
2013-11-27 Martin LingClarify documentation regarding signals and EINTR.
2013-11-27 Martin LingFix error in documentation.
2013-11-27 Martin LingDocument EINTR handling.
2013-11-27 Martin LingHandle EINTR by repeating the call.
2013-11-27 Martin LingFix conversion of timeout to struct timeval.
2013-11-27 Martin LingAdd sp_input_waiting() and sp_output_waiting() functions.
2013-11-27 Martin LingNew API and implementation for blocking and non-blockin...
2013-11-27 Martin LingSet VMIN = 1, not zero which forces non-blocking reads.
2013-11-26 Martin LingReturn SP_ERR_SUPP on attempt to set mark/space parity...
2013-11-26 Uwe HermannMinor cosmetics.
2013-11-26 Uwe HermannUse "sp: " as prefix for debug logs (nicer/shorter).
2013-11-26 Uwe HermannFix the build on NetBSD/OpenBSD/FreeBSD, possibly others.
2013-11-25 Martin LingSet some sane defaults in sp_open() on Windows too.
2013-11-25 Martin LingApply termios setting changes immediately.
2013-11-25 Martin LingSupport mark/space parity settings.
2013-11-25 Martin LingTurn off all the fancy termios features.
2013-11-25 Martin LingWindows nonblocking write: 1 byte at a time to know...
2013-11-25 Martin LingImplement non-blocking I/O on Windows.
2013-11-25 Martin LingFix SET_FAIL macro.
2013-11-25 Martin LingHandle -EAGAIN in non-blocking reads on Unix, and retur...
2013-11-23 Martin LingFix bug in debug message generation in sp_flush().
2013-11-23 Martin LingInitialise structure in sp_new_config().
2013-11-23 Martin LingAdd generator program for configuration accessor headers.
2013-11-23 Martin LingMake configuration structure opaque.
2013-11-23 Martin LingClarify documentation.
2013-11-23 Martin LingAdd sp_get_port_handle() function.
2013-11-23 Martin LingMake port structure opaque.
2013-11-23 Martin LingAdd back previously deleted sp_get_config function.
2013-11-23 Martin LingFix swapped DCD & RI signals on Windows.
2013-11-23 Martin LingReturn SP_ERR_SUPP from sp_list_ports() on unsupported...
2013-11-23 Martin LingGenerate debug output when returning using TRY() macro.
2013-11-23 Martin LingAdditional argument checking.
2013-11-23 Martin LingAdd additional debug messages.
2013-11-23 Martin LingAdd debug output for all entry and exit points.
2013-11-23 Martin LingAdd debug macros.
2013-11-22 Martin LingAdd API for and default handler for debug messages.
2013-11-22 Uwe Hermannserialport.c: Add missing linux_termios.h #include.
2013-11-22 Martin LingRemove dupliate/redundant return value documentation.
2013-11-22 Martin LingUse new SP_ERR_SUPP error to indicate unsupported opera...
2013-11-22 Uwe HermannMakefile.am: Add missing linux_termios.h.
2013-11-22 Martin LingCheck for termiox support at runtime.
2013-11-22 Martin LingFix memory leaks.
2013-11-22 Uwe HermannUse common 3-digit package version number.
2013-11-22 Uwe HermannTemporarily disable USE_TERMIOX code (breaks the lib).
2013-11-22 Uwe HermannMinor cosmetics.
2013-11-22 Uwe HermannAdd missing #include guards.
2013-11-22 Uwe HermannFix the build on non-Linux platforms.
2013-11-22 Bert VermeulenIgnore linux_termios leftovers.
2013-11-22 Martin LingFix to sp_flush() on Unix.
2013-11-22 Martin LingAdd missing @param port entries to documentation.
2013-11-22 Martin LingAdd sp_get_signals() function.
2013-11-22 Martin LingAdd sp_start_break() and sp_end_break() functions.
2013-11-22 Martin LingAdd sp_drain() function.
2013-11-22 Martin LingAdd missing @param port entry to documentation.
2013-11-22 Martin LingMake sp_flush take an option for what to flush.
2013-11-22 Martin LingUse a more logical set of SP_MODE_* flags.
2013-11-22 Martin LingDefine SP_PARITY_* more logically.
2013-11-21 Martin LingDocument this madness.
2013-11-21 Martin LingSupport non-standard flow control modes on Linux.
2013-11-21 Martin LingSupport custom baudrates on Linux.
2013-11-20 Matthias HeidbrinkAdded support for non-standard baud rates for Apple.
2013-11-19 Martin LingRetrieve XON/XOFF setting on Unix.
2013-11-19 Uwe HermannDoxygen cosmetics.
2013-11-19 Uwe HermannConsistently use the "@" notation for Doxygen tags.
2013-11-19 Uwe HermannCosmetics, whitespace, consistency fixes.
2013-11-19 Uwe Hermannget_config(): Add a quickfix for xon_xoff.
next