| 2015-08-25 |
Timo Sirainen | login_log_format_elements: Added %{listener} variable... |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Timo Sirainen | example-config: Updated mail_attribute_dict comment |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Timo Sirainen | imap: Fail silently if selected mailbox format doesn... |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Timo Sirainen | imap: Fixed hibernation to work with non-TCP connections. |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Timo Sirainen | lib-http: Added more debug logging. |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Timo Sirainen | lib-imap-client: Allow reconnecting to IMAP server... |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Timo Sirainen | lib-imap-client: Removed unused pending_box_command_count |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Timo Sirainen | imapc: If FETCH commands fail, have imapc_mail_fetch... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib: Fixed io_loop_extract_notify_fd() to compile with... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib-master: struct master_service_connection.name must... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | dsync: Compiler warning fix to previous change. |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | dsync: Fixed memory leaks when importing attributes... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | doveadm backup: Fixed assert-crash due to duplicate... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | imap: Compiler warning fix to imap-hibernate commit |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | Added imap-hibernate process for gathering IDLEing... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib-storage: Added mailbox_watch_extract_notify_fd() |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib: Added io_loop_extract_notify_fd() |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib-storage: Added mailbox_recent_flags_set_uid_forced() |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib-storage: mail_storage_service_user_free() needs... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib-storage: mail_user_var_expand_table() may not have... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | Use io_stream_get_disconnect_reason() instead of duplic... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib: Added io_stream_get_disconnect_reason() to iostream.h |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Timo Sirainen | lib: connection_disconnect_reason() now returns the... |
commit | commitdiff | tree | snapshot |
| 2015-08-20 |
Timo Sirainen | imap: Fixed memory leak in SELECT QRESYNC error handlin... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | imap: Code cleanup |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | lib: Log notify IO leaks when ioloop is destroyed. |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | lib: io_add_notify() wasn't setting struct io.source_li... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | imap: If command has no imap_parser, don't crash when... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | lib: inotify doesn't need to watch for IN_CLOSE |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | lib-storage: Moved index/index-mailbox-check.c code... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | Removed support for dnotify. |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | pop3: Added %{deleted_bytes} variable to pop3_logout_format |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | pop3: If transcation commit failed at QUIT, don't log... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | lib: kqueue notification should trigger also on file... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | lib-storage: Code cleanup - Don't keep a separate notif... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | lib-storage: Moved most of the \Recent flag handling... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
Timo Sirainen | *-login: Removed dead assignment to make static analyze... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | fts-solr: Flush Solr indexing HTTP requests every 1000... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | fts-solr: If HTTP request fails, log the status number... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | fts-solr: Fix to previous memory leak fix - second... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | fts-solr: Fixed memory leak when indexing multiple... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http: client: Fixed handling of request timeout. |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | lib-http: Previous test-http-client safe_memset() chang... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | lib-http: test-http-client may have failed to load... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | lib-http: test-http-client double-freed memory |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http: url: Implemented http_url_clone_authority... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http: url: Implemented functions to copy/clone... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http auth: Implemented cloning/copying of credentia... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http client: Implemented proxy authentication using... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http client: Added inline function to check whether... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http client: Implemented simple authentication... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http client: Removed useless assignment of request... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http client: Minor whitespace cleanups in struct... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http: url: Make sure destination url struct is... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http auth: Implemented client-side handling of... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http auth: Fixed assertion on the validity of the... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http auth: Made second argument of http_auth_create... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Stephan Bosch | lib-http auth: Fixed segfault occurring in http_auth_ch... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | lib-master: Added support for HAProxy protocol. |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | master: Changed passing of listener settings from maste... |
commit | commitdiff | tree | snapshot |
| 2015-06-15 |
Stephan Bosch | lmtp, *-login: Use ip/port values from struct master_se... |
commit | commitdiff | tree | snapshot |
| 2015-06-15 |
Stephan Bosch | lib-master: Added local and real IP addresses and ports... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Timo Sirainen | lib-master: Moved connection accepting code to its... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Timo Sirainen | lazy-expunge: If MAIL_FETCH_REFCOUNT fails because... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Timo Sirainen | lazy-expunge: If MAIL_FETCH_REFCOUNT fails, log the... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Timo Sirainen | lib-fts: Minor cleanup - initialize err with U_ZERO_ERR... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Teemu Huovila | lib-fts: Add Unicode TR29 rule WB5a setting to tokenizer. |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Teemu Huovila | lib-fts: Add note about possible additional apostrophe. |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Teemu Huovila | lib-fts: Update comment on tr29 rules. |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Timo Sirainen | indexer: Removed counting worker processes as service... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Timo Sirainen | lib-master: If idle-die callback returns FALSE, notify... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Timo Sirainen | lib-master: Code cleanup - split master_status_update... |
commit | commitdiff | tree | snapshot |
| 2015-08-16 |
Timo Sirainen | lib-fs: Moved enum fs_op from fs-randomfail.c to fs... |
commit | commitdiff | tree | snapshot |
| 2015-08-16 |
Timo Sirainen | lib-fs: Fix to earlier write_stream_finish() commit |
commit | commitdiff | tree | snapshot |
| 2015-08-16 |
Timo Sirainen | lib-fs: fs_copy*() didn't update metadata_changed corre... |
commit | commitdiff | tree | snapshot |
| 2015-08-16 |
Timo Sirainen | lib-fs: Small code cleanup for handling write_stream_fi... |
commit | commitdiff | tree | snapshot |
| 2015-08-16 |
Timo Sirainen | lib-fs: fs_write() didn't update stats.write_count... |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
Timo Sirainen | dsync: Fixed syncing a recursive delete of mailbox... |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
Timo Sirainen | dsync: If mailbox is already deleted locally, don't... |
commit | commitdiff | tree | snapshot |
| 2015-08-12 |
Timo Sirainen | pop3: Added pop3_delete_type setting with values "defau... |
commit | commitdiff | tree | snapshot |
| 2015-08-11 |
Timo Sirainen | lib-fts: Install headers on make install. |
commit | commitdiff | tree | snapshot |
| 2015-08-10 |
Timo Sirainen | rawlog: Removed unnecessary/duplicate 'o' from getopt_args |
commit | commitdiff | tree | snapshot |
| 2015-08-10 |
Timo Sirainen | lda: Removed unnecessary/duplicate 'k' from getopt_args |
commit | commitdiff | tree | snapshot |
| 2015-08-09 |
Timo Sirainen | man: doveadm-import -s description updated |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Timo Sirainen | doveadm: Make sure we can't accidentally add duplicate... |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Timo Sirainen | lib-master: Make sure we can't accidentally add duplica... |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Timo Sirainen | stats: Added session=<ID> filter to doveadm dump sessio... |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Timo Sirainen | dsync: Renamed -F parameter to -O to avoid a conflict |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Timo Sirainen | fts-solr: "highest UID for mailbox" lookup was actually... |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Timo Sirainen | lib: istream-timeout could have triggered timeout too... |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Timo Sirainen | fts: If Tika returns 500, retry it a couple of times... |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Timo Sirainen | lib-storage: Make sure tryagain_r is never randomly... |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Timo Sirainen | stats: If process was used for multiple sessions, some... |
commit | commitdiff | tree | snapshot |
| 2015-08-04 |
Timo Sirainen | lib-storage: escape_char and broken_char settings weren... |
commit | commitdiff | tree | snapshot |
| 2015-07-20 |
Timo Sirainen | lib-storage: Another fix for doing multiple changes... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Timo Sirainen | lib-mail: Fixed message_part_to_idx() |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Timo Sirainen | pop3-migration: Compiling fix in some systems |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Timo Sirainen | lib-storage: Fixed doing multiple changes via mailbox_a... |
commit | commitdiff | tree | snapshot |
| 2015-07-16 |
Timo Sirainen | pop3-migration: Fetch physical sizes instead of virtual... |
commit | commitdiff | tree | snapshot |
| 2015-07-16 |
Timo Sirainen | pop3-migration: Use LIST instead of RETRs to get the... |
commit | commitdiff | tree | snapshot |
| next |