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

age author description
Fri, 16 Dec 2016 20:27:09 +0200 Martti Rannanjärvi lib, lib-http: add HTTP_URL_ALLOW_PCT_NUL flag
Sun, 08 May 2016 22:56:59 +0200 Stephan Bosch uri-util: Added public function for parsing single percent encoding instances.
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.
Sun, 15 Sep 2013 03:34:06 +0300 Stephan Bosch uri-util: Added support for parsing bare authority URI component (for use in HTTP).
Thu, 29 Nov 2012 02:30:15 +0200 Timo Sirainen uri-util.h always requires net.h to compile, #include it
Fri, 14 Sep 2012 21:02:23 +0300 Stephan Bosch Added support for creating IMAP URLs.
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.