]> git.tdb.fi Git - libs/core.git/history - source/io
Derive Slice from sigc::trackable as it connects to external signals
[libs/core.git] / source / io /
2014-10-19 Mikko RasaDerive Slice from sigc::trackable as it connects to...
2014-10-06 Mikko RasaSilence clang's complaints about unused private members
2014-10-05 Mikko RasaUse direct constant values for non-POSIX baud rates
2014-06-27 Mikko RasaAdditional baud rates from termios.h
2013-10-15 Mikko RasaMove Handle::operator void * to the common part
2013-10-15 Mikko RasaAvoid closing handles twice
2013-10-15 Mikko RasaAllow setting a pipe read-only or write-only after...
2013-10-15 Mikko RasaInterpret POLLHUP as end-of-file
2013-10-14 Mikko RasaAdd get_handle to Console
2013-10-07 Mikko RasaRewrite BufferedFile as a standalone class
2013-08-27 Mikko RasaAvoid leaking external references through default c...
2013-05-29 Mikko RasaMiscellaneous fixes
2013-05-29 Mikko RasaAvoid a shadowing warning from clang
2013-05-29 Mikko RasaUse _FILE_OFFSET_BITS rather than _LARGEFILE64_SOURCE
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-04-24 Mikko RasaClean up after the timedelta.h/units.h merge
2013-04-20 Mikko RasaAdd activation check to the rest of Filtered's virtual...
2013-04-20 Mikko RasaEncapsulate serial device state into a struct
2013-04-20 Mikko RasaFix a memory leak in Poller
2013-04-20 Mikko RasaCorrect some multiple inclusion guards
2013-04-13 Mikko RasaFix seeking of Slice
2013-03-27 Mikko RasaImprove file opening on Windows
2013-01-05 Mikko RasaAdd a constructor to ZlibCompressed that takes a mode...
2012-12-01 Mikko RasaMake lexical_cast symmetric
2012-11-08 Mikko RasaAdd an I/O class to access a restricted range of bytes...
2012-11-04 Mikko RasaAdd a dedicated exception class for a bad seek operation
2012-11-04 Mikko RasaSome fixes for eof handling in Memory
2012-09-27 Mikko RasaAdd no-throw destructors to exception classes that...
2012-09-27 Mikko RasaAdd some useful shortcuts for CreateMode combinations
2012-09-27 Mikko RasaAdd an exclusive create flag to IO::File
2012-09-27 Mikko RasaDon't report M_RDWR as "generic"
2012-09-27 Mikko RasaAdd a mode parameter to Memory constructor with non...
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