]> sigrok.org Git - libsigrok.git/history - hardware/common/serial.c
build: Portability fixes.
[libsigrok.git] / hardware / common / serial.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-07-17 Martin LingRevise session API to allow for multiple sessions in...
2014-06-30 Matthias Heidbrinkserial: docs.
2014-05-19 Matthias HeidbrinkWhitespace and comment improvements, no semantical...
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-02-07 Aurelien Jacobsscpi: add a generic scan API and implement it in usbtmc...
2014-01-03 Matthias Heidbrinkserial: Improved docs.
2013-12-30 Martin LingAdd blocking and nonblocking versions of serial_read...
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-21 Martin LingUse new libserialport event set API to make GPollFDs...
2013-12-17 Uwe Hermannserial.c: Show both error code and error message.
2013-12-09 Matthias HeidbrinkImproved doxygen docs.
2013-12-07 Martin LingRemove now-unused fd field from struct sr_serial_dev_inst.
2013-12-07 Martin LingEliminate internal usage of serial->fd in serial.c.
2013-12-07 Martin LingUse sp_get_port_handle to get an fd for adding/removing...
2013-12-07 Martin LingRoute sr_source_remove for all serial devices through...
2013-12-07 Martin LingRoute sr_source_add for all serial devices through...
2013-12-03 poljar (Damir Jelić)serial: Add function to extract serial options.
2013-12-01 Martin LingUse new libserialport blocking/nonblocking API calls.
2013-11-26 Uwe Hermannserial.c: Re-enable serial_read() error reporting.
2013-11-26 Martin LingUse new libserialport opaque configuration structure.
2013-11-26 Martin LingUse accessor for new libserialport opaque port structure.
2013-11-22 Matthias Heidbrinkserial: Allow 5 and 6 data bits.
2013-11-22 Martin LingUpdate for libserialport v0.1 API.
2013-11-20 Bert VermeulenSuppress compile warning
2013-11-19 Uwe Hermannserial.c: Minor cosmetic fix.
2013-11-19 Martin LingUse new sp_port_config fields.
2013-11-19 Martin Lingserial: Use new sp_set_config instead of sp_set_params.
2013-11-19 poljar (Damir Jelić)serial: Fix leak in serial_open.
2013-11-15 Uwe Hermannserial.c: Temporary quickfix until a libserialport...
2013-11-14 Uwe Hermannserial.c: Fix a few return values.
2013-11-14 Uwe Hermannserial.c: Cosmetics, coding-style.
2013-11-14 Martin LingUpdate for renamed libserialport header file.
2013-11-14 Martin LingUpdate to new libserialport API.
2013-11-14 Martin LingUse libserialport for serial port access.
2013-10-25 Matthias Heidbrinkserial: Removed flag OPOST (turn off all output process...
2013-10-25 Matthias Heidbrinkserial: Added flags CLOCAL (ignore modem status lines...
2013-10-25 Matthias Heidbrinkserial: Added flag IXANY (any char will restart) to...
2013-10-18 Matthias Heidbrinkserial: Changed order of flags PARENB and PARODD in...
2013-09-26 Daniel Thompsonserial: Only sleep when no characters are received.
2013-08-30 Uwe Hermannserial.c: Drop unneeded <glob.h>.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-03-17 Uwe Hermannserial.c: FreeBSD and OpenBSD don't have OFILL either.
2013-01-27 Uwe Hermannserial.c: NetBSD doesn't have OFILL.
2013-01-23 Bert Vermeulenserial: more serial processing flags to turn off
2013-01-21 Uwe Hermannserial.c: Fix copy-paste error.
2013-01-19 Uwe Hermannserial.c: OpenBSD doesn't have B460800.
2013-01-08 lelazaryAdded flow control to serial configuration to support...
2012-12-24 Bert Vermeulenserial: more debug cleanup
2012-12-24 Bert Vermeulenserial: get rid of overly verbose spew
2012-12-17 Uwe Hermannserial_stream_detect(): Drop unneeded sr_spew().
2012-12-02 Alexandru Gagniucserial.c: Be more verbose about failing to parse parame...
2012-12-02 Uwe Hermannserial: Don't hardcode parity and stop bits on Windows.
2012-12-02 Uwe Hermannserial: Full baudrate support on Windows/MinGW.
2012-12-02 Uwe Hermannserial: RTS/DTR support on Windows/MinGW.
2012-12-02 Uwe Hermannserial: Use OS-independent flags for serial port opening.
2012-12-01 Uwe Hermannserial: Fix Windows build.
2012-11-26 Bert Vermeulenserial: allow for extra rts and dtr options in conn...
2012-11-26 Uwe Hermannserial: Initial code for setting DTR/RTS.
2012-11-22 Alexandru Gagniucserial.c: Sanitize serial_stream_detect
2012-11-14 Uwe HermannMove serial_stream_detect() to serial.c.
2012-11-14 Uwe Hermannserial: Compile-fix for Windows/MinGW.
2012-11-11 Bert Vermeulenserial: revamp internal API
2012-11-11 Bert Vermeulenserial: avoid Cyrillic conversion specifiers
2012-11-11 Alexandru Gagniucols: Do not randomly probe serial ports
2012-11-10 Uwe Hermannserial: Deduplicate log messages a bit.
2012-11-07 Bert Vermeulenserial_readline() now terminates on and strips CR and...
2012-11-07 Bert Vermeuleng_get_monotonic_time() takes a signed int64
2012-11-02 Uwe Hermannserial: Output successful open and the FD.
2012-11-02 Uwe Hermannserial: Fix two segfaults.
2012-11-02 Uwe Hermannserial: Fix some sr_err() items.
2012-11-02 Uwe Hermannserial: More error-checking & logging, add baudrates.
2012-11-02 Uwe Hermannserial: Add missing "break"s.
2012-10-30 Uwe HermannReturn SR_ERR_MALLOC upon allocation errors.
2012-10-30 Uwe HermannFactor out serial_readline() to serial.c.
2012-10-20 Alexandru Gagniuclibsigrok: (Trivial) Add support for 2400 baud
2012-10-15 Alexandru Gagniucserial: (Trivial) add support for 4800 baud
2012-09-25 Bert Vermeulensr: always turn off ICRNL on serial ports
2012-09-25 Bert Vermeulensr: turn off canonical mode and echo ion serial ports...
2012-09-02 Bert Vermeulenserial: add serial_set_paramstr()
2012-09-02 Bert Vermeulenserial: fix flow control setting
2012-09-02 Bert Vermeulenserial: set speed in both directions
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h
2012-07-01 Bert Vermeulensr: use proper definitions for parity setting
2012-03-04 Uwe Hermannsr: Fix some TODOs, improve comments/docs.
2012-02-13 Bert Vermeulensr: adjust copyright year
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-06-20 JerryMac OS X build fixes
2011-04-16 Uwe Hermannserial.c: Use g_try_malloc().
2011-04-03 Uwe HermannRevert temporary changes for 0.2 release.
2011-04-03 Uwe HermannDisable some stuff which should not be in 0.2.
2011-02-02 Uwe HermannMinGW: Build fixes.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-19 Uwe HermannRe-enable stuff we temporarily disabled for 0.1.
2011-01-19 Bert Vermeulendisable MSO-19 specific stuff for 0.1 release
2011-01-15 Uwe HermannStart moving private stuff to sigrok-internal.h.
next