log src/lib/uri-util.c @ 22664:fea53c2725c0

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:14:48 +0200 Stephan Bosch lib: uri-util: Always fully check the syntax of percent encoding while parsing URI components.
Sun, 08 May 2016 22:56:59 +0200 Stephan Bosch uri-util: Added public function for parsing single percent encoding instances.
Sat, 20 Feb 2016 19:47:58 +0200 Stephan Bosch uri-util: Fixed assertion failure for invalid character in path segment.
Fri, 14 Oct 2016 09:45:11 +0300 Aki Tuomi Revert "uri-util: Fixed assertion failure for invalid character in path segment."
Fri, 14 Oct 2016 09:45:09 +0300 Aki Tuomi Revert "lib: uri-util: Always fully check the syntax of percent encoding while parsing URI components."
Sun, 02 Oct 2016 14:14:48 +0200 Stephan Bosch lib: uri-util: Always fully check the syntax of percent encoding while parsing URI components.
Sat, 20 Feb 2016 19:47:58 +0200 Stephan Bosch uri-util: Fixed assertion failure for invalid character in path segment.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 13 Oct 2015 20:41:36 +0300 Timo Sirainen lib: uri_parser_init() wasn't using pool parameter for anything.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch uri-util: Added the possibility of only checking the URI without parsing any of the data.
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 18:21:24 +0300 Phil Carmody lib: uri-util - hardern uri_parse_dec_octet() against overflow
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: uri-util - harden uri_parse_port against overflow
Fri, 27 Jun 2014 17:39:52 +0300 Stephan Bosch imap-url: Fixed handling of ipath-empty syntax (basically empty relative URLs).
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Wed, 18 Sep 2013 23:24:22 +0300 Stephan Bosch uri-util: Improved authority 'host' parse error.
Mon, 16 Sep 2013 13:17:52 +0300 Timo Sirainen Fixed uri_parse_slashslash_authority() to skip over "//".
Sun, 15 Sep 2013 03:34:06 +0300 Stephan Bosch uri-util: Added support for parsing bare authority URI component (for use in HTTP).
Tue, 06 Aug 2013 14:53:23 +0300 Timo Sirainen net_ip2addr() changed to return "" instead of NULL on failure.
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.
Tue, 18 Dec 2012 18:54:31 +0200 Timo Sirainen uri-util: Control characters weren't properly escaped.
Wed, 10 Oct 2012 23:55:21 +0300 Stephan Bosch uri-util: Fix handling of '..' and '.' segments in URI paths.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Fri, 14 Sep 2012 21:02:23 +0300 Stephan Bosch Added support for creating IMAP URLs.
Tue, 31 Jul 2012 02:46:21 +0300 Timo Sirainen imap: CATENATE command fixes.
Mon, 25 Jun 2012 02:38:29 +0300 Timo Sirainen Added array_append_zero() to write a zero-filled record to an array.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sat, 02 Jun 2012 19:01:25 +0300 Timo Sirainen Error handling API changes to previous IMAP URL related changes.
Sat, 02 Jun 2012 17:06:21 +0300 Stephan Bosch liblib: Added generic URI parsing functions.