]> sigrok.org Git - libserialport.git/shortlog
libserialport.git
2013-11-19 Uwe Hermann.gitignore: Add libserialport.h.
2013-11-19 Uwe Hermannset_config(): Add missing CS5 handling.
2013-11-19 Uwe HermannFix minor Doxygen warning.
2013-11-19 Martin LingClarify usage of -1 in configuration API.
2013-11-19 Martin LingGroup functions for documentation.
2013-11-19 Martin LingUse named enums instead of ints for clearer documentation.
2013-11-19 Martin LingAdd doxygen 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 LingUpdate documentation.
2013-11-15 Martin LingRemove disused flowcontrol field from sp_port_config.
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 LingSplit up prototypes in include file for clarity.
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-15 Uwe HermannUse new project URL.
2013-11-15 Uwe Hermannpkg-config file: Use Requires.private to fix static...
2013-11-15 Uwe Hermannlibserialport.h: Add package/lib version macros.
2013-11-14 Uwe Hermannconfigure.ac: Drop unneeded AC_MSG_ERROR.
2013-11-14 Uwe Hermannlibserialport: Allow C++ frontends to use the lib easily.
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 LingUpdate documentation.
2013-11-14 Martin LingRemove outdated inline documentation, README is now...
2013-11-14 Martin LingClarify return values of sp_get_port_by_name() and...
2013-11-14 Martin LingClarify documentation for sp_read() and sp_write().
2013-11-14 Martin LingUpdate documentation.
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 LingAdd SP_ERR_MEM failure code.
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 LingAdd enum values for flow control settings.
2013-11-14 Martin LingAdd documentation.
2013-11-14 Martin LingAdd include guard.
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.
2013-11-14 Martin LingDocument enumeration functions.
2013-11-14 Martin LingAdd serial enumeration code.
2013-11-14 Martin LingAdd .gitignore for build outputs.
2013-10-27 Martin LingAdd build system.
2013-10-27 Martin LingAvoid unused variable warning on non-Windows platforms.
2013-10-27 Martin LingRemove unused glob.h include.
2013-10-27 Martin LingInitial version. Builds for Linux and Windows.