| 2013-09-15 |
Stephan Bosch | lib-http: Adjusted message and request parsers to retur... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Adjusted request parser to pre-parse the... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Added support for parsing request target... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Improved display of invalid characters in... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Implemented limits on overall HTTP header... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Unified http-request.h and http-response... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Improved message header and body parsing... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Added support for parsing HTTP word syntax... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Adjusted message parser to accept pool from... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Adjusted response and request parsers to... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Added support for asynchronous payload for... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | uri-util: Added support for parsing bare authority... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: http-client: Requests now automatically gener... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Fixed client connection and peer log labels... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Removed useless prev,next fields from struct... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: Fixed handling of non-standard CRLF at end... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: http-client: Fixed request scheduling and... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: http-client: Fixed leak of ostream when reque... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: http-client: Connection was using wrong reque... |
commit | commitdiff | tree | snapshot |
| 2013-09-15 |
Stephan Bosch | lib-http: http-client: Fixed pipelining when payload... |
commit | commitdiff | tree | snapshot |
| 2013-09-13 |
Timo Sirainen | Comment update. |
commit | commitdiff | tree | snapshot |
| 2013-09-13 |
Timo Sirainen | lib-fs: If backend doesn't implement exists(), emulate... |
commit | commitdiff | tree | snapshot |
| 2013-09-12 |
Timo Sirainen | doveadm: Don't refer to old doveadm_proxy_port setting... |
commit | commitdiff | tree | snapshot |
| 2013-09-11 |
Timo Sirainen | istream-hash: Data was hashed multiple times in some... |
commit | commitdiff | tree | snapshot |
| 2013-09-11 |
Timo Sirainen | istream: Improved "stream not seekable" panic message. |
commit | commitdiff | tree | snapshot |
| 2013-09-11 |
Timo Sirainen | istream-hash: Allow seeking, but only after reading... |
commit | commitdiff | tree | snapshot |
| 2013-09-11 |
Timo Sirainen | auth: auth-client socket should be owned by $default_in... |
commit | commitdiff | tree | snapshot |
| 2013-09-10 |
Timo Sirainen | lib-fs: Added support for asynchronous fs iteration. |
commit | commitdiff | tree | snapshot |
| 2013-09-09 |
Timo Sirainen | lib-fs: Added support for giving a hash of the written... |
commit | commitdiff | tree | snapshot |
| 2013-09-09 |
Timo Sirainen | liblib: Added istream-hash, similar to ostream-hash. |
commit | commitdiff | tree | snapshot |
| 2013-09-09 |
Timo Sirainen | Minor code cleanup. |
commit | commitdiff | tree | snapshot |
| 2013-09-08 |
Timo Sirainen | hmac: Fixed crashes on CPUs that don't allow unaligned... |
commit | commitdiff | tree | snapshot |
| 2013-09-06 |
Timo Sirainen | auth: Removed unnecessary NULL check. |
commit | commitdiff | tree | snapshot |
| 2013-09-06 |
Timo Sirainen | imapc: Don't crash if server sends EXISTS while mailbox... |
commit | commitdiff | tree | snapshot |
| 2013-09-06 |
Timo Sirainen | fts-lucene: Fixed crash in doveadm dumping lucene index. |
commit | commitdiff | tree | snapshot |
| 2013-09-05 |
Timo Sirainen | Avoid doing side effects in assert. |
commit | commitdiff | tree | snapshot |
| 2013-09-05 |
Timo Sirainen | lib-index: Minor fix to regenerating missing transactio... |
commit | commitdiff | tree | snapshot |
| 2013-09-05 |
Timo Sirainen | lib-lda: Fixed passing through error message when mailb... |
commit | commitdiff | tree | snapshot |
| 2013-09-04 |
Timo Sirainen | And removed accidentally committed nbsp. |
commit | commitdiff | tree | snapshot |
| 2013-09-04 |
Timo Sirainen | Fixed file descriptor leaks in rather unimportant places. |
commit | commitdiff | tree | snapshot |
| 2013-09-04 |
Timo Sirainen | lib-index: Fixed modseq updates when modseq was over... |
commit | commitdiff | tree | snapshot |
| 2013-09-04 |
Timo Sirainen | i_close_fd() didn't handle errors correctly with gcc. |
commit | commitdiff | tree | snapshot |
| 2013-09-04 |
Timo Sirainen | Fixed off-by-one buffer overflows (practically non... |
commit | commitdiff | tree | snapshot |
| 2013-09-02 |
Timo Sirainen | master: Fix to previous pre-forking change. |
commit | commitdiff | tree | snapshot |
| 2013-09-02 |
Timo Sirainen | master: Pre-fork processes only while master doesn... |
commit | commitdiff | tree | snapshot |
| 2013-09-02 |
Timo Sirainen | lib-master: If net_connect_unix() fails with EAGAIN... |
commit | commitdiff | tree | snapshot |
| 2013-08-29 |
Timo Sirainen | lib-ssl-iostream: Don't assert-crash if stream buffer... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Timo Sirainen | lib-storage: Auto-create dovecot-uidvalidity's missing... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Timo Sirainen | Fixed compiling with old gcc. |
commit | commitdiff | tree | snapshot |
| 2013-08-27 |
Timo Sirainen | dbox: When fixing a broken file, try harder to find... |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Timo Sirainen | director: Reset last-seen-sync-sequence after remote... |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Timo Sirainen | lib-storage: When doing a fast sync, refresh index... |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Timo Sirainen | imap: Fixed potential assert crash in APPEND. |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Pascal Volk | man: doveadm-pw.1: Option -p can also be used with -t. |
commit | commitdiff | tree | snapshot |
| 2013-08-15 |
Timo Sirainen | director: Previous change caused legitimate SYNC resend... |
commit | commitdiff | tree | snapshot |
| 2013-08-13 |
Timo Sirainen | lmtp: Make it clear that the lda_settings is unexpanded... |
commit | commitdiff | tree | snapshot |
| 2013-08-13 |
Timo Sirainen | Minor change to prevent invalid code changes. |
commit | commitdiff | tree | snapshot |
| 2013-08-13 |
Timo Sirainen | lib-lda: Default postmaster_address wasn't being set. |
commit | commitdiff | tree | snapshot |
| 2013-08-13 |
Timo Sirainen | lib-lda: Don't alow %variables for hostname setting... |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Timo Sirainen | auth: Added %{domain_first} and %{domain_last} variables. |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Timo Sirainen | lib-storage: If dovecot.index.thread corruption is... |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Timo Sirainen | lib-lda: submission_host, sendmail_path and hostname... |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Timo Sirainen | lib-lda: sendmail_path setting can contain parameters... |
commit | commitdiff | tree | snapshot |
| 2013-08-11 |
Timo Sirainen | lib-storage: Improved error message in threading code... |
commit | commitdiff | tree | snapshot |
| 2013-08-10 |
Timo Sirainen | lib-http: Removed more code duplication |
commit | commitdiff | tree | snapshot |
| 2013-08-10 |
Timo Sirainen | lib-http: Removed duplicated code |
commit | commitdiff | tree | snapshot |
| 2013-08-08 |
Timo Sirainen | lmtp: Don't write extra ([]) to Received: line for... |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Timo Sirainen | imap: Fixed memory leak on APPEND error conditions. |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Timo Sirainen | dsync: We didn't send the new protocol version in hands... |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Timo Sirainen | dsync: Avoid assert-crash after an error. |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Timo Sirainen | ssl: Fixed compiling with older OpenSSL libraries. |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Timo Sirainen | Compiler warning fixes. |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Timo Sirainen | quota: Improved init() failure error logging. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Pascal Volk | master: Added --hostdomain to the help message. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Pascal Volk | man: dovecot.1: Added description of option --hostdomain. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | doveadm: If server connection gets disconnected, log... |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | dsync: Stream disconnection error message improvement |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | doveadm-server: Error message logging improvements. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | doveadm-server: Include client's IP address in logs. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | dsync: Don't leak iostreams when running via doveadm... |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | dsync: Memory leak fix at deinit. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | lib-ssl-iostream: Deinitialization fixes. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | doveadm: If we get disconnected from server, log the... |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | net_ip2addr() changed to return "" instead of NULL... |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | dsync: After reading remote hostname, use it for the... |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | master: Added --hostdomain setting to show the current... |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | dsync: Name remote connections better. |
commit | commitdiff | tree | snapshot |
| 2013-08-06 |
Timo Sirainen | replicator: Fixed assert-crash if dsync server disconne... |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | Added signature for changeset 71f0696749ab |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | Added tag 2.2.5 for changeset 71f0696749ab |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | Released v2.2.5. 2.2.5 |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | Make static analyzer happier. |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | lib-storage: Use a separate auth-userdb connection... |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | lib-auth: Previous changes didn't set the current ioloo... |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | doveadm: Minor memory leak fixes at deinit. |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | lib-auth: auth_master_user_list_*() shouldn't create... |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | maildir: mailbox_create() was returning 1 instead of... |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | dns: Use EAI_NONAME, not EAI_ADDRFAMILY to indicate... |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | mbox: Don't use file_set_size() to grow mbox file size. |
commit | commitdiff | tree | snapshot |
| 2013-08-05 |
Timo Sirainen | lib-auth: Another crashfix to auth_master_user_list_*() |
commit | commitdiff | tree | snapshot |
| next |