summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libtracker-miner: Fix Invalid memory reads on writeback finalizationCarlos Garnacho2016-01-171-10/+5
* libtracker-extract: Fix possible XMP extractor leakCarlos Garnacho2016-01-171-1/+2
* libtracker-data: Keep a weak reference on the Variable to the ContextCarlos Garnacho2016-01-171-1/+1
* libtracker-miner: Add TrackerMinerFS::remove-file signalCarlos Garnacho2016-01-172-39/+123
* libtracker-common: Report total free space if running as rootCarlos Garnacho2016-01-171-2/+6
* ontology: Set domain index on nie:contentCreated for nmo:MessageCarlos Garnacho2016-01-171-1/+2
* libtracker-common: Make libicu/libunistring agree on function prerequisitesCarlos Garnacho2016-01-171-1/+0
* tracker: Remove tracker-compatibilityCarlos Garnacho2016-01-175-310/+1
* Revert "libtracker-data: Clean up stale URIs on startup"Philip Van Hoof2016-01-161-21/+0
* libtracker-miner: Remove wrong callCarlos Garnacho2016-01-111-1/+0
* libtracker-miner: Plug leakCarlos Garnacho2016-01-111-0/+2
* tracker-extract: Plug leakCarlos Garnacho2016-01-111-0/+1
* Fix small memory leakPhilip Van Hoof2016-01-111-0/+1
* libtracker-extract: Fix double freeCarlos Garnacho2015-12-171-1/+0
* libtracker-miner: Fix double freeCarlos Garnacho2015-12-171-1/+2
* libtracker-data: Silence a CRITICALDebarshi Ray2015-12-101-1/+5
* libtracker-miner: Optimize move operationsCarlos Garnacho2015-12-021-84/+55
* libtracker-data: Add support for BINDCarlos Garnacho2015-12-022-1/+34
* libtracker-data: Resolve variables looking up the binding if we're in same co...Carlos Garnacho2015-12-021-1/+6
* libtracker-data: Relate Variable objects to their origin ContextCarlos Garnacho2015-12-021-2/+4
* libtracker-data: Implement sparql1.1 delete/insertCarlos Garnacho2015-12-021-47/+82
* libtracker-data: Add support for NOW() builtin functionCarlos Garnacho2015-12-022-1/+18
* libtracker-data: Add support for RAND() builtin functionCarlos Garnacho2015-12-022-0/+12
* libtracker-data: Add SparqlRand sqlite functionCarlos Garnacho2015-12-021-0/+17
* tracker-extract-epub: Fix possibly uninitialized variableCarlos Garnacho2015-11-251-2/+1
* libtracker-miner: Fix compile warningCarlos Garnacho2015-11-251-1/+1
* tracker-extract: Port TrackerExtract to GTaskCarlos Garnacho2015-11-253-41/+36
* libtracker-miner: Port TrackerSparqlBuffer to GTaskCarlos Garnacho2015-11-253-23/+42
* libtracker-data: Port TrackerDBInterfaceSqlite to GTaskCarlos Garnacho2015-11-251-14/+12
* libtracker-extract: Port tracker_extract_client API to GTaskCarlos Garnacho2015-11-251-36/+25
* miners: Take over the deletion of previous properties from TrackerMinerFSCarlos Garnacho2015-11-234-41/+94
* tracker-extract-xmp: Fix extraction of orientation values 3 and 4Debarshi Ray2015-11-181-2/+2
* tracker-extract-tiff: Fix extraction of orientation valuesDebarshi Ray2015-11-181-8/+8
* libtracker-control: Improve the documentationDebarshi Ray2015-10-301-3/+3
* libtracker-control: Fix the return valueDebarshi Ray2015-10-301-1/+1
* Fix buffer overrun in libunistring buildsMarius Gedminas2015-10-231-8/+5
* libtracker-miner: Handle failure to get a TrackerSparqlConnectionDebarshi Ray2015-10-211-5/+18
* libtracker-miner: Cancel pending async operations during destructionDebarshi Ray2015-10-201-0/+2
* libtracker-miner: Abort async operations once the instance is goneDebarshi Ray2015-10-201-9/+24
* Revert "libtracker-miner: Abort async operations once the ..."Debarshi Ray2015-10-201-24/+9
* Revert "libtracker-miner: Cancel pending async operations ..."Debarshi Ray2015-10-201-2/+0
* libtracker-miner: Cancel pending async operations during destructionDebarshi Ray2015-10-201-0/+2
* libtracker-miner: Abort async operations once the instance is goneDebarshi Ray2015-10-201-9/+24
* libtracker-data: Add support for MD5/SHA1/256/512 builtin functionsCarlos Garnacho2015-10-192-0/+51
* libtracker-data: Add SparqlChecksum sqlite functionCarlos Garnacho2015-10-191-0/+43
* libtracker-data: Add support for YEAR/.../SECONDS builtin functionsCarlos Garnacho2015-10-192-2/+79
* libtracker-data: Pass explicitly the operation type on updatesCarlos Garnacho2015-10-191-32/+29
* libtracker-data: Make datetime functions accept other than varsCarlos Garnacho2015-10-191-48/+51
* libtracker-data: Add support for CEIL/FLOOR builtin functionsCarlos Garnacho2015-10-192-1/+30
* libtracker-data: Add SparqlCeil/Floor sqlite functionsCarlos Garnacho2015-10-191-0/+39