log src/lib-http/test-http-response-parser.c @ 23017:c1d36f2575c7 default tip

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Thu, 27 Jul 2017 16:34:34 +0200 Stephan Bosch lib-http: message parser: Reject messages with invalid Date header when HTTP_MESSAGE_PARSE_FLAG_STRICT flag is enabled.
Thu, 27 Jul 2017 16:03:44 +0200 Stephan Bosch lib-http: test-http-response-parser: Show error message for tests of invalid responses.
Tue, 11 Jul 2017 14:34:06 +0200 Stephan Bosch lib-http: message parser: Allow duplicate date header if HTTP_MESSAGE_PARSE_FLAG_STRICT is not set.
Tue, 11 Jul 2017 14:18:47 +0200 Stephan Bosch lib-http: Restructured the header, message, request, and response parsers to have an extensible and consistent API using flags.
Sat, 04 Feb 2017 16:15:57 +0100 Stephan Bosch lib-http: test-http-response-parse: Properly test multiple sequential responses.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 16 Nov 2015 12:26:32 +0200 Phil Carmody lib-http: free resources used in the tests
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody lib-http: trivial sparse cleanups - statics and explicit NULLs
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Fri, 10 Jan 2014 15:00:28 -0500 Stephan Bosch lib-http: Added option to the header parser to make it lenient towards illegal characters in header field content.
Sun, 03 Nov 2013 21:48:24 +0200 Timo Sirainen Make static analyzer happier
Sun, 15 Sep 2013 03:46:12 +0300 Stephan Bosch lib-http: Implemented limits on overall HTTP header size, size of individual header fields and the number of fields in the header.
Sun, 15 Sep 2013 03:36:18 +0300 Stephan Bosch lib-http: Adjusted response and request parsers to accept a request/response object to fill with data, rather than have it return one.
Mon, 05 Aug 2013 22:21:29 +0300 Timo Sirainen Make static analyzer happier.
Thu, 11 Jul 2013 10:17:49 +0300 Timo Sirainen lib-http: Updated test-http-response-parser
Thu, 11 Jul 2013 09:29:36 +0300 Timo Sirainen lib-http: Fixed previous test-http-response-parser change.
Thu, 11 Jul 2013 09:25:53 +0300 Timo Sirainen lib-http: Fixed handling responses whose header arrives in smaller pieces.
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, 24 Nov 2012 00:30:14 +0200 Stephan Bosch lib-http: Added initial HTTP client implementation.