Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-text-index.c
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-09-01 Matthew BarnesCoding style and whitespace cleanup.
2012-08-19 Matthew BarnesCoding style and whitespace cleanup.
2012-06-04 Matthew BarnesCamel: Avoid C++ keywords in header files.
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2012-02-14 Milan CrhaFix issues found by Coverity Scan
2012-01-29 Matthew BarnesCamelTextIndex: Use GQueues instead of CamelDLists.
2011-10-26 Matthew BarnesRemove g_thread_init() calls.
2011-10-24 Milan CrhaCall g_thread_init() conditionally
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-05-08 Matthew BarnesCoding style cleanups.
2011-03-05 Matthew BarnesCoding style cleanup.
2011-02-25 Milan CrhaBug #633156 - Runtime warning when creating direct...
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2011-02-08 Kjartan MaraasBug 641757 - Fix warnings from GCC 4.6
2011-01-30 Matthew BarnesCamelTextIndex: Fix dead nested assignment.
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-15 Milan CrhaBug #615776 - Drop camel-private.h and offer a public...
2010-04-13 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2010-04-03 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-03-28 Matthew BarnesDeprecate EMemPool, add CamelMemPool.
2010-01-30 Matthew BarnesCoding style and whitespace cleanups.
2009-10-26 Matthew BarnesPrefer G_N_ELEMENTS over sizeof calculations.
2009-07-18 Matthew BarnesMore whitespace cleanup.
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2009-05-03 Matthew BarnesBug 572977 – Use g_strerror() instead of strerror()
2008-08-06 Matthew Barnes** Fixes bug #545877
2008-06-20 Jeffrey Stedfastupdated novell copyright notices
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2007-12-03 Milan Crha** Fix for bug #324008
2007-11-15 Matthew Barnes** Merge a bunch of compiler warning fixes and cosmetic...
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-10-01 Kjartan MaraasInclude "libedataserver/e-sexp.h" to get the _ESExpResu...
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-12 Rob BradfordFix syntax error introduced by my patch. Kudos to Theppitak
2007-08-11 Johnny JacobFix for 387806 by Rob Bradford <rob@openedhand.com>
2007-05-16 Jules ColdingFix file descriptor leaks from open() and friends as...
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-02-23 Matthew Barnes** Fixes bug #356177
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-24 Not Zedinit folders and only use it if set.
2005-08-17 Tor Lillqvistcamel-cipher-context.c Drop unneeded <pthread.h>.
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-02-04 Jeffrey StedfastUse macro casts from int to pointer.
2003-10-27 Jeffrey StedfastIf a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-06-11 Larry Ewinguse g_utf8_strdown properly.
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-04-19 Not Zed** for #40989
2003-03-06 Jeffrey StedfastSame as below.
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-11-05 Not ZedCreated temporary link list, we need to link with somet...
2002-09-24 Not ZedIf we have no data written to a key, dont add it, or...
2002-08-29 Not ZedChange the case sensitive search of subject to expect...
2002-08-20 Peter WilliamsPlug some large leaks in the indexing code.
2002-06-14 Jeffrey StedfastFixed compiler warnings.
2002-04-26 Not ZedRemove the excessive \n's, after printfs.
2002-04-18 Not ZedIf we get a failure, make sure we set an exception.
2002-04-03 Not ZedTurn indexing back on, fingers crossed ...
2002-04-02 Not ZedSync the key tables explcitly.
2002-03-25 Not ZedChanged to use just g_utf8_strdown instead of utf8_norm...
2002-03-25 Not ZedWhen we add a new name, up all of the cache limits...