log src/lib/iostream-rawlog.c @ 22664:fea53c2725c0

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Fri, 29 Jan 2016 17:42:51 +0200 Timo Sirainen Replace host:port parsers with net_str2hostport().
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 08 Sep 2015 19:07:02 +0300 Timo Sirainen Replaced unlink() calls with i_unlink*() wherever possible.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Thu, 23 Apr 2015 13:01:50 +0300 Timo Sirainen lib: Fixed reference counting in iostream-rawlog if either i/ostream wasn't used.
Thu, 23 Apr 2015 11:40:03 +0300 Timo Sirainen lib: iostream_rawlog_create_from_stream() now allows input or output to be NULL.
Sat, 17 Jan 2015 04:14:58 +0200 Timo Sirainen lib: iostream-rawlog now writes to ostreams instead of directly to fds.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 26 Jun 2014 20:48:13 +0300 Timo Sirainen lib: Moved rawlog dir stat()s to iostream_rawlog_create() internally.
Thu, 26 Jun 2014 20:46:21 +0300 Timo Sirainen lib: iostream-rawlog now supports TCP target with "tcp:host:port" as the path.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Fri, 22 Nov 2013 22:05:52 +0200 Timo Sirainen iostream-rawlog: Timestamp prefix is now optional.
Sat, 16 Feb 2013 18:57:33 +0200 Timo Sirainen Merged changes from v2.1 tree.
Thu, 31 Jan 2013 18:17:10 +0200 Timo Sirainen iostream-rawlog: Ignore 0 byte writes instead of assert-crashing.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 28 Nov 2012 02:35:15 +0200 Timo Sirainen iostream-rawlog: Buffered output kept logging the same data over and over again.
Fri, 09 Nov 2012 00:31:07 +0200 Timo Sirainen iostream-rawlog: Don't assert-crash if trying to write 0 bytes.
Mon, 29 Oct 2012 21:28:45 +0200 Timo Sirainen iostream-rawlog: Avoid crashing more if write() to rawlog fails.
Mon, 29 Oct 2012 20:34:31 +0200 Timo Sirainen iostream-rawlog: Avoid crashing if write() to rawlog fails.
Thu, 06 Sep 2012 01:13:03 +0300 Timo Sirainen Renamed buffer_create_*data() to buffer_create_from_*data() for consistency.
Wed, 29 Aug 2012 16:45:25 +0300 Timo Sirainen iostream_rawlog_create_path(): Avoid double-closing the rawlog fd
Wed, 29 Aug 2012 16:18:56 +0300 Timo Sirainen iostream-rawlog: Added possibility to save input/output to the same file.
Thu, 28 Jun 2012 00:27:13 +0300 Timo Sirainen Changed i_close_fd() API to set the fd to -1 after closing.
Mon, 25 Jun 2012 02:52:33 +0300 Timo Sirainen Replaced (void)close(fd) and close_keep_errno() with i_close_fd().
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Tue, 10 Jan 2012 23:34:43 +0200 Timo Sirainen Compiler warning fix.
Tue, 10 Jan 2012 22:57:09 +0200 Timo Sirainen Use t_strflocaltime() where possible.
Wed, 21 Sep 2011 15:57:57 +0300 Timo Sirainen Added rawlog i/ostreams.