aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-object.c
Commit message (Expand)AuthorAgeFilesLines
* ** See bug #56464.Not Zed2004-04-061-1/+10
* use object_bag_peek instead of _get, since we dont want to clash/wait forNot Zed2004-03-291-0/+32
* Sanity check that count is <1024 and also use g_try_malloc so that we canJeffrey Stedfast2004-03-121-3/+5
* changed order around, first try to delete and only remove from the objectNot Zed2004-02-041-0/+1
* added a doc comment.Not Zed2004-01-291-1/+11
* output scan->name and scan->value for writing metadata, rather thanNot Zed2004-01-291-2/+2
* ** See bug #53373.Not Zed2004-01-271-23/+45
* ** See bug #52996.Not Zed2004-01-211-5/+59
* added some hook debug h(x)Michael Zucci2004-01-161-0/+7
* ** See bug #52881.Not Zed2004-01-151-39/+115
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-0/+9
* removed debug printfs.Not Zed2003-08-301-12/+0
* implement PERSISTENT_PROPERTIES, for index mode.Not Zed2003-08-281-1/+544
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-101-66/+39
* Lets try this again. We don't actually want to free the key here, becauseJeffrey Stedfast2003-05-231-12/+1
* Create a second GPtrArray for the keys. We don't want to useJeffrey Stedfast2003-05-211-2/+12
* ** Should fix #41629, #41448, et al.Not Zed2003-04-231-12/+18
* Ignore whether or not the bag is currently reserved. We'll miss the newNot Zed2003-03-261-17/+2
* removed, it was double-freeing the key. (save_object): Just save theNot Zed2003-03-121-11/+10
* Init bag->owner to 0.Not Zed2003-02-051-63/+66
* fix header include order.Not Zed2003-01-131-2/+6
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-091-12/+295
* Take a void object arg. (camel_object_remove_event): "Not Zed2002-07-031-8/+12
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-061-3/+12
* setup/free the mech string.Not Zed2002-06-031-9/+55
* Fix a crash in a g_warning.Dan Winship2002-05-081-4/+3
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-698/+567
* 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