Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-mime-parser.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2005-11-30 Tor LillqvistDefine O_BINARY as 0 on Unix. Add declarations for...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-15 Not Zedsame.
2005-05-05 Jeffrey Stedfastadded, changed, or updated gtk-doc style comments and...
2005-01-13 Not Zed** See bug #69024.
2004-12-22 David Mosberger... Include "libedataserver/e-memory.h". (STRUCT_ALIGN...
2004-12-01 S.Çağlar Onur** See bug #69446.
2004-03-15 Not Zedsame as below for path.
2003-11-13 Not Zedoops, put the mempool stuff back, we don't use e-memory...
2003-11-13 Not ZedRemove mempool code, we use the stuff in e-util. (PRESE...
2003-09-18 Jeffrey Stedfasts/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
2003-08-26 Jeffrey Stedfasttemporarily reverting my camel namespace patches until...
2003-08-26 Jeffrey Stedfasts/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
2003-08-25 Jeffrey StedfastNamespaced.
2003-08-11 Jeffrey StedfastNew test suite for the mime parser (which is where...
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-01-14 Not ZedIf we have no content-type header, set it to text/plain...
2002-09-22 Dan Winshipfix non-ANSI switch statement.
2002-09-04 Not ZedIf we fake the from eof file boundary, also make sure...
2002-08-29 Not ZedChange the case sensitive search of subject to expect...
2002-07-24 Not ZedWhen writing the summary, use TRUNC flag, duh. Also...
2002-06-20 Not ZedDrop back to initial state if we came from eof state.
2002-05-31 Not ZedAdded a protocol field for users to use.
2002-04-09 Not ZedIf we get multiple Content-Type header values, change...
2002-02-28 Jeffrey StedfastChanged offset variables from int's to off_t's since...
2001-11-30 Not ZedCompletely new implementation of NNTP.
2001-10-31 1Same as below.
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-04-26 Dan WinshipRemove UNICODE_CFLAGS (and some other stuff that's...
2001-03-14 Not Zedre-constify inbuf, to remove a warning.
2000-12-12 Christopher James... Added #ifndef NO_WARNINGS around a #warning. Added...
2000-11-21 Not ZedShite, -1 on error, >=0 on success. So i've just been...
2000-11-20 Not ZedFixes for the summary messageid changes. Hash the messa...
2000-11-11 Not ZedGo until inend, not inend+1. Changed the continuation...
2000-11-11 Not ZedMake sure 'atleast' is at least 1, always. This is...
2000-11-08 Not ZedKeep track of the caller bestenc flags that make sense.
2000-11-04 Not ZedSet the preface/postface from the parser into the multi...
2000-11-02 Not ZedMerged in camel-incremental-branch.
2000-10-17 Not ZedAdded some malloc check debugging stuff.
2000-10-12 Not ZedRemoved temp_message_buffer, and content_input_stream...
2000-10-10 Jacob "Ulysses"... teach camel about "its" vs. "it's"
2000-09-28 Not ZedNew function to fold headers.
2000-09-13 Jeffrey StedfastMake sure *datalength is > 0 before calling camel_mime_...
2000-08-11 Christopher James... Fixed some warnings.
2000-08-10 Peter WilliamsMerge with camel-async.
2000-08-10 Not ZedA better way to compress leading whitespace. The code...
2000-07-26 Matthew LoperMake the mime parser a bit less reckless. More reckful?
2000-07-12 Chris Toshokget the article num out of our uid and mark it read...
2000-06-18 Dan WinshipDon't copy newlines into the parsed header text, and...
2000-06-01 Not ZedFixes Bug 192.
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-08 Dan WinshipUse CamelException to signal failure. (camel_stream_wri...
2000-05-08 NotZedMerged NEW_SUMMARY branch back to trunk, and resolved...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-05-05 NotZedAnd same here ...
2000-05-05 5Plug a memory leak. (header_decode_text): Fixed memory...
2000-05-05 NotZedMaxcount is minimum of the max and the requested count...
2000-05-04 NotZedNo, we're not going to have g_strcasecmp for no good...
2000-05-03 Jacob Leachs/strcasecmp/g_strcasecamp/ everywhere except intl...
2000-05-02 NotZedFix the previous overflow problem properly (can happen...
2000-04-28 Dan Winshipfix a bug that would cause corruption with very long...
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-23 NotZedWhole swag of changes. Still lots of cleanup remaining ...
2000-04-22 NotZedRef the folder after setting it in the new message.
2000-04-20 NotZedMERGE NEW_PARSER branch into HEAD, fixed conflicts.