log src/lib-http/http-url.c @ 22633:9284bdc3c5c5

age author description
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.
Fri, 16 Dec 2016 20:27:09 +0200 Martti Rannanjärvi lib, lib-http: add HTTP_URL_ALLOW_PCT_NUL flag
Sun, 02 Oct 2016 14:18:35 +0200 Stephan Bosch lib-http: uri: Removed unnecessary checking of percent encoding of query and fragment parts.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http: url: Implemented http_url_clone_authority() to clone authority part of existing HTTP URL.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http: url: Implemented functions to copy/clone URLs including the userinfo part (normally skipped).
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http: url: Make sure destination url struct is cleared in http_url_copy().
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch uri-util: Improve errors about invalid characters in URI by reporting the component where the offending character is located.
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch uri-util: Allow empty host name in the generic URI syntax as specified in RFC 3986.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 02 Jul 2014 00:10:16 +0300 Stephan Bosch lib-http: Updated comments to RFC7230/RFC7231.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 29 Oct 2013 17:32:42 +0200 Timo Sirainen lib-http: Added http_url_escape_path()
Sat, 12 Oct 2013 10:58:04 +0300 Stephan Bosch lib-http: Implemented functions for cloning and copying HTTP URLs and for constructing partial URLs.
Wed, 18 Sep 2013 23:24:11 +0300 Stephan Bosch lib-http: http-url: Fixed return of proper error message in case of a failure to parse request target Host header.
Tue, 17 Sep 2013 21:57:48 +0300 Stephan Bosch lib-http: Added (non-default) support for parsing user:pasword from HTTP URL.
Sun, 15 Sep 2013 03:47:29 +0300 Stephan Bosch lib-http: Added support for parsing request target URLs.
Sun, 15 Sep 2013 03:34:06 +0300 Stephan Bosch uri-util: Added support for parsing bare authority URI component (for use in HTTP).
Sun, 04 Aug 2013 20:33:05 +0300 Timo Sirainen lib-http: Fixed redirect request target encoding and NULL target.
Sun, 19 May 2013 22:30:52 +0300 Timo Sirainen http_url_escape_param(): Added more characters to be escaped.
Mon, 04 Feb 2013 18:17:21 +0200 Timo Sirainen lib-http: Added http_url_escape_param()
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.
Thu, 29 Nov 2012 02:01:56 +0200 Timo Sirainen lib-http: http_url_parse() didn't allocate all strings from the given pool.
Thu, 29 Nov 2012 01:57:40 +0200 Timo Sirainen lib-http: http_url_parse() now returns the http_url allocated from given memory pool.
Thu, 11 Oct 2012 23:01:13 +0300 Timo Sirainen Compiler warning fix.
Wed, 10 Oct 2012 23:57:56 +0300 Stephan Bosch Adds HTTP URL parse support.