aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-object.c
Commit message (Expand)AuthorAgeFilesLines
* cast the key argument to g_hash_table_insert to a gpointer to avoid compiler ...Jeffrey Stedfast2001-12-141-2/+2
* Keep a name-to-type hash so that we can make sure that the type has notJeffrey Stedfast2001-12-141-5/+15
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* If CAMEL_DEBUG is defined, print some useful ref/unref info.Jeffrey Stedfast2001-10-171-0/+8
* Remove now unused 'recents' array/freeing func.32001-10-041-6/+9
* Change the lock to a recursive e-mutex. (camel_object_hook_event):22001-10-031-136/+72
* Fill the finalised data with nonsense, rather than 0's - more easily72001-09-281-27/+204
* Make the locking more fine-grained on destruction; specifically, don'tPeter Williams2001-08-291-0/+6
* Properly determine match type to pass to header_match.Not Zed2001-08-081-4/+1
* Make sure that after the finalization event has happened and thePeter Williams2001-07-061-0/+8
* Move this before the camel_vee_folder_remove_folder because that functionPeter Williams2001-07-061-26/+11
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Applied jacob's patches for e-poolv stuff.Not Zed2001-04-261-0/+2
* Plug leaks.Dan Winship2001-04-141-4/+11
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+4
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-2/+4
* Plug mem leaks.Peter Williams2000-08-171-0/+1
* Fixed some warnings.Christopher James Lahey2000-08-111-1/+1
* Merge with camel-async.Peter Williams2000-08-111-18/+931
* Make camel not leak like a sieve.Dan Winship2000-05-081-0/+57