log src/lib-mail/message-size.h @ 9261:51aee73e49a5 HEAD

age author description
Sat, 13 Dec 2008 08:36:59 +0200 Timo Sirainen Message parsing/reading: If read returns failure, don't ignore the error. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Thu, 05 Jun 2003 02:00:44 +0300 Timo Sirainen Removed useless parameters from message_get_body_size(). Also did some small HEAD
Wed, 04 Jun 2003 18:57:58 +0300 Timo Sirainen IMAP protocol doesn't allow server to send NULs to client. Send ascii #128 HEAD
Sun, 27 Apr 2003 00:52:38 +0300 Timo Sirainen Partial fetches were broken when they stopped between virtual CR and LF. HEAD
Mon, 20 Jan 2003 16:52:51 +0200 Timo Sirainen mail-storage.h interface changes, affects pretty much everything. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Fri, 27 Dec 2002 15:05:53 +0200 Timo Sirainen Some bugfixes and speedups for partial fetch handling. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Tue, 27 Aug 2002 22:16:54 +0300 Timo Sirainen Introduced uoff_t which is the unsigned-equilevant of off_t. This was needed HEAD
Thu, 22 Aug 2002 01:10:20 +0300 Timo Sirainen Message data is parsed in blocks (no longer entirely mmap()ed). Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD