summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libtracker-sparql: Take TrackerNotifier weak ref when emitting eventsCarlos Garnacho2023-05-151-10/+25
* libtracker-sparql: Keep statement in cache event structCarlos Garnacho2023-05-151-21/+26
* libtracker-sparql: Pass service through TrackerNotifier event cache structCarlos Garnacho2023-05-151-19/+15
* libtracker-sparql: Pass cancellable through notifier event cache structCarlos Garnacho2023-05-151-5/+9
* libtracker-sparql: Pass TrackerNotifier explicitly when flushing eventsCarlos Garnacho2023-05-153-5/+6
* libtracker-sparql: Check cancellable more often in TrackerNotifierCarlos Garnacho2023-05-151-1/+7
* libtracker-sparql: Improve threading guarantees of TrackerNotifierCarlos Garnacho2023-05-151-4/+18
* bus: Plug leakCarlos Garnacho2023-05-131-1/+1
* Merge branch 'wip/carlosg/strftime-format-detection' into 'master'Carlos Garnacho2023-05-121-2/+2
|\
| * build: Detect appropriate strftime() year modifier at build timeCarlos Garnacho2023-05-021-2/+2
* | remote: Fix possible double freeCarlos Garnacho2023-05-041-5/+7
* | core: Avoid possible buffer overrunsCarlos Garnacho2023-05-041-1/+3
* | core: Handle possible NULL values converting GValues to parser tokensCarlos Garnacho2023-05-011-5/+9
|/
* direct: Prune only content of correctly finished batchesCarlos Garnacho2023-04-091-2/+1
* core: Handle FTS search terms individuallyCarlos Garnacho2023-03-201-6/+6
* core: Add helper SQLite function to tokenize FTS search termsCarlos Garnacho2023-03-201-0/+62
* Merge branch 'wip/carlosg/more-leak-fixes' into 'master'Carlos Garnacho2023-03-052-0/+3
|\
| * libtracker-sparql: Plug possible leak loading statements from GResourceCarlos Garnacho2023-03-051-0/+2
| * direct: Plug leak in tracker_sparql_statement_update_async()Carlos Garnacho2023-03-051-0/+1
* | libtracker-common: Fix building Tracker as a subprojectCarlos Garnacho2023-03-052-1/+2
* | Merge branch 'wip/carlosg/gi-docgen-take-2' into 'master'Sam Thursfield2023-03-0326-917/+1162
|\ \
| * | libtracker-sparql: Update library API documentationCarlos Garnacho2023-02-2725-910/+1152
| * | build: Ensure to generate enum types for the error domainCarlos Garnacho2023-02-271-1/+3
| * | libtracker-sparql: Do not use volatile to register DBus errorsCarlos Garnacho2023-02-271-6/+7
* | | Merge branch 'wip/carlosg/modular-unicode-lib' into 'master'Sam Thursfield2023-03-0316-768/+763
|\ \ \ | |_|/ |/| |
| * | libtracker-common: Fix compiler warnings in libunistring moduleCarlos Garnacho2023-03-021-11/+11
| * | libtracker-common: Convert unicode parser to a GModuleCarlos Garnacho2023-03-024-10/+291
| * | libtracker-common: Move TrackerLanguage management to TrackerParserCarlos Garnacho2023-03-024-15/+8
| * | libtracker-common: Drop locale utilsCarlos Garnacho2023-03-026-129/+0
| * | libtracker-sparql: Use setlocale() directly to query localeCarlos Garnacho2023-03-022-10/+7
| * | direct: Do not sanity check localeCarlos Garnacho2023-03-023-32/+0
| * | build: Remove define leftoversCarlos Garnacho2023-03-021-4/+0
| * | core: Move collation handling with other unicode codeCarlos Garnacho2023-03-025-178/+130
| * | core: Drop glib-based collationCarlos Garnacho2023-03-021-52/+0
| * | core: Move unicode treatment SPARQL function features to helpersCarlos Garnacho2023-03-024-325/+314
| * | core: Move function out of ifdefCarlos Garnacho2023-03-021-25/+25
| |/
* | direct: Drop custom thread pool sorting ordersCarlos Garnacho2023-02-241-14/+0
* | bus: Plug GVariant leaksCarlos Garnacho2023-02-242-8/+10
* | core: Plug a possible leak in TrackerGrammarParserCarlos Garnacho2023-02-241-0/+1
* | core: Plug leak in TrackerSparqlCarlos Garnacho2023-02-241-0/+1
* | core: Plug leak in tracker_triples virtual tableCarlos Garnacho2023-02-241-2/+0
* | libtracker-sparql: Plug leak in TrackerEndpointDBusCarlos Garnacho2023-02-241-0/+1
|/
* core: Bail out correctly on errorsCarlos Garnacho2023-02-141-1/+1
* libtracker-sparql: Fall back to updates parsing loading SPARQL from GResourceCarlos Garnacho2023-02-141-1/+16
* core: Propagate parsing errors directly on TrackerSparql creationCarlos Garnacho2023-02-147-46/+81
* core: Fix ontology updates on FTS propertiesCarlos Garnacho2023-01-271-0/+15
* libtracker-common: Add 'fts-integrity' debug flagCarlos Garnacho2023-01-233-0/+29
* libtracker-sparql: Propagate corruption errors upCarlos Garnacho2023-01-234-19/+37
* core: Check and repair FTS integrity during integrity checkCarlos Garnacho2023-01-235-0/+65
* core: Add TrackerDBManager::integrity-check signalCarlos Garnacho2023-01-232-13/+44