summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.xMartyn Russell2013-03-0814-28/+0
* tracker-miner-rss: Use g_critical() instead of g_printerr() using the log pip...Martyn Russell2013-03-081-1/+2
* all: Improve start/stop logging for all processesMartyn Russell2013-03-087-24/+25
* libtracker-common: Don't log to file by default, only stdout/stderrMartyn Russell2013-03-081-31/+66
* tracker-miner-fs: Fixes not listening for config changes and acting on themMartyn Russell2013-03-073-161/+176
* libtracker-miner: Fixed nasty stack corruption with TrackerIndexingTree filte...Martyn Russell2013-03-071-9/+8
* libtracker-fts: Removed unused variable and superfluous parameter in alter_ta...Martyn Russell2013-03-051-2/+1
* libtracker-miner: add an async version of tracker_miner_manager_index_fileCosimo Cecchi2013-03-052-23/+107
* libtracker-miner: don't crash when first indexing files out of /homeCosimo Cecchi2013-03-011-0/+10
* libtracker-miner: Fixed vala bindings for TrackerMinerFSMartyn Russell2013-02-261-1/+1
* libtracker-data: Make sure we return TRUE/FALSE on success or not for fts initDominique Leuenberger2013-02-261-0/+2
* libtracker-miner: Fixed "progress" signal introspectionMartyn Russell2013-02-261-0/+1
* Avoid a double-free in the png extractorMatthias Clasen2013-02-251-1/+0
* tracker-search: Added snippets and color to this tool! :)Martyn Russell2013-02-151-40/+191
* libtracker-data: Removed tracker:fulltextNoLimitMartyn Russell2013-02-143-79/+5
* tests: tweak FTS tests to cope with the word length changesCarlos Garnacho2013-02-141-0/+2
* fts: Remove min word length limit from configurationCarlos Garnacho2013-02-142-42/+0
* Merge branch 'fts4'Martyn Russell2013-02-1135-8117/+19163
|\
| * Bump database versionCarlos Garnacho2013-02-081-2/+3
| * tracker-info: Fixed memory leak where urn wasn't freed.Martyn Russell2013-02-051-1/+3
| * tracker-info: Fixed memory leak when using prefixes for shorthand propertiesMartyn Russell2013-02-051-2/+2
| * tracker-sparql: Support fts:offsets(?urn) with shorthand propertiesMartyn Russell2013-02-051-1/+210
| * libtracker-data: Use g_hash_table_unref() not _destroy()Martyn Russell2013-02-041-4/+4
| * libtracker-data: Use a g_message() for cases where FTS is disabledMartyn Russell2013-02-041-2/+2
| * tracker-needle: display snippet where availableCarlos Garnacho2013-02-042-4/+5
| * Handle FTS queries more genericallyCarlos Garnacho2013-02-042-34/+93
| * Use fts4 external content tables on Tracker FTSCarlos Garnacho2013-02-047-208/+229
| * Detect at configure time whether FTS needs compilingCarlos Garnacho2013-02-042-2/+16
| * Update FTS codeCarlos Garnacho2013-02-0417-478/+4228
| * libtracker-data: Fix FTS initializationCarlos Garnacho2013-02-041-2/+2
| * libtracker-data: Fix fts detection when constructing SQLCarlos Garnacho2013-02-041-8/+4
| * libtracker-fts: Fix reentrancy issues in the TrackerTokenizerCarlos Garnacho2013-02-041-12/+19
| * libtracker-data: Implement fts:snippet()Carlos Garnacho2013-02-041-0/+27
| * libtracker-data: Perform FTS matching in subqueryCarlos Garnacho2013-02-042-11/+38
| * fts: Respect max-words configuration settingCarlos Garnacho2013-02-041-1/+9
| * libtracker-data: Gather FTS changes to perform a single insert/update per IDCarlos Garnacho2013-02-043-42/+67
| * libtracker-data: remove useless FTS functionsCarlos Garnacho2013-02-043-19/+8
| * libtracker-data: Cope with ontology changes in the FTS tableCarlos Garnacho2013-02-043-2/+30
| * libtracker-fts: Add a way to modify FTS table columnsCarlos Garnacho2013-02-042-0/+137
| * libtracker-fts: Add tracker_offsets() sqlite functionCarlos Garnacho2013-02-042-2/+99
| * libtracker-fts: Add the tracker_rank() sqlite functionCarlos Garnacho2013-02-042-1/+86
| * libtracker-data: Create several columns for FTS dataCarlos Garnacho2013-02-047-111/+136
| * libtracker-data: Add tracker_db_interface_sqlite_fts_delete_text()Carlos Garnacho2013-02-043-5/+74
| * libtracker-fts: Implement tokenizer FTS module using TrackerParserCarlos Garnacho2013-02-044-1/+257
| * libtracker-fts: Update to FTS4Carlos Garnacho2013-02-0421-8086/+14299
* | libtracker-miner: Fixed GNOME password provider using libsecretMartyn Russell2013-02-061-2/+2
|/
* tracker-extract: Port to new gupnp-dlna 2.0 APIJens Georg2013-02-031-47/+24
* tracker-extract-playlist: Support nie:title for the playlistMartyn Russell2013-02-021-27/+45
* tracker-needle: Find documents (e.g. PDFs) when searching for creators/publis...Martyn Russell2013-02-012-8/+17
* libtracker-miner: Fix libsecret password provider get call using non-NULL GErrorMartyn Russell2013-01-241-1/+1