]> sigrok.org Git - libserialport.git/history - serialport.c
change type of result variables to ssize_t
[libserialport.git] / serialport.c
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 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 LingMake configuration structure opaque.
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 LingUse new SP_ERR_SUPP error to indicate unsupported opera...
2013-11-22 Martin LingCheck for termiox support at runtime.
2013-11-22 Martin LingFix memory leaks.
2013-11-22 Uwe HermannTemporarily disable USE_TERMIOX code (breaks the lib).
2013-11-22 Uwe HermannMinor cosmetics.
2013-11-22 Martin LingFix to sp_flush() on Unix.
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 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-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 HermannCosmetics, whitespace, consistency fixes.
2013-11-19 Uwe Hermannget_config(): Add a quickfix for xon_xoff.
2013-11-19 Uwe Hermannset_config(): Add missing CS5 handling.
2013-11-19 Martin LingUse named enums instead of ints for clearer documentation.
2013-11-19 Martin LingMark config argument to sp_set_config as const.
2013-11-18 Martin LingAdditional argument checking for config functions.
2013-11-18 Martin LingRemove sp_ prefix from private port data structure.
2013-11-18 Martin LingTidy up static functions.
2013-11-18 Martin LingMake sure OS handles are set correctly for unopened...
2013-11-18 Martin LingGet Xon/Xoff status on Windows.
2013-11-18 Martin LingRefactor port configuration code.
2013-11-16 Martin LingAdd sp_get_config() function.
2013-11-15 Martin LingEliminate lengthy switch/case blocks for baudrates.
2013-11-15 Martin LingAdd sp_set_flowcontrol helper function.
2013-11-15 Martin LingStore control bits in sp_port_data on Unix.
2013-11-15 Martin LingAdd functions for setting individual port parameters.
2013-11-15 Martin LingApply sane termios settings at port open time.
2013-11-15 Martin LingAdd prototypes for config helper functions.
2013-11-15 Martin LingRetrieve current control line settings in start_config.
2013-11-15 Martin LingNew API for serial control lines.
2013-11-15 Martin LingMove cfset{i,o}speed() calls to set_baudrate().
2013-11-15 Martin LingUse negative values in sp_port_config to retain existin...
2013-11-15 Martin LingReplace sp_set_params with sp_set_config, which takes...
2013-11-14 Uwe HermannMinor cosmetics, typos, and so on.
2013-11-14 Martin LingDivide sp_set_params into separate helper functions.
2013-11-14 Martin LingInclude <stdio.h> on Windows for sprintf, used in sp_open.
2013-11-14 Martin LingSupport 6-bit data on Unix.
2013-11-14 Martin LingSet data bits on Windows.
2013-11-14 Martin LingAdd sp_copy_port() function.
2013-11-14 Martin LingOn Windows, prefix port names with '\\.\' to work with...
2013-11-14 Martin LingRename header to libserialport.h.
2013-11-14 Martin LingFix enumeration on Windows.
2013-11-14 Martin LingFix enumeration on OS X.
2013-11-14 Martin LingRemove outdated inline documentation, README is now...
2013-11-14 Martin LingAdd sp_free_port() function.
2013-11-14 Martin LingMake sp_list_ports and sp_get_port_by_name return int.
2013-11-14 Martin LingAdd sp_get_port_by_name() function.
2013-11-14 Martin LingPort name string length now no longer needs to be passe...
2013-11-14 Martin LingHandle conversion of unicode names to char * on Windows.
2013-11-14 Martin LingIdentify ports by sp_port structure, not name.
2013-11-14 Martin LingAlways return an empty port list unless allocation...
2013-11-14 Martin LingFix building on OSX and Linux.
2013-11-14 Martin LingRename "name" to "value" to be more consistent with...
2013-11-14 Martin LingIgnore non-existant serial8250 ports on Linux.
2013-11-14 Martin LingOn Linux, skip virtual ttys that have no parent device.
2013-11-14 Martin LingMinor changes to port flags on Unix, to remain in sync...
2013-11-14 Martin LingFix list append.
next