]> git.tdb.fi Git - libs/core.git/history - source/io/file.cpp
Rewrite BufferedFile as a standalone class
[libs/core.git] / source / io / file.cpp
2013-10-07 Mikko RasaRewrite BufferedFile as a standalone class
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-03-27 Mikko RasaImprove file opening on Windows
2012-09-27 Mikko RasaAdd some useful shortcuts for CreateMode combinations
2012-09-27 Mikko RasaAdd an exclusive create flag to IO::File
2012-05-30 Mikko RasaImplement get_handle in File and Pipe
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 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-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 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