summaryrefslogtreecommitdiff
path: root/src/libtracker-bus/tracker-bus.vala
Commit message (Expand)AuthorAgeFilesLines
* Add tracker_sparql_connection_get/set_dbus_connection()sam/tracker-sparql-connection-set-dbus-connectionSam Thursfield2018-08-111-2/+6
* libtracker-sparql: Use TrackerDomainOntology on tracker_sparql_connection_get()Carlos Garnacho2017-06-291-8/+10
* libtracker-bus: Move tracker-store ping call hereCarlos Garnacho2017-06-291-1/+10
* Override Sparql.Connection.update_array_async() with correct return-typeMatthias Berndt2016-10-041-2/+2
* libtracker-bus: Don't crash if query_async is cancelledDebarshi Ray2014-09-221-5/+8
* libtracker-sparql: ALL APIs can now throw GLib.ErrorMartyn Russell2014-09-041-9/+9
* libtracker-bus: Fix statistics with Vala 0.24+Jürg Billeter2014-09-021-4/+8
* libtracker-bus, libtracker-sparql-backend: Fix all TRACKER_DBUS* to Tracker.DBUSMartyn Russell2014-08-251-6/+6
* all: Make GBusType configurable with TRACKER_BUS_TYPEMartyn Russell2014-03-171-1/+1
* libtracker-bus: Keep connection to D-Bus session bus aliveJürg Billeter2011-12-011-32/+20
* libtracker-bus: Do not use GDBusProxyJürg Billeter2011-11-231-107/+85
* libtracker-bus: Plug 2 leaksCarlos Garnacho2011-10-071-0/+4
* libtracker-bus: Use lazy initialization for D-Bus proxy objectsJürg Billeter2011-06-071-1/+37
* libtracker-bus: Support multiple bus connection objectsJürg Billeter2011-05-191-12/+4
* Fix Vala warningsJürg Billeter2011-05-091-2/+0
* libtracker-sparql: Fix fallback from direct access to D-BusJürg Billeter2011-04-121-3/+0
* libtracker-bus: There is no BatchUpdateArrayJürg Billeter2011-04-071-15/+2
* libtracker-sparql: Use static linking instead of pluginsJürg Billeter2011-04-041-5/+0
* libtracker-sparql: Fix deadlock on initializationJürg Billeter2011-03-161-3/+0
* libtracker-data, -bus, -sparql: Asynchronous init of direct backendPhilip Van Hoof2011-02-221-0/+6
* libtracker-bus, -direct, -sparql: Error handling, get_directPhilip Van Hoof2011-02-041-7/+3
* libtracker-sparql, libtracker-bus: Fix compilation warning in vala codePhilip Van Hoof2010-12-061-1/+1
* libtracker-bus: Reduce D-Bus proxy initialization timeJürg Billeter2010-11-291-3/+6
* libtracker-bus: Fix the handling of priority in update_asyncAdrien Bustany2010-11-131-4/+4
* libtracker-bus: Disable D-Bus timeout for queries and updatesJürg Billeter2010-11-101-0/+2
* libtracker-sparql: Do not hide DBusErrorJürg Billeter2010-11-101-199/+167
* libtracker-sparql: Fix return type of ModuleInitFuncJürg Billeter2010-11-101-1/+1
* libtracker-bus: Fix error handlingJürg Billeter2010-11-101-23/+19
* libtracker-bus: Update to VAPI changesJürg Billeter2010-11-101-1/+1
* libtracker-sparql: Port from libdbus/dbus-glib to GDBusJürg Billeter2010-11-101-72/+238
* libtracker-bus: Fix build with Vala < 0.11Jürg Billeter2010-10-141-2/+5
* libtracker-sparql: Allow update_array_async to throw errorsJürg Billeter2010-10-141-2/+2
* libtracker-sparql, -bus: multi-insert: Provide API skeletonPhilip Van Hoof2010-10-141-0/+12
* libtracker-bus: Implement get_variable_name and get_value_type for arraycursorPhilip Van Hoof2010-09-151-2/+24
* Require DBus 1.3.1, removed dead code now that we don't support DBus < 1.3.1Philip Van Hoof2010-09-151-96/+10
* libtracker-bus: Use maximum D-Bus timeoutJürg Billeter2010-08-241-1/+1
* libtracker-bus: Throw errors for non-FD passing when Cancellable is cancelledMartyn Russell2010-08-201-0/+44
* libtracker-bus: Call BatchUpdate for low priority requestsJürg Billeter2010-08-201-4/+24
* libtracker-bus: Handle SPARQL errors received via D-BusJürg Billeter2010-08-171-6/+6
* libtracker-bus: Fix D-Bus error handling for blank updatesJürg Billeter2010-08-131-13/+21
* libtracker-bus: Fix cancellationJürg Billeter2010-08-131-13/+13
* libtracker-bus: Adapt to libtracker-sparql changesJürg Billeter2010-08-131-11/+10
* libtracker-bus: Add updateblank support with functional testPhilip Van Hoof2010-08-131-17/+8
* libtracker-bus: Allow backend to switch between fd passing and dbus-glibMartyn Russell2010-08-131-4/+6
* libtracker-bus: Added skeleton for update_blank and update_blank_asyncPhilip Van Hoof2010-08-131-0/+32
* libtracker-bus: Initial implementation of update API with FD passingPhilip Van Hoof2010-08-131-3/+11
* libtracker-bus: Fixed steroids detectionMartyn Russell2010-08-131-2/+3
* libtracker-bus: Fixed compilation without FD PASSING enabledMartyn Russell2010-08-131-1/+6
* libtracker-bus: Use SparqlErrorJürg Billeter2010-08-131-34/+59
* libtracker-bus: Use steroids if availableJürg Billeter2010-08-131-2/+1