]> git.tdb.fi Git - libs/core.git/history - source/io
Make Profiler able to report number of calls per second
[libs/core.git] / source / io /
2012-09-13 Mikko RasaAvoid invoking callbacks of a deleted object
2012-08-03 Mikko RasaThe EOF logic wasn't quite correct
2012-08-03 Mikko RasaAdd support for de/compression with zlib
2012-08-01 Mikko RasaPrefer inttypes.h to doing the #ifdef dance everywhere
2012-07-26 Mikko RasaImplement Console::get_size on windows
2012-07-26 Mikko RasaTell the TTY driver to not mess with serial port data
2012-07-26 Mikko RasaHandle c_cc when toggling canonical mode
2012-07-09 Mikko RasaMake Buffered trackable since it connects to signals
2012-07-09 Mikko RasaWindows compilation fixes
2012-07-06 Mikko RasaStyle fix: add whitespace
2012-05-30 Mikko RasaImplement get_handle in File and Pipe
2012-05-30 Mikko RasaAdd functions to support console redirection
2012-05-30 Mikko RasaAdd some error checks to Console functions
2012-05-30 Mikko RasaSet correct mode in Pipe constructor
2012-05-30 Mikko RasaUse separate members for Pipe read/write handles
2012-05-30 Mikko RasaUse an enum rather than plain integers to distinguish...
2012-05-10 Mikko RasaFix warnings about certain narrowing conversions not...
2012-05-10 Mikko RasaAdd missing headers
2011-09-06 Mikko RasaFix some stray header names
2011-08-05 Mikko RasaRemove signal_closed now that closing is only done...
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 RasaFix Memory::getline
2011-06-18 Mikko RasaUnify end-of-file handling
2011-06-14 Mikko RasaPut the check_access function in Base
2011-06-14 Mikko RasaDisallow closing stuff before destruction
2011-06-13 Mikko RasaUse EventReader in Serial as well
2011-06-13 Mikko RasaMinor change to EventReader to avoid an invalid handle...
2011-06-12 Mikko RasaUse EventReader in pipe
2011-06-12 Mikko RasaEventReader class
2011-06-12 Mikko RasaWrap seek in a helper function and make it compatible...
2011-06-11 Mikko RasaMove some common operations to helper functions
2011-06-11 Mikko RasaSeparate event-related stuff from Base
2011-06-11 Mikko RasaUse the new Handle class to hide platform details from...
2011-06-11 Mikko RasaHide win32-specific stuff in Pipe behind pimpl
2011-06-11 Mikko RasaAdd a pimpl Handle class
2011-06-11 Mikko RasaUse pimpl in Poller
2011-06-11 Mikko RasaFurther style fixes
2011-06-11 Mikko RasaAdd an intermediate Seekable interface class
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