Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-data-wrapper.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-12 Jeffrey Stedfastgtk-doc comments
2004-01-09 Not Zedmove assertions here. (set_mime_type_field): change...
2003-09-18 Jeffrey StedfastNew function to replace the one from camel-mime-part.c
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-25 Jeffrey StedfastNamespaced.
2003-08-21 Jeffrey StedfastDon't poke wrapper->stream directly, use
2003-08-15 Not Zed** See bug #47634.
2003-08-11 Jeffrey StedfastNew test suite for the mime parser (which is where...
2003-07-30 Jeffrey StedfastAlso updated.
2003-07-23 Jeffrey StedfastRevert my previous changes to this function.
2003-07-16 Jeffrey StedfastAdd the CamelMimePartEncodingType definition here.
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-06-12 Jeffrey StedfastPartial fix for bug #44457.
2001-11-02 Jeffrey StedfastInitialize our private mutex. (camel_data_wrapper_final...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-09-18 Dan WinshipVirtualize this.
2001-08-27 Not Zedre-read the iconv man page, and treat the return value...
2001-08-24 Peter WilliamsRevert Not Zed's previous commits as they apparently...
2001-08-24 Not ZedLikewise.
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-01-17 Dan Winship Delayed loading of IMAP message parts.
2001-01-02 Dan WinshipNew function to return just foo/bar with no parameters.
2000-12-28 Dan WinshipRemove this. It was only a thin wrapper around struct...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-06-02 Dan Winship Fun with purify.
2000-05-25 NotZedRemoved camel-simple-data-wrapper again. Less code...
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-18 Dan Winshipremove get/set_output_stream operations. They're redund...
2000-05-08 Dan WinshipUse CamelException to signal failure. (camel_stream_wri...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-24 NotZedNo longer call data_wrapper_repository_init.
2000-04-23 NotZedWhole swag of changes. Still lots of cleanup remaining ...
2000-04-19 Dan Winshipdo better reference counting of streams so they actuall...
2000-04-18 Seth Alvesadded 2nd arg to g_return_val_if_fail so this builds
2000-04-18 Dan WinshipClean, polish, document. Most of the gtk-doc comments...
2000-03-27 Michael Meeksfix nastiness with mime dispositions ( at least for...
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-03-04 bertrandstream the raw content instead of nothing if the encodi...
2000-03-03 bertranduse set_input_stream instead of construct_from_stream...
2000-03-03 bertranddon't forget to set the state to 0 after 3. (my_read_en...
2000-03-02 bertrandfix implementation so that it writes properly to the...
2000-02-29 bertrandnew utility function.
2000-02-17 bertrandrevamped so that it uses the output stream of the data...
2000-02-15 bertrandinclude gmime-base64.h various compilation and runtime...
2000-02-09 bertrandset the mime type to "mime/message". --- THIS IS NOT...
2000-01-25 bertrandThe CamelDataWrapper can now be provided with input...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-11-17 Ettore PerazzoliAdded streaming capability to CamelDataWrapper. This...
1999-10-23 Bertrand GuiheneufCopyright change
1999-08-20 bertrandname parameter is const. This fixes a bug in destroy ()
1999-08-10 bertrandimplemented destructors.
1999-08-06 bertrandupdated some autogen doc stuff. Still don't understand...
1999-08-01 Bertrand Guiheneufmerge a lot of work. Rough ChangeLog will follow
1999-07-15 Bertrand Guiheneufsync before going home
1999-07-15 Miguel de IcazaImplemented base64 encoder based on CamelStreams. Shoul...
1999-06-28 bertrandnow use CamelDataWrapper::contruct_form_stream to test...
1999-06-28 bertrandnew field (content_type) and associated methods. (camel...
1999-06-22 bertrandmoved all the content-type stuff here. (camel_data_wrap...
1999-06-15 Bertrand Guiheneufanother nederlands sync
1999-05-11 bertrandstatic functions naming follows gnome coding style...
1999-05-08 bertrandmethod to stream data content in a buffer.
1999-05-08 Bertrand Guiheneufsync - Started work on messages classes.