summaryrefslogtreecommitdiff
path: root/camel/camel-object.c
Commit message (Expand)AuthorAgeFilesLines
* ** Fixes bug #545877Matthew Barnes2008-08-061-1/+1
* Remove unnecessary <libedataserver/e-memory.h> include.Matthew Barnes2008-08-011-1/+0
* ** Fix for bug #544049Milan Crha2008-07-251-2/+2
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* ** Fixes part of bug #531591Matthew Barnes2008-05-191-8/+8
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-64/+64
* Check CamelObject pointer for NULL (#509124).Matthew Barnes2008-01-241-0/+1
* ** Typo fix in previous commit causing crash.Milan Crha2007-11-151-1/+1
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-42/+23
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-65/+65
* Include "libedataserver/e-sexp.h" to get the _ESExpResult declaration.Kjartan Maraas2007-10-011-5/+5
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* Calculate CamelArgV sizes in such a way that it doesn't produce negativeMatthew Barnes2007-06-111-3/+10
* ** Fixes bug #418852Matthew Barnes2007-04-281-5/+8
* Use g_mkdir_with_parents (#383686).Ross Burton2007-04-051-1/+1
* ** Fixes bug #356177Matthew Barnes2007-02-231-13/+13
* ** Fixes bug #331099 based on patches by Eric AnholtVeerapuram Varadhan2006-08-281-1/+1
* Fixes to many source files to suppress compiler warnings thanks to KjartanJeffrey Stedfast2006-04-121-4/+3
* decrement Ref count properlyParthasarathi Susarla2006-02-021-1/+2
* Delete function camel_mkdir().Simon Zheng2006-01-101-1/+2
* Use gstdio wrappers. Use binary mode when opening files. UseTor Lillqvist2005-12-131-20/+22
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* init folders and only use it if set.Not Zed2005-08-241-2/+2
* ** backported from disksummary-branchNot Zed2005-08-161-38/+91
* Liberally add const keywordRoss Burton2005-04-261-3/+3
* check for null values before dereferencing them.Not Zed2004-12-231-0/+3
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-2/+2
* check interfaces for events too. (camel_object_trigger_event): checkNot Zed2004-11-041-37/+294
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-8/+62
* ** 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-111-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-211-0/+9
* removed debug printfs.Not Zed2003-08-301-12/+0
* implement PERSISTENT_PROPERTIES, for index mode.Not Zed2003-08-271-1/+544
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-66/+39
* Lets try this again. We don't actually want to free the key here, becauseEVOLUTION_1_3_92Jeffrey Stedfast2003-05-221-12/+1
* Create a second GPtrArray for the keys. We don't want to useEVOLUTION_1_3_91Jeffrey 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