]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2013-09-21  Timo SirainenIf EOVERFLOW errno isn't defined by system, fallback...
2013-09-21  Timo SirainenAdded ssl_prefer_server_ciphers setting.
2013-09-21  Timo Sirainenmbox: Fixed mailbox_list_index=yes to work with non...
2013-09-21  Timo Sirainen*-login: Added %{orig_user}, %{orig_username} and ...
2013-09-21  Timo Sirainendsync: Added -P parameter to do a purge for the remote...
2013-09-21  Timo Sirainenlib-storage: Fixed listescape when escape_char was...
2013-09-21  Timo Sirainenimap: Send * OK [CLOSED] always before tagged SELECT...
2013-09-21  Timo Sirainenlib-storage: Don't create a settings cache for initial...
2013-09-21  Timo Sirainenauth: Fixed user iteration hang due to earlier stream...
2013-09-21  Timo Sirainenlib-auth: Fixed infinite looping if user listing failed...
2013-09-21  Timo Sirainenlib-auth: Recent cleanup commit was actually cleaning...
2013-09-21  Timo Sirainendoveadm sync: When -1 parameter is used, ignore missing...
2013-09-21  Timo Sirainendsync: Added more consistency when debug logging about...
2013-09-21  Timo Sirainendsync: Added some more debug logging.
2013-09-20  Timo Sirainenimapc: Don't log unnecessary errors at deinit about...
2013-09-20  Timo Sirainendirector: Detect lost director restarts and reset last_...
2013-09-20  Timo Sirainendirector: Make sure director restart notifications...
2013-09-20  Timo Sirainendirector: Directors weren't always marked as restarted...
2013-09-20  Timo Sirainendirector: Fix & improvement to debug logging.
2013-09-20  Timo Sirainendirector: Added more debug logging.
2013-09-20  Timo Sirainendirector: Don't assert-crash if PASS lookup fails.
2013-09-20  Timo Sirainendsync: Don't log "Mailbox changes caused a desync"...
2013-09-20  Timo Sirainenssl-params: Long-running ssl-params process shouldn...
2013-09-20  Timo Sirainenlib-ssl-iostream: Give better error message if CA setti...
2013-09-20  Timo Sirainendbox: Fixed "UIDVALIDITY=0" error race condition.
2013-09-20  Timo Sirainenmaster: Make sure new processes aren't created after...
2013-09-19  Timo Sirainenmbox: Handle correctly if MAIL_FETCH_HEADER_MD5 lookup...
2013-09-19  Timo Sirainenlib-auth: Don't leave stale pointers to stack lying...
2013-09-19  Timo Sirainenioloop-kqueue: Added assert
2013-09-19  Timo Sirainenimap: If FETCH fails, log the stream's error string...
2013-09-19  Timo Sirainenistream-chain/concat/seekable: When child stream fails...
2013-09-19  Timo Sirainenistream-file: Assert-crash if read() fails with EBADF.
2013-09-19  Timo Siraineniostreams: Set stream error string when it provides...
2013-09-19  Timo Siraineniostream: Added ability to set/get error strings for...
2013-09-19  Timo Sirainendoveadm: Added "auth lookup" command to do a passdb...
2013-09-19  Timo Sirainenauth: Fixed non-auth passdb lookup when password had...
2013-09-19  Timo Sirainenimapc: Abort pending commands before any deinitializati...
2013-09-18  Stephan Boschlib-http: Created tests for http_request_parser.
2013-09-18  Stephan Boschuri-util: Improved authority 'host' parse error.
2013-09-18  Stephan Boschlib-http: http-url: Fixed return of proper error messag...
2013-09-18  Stephan Boschlib-http: Fixed handling of limits=NULL parameter for...
2013-09-17  Timo Sirainendsync: Don't attempt to access mailbox contents with...
2013-09-17  Timo Sirainenlib-storage: Added a separate prefix for server metadat...
2013-09-17  Timo Sirainendsync: Improved debug/error logging for changes during...
2013-09-17  Stephan Boschlib-http: Added (non-default) support for parsing user...
2013-09-17  Stephan Boschlib-imap: imap-url: Forgot to check for the presence...
2013-09-16  Timo Sirainenimap: Fixed/improved error logging for FETCH
2013-09-16  Stephan Boschlib-http: http-client: Allow overriding all implicitly...
2013-09-16  Timo SirainenFixed uri_parse_slashslash_authority() to skip over...
2013-09-15  Stephan Boschlib-http: http-client: Fixed segfault caused by earlier...
2013-09-15  Stephan Boschlib-http: http-client: Implemented explicit HTTP/1...
2013-09-15  Stephan Boschlib-http: Added support for handling HTTP/1.0 messages...
2013-09-15  Stephan Boschlib-http: Added support for parsing Expect: header...
2013-09-15  Stephan Boschlib-http: http-request-parser: Added function to test...
2013-09-15  Stephan Boschlib-http: Implemented limits on request method and...
2013-09-15  Stephan Boschlib-http: Added support for enforcing a payload limit...
2013-09-15  Stephan Boschlib-http: Adjusted message and request parsers to retur...
2013-09-15  Stephan Boschlib-http: Adjusted request parser to pre-parse the...
2013-09-15  Stephan Boschlib-http: Added support for parsing request target...
2013-09-15  Stephan Boschlib-http: Improved display of invalid characters in...
2013-09-15  Stephan Boschlib-http: Implemented limits on overall HTTP header...
2013-09-15  Stephan Boschlib-http: Unified http-request.h and http-response...
2013-09-15  Stephan Boschlib-http: Improved message header and body parsing...
2013-09-15  Stephan Boschlib-http: Added support for parsing HTTP word syntax...
2013-09-15  Stephan Boschlib-http: Adjusted message parser to accept pool from...
2013-09-15  Stephan Boschlib-http: Adjusted response and request parsers to...
2013-09-15  Stephan Boschlib-http: Added support for asynchronous payload for...
2013-09-15  Stephan Boschuri-util: Added support for parsing bare authority...
2013-09-15  Stephan Boschlib-http: http-client: Requests now automatically gener...
2013-09-15  Stephan Boschlib-http: Fixed client connection and peer log labels...
2013-09-15  Stephan Boschlib-http: Removed useless prev,next fields from struct...
2013-09-15  Stephan Boschlib-http: Fixed handling of non-standard CRLF at end...
2013-09-15  Stephan Boschlib-http: http-client: Fixed request scheduling and...
2013-09-15  Stephan Boschlib-http: http-client: Fixed leak of ostream when reque...
2013-09-15  Stephan Boschlib-http: http-client: Connection was using wrong reque...
2013-09-15  Stephan Boschlib-http: http-client: Fixed pipelining when payload...
2013-09-13  Timo SirainenComment update.
2013-09-13  Timo Sirainenlib-fs: If backend doesn't implement exists(), emulate...
2013-09-12  Timo Sirainendoveadm: Don't refer to old doveadm_proxy_port setting...
2013-09-11  Timo Sirainenistream-hash: Data was hashed multiple times in some...
2013-09-11  Timo Sirainenistream: Improved "stream not seekable" panic message.
2013-09-11  Timo Sirainenistream-hash: Allow seeking, but only after reading...
2013-09-11  Timo Sirainenauth: auth-client socket should be owned by $default_in...
2013-09-10  Timo Sirainenlib-fs: Added support for asynchronous fs iteration.
2013-09-09  Timo Sirainenlib-fs: Added support for giving a hash of the written...
2013-09-09  Timo Sirainenliblib: Added istream-hash, similar to ostream-hash.
2013-09-09  Timo SirainenMinor code cleanup.
2013-09-08  Timo Sirainenhmac: Fixed crashes on CPUs that don't allow unaligned...
2013-09-06  Timo Sirainenauth: Removed unnecessary NULL check.
2013-09-06  Timo Sirainenimapc: Don't crash if server sends EXISTS while mailbox...
2013-09-06  Timo Sirainenfts-lucene: Fixed crash in doveadm dumping lucene index.
2013-09-05  Timo SirainenAvoid doing side effects in assert.
2013-09-05  Timo Sirainenlib-index: Minor fix to regenerating missing transactio...
2013-09-05  Timo Sirainenlib-lda: Fixed passing through error message when mailb...
2013-09-04  Timo SirainenAnd removed accidentally committed nbsp.
2013-09-04  Timo SirainenFixed file descriptor leaks in rather unimportant places.
2013-09-04  Timo Sirainenlib-index: Fixed modseq updates when modseq was over...
2013-09-04  Timo Siraineni_close_fd() didn't handle errors correctly with gcc.
2013-09-04  Timo SirainenFixed off-by-one buffer overflows (practically non...
2013-09-02  Timo Sirainenmaster: Fix to previous pre-forking change.
next