| Commit message (Expand) | Author | Age | Files | Lines |
* | libtracker-data: Indentation fix in journal replayer | Philip Van Hoof | 2010-10-25 | 1 | -4/+1 |
* | libtracker-data: Warning improvement | Philip Van Hoof | 2010-10-25 | 1 | -1/+1 |
* | libtracker-data: Indentation fixes | Philip Van Hoof | 2010-10-25 | 1 | -2/+2 |
* | libtracker-data: Fix criticals on journal replay errors | Jürg Billeter | 2010-10-25 | 1 | -13/+34 |
* | libtracker-data: Use ontology journal for replay | Jürg Billeter | 2010-10-25 | 1 | -236/+8 |
* | libtracker-data: Fix ontology transaction handling | Jürg Billeter | 2010-10-25 | 1 | -2/+6 |
* | libtracker-data: Use integer IDs > 100000 for non-ontology resources | Jürg Billeter | 2010-10-25 | 1 | -20/+65 |
* | libtracker-data: Change SQLite page and cache size | Jürg Billeter | 2010-09-28 | 1 | -0/+5 |
* | libtracker-data: Different LRU-cache for INSERT/DELETE v. SELECT | Philip Van Hoof | 2010-09-23 | 1 | -19/+21 |
* | libtracker-data: Don't cache stmt if the query contains a regular expression | Philip Van Hoof | 2010-09-23 | 1 | -19/+25 |
* | libtracker-fts: Do not use TLS | Jürg Billeter | 2010-09-14 | 1 | -15/+24 |
* | libtracker-data: Don't shadow variable i here | Philip Van Hoof | 2010-09-03 | 1 | -3/+3 |
* | tracker-store: class-signal: Fix rdf_types array after delete | Philip Van Hoof | 2010-09-03 | 1 | -0/+2 |
* | tracker-store, libtracker-data: Workaround for graph not being used in SPARQL... | Philip Van Hoof | 2010-09-01 | 1 | -5/+5 |
* | libtracker-data, tracker-store: Fix Writeback support for new callback API | Philip Van Hoof | 2010-09-01 | 1 | -5/+10 |
* | libtracker-data, tracker-store: Change the class signal callback API to integ... | Philip Van Hoof | 2010-09-01 | 1 | -55/+109 |
* | FTS: Make sure tracker_fts_update_commit() gets called when FTS info is updated | Aleksander Morgado | 2010-08-23 | 1 | -0/+4 |
* | libtracker-data: Merge DataError into SparqlError | Jürg Billeter | 2010-08-17 | 1 | -15/+11 |
* | libtracker-data: Add tracker_data_load_turtle_file | Jürg Billeter | 2010-08-16 | 1 | -0/+13 |
* | libtracker-data: Do not use overly large transactions anymore | Jürg Billeter | 2010-08-16 | 1 | -68/+50 |
* | libtracker-data: Replace interrupt_thread by GCancellable | Jürg Billeter | 2010-07-20 | 1 | -2/+2 |
* | Merge libtracker-db into libtracker-data | Jürg Billeter | 2010-07-20 | 1 | -4/+3 |
* | libtracker-db: Support reading compressed journals | Jürg Billeter | 2010-07-16 | 1 | -1/+1 |
* | libtracker-db: Support for moving rotated chunks to another location | Philip Van Hoof | 2010-07-16 | 1 | -5/+1 |
* | libtracker-db, libtracker-data: Support for journal rotation | Philip Van Hoof | 2010-07-16 | 1 | -1/+5 |
* | libtracker-data: Support for deleting a tracker:domainIndex from ontology | Philip Van Hoof | 2010-07-16 | 1 | -1/+5 |
* | libtracker-data: Only write to the domain-index class if the resource is one ... | Philip Van Hoof | 2010-07-16 | 1 | -36/+51 |
* | libtracker-data: Also write to the domain class' table in case of domain spec... | Philip Van Hoof | 2010-07-16 | 1 | -1/+57 |
* | libtracker-data: Non-existing define used for FTS support | Philip Van Hoof | 2010-06-29 | 1 | -2/+2 |
* | libtracker-data: Support disabling FTS | Aleksander Morgado | 2010-06-24 | 1 | -45/+70 |
* | libtracker-{db,data}: Support storing and retrieving 64-bit integers | Jürg Billeter | 2010-06-16 | 1 | -24/+21 |
* | libtracker-data: Make sure update buffer does not grow without limits | Jürg Billeter | 2010-06-11 | 1 | -0/+5 |
* | libtracker-data: Never set graph for internal property tracker:modified | Jürg Billeter | 2010-06-10 | 1 | -1/+1 |
* | libtracker-data: Clear buffer only when rolling back transaction | Jürg Billeter | 2010-06-07 | 1 | -3/+0 |
* | libtracker-[db|data]: Improve error checking on SQL calls. | Carlos Garnacho | 2010-05-26 | 1 | -89/+203 |
* | libtracker-data: minor improvement in error reporting | Aleksander Morgado | 2010-05-25 | 1 | -9/+31 |
* | libtracker-data: Add support for tracker:secondaryIndex | Philip Van Hoof | 2010-05-19 | 1 | -2/+2 |
* | libtracker-db, libtracker-data, tracker-store: Support for interrupting queries | Philip Van Hoof | 2010-04-23 | 1 | -2/+2 |
* | tracker-store: Execute requests in thread pool | Jürg Billeter | 2010-04-15 | 1 | -2/+7 |
* | libtracker-data: Fix memory leak on journal replay | Jürg Billeter | 2010-04-15 | 1 | -0/+1 |
* | libtracker-data: Code style changes and some refactoring | Philip Van Hoof | 2010-04-12 | 1 | -1/+3 |
* | libtracker-data: Refactor ontology-change coping, renamed a function | Philip Van Hoof | 2010-04-12 | 1 | -1/+1 |
* | libtracker-data: Support for ontology change tracker:notify, tracker:writebac... | Philip Van Hoof | 2010-04-12 | 1 | -7/+34 |
* | libtracker-data: Bugfix restoring after journal-replay, added unit test for it | Philip Van Hoof | 2010-03-30 | 1 | -5/+2 |
* | tracker-store: Starting and stopping the DBus service during backup restore | Philip Van Hoof | 2010-03-30 | 1 | -0/+105 |
* | tracker-store: Status notifications during backup restore and journal replay | Philip Van Hoof | 2010-03-30 | 1 | -6/+8 |
* | libtracker-data: Add busy notification support to journal-replay and restore | Philip Van Hoof | 2010-03-30 | 1 | -3/+10 |
* | Change all (email) addresses to <email> in copyright | Martyn Russell | 2010-03-29 | 1 | -1/+1 |
* | Change Urho's contact name for Ivan's | Martyn Russell | 2010-03-29 | 1 | -1/+1 |
* | Changed all "Mr Jamie McCracken" to "Jamie McCracken" | Martyn Russell | 2010-03-29 | 1 | -1/+1 |