log

age author description
Mon, 17 Sep 2007 10:41:00 +0300 Timo Sirainen Try an alternative way to specify rquota_xdr.c dependency. HEAD
Mon, 17 Sep 2007 10:35:24 +0300 Timo Sirainen Moved mail_location data parsing to a common function. It supports now also HEAD
Mon, 17 Sep 2007 09:51:53 +0300 Timo Sirainen Include sys/resource.h HEAD
Sun, 16 Sep 2007 14:49:04 +0300 Timo Sirainen Updated. HEAD 1.1.alpha6
Sun, 16 Sep 2007 14:38:53 +0300 Timo Sirainen Added "compile" binary that autotools seem to create nowadays HEAD
Sun, 16 Sep 2007 14:36:14 +0300 Timo Sirainen Copyright cleanup: 2007-2007 -> 2007 HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 13:51:51 +0300 Timo Sirainen Don't crash if duplicate database contains broken entries. HEAD
Sun, 16 Sep 2007 13:42:08 +0300 Timo Sirainen Removed str_path() and str_ppath(). Dynamic strings are better. HEAD
Sun, 16 Sep 2007 13:41:32 +0300 Timo Sirainen Use dynamically growing string for paths. HEAD
Sun, 16 Sep 2007 13:38:34 +0300 Timo Sirainen Renamed strarray_length/remote() to str_array_length/remove() HEAD
Sun, 16 Sep 2007 13:32:59 +0300 Timo Sirainen Added i_ prefix to strcmp_p(), strcasecmp_p() and memcasecmp(). HEAD
Sun, 16 Sep 2007 13:30:31 +0300 Timo Sirainen Renamed strocpy() to i_strocpy(). HEAD
Sun, 16 Sep 2007 13:26:07 +0300 Timo Sirainen Removed is_empty_str() macro. Nothing used it, and it's not very useful HEAD
Sun, 16 Sep 2007 13:25:23 +0300 Timo Sirainen Removed _ prefixes from function names. HEAD
Sun, 16 Sep 2007 12:51:41 +0300 Timo Sirainen If iostream.close/destroy isn't set by the stream implementation, use a HEAD
Sun, 16 Sep 2007 12:43:21 +0300 Timo Sirainen Removed _ prefix from all public APIs. HEAD
Sun, 16 Sep 2007 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 12:31:27 +0300 Timo Sirainen Renamed _array_*() to array_*_i() HEAD
Sun, 16 Sep 2007 12:22:27 +0300 Timo Sirainen Renamed struct _[io]stream to struct [io]stream_private. Also removed _ HEAD
Sun, 16 Sep 2007 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Sun, 16 Sep 2007 12:08:07 +0300 Timo Sirainen __attr_unused__ -> ATTR_UNUSED HEAD
Sun, 16 Sep 2007 11:45:24 +0300 Timo Sirainen Get rid of __ prefixes. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 16 Sep 2007 11:07:42 +0300 Timo Sirainen Changed *_deinit() APIs to take ** pointer and set it to NULL. HEAD
Sun, 16 Sep 2007 11:02:48 +0300 Timo Sirainen Added maildir_keywords_init_readonly() which can be used to read the HEAD
Sun, 16 Sep 2007 10:56:32 +0300 Timo Sirainen Don't bother complaining about indexid changes. The real reason for the HEAD
Sat, 15 Sep 2007 19:46:10 +0300 Timo Sirainen Crashfix if both imap and pop3 protocols weren't enabled. HEAD