]> git.tdb.fi Git - libs/core.git/history - source/io/pipe.cpp
Add move semantics to Variant
[libs/core.git] / source / io / pipe.cpp
2021-10-31 Mikko RasaCheck for closed handles when changing Pipe flags
2021-08-29 Mikko RasaUse size_t for sizes in I/O classes
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaAdd a helper function for adjusting mode flags
2013-10-15 Mikko RasaAllow setting a pipe read-only or write-only after...
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2012-07-09 Mikko RasaWindows compilation fixes
2012-05-30 Mikko RasaImplement get_handle in File and Pipe
2012-05-30 Mikko RasaSet correct mode in Pipe constructor
2012-05-30 Mikko RasaUse separate members for Pipe read/write handles
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 RasaUnify end-of-file handling
2011-06-14 Mikko RasaDisallow closing stuff before destruction
2011-06-12 Mikko RasaUse EventReader in pipe
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 RasaHide win32-specific stuff in Pipe behind pimpl
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