summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* NB#153335: List albums with tracker-search -a with no title or length setPhilip Van Hoof2010-01-151-12/+8
* libtracker-db: Fixed a crash in case reader_init didn't succeedPhilip Van Hoof2010-01-152-6/+14
* Include tracker-kmail-registrar.xml in the dist tarballMichael Biebl2010-01-151-0/+1
* Merge branch 'clientapi-2'Martyn Russell2010-01-1420-975/+1415
|\
| * libtracker-client: Free GStrv for activatable clientsMartyn Russell2010-01-141-3/+6
| * libtracker-client: Don't return -1 for guints on errorMartyn Russell2010-01-141-45/+53
| * libtracker-client: Added check with ListActivatableNamesMartyn Russell2010-01-142-13/+72
| * libtracker-client: Removed debuggingMartyn Russell2010-01-141-7/+0
| * libtracker-miner: Fixed evolution plugin enable/disable calling exit()Martyn Russell2010-01-141-15/+58
| * Dealing with a memory leak for the TrackerMiner of the Evolution pluginPhilip Van Hoof2010-01-141-18/+39
| * Removed several locks from the Evolution plugin and made it cancellablePhilip Van Hoof2010-01-141-409/+306
| * libtracker-miner: Fixed directory check that was matching file patternsMartyn Russell2010-01-141-1/+1
| * libtracker-client: Fixed crash passing the wrong user_data to async funcsMartyn Russell2010-01-141-3/+3
| * libtracker-client: Added parameter checking for all public APIMartyn Russell2010-01-141-32/+83
| * libtracker-client: Fix timeout min range and don't allow 0Martyn Russell2010-01-141-1/+13
| * libtracker-client: Don't try to start the D-Bus service at allMartyn Russell2010-01-143-82/+48
| * src/plugins/evolution: Give the plugin a better name and descriptionMartyn Russell2010-01-141-2/+2
| * libtracker-client: Make tracker_client_new() use flagsMartyn Russell2010-01-1418-36/+50
| * libtracker-client: Use tracker_client_new() + remove _no_service_start()Martyn Russell2010-01-1418-50/+29
| * libtracker-client: Move D-Bus interface/service/object defs to headerMartyn Russell2010-01-142-12/+13
| * libtracker-client: Fixed the warnings about using the deprecated APIMartyn Russell2010-01-1418-77/+81
| * libtracker-client: Move public struct members to private structMartyn Russell2010-01-142-101/+182
| * libtracker-client: General code clean upMartyn Russell2010-01-142-403/+378
| * libtracker-client: Update documentation with deprecationsMartyn Russell2010-01-142-58/+181
| * Adapted the Evolution plugin to new TrackerClient APIPhilip Van Hoof2010-01-143-64/+142
| * Made TrackerClient a GObjectPhilip Van Hoof2010-01-142-76/+208
* | Use gint for resource IDsJürg Billeter2010-01-1413-175/+114
|/
* libtracker-data: Avoid string manipulation in get_property_valuesJürg Billeter2010-01-141-16/+17
* libtracker-data: Avoid querying for ID twice when inserting resourcesJürg Billeter2010-01-141-7/+10
* libtracker-data: Reuse blank_buffer arraysJürg Billeter2010-01-141-6/+8
* libtracker-data: Reuse resource_cache and resources in update bufferJürg Billeter2010-01-141-4/+7
* libtracker-data: Never delete URI <-> ID mappingJürg Billeter2010-01-141-0/+54
* tracker-extract-gstreamer: Set nmm:musicAlbum and nmm:performerJürg Billeter2010-01-131-18/+27
* libtracker-data: Use same resource time in DB and journalPhilip Van Hoof2010-01-125-12/+20
* tracker-store: Also sync on BatchCommitJürg Billeter2010-01-121-0/+3
* tracker-store: Add Sync D-Bus methodJürg Billeter2010-01-124-0/+31
* libtracker-db: Added check that verifies last entry of the journalPhilip Van Hoof2010-01-123-28/+45
* libtracker-data: Truncate journal to last correct entry if corruptedPhilip Van Hoof2010-01-123-3/+44
* Reimplemented backup and restore supportPhilip Van Hoof2010-01-129-192/+316
* libtracker-db: Check databases for corruptionPhilip Van Hoof2010-01-126-56/+151
* libtracker-data: Add support for journal replayJürg Billeter2010-01-123-232/+457
* libtracker-data: Use cached ids instead of lookupsPhilip Van Hoof2010-01-122-16/+38
* libtracker-data: Append updates to journalJürg Billeter2010-01-122-0/+38
* libtracker-db: Check that journal entry size is big enoughJürg Billeter2010-01-121-0/+8
* libtracker-db: Support reading timestamps from journalJürg Billeter2010-01-122-1/+8
* libtracker-db: Add timestamp to transactions in journalJürg Billeter2010-01-121-0/+11
* libtracker-db: Add more checks to tracker_db_journal_append_*Jürg Billeter2010-01-121-0/+12
* libtracker-db: Fix CRC check in journal readerJürg Billeter2010-01-121-6/+14
* libtracker-db: Fix error handling in reader initializationJürg Billeter2010-01-121-10/+9
* libtracker-db: Use open/close instead of fopen and fcloseMartyn Russell2010-01-121-22/+76