log src/lib/test-lib.c @ 22553:7db517071db5

age author description
Tue, 22 Aug 2017 10:14:22 +0300 Aki Tuomi lib: Add multiplex stream support
Sun, 02 Jul 2017 12:05:36 +0200 Stephan Bosch lib: Created basic test suite for ostream-buffer.
Thu, 08 Jun 2017 13:20:18 +0300 Josef 'Jeff' Sipek lib: import byte swapping & endian converting functions
Wed, 28 Jun 2017 17:40:20 +0300 Timo Sirainen lib: Add unit test for file_create_locked()
Wed, 07 Jun 2017 11:24:38 +0300 Timo Sirainen lib: Add test-mempool unit test.
Wed, 07 Jun 2017 11:24:03 +0300 Timo Sirainen lib: Add i_realloc_type() for i_realloc() that checks for overflows
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 12 Dec 2016 04:53:02 +0200 Timo Sirainen lib: Add MALLOC_MULTIPLY() and MALLOC_ADD()
Mon, 12 Dec 2016 15:21:13 +0200 Timo Sirainen lib-test: Change test_fatal_func_t to take unsigned int stage as parameter.
Tue, 02 Aug 2016 23:14:23 +0300 Timo Sirainen lib: Added log throttling API.
Wed, 20 Apr 2016 17:34:53 +0300 Aki Tuomi lib: Add PKCS#5 pbkdf1 and 2
Wed, 24 Feb 2016 16:39:59 +0200 Timo Sirainen lib: Added unit test to iostream-temp.
Mon, 08 Feb 2016 16:22:34 +0200 Aki Tuomi lib: Add ostream-escaped filter
Tue, 26 Jan 2016 13:51:47 +0200 Timo Sirainen lib: When closing istream-chain, make sure parent stream is seeked to correct offset.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 16 Sep 2015 04:44:37 +0900 Timo Sirainen lib: Added a simple timing.h API for tracking min/max/avg for events.
Thu, 27 Aug 2015 17:34:52 +0200 Timo Sirainen lib: Try fixing ec6e672a6e32 (ioloop timeout fixing)
Thu, 27 Aug 2015 15:07:35 +0200 Timo Sirainen Reverted ec6e672a6e32 for now due to some bugs.
Thu, 27 Aug 2015 10:39:26 +0200 Stephan Bosch ioloop: Delay actual start of a new normal timeout until the next io_loop_run() cycle.
Tue, 16 Jun 2015 16:22:18 +0300 Timo Sirainen lib: Added o_stream_create_failure_at() to inject EIO at given offset in ostream
Tue, 16 Jun 2015 16:21:56 +0300 Timo Sirainen lib: Added i_stream_create_failure_at() to inject EIO at given offset in istream.
Mon, 15 Jun 2015 14:31:19 +0300 Phil Carmody lib: test-failures - tests get/set handlers and the various log levels
Wed, 29 Apr 2015 17:36:44 +0200 Timo Sirainen lib: Renamed test-network to test-net
Sat, 25 Apr 2015 11:23:00 +0300 Timo Sirainen lib: Added istream-unix for reading fd sockets via istream.
Wed, 08 Apr 2015 13:55:35 +0900 Timo Sirainen lib: Added json-tree API for parsing JSON input into a tree structure.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 25 Nov 2014 03:44:55 +0200 Phil Carmody lib: test-array - fatal tests
Sat, 15 Nov 2014 02:39:04 +0200 Stephan Bosch Added support for base32 encode/decode.
Thu, 13 Nov 2014 02:24:46 +0200 Timo Sirainen lib: Added str-table API for keeping reference counted strings in a hash table.
Wed, 22 Oct 2014 05:40:44 +0300 Timo Sirainen lib: Added unit tests for guid_128_*()
Tue, 19 Aug 2014 23:53:18 +0200 Timo Sirainen lib: Added unit tests for wildcard_match()
Wed, 30 Jul 2014 15:01:29 +0300 Phil Carmody lib: test-data-stack - add some fatal tests.
Wed, 30 Jul 2014 15:01:29 +0300 Phil Carmody lib: test fatal cases for printf_format_fix
Wed, 30 Jul 2014 15:01:29 +0300 Phil Carmody lib: test-lib - add a real fatal test for mempool-alloconly
Mon, 28 Jul 2014 16:45:33 +0300 Phil Carmody lib: test-data-stack - too important a library not to be thrashed hard
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: test-lib - add unit tests for str_to_*() helpers
Fri, 27 Jun 2014 16:12:40 +0300 Phil Carmody lib: test printf_format_fix()
Thu, 19 Jun 2014 13:52:36 +0300 Timo Sirainen lib: If two istreams share one parent, i_stream_get_data() may have returned corrupted data to another.
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib: unit tests for lib/bits
Mon, 09 Jun 2014 18:15:51 +0300 Timo Sirainen lib: Added some kind of a unit test for hash table.
Wed, 07 May 2014 13:02:29 +0300 Timo Sirainen liblib: Added unit test for hash methods to make sure they don't do read access beyond buffer.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 16 Feb 2013 18:57:33 +0200 Timo Sirainen Merged changes from v2.1 tree.
Tue, 15 Jan 2013 08:30:03 +0200 Timo Sirainen buffer: Always keep +1 byte available for str_c()'s NUL.
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.
Sat, 05 Jan 2013 01:14:11 +0200 Timo Sirainen Merged changes from v2.1 tree.
Fri, 04 Jan 2013 23:24:26 +0200 Timo Sirainen uni_utf8_*(): Treat overlong UTF8 sequences as invalid.
Thu, 29 Nov 2012 06:26:29 +0200 Timo Sirainen JSON parser supports now nested objects and parsing from non-blocking input stream.
Sat, 11 Aug 2012 07:46:42 +0300 Timo Sirainen liblib: Added "number packing" API.
Fri, 10 Aug 2012 06:45:25 +0300 Timo Sirainen Added istream-base64-decoder.
Sat, 02 Jun 2012 16:55:21 +0300 Stephan Bosch Adds ISO8601/RFC3339 date format parsing and construction support.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 15 Nov 2010 16:22:08 +0000 Timo Sirainen Added unit test for istream-base64-encoder.
Tue, 19 Oct 2010 18:10:34 +0100 Timo Sirainen liblib: Added API for easily building hash strings based on given format string and input.
Mon, 18 Oct 2010 16:51:12 +0100 Timo Sirainen ostream-file: Fixed potential crash in write_at() and also fixed attempted optimization.
Sat, 06 Feb 2010 00:36:11 +0200 Timo Sirainen crc32*() didn't return a standard CRC32 value. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 22 Dec 2009 18:18:55 -0500 Timo Sirainen var_expand(): Added support for built-in host, pid and env:* variables. HEAD