| 2004-07-09 |
Timo Sirainen | Refcounting fixes. Unexpectedly destroyed SSL connectio... |
commit | commitdiff | tree | snapshot |
| 2004-07-09 |
Timo Sirainen | We could read authid past the buffer if \0password... |
commit | commitdiff | tree | snapshot |
| 2004-07-09 |
Timo Sirainen | Always create cache transaction. Easier that way .... |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Timo Sirainen | Fixed compression. |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Timo Sirainen | Cache file fixes, API changes, etc. It's still in somew... |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Timo Sirainen | If p_free() frees memory, it must also zero it.. |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Timo Sirainen | crashfix |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Timo Sirainen | Wrapper streams shouldn't try to read data if it's... |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Timo Sirainen | compile fix |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Timo Sirainen | varchar(255) is max in mysql |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Timo Sirainen | don't set default port either |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Timo Sirainen | Updated error message texts. |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Timo Sirainen | s/user/db_user/ |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Timo Sirainen | Fixes, patch by Andrey Panin |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Timo Sirainen | Added mysql description to example config file. Changed... |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Timo Sirainen | Add "Error report written to server log." also to inter... |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Timo Sirainen | pool_alloconly_free() can free the last allocation. |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | fixing crashes from last changes |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | disable cache file with mmap_no_write. it and mmap_disa... |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | more checks against using old cache_offsets |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | Make sure we don't set cache_offsets to old cache files. |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | cache fix |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | header and extra_rec syncing crashed because of recent... |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | Cache API updates. Don't return direct pointers to... |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | renaming mailbox under existing mailbox gave wrong... |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | Cache updating is done now by first reserving space... |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | Caching fixes and optimizations. Removed all network... |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Timo Sirainen | Cache file compression works now and compressed cache... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Timo Sirainen | Removed mail_index_is_in_memory(). It wasn't implemente... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Timo Sirainen | Updated comment about how syncing is done, and s/extra... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Timo Sirainen | mail_index_sync_sort_flags() now merges flag changes... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Timo Sirainen | UIDs for appended messages can now be assigned all... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Timo Sirainen | was missing from last commit |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Timo Sirainen | Dropped MBOX_HEADER_EXTRA_SPACE from 100 to 50. It... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Timo Sirainen | If we're not connected to all auth sockets, wait before... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | Added APOP authentication for POP3. Patch by Andrey... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | Don't keep filling empty spaces which will be overwritt... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | i_stream_read_data() could have returned invalid data... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | body_offset wasn't set if mail had no header. |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | make sure there's only LWSP after X-UID |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | fix for mboxes with pseudo header mail |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | saving messages to empty mbox was buggy |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Timo Sirainen | assert crashfix |
commit | commitdiff | tree | snapshot |
| 2004-06-30 |
Timo Sirainen | Cache decision explanation comment. |
commit | commitdiff | tree | snapshot |
| 2004-06-30 |
Timo Sirainen | No maildir filename checking after all. |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Timo Sirainen | Temporary: never compress cache file as it's broken... |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Timo Sirainen | Require that filenames in maildir begin with a digit... |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Timo Sirainen | no_partial_rewrite was incorrectly set always |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Timo Sirainen | fix, _read() sometimes returned -2 too early |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Timo Sirainen | added comment about solaris and changed the macros... |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Timo Sirainen | compile fix when SSL is disabled |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | fix |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | some fixes for handling pseudo headers. |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | Several fixes for updating mbox. Recent changes also... |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | full_value should contain LFs as well |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | Added some smartness for deciding what to cache. Cache... |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | don't close dotlock fd if it's given as -1 |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | Allow giving 0 max_buffer_size, in which case "optimal... |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Timo Sirainen | fixed some fd leaks in error conditions |
commit | commitdiff | tree | snapshot |
| 2004-06-24 |
Timo Sirainen | Check immediately if we have write-access to mbox. |
commit | commitdiff | tree | snapshot |
| 2004-06-24 |
Timo Sirainen | Save MD5 sums of some headers for readonly mboxes and... |
commit | commitdiff | tree | snapshot |
| 2004-06-24 |
Timo Sirainen | removed assert |
commit | commitdiff | tree | snapshot |
| 2004-06-24 |
Timo Sirainen | Record size is allowed to change between index files... |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | assertfix |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | Added a framework for getting POP3 UIDL strings from... |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | crashfix if client closes connection while authenticating |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | Dovecot can now connect to externally running dovecot... |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | DEBUG: If GDB environment is set, don't do fd leak... |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | Default to "" args instead of NULL to avoid some crashes |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | Allow empty section name. |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | skip extra whitespace between "dbtype arguments" |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | Add a comment about # chars and whitespace. |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | don't change our umask permanently |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | Crashfixes for disabled cache. |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | partial syncing fixes |
commit | commitdiff | tree | snapshot |
| 2004-06-23 |
Timo Sirainen | Complain about reappearing UIDs, but reassign new UIDs... |
commit | commitdiff | tree | snapshot |
| 2004-06-22 |
Timo Sirainen | We didn't specify full path for .subscriptions file... |
commit | commitdiff | tree | snapshot |
| 2004-06-22 |
Timo Sirainen | get_last_error() wasn't virtualizable |
commit | commitdiff | tree | snapshot |
| 2004-06-22 |
Timo Sirainen | Added mail_index_transaction_get_updated_view() which... |
commit | commitdiff | tree | snapshot |
| 2004-06-21 |
Timo Sirainen | updates |
commit | commitdiff | tree | snapshot |
| 2004-06-21 |
Timo Sirainen | Removed UIDPLUS after all, it needs more thinking about... |
commit | commitdiff | tree | snapshot |
| 2004-06-21 |
Timo Sirainen | Cache doesn't crash anymore if we're asking it about... |
commit | commitdiff | tree | snapshot |
| 2004-06-21 |
Timo Sirainen | Disable cache with mmap_disabled=yes, for now. |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Moved enum mail_thread_type to imap |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | comment update for setting ports in listen |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | assertfix |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | and more fixes.. |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | expunge everything in index after missing/invalid X-UID |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | fixes for From-line offset updating |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Hide "folder internal data" messages |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Exclusive index locking always used copy-locking withou... |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Don't die horribly when message with previously expunge... |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | assert crashfixes |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Index syncing fixes. |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Never overflow secs_left for stale timeout callback |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | fsync() mbox before unlocking if we've modified it |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Allow dropping exclusive mbox locks to shared locks. |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | Don't require dotlocking to be first in locking list. |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | don't do infinite looping |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Timo Sirainen | cache file fixes |
commit | commitdiff | tree | snapshot |
| next |