summaryrefslogtreecommitdiff
path: root/camel/camel-search-sql-sexp.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 300871 - Ignore a specific threadMilan Crha2014-10-271-1/+19
* 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-3/+3
* do not assume time_t is longAntoine Jacoutot2013-09-111-6/+6
* Bug #705288 - Custom header search produces errorMilan Crha2013-08-081-5/+26
* Fix few issues found by Coverity scanMilan Crha2012-11-301-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-4/+5
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-78/+78
* Fix issues found by Coverity ScanMilan Crha2012-02-141-1/+4
* Bug #391472 - Add ability to match headers by wordsMilan Crha2012-02-071-1/+13
* Add CamelSExp (copy of ESExp).Matthew Barnes2011-11-141-184/+184
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-57/+127
* Bug #656480 - Memory leak in camel_folder_search_search()David Woodhouse2011-08-131-1/+4
* Bug #269413 - Search treats "4 weeks" and "1 month" as synonymousMilan Crha2011-06-201-0/+21
* Bug #589495 - Search folder by Size (KB) counts bytes, not KBMilan Crha2011-05-261-1/+2
* Coding style cleanups.Matthew Barnes2010-09-131-78/+78
* Coding style and whitespace cleanup.Matthew Barnes2010-07-111-2/+2
* Bug #615246 - Teach camel_sexp_to_sql_sexp about no-arg (match-all)Matt McCutchen 22010-04-271-1/+4
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-1/+0
* Avoid C++ keywords in headers.Matthew Barnes2010-04-021-4/+4
* Bug #610353 - Search folder with label matches on substringMilan Crha2010-04-011-2/+2
* Add "Since: 2.26" tags to the API documentation.Matthew Barnes2010-03-131-0/+5
* Remove unnecessary libedataserver includes.Matthew Barnes2010-01-071-1/+0
* Bug #597816 - Do not crash on incorrect parameters used in sexp to SQLMilan Crha2010-01-041-8/+20
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-261-1/+1
* Use guint for single bit bitfieldsKjartan Maraas2009-09-251-1/+1
* More whitespace cleanup.Matthew Barnes2009-07-181-2/+2
* Bug 588573 – NULL string comparison in camel-search-sql-sexp.cMatthew Barnes2009-07-141-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-121-6/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-54/+54
* Whitespace cleanup.Matthew Barnes2009-05-281-1/+1
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-59/+59
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-161-2/+2
* Patch from Matt McCutchen 2: Fix for bug #569405 (Ensure that the header is n...Suman Manjunath2009-02-021-1/+1
* Patch from Matt McCutchen 2 <matt@mattmccutchen.net>: Fix for bug #564954 (F...Suman Manjunath2009-01-121-7/+11
* ** Fix for bug #558883Srinivasa Ragavan2008-11-191-3/+7
* ** Fixes lots of bugs and breaks ABISrinivasa Ragavan2008-10-061-1/+29
* ** Fix for BNC bug #418080Srinivasa Ragavan2008-09-101-2/+4
* New Sexp based sexp to sql parser.Srinivasa Ragavan2008-09-031-0/+719