log src/lib/iostream-temp.h @ 22955:812e5c961328

age author description
Wed, 14 Sep 2016 14:19:39 +0300 Timo Sirainen iostream-temp: If write() to temp file fails at any time, move it back to memory.
Tue, 23 Feb 2016 23:41:28 +0200 Timo Sirainen lib: Added iostream_temp_create_sized() to specify the max in-memory size
Fri, 14 Nov 2014 01:19:37 +0200 Timo Sirainen lib: Added iostream_temp_create_named()
Sun, 03 Feb 2013 21:53:24 +0200 Timo Sirainen iostream-temp: Avoid copying data if IOSTREAM_TEMP_FLAG_TRY_FD_DUP is set.
Mon, 26 Nov 2012 23:08:10 +0200 Timo Sirainen Added iostream-temp for easily creating a temporary istream (to memory/file).