log src/lib-imap-urlauth/imap-urlauth-fetch.c @ 22325:e01bc3015b2f

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.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Thu, 30 May 2013 18:04:58 +0300 Stephan Bosch lib-imap-urlauth: Added API for using the fetch interface with an already parsed IMAP URL object.
Thu, 30 May 2013 18:04:52 +0300 Stephan Bosch imap: Fixed segfault in URLFETCH command.
Thu, 30 May 2013 18:04:17 +0300 Stephan Bosch lib-imap-urlauth: Fixed handling of URLAUTH service connection resume after pending local request.
Thu, 30 May 2013 18:04:10 +0300 Stephan Bosch lib-imap-urlauth: Fixed pending_request counter difference between locally and remotely fetched URLAUTHs.
Thu, 30 May 2013 18:03:53 +0300 Stephan Bosch lib-imap-urlauth: Fixed URLAUTH fetch reference counting for when requests are aborted at deinit.
Tue, 21 May 2013 22:55:23 +0300 Stephan Bosch lib-imap-urlauth: Fixed deinitialization of the URLAUTH fetch handler.
Tue, 21 May 2013 22:55:17 +0300 Stephan Bosch lib-imap-urlauth: Fixed resuming in URLAUTH fetch handler.
Tue, 21 May 2013 22:55:12 +0300 Stephan Bosch lib-imap-urlauth: Fixed local URLAUTH fetches that didn't immediately finish handling content.
Mon, 06 May 2013 18:35:36 +0300 Timo Sirainen lib-imap-urlauth: Don't try to access garbage memory on error handling paths.
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.
Mon, 29 Oct 2012 20:48:08 +0200 Timo Sirainen Make static analyzer happier.
Tue, 23 Oct 2012 20:07:06 +0300 Timo Sirainen imap: URLFETCH error handling fixes.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Sun, 16 Sep 2012 16:02:18 +0300 Stephan Bosch imap-urlauth: Treat internal errors in URL fetching differently from invalid URLs.
Sat, 15 Sep 2012 23:57:08 +0300 Stephan Bosch Added support for IMAP URLAUTH and URLAUTH=BINARY extensions