log

age author description
Fri, 20 Sep 2013 09:46:31 +0300 Timo Sirainen director: Don't assert-crash if PASS lookup fails.
Fri, 20 Sep 2013 04:27:29 +0300 Timo Sirainen dsync: Don't log "Mailbox changes caused a desync" warning when running via doveadm-server.
Fri, 20 Sep 2013 04:20:22 +0300 Timo Sirainen ssl-params: Long-running ssl-params process shouldn't cause Dovecot restart to fail.
Fri, 20 Sep 2013 04:01:10 +0300 Timo Sirainen lib-ssl-iostream: Give better error message if CA settings are missing.
Fri, 20 Sep 2013 03:54:31 +0300 Timo Sirainen dbox: Fixed "UIDVALIDITY=0" error race condition.
Fri, 20 Sep 2013 03:41:51 +0300 Timo Sirainen master: Make sure new processes aren't created after stop signal is received.
Fri, 20 Sep 2013 02:38:53 +0300 Timo Sirainen mbox: Handle correctly if MAIL_FETCH_HEADER_MD5 lookup fails because mail is already expunged.
Fri, 20 Sep 2013 02:28:45 +0300 Timo Sirainen lib-auth: Don't leave stale pointers to stack lying around in memory.
Fri, 20 Sep 2013 00:59:36 +0300 Timo Sirainen ioloop-kqueue: Added assert
Fri, 20 Sep 2013 00:22:15 +0300 Timo Sirainen imap: If FETCH fails, log the stream's error string instead of errno.
Fri, 20 Sep 2013 00:20:19 +0300 Timo Sirainen istream-chain/concat/seekable: When child stream fails, copy its error to ourself.
Fri, 20 Sep 2013 00:14:11 +0300 Timo Sirainen istream-file: Assert-crash if read() fails with EBADF.
Fri, 20 Sep 2013 00:12:45 +0300 Timo Sirainen iostreams: Set stream error string when it provides extra information.
Fri, 20 Sep 2013 00:00:49 +0300 Timo Sirainen iostream: Added ability to set/get error strings for streams.
Thu, 19 Sep 2013 22:44:20 +0300 Timo Sirainen doveadm: Added "auth lookup" command to do a passdb lookup.
Thu, 19 Sep 2013 22:43:45 +0300 Timo Sirainen auth: Fixed non-auth passdb lookup when password had ".<encoding>" suffix.
Thu, 19 Sep 2013 22:20:56 +0300 Timo Sirainen imapc: Abort pending commands before any deinitialization to avoid crashes.
Wed, 18 Sep 2013 23:24:30 +0300 Stephan Bosch lib-http: Created tests for http_request_parser.
Wed, 18 Sep 2013 23:24:22 +0300 Stephan Bosch uri-util: Improved authority 'host' parse error.
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.
Wed, 18 Sep 2013 23:24:02 +0300 Stephan Bosch lib-http: Fixed handling of limits=NULL parameter for http_request_parser_init.
Wed, 18 Sep 2013 00:00:05 +0300 Timo Sirainen dsync: Don't attempt to access mailbox contents with -g "" or -m "" parameter.
Tue, 17 Sep 2013 23:32:57 +0300 Timo Sirainen lib-storage: Added a separate prefix for server metadata that aren't deleted with INBOX.
Tue, 17 Sep 2013 23:12:03 +0300 Timo Sirainen dsync: Improved debug/error logging for changes during sync.
Tue, 17 Sep 2013 21:57:48 +0300 Stephan Bosch lib-http: Added (non-default) support for parsing user:pasword from HTTP URL.
Tue, 17 Sep 2013 21:57:14 +0300 Stephan Bosch lib-imap: imap-url: Forgot to check for the presence of ':' in userinfo, which is not allowed.
Mon, 16 Sep 2013 10:05:24 +0300 Timo Sirainen imap: Fixed/improved error logging for FETCH
Tue, 17 Sep 2013 02:40:17 +0300 Stephan Bosch lib-http: http-client: Allow overriding all implicitly generated special headers.
Mon, 16 Sep 2013 13:17:52 +0300 Timo Sirainen Fixed uri_parse_slashslash_authority() to skip over "//".
Mon, 16 Sep 2013 01:02:03 +0300 Stephan Bosch lib-http: http-client: Fixed segfault caused by earlier improvement of connection output locking.
Sun, 15 Sep 2013 03:56:47 +0300 Stephan Bosch lib-http: http-client: Implemented explicit HTTP/1.0 support.
Sun, 15 Sep 2013 03:56:25 +0300 Stephan Bosch lib-http: Added support for handling HTTP/1.0 messages explicitly.
Sun, 15 Sep 2013 03:55:57 +0300 Stephan Bosch lib-http: Added support for parsing Expect: header (currently only accepts `100-continue').
Sun, 15 Sep 2013 03:55:11 +0300 Stephan Bosch lib-http: http-request-parser: Added function to test whether payload from previous request is still being parsed.
Sun, 15 Sep 2013 03:54:04 +0300 Stephan Bosch lib-http: Implemented limits on request method and target length.
Sun, 15 Sep 2013 03:52:01 +0300 Stephan Bosch lib-http: Added support for enforcing a payload limit for incoming HTTP messages.
Sun, 15 Sep 2013 03:50:08 +0300 Stephan Bosch lib-http: Adjusted message and request parsers to return an error code.
Sun, 15 Sep 2013 03:47:54 +0300 Stephan Bosch lib-http: Adjusted request parser to pre-parse the request target and host header into a proper target 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:46:25 +0300 Stephan Bosch lib-http: Improved display of invalid characters in parse error messages.
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:44:42 +0300 Stephan Bosch lib-http: Unified http-request.h and http-response.h headers.
Sun, 15 Sep 2013 03:39:45 +0300 Stephan Bosch lib-http: Improved message header and body parsing for better RFC compliance.
Sun, 15 Sep 2013 03:37:59 +0300 Stephan Bosch lib-http: Added support for parsing HTTP word syntax, which includes quoted-string.
Sun, 15 Sep 2013 03:36:44 +0300 Stephan Bosch lib-http: Adjusted message parser to accept pool from caller.
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.
Sun, 15 Sep 2013 03:35:04 +0300 Stephan Bosch lib-http: Added support for asynchronous payload for requests.
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, 15 Sep 2013 03:33:44 +0300 Stephan Bosch lib-http: http-client: Requests now automatically generate a Date header.
Sun, 15 Sep 2013 03:33:04 +0300 Stephan Bosch lib-http: Fixed client connection and peer log labels to show proper IPv6 peers.
Sun, 15 Sep 2013 03:32:11 +0300 Stephan Bosch lib-http: Removed useless prev,next fields from struct http_client_request.
Sun, 15 Sep 2013 03:31:51 +0300 Stephan Bosch lib-http: Fixed handling of non-standard CRLF at end of request.
Sun, 15 Sep 2013 03:31:28 +0300 Stephan Bosch lib-http: http-client: Fixed request scheduling and connection management.
Sun, 15 Sep 2013 03:29:03 +0300 Stephan Bosch lib-http: http-client: Fixed leak of ostream when request was resubmitted upon 417 response regarding 100-continue.
Sun, 15 Sep 2013 03:28:21 +0300 Stephan Bosch lib-http: http-client: Connection was using wrong request index in request_wait_list to continue sending outgoing payload.
Sun, 15 Sep 2013 03:27:31 +0300 Stephan Bosch lib-http: http-client: Fixed pipelining when payload synchronizatio (100-continue) is used.
Sat, 14 Sep 2013 00:26:58 +0300 Timo Sirainen Comment update.
Sat, 14 Sep 2013 00:26:45 +0300 Timo Sirainen lib-fs: If backend doesn't implement exists(), emulate it with stat().
Thu, 12 Sep 2013 03:52:01 +0300 Timo Sirainen doveadm: Don't refer to old doveadm_proxy_port setting name in error message.
Thu, 12 Sep 2013 02:58:51 +0300 Timo Sirainen istream-hash: Data was hashed multiple times in some situations