summaryrefslogtreecommitdiff
path: root/camel/camel-text-index.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-171-4/+4
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+5
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Coding style and whitespace cleanups.Matthew Barnes2013-12-081-2/+3
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-1/+4
* Bug 710989 - Replace most uses of strcpy()Murray Cumming2013-11-011-1/+1
* Bug 710787 - Replace most uses of sprintf() with g_snprintf()Murray Cumming2013-10-251-30/+47
* Remove unused camel_index_names().Matthew Barnes2013-10-011-9/+0
* Remove unused camel_index_cursor_reset().Matthew Barnes2013-10-011-28/+0
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-9/+13
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-6/+6
* Camel: Avoid C++ keywords in header files.Matthew Barnes2012-06-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-34/+53
* Fix issues found by Coverity ScanMilan Crha2012-02-141-1/+1
* CamelTextIndex: Use GQueues instead of CamelDLists.Matthew Barnes2012-01-291-23/+30
* Remove g_thread_init() calls.Matthew Barnes2011-10-261-3/+0
* Call g_thread_init() conditionallyMilan Crha2011-10-241-0/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-68/+98
* Coding style cleanups.Matthew Barnes2011-05-081-40/+40
* Coding style cleanup.Matthew Barnes2011-03-051-1/+2
* Bug #633156 - Runtime warning when creating direct subfolder of On This ComputerMilan Crha2011-02-251-2/+5
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-55/+35
* Bug 641757 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-081-4/+1
* CamelTextIndex: Fix dead nested assignment.Matthew Barnes2011-01-301-1/+1
* Port Camel to GObject.Matthew Barnes2010-04-241-228/+238
* Bug #615776 - Drop camel-private.h and offer a public alternative for locksMilan Crha2010-04-151-1/+0
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-131-576/+587
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-8/+8
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-8/+2
* Deprecate EMemPool, add CamelMemPool.Matthew Barnes2010-03-281-7/+6
* Coding style and whitespace cleanups.Matthew Barnes2010-01-301-13/+13
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-261-3/+3
* More whitespace cleanup.Matthew Barnes2009-07-181-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-121-5/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-15/+16
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-93/+93
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-30/+30
* Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-021-5/+5
* ** Fixes bug #545877Matthew Barnes2008-08-061-10/+10
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-30/+30
* ** Fix for bug #324008Milan Crha2007-12-031-1/+3
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-4/+4
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-30/+30
* Include "libedataserver/e-sexp.h" to get the _ESExpResult declaration.Kjartan Maraas2007-10-011-1/+1
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-2/+2
* Fix syntax error introduced by my patch. Kudos to TheppitakRob Bradford2007-08-121-1/+1
* Fix for 387806 by Rob Bradford <rob@openedhand.com>Johnny Jacob2007-08-111-3/+21
* Fix file descriptor leaks from open() and friends as well as a little cleanupJules Colding2007-05-161-0/+2