]> git.tdb.fi Git - libs/core.git/history - source/io
Move non-oneliner functions out of RefPtr class declaration
[libs/core.git] / source / io /
2019-09-27 Mikko RasaCheck that objects still exist when dispatching events...
2019-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2019-09-27 Mikko RasaRefactor signal connection handling in EventDispatcher
2018-07-06 Mikko RasaActually pass sec_attr to CreateFile
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2017-12-04 Mikko RasaAdd stub implementations of the pure virtual functions...
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaFix mismatched fcntls in sys_set_blocking on unix
2017-12-02 Mikko RasaMake certain functions pure virtual so I won't forget...
2017-12-02 Mikko RasaAdd missing get_handle function to Serial
2017-12-02 Mikko RasaAdd a missing mode flag adjustment to Console::set_block
2017-12-02 Mikko RasaAdd a helper function for adjusting mode flags
2017-01-08 Mikko RasaGuard against badly behaving get functions in getline
2017-01-08 Mikko RasaReturn -1 from Slice::get at eof
2016-10-30 Mikko RasaAdd integration between EventDispatcher and Timer
2016-08-02 Mikko RasaUse variadic templates for format and print functions...
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-20 Mikko RasaRemove an outdated comment
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2015-11-19 Mikko RasaHack to make 64-bit seeks work on Android
2015-09-07 Mikko RasaFix end-of-file detection in Slice
2014-11-13 Mikko RasaMove the generic file-based Asset implementation to...
2014-10-19 Mikko RasaAdd a class for accessing applications assets
2014-10-19 Mikko RasaSynchronize access to the underlying object of Slice
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