]> git.tdb.fi Git - libs/core.git/history - source/io/serial.cpp
Use vectors for storage in Poller
[libs/core.git] / source / io / serial.cpp
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaAdd missing get_handle function to Serial
2017-12-02 Mikko RasaAdd a helper function for adjusting mode flags
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-04-20 Mikko RasaEncapsulate serial device state into a struct
2012-07-26 Mikko RasaTell the TTY driver to not mess with serial port data
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-18 Mikko RasaAdd FILE_FLAG_OVERLAPPED in a couple of places
2011-06-18 Mikko RasaUnify end-of-file handling
2011-06-13 Mikko RasaUse EventReader in Serial as well
2011-06-11 Mikko RasaMove some common operations to helper functions
2011-06-11 Mikko RasaUse the new Handle class to hide platform details from...
2011-06-11 Mikko RasaFurther style fixes
2011-06-11 Mikko RasaRework exceptions for IO
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-10 Mikko RasaMove files to prepare for assimilation into core