summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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
| | | | Based on patch by Marco Trevisan (https://launchpad.net/bugs/919801)
* 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
| | | | | | It is required to correctly show translated messages on some locales. https://bugs.freedesktop.org/show_bug.cgi?id=93662
* Require glib >= 2.35.4 according to the usage of g_get_num_processors()Rico Tzschichholz2014-03-171-1/+1
| | | | Bump vala buildflags accordingly
* Adjust resetting of statement to proper sequenceSeif Lotfy2013-04-161-17/+13
|
* Enable setting of sqlite cache_size PRAGMASeif Lotfy2013-04-161-0/+1
| | | | | | | Allow cache size setting for db-reader and engine. A cache is set per connection where the 768 KB is allocated to the engine and 4 MB for each connection via libzeitgeist. Update DB core schema
* 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
| | | | | | | This adds a new public header and vapi zeitgeist-datamodel.h and zeitgeist-datamodel-2.0.vapi Make it possible to access zeitgeist-internal api where we need it.
* 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
| | | | | | | | - Share internal libraries - Don't ship built sources "as far possible" - Refactor src/engine.vala,src/zeitgeist-daemon.vala, src/extensions-collection.vala for shared libzeitgeist-engine - Make parallel builds work
* 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
| | | | speed
* 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
| | | | zeitgeist
* More CurrentOrigin implementation. Various fixes.Siegfried-Angel Gevatter Pujals2012-10-081-0/+16
|
* DatabaseSchema: several changesSiegfried-Angel Gevatter Pujals2012-10-071-10/+25
| | | | | | | - Fix typo in SQL. - Use 'NOT NULL'. - Use transactional DDL. - Fix version number in "upgraded to X" string.
* Merge branch 'master' into current_originSiegfried-Angel Gevatter Pujals2012-10-073-21/+46
|\ | | | | | | | | | | | | Conflicts: libzeitgeist/API_CHANGES libzeitgeist/datamodel.vala src/engine.vala
| * 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
| | | | | | | | | | | | This reverts commit 893510a37ca20f31fde1677172071e6cf9828e5f. Seif said they weren't intended for main.
| * Revert "Fix assert_no_wildcard"Siegfried-Angel Gevatter Pujals2012-10-021-12/+10
| | | | | | | | This reverts commit 0dddf67690ae2fa58003df8d61f56cb717cd0db9.
| * 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
| | | | | | | | | | | | | | Those fields are essential event information. If they are missing, the event is considered invalid and rejected. This commit also adds some test cases for those cases.
| * 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
| |