]> git.tdb.fi Git - libs/core.git/history - source/io/slice.cpp
Use vectors for storage in Poller
[libs/core.git] / source / io / slice.cpp
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaMake certain functions pure virtual so I won't forget...
2017-01-08 Mikko RasaReturn -1 from Slice::get at eof
2016-07-27 Mikko RasaMerge agouti:prog/core
2015-09-07 Mikko RasaFix end-of-file detection in Slice
2014-10-19 Mikko RasaSynchronize access to the underlying object of Slice
2013-04-13 Mikko RasaFix seeking of Slice
2012-11-08 Mikko RasaAdd an I/O class to access a restricted range of bytes...