summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Properly fallback with the Zeitgeist versionCorentin Noël2018-11-231-10/+9
* vala: fixed DBus methods not throwing GLib.ErrorCorentin Noël2018-05-051-1/+1
* Add --vacuum option to daemonRico Tzschichholz2017-02-181-0/+41
* Drop unused Makefile.declRico Tzschichholz2016-09-051-1/+1
* Fix "static const" vala compile warningsRico Tzschichholz2016-09-041-1/+1
* Call setlocale in main function of zeitgeist-daemonTing-Wei Lan2016-09-041-0/+2
* Require glib >= 2.35.4 according to the usage of g_get_num_processors()Rico Tzschichholz2014-03-171-1/+1
* Adjust resetting of statement to proper sequenceSeif Lotfy2013-04-161-17/+13
* Enable setting of sqlite cache_size PRAGMASeif Lotfy2013-04-161-0/+1
* Integrate dbreader into Log directlySeif Lotfy2013-02-271-0/+8
* Fix vala deprecations and warnings in lib/srcRico Tzschichholz2013-02-172-6/+6
* build: introduce internal libzeitgeist-datamodel-2.0 libraryRico Tzschichholz2013-02-171-13/+5
* src: Fix build with BUILTIN_EXTENSIONSRico Tzschichholz2013-02-171-1/+1
* change setup process of extension-collectionSeif Lotfy2013-02-171-5/+3
* build: More make distcheck related fixesRico Tzschichholz2013-02-171-1/+3
* extension-collection: Fix constructorRico Tzschichholz2013-02-171-1/+2
* build: A lot of cleaning up in the build-systemRico Tzschichholz2013-02-166-59/+104
* move things around moredirectlogSeif Lotfy2013-02-156-10/+5
* Move files around to extend libzeitgeist to directreadSeif Lotfy2013-02-1510-9/+13
* move stuff aroundSeif Lotfy2013-02-156-2601/+0
* remove redundant indexesSeif Lotfy2013-01-021-6/+21
* Add optimized queries and fix broken has_non_timestamp_condition methodSeif Lotfy2013-01-022-16/+14
* Execute ANALYZE statement after each 1000 insertsSeif Lotfy2012-12-312-1/+9
* Optimize Query formats and add helper methods to WhereClauseSeif Lotfy2012-12-312-48/+80
* Remove uneeded column selection from group_and_sortSeif Lotfy2012-12-291-2/+1
* Remove distinct since it does not play well with the new query structureSeif Lotfy2012-12-291-5/+8
* more reducingSeif Lotfy2012-12-291-1/+1
* Reduce Query planSeif Lotfy2012-12-291-38/+35
* Add distinctions and limitations into SQL since new indexes improveSeif Lotfy2012-12-272-20/+17
* fix ownership of arguments passedSeif Lotfy2012-12-231-1/+0
* Fix unit testSeif Lotfy2012-12-231-1/+1
* Reduced warningsSeif Lotfy2012-11-112-2/+2
* Add test cases for Current OriginSeif Lotfy2012-10-191-3/+3
* fixed DB and added support for 0 idsSeif Lotfy2012-10-103-27/+32
* Sorting by CurrentOrigin (w/ test cases)Siegfried-Angel Gevatter Pujals2012-10-093-3/+17
* Clean up the tests a bitSiegfried-Angel Gevatter Pujals2012-10-091-0/+1
* More fixes.Siegfried-Angel Gevatter Pujals2012-10-083-2/+15
* More CurrentOrigin implementation. Various fixes.Siegfried-Angel Gevatter Pujals2012-10-081-0/+16
* DatabaseSchema: several changesSiegfried-Angel Gevatter Pujals2012-10-071-10/+25
* Merge branch 'master' into current_originSiegfried-Angel Gevatter Pujals2012-10-073-21/+46
|\
| * Fix (unreleased) regression in db-reader.valaSiegfried-Angel Gevatter Pujals2012-10-051-1/+1
| * Revert "Add backup null value handling"Siegfried-Angel Gevatter Pujals2012-10-023-27/+19
| * Revert "Fix assert_no_wildcard"Siegfried-Angel Gevatter Pujals2012-10-021-12/+10
| * Fix assert_no_wildcardSeif Lotfy2012-10-011-10/+12
| * Add backup null value handlingSeif Lotfy2012-10-013-19/+27
| * Revert db-reader.vala change: it is never called with nullSiegfried-Angel Gevatter Pujals2012-09-281-2/+2
| * Require event interp/manif/actor and subject uriSiegfried-Angel Gevatter Pujals2012-09-251-1/+16
| * Fix insertion of events with NULL valuesSiegfried-Angel Gevatter Pujals2012-09-151-16/+26
| * revert table lookup changesSeif Lotfy2012-09-081-22/+17
| * Work around null symbols by manually assigning them id = 0Seif Lotfy2012-09-081-4/+2