[tracker] (121 commits) Created branch direct-access
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] (121 commits) Created branch direct-access
- Date: Thu, 22 Jul 2010 14:43:51 +0000 (UTC)
The branch 'direct-access' was created.
Summary of new commits:
8b18ca2... libtracker-db: Enable Write-Ahead Logging in SQLite
87923d3... libtracker-data: Do not use overly large transactions anymo
844fe54... tracker-store: Drop special batch handling
2f7f43e... tracker-store: Allow running queries while update is runnin
b56c097... libtracker-db: Disable shared cache, required for parallel
77f2d39... tracker-store: Store sender for turtle import tasks as well
42fb5fd... tracker-store: Never try to process more than 1 million eve
ecfd03c... tracker-store: Turtle import improvements
7548ef1... libtracker-data: Add tracker_data_load_turtle_file
4ef512b... tracker-store: Use tracker_data_load_turtle_file
26c4dfb... libtracker-data: Also delete -shm and -wal files when delet
eba5a26... libtracker-data: Transaction handling fixes
3d29823... libtracker-data: Allow multiple statement instances for the
84cdb84... libtracker-data: Use single DB file
c8a3ec5... libtracker-data: Remove tracker-sparql-query.h from public
8bdbf8d... libtracker-sparql: Initial skeleton with cursor interface i
227c86c... libtracker-sparql: Removed new*() interface member, added i
26c59b8... libtracker-direct: Added initial skeleton here
8b6b5cb... libtracker-sparql: Automatically generate tracker-sparql.va
a87ff3d... libtracker-sparql: Add Sparql.Connection interface
e87bbb1... libtracker-direct: Update to libtracker-sparql changes
5595ee6... libtracker-sparql: Use abstract classes instead of interfac
da9f210... libtracker-sparql: Only expose string-based API for now
b9173f4... libtracker-data: Let TrackerDBCursor subclass TrackerSparql
34ed0a8... libtracker-direct: Fix build, include API for vala filename
ff096f1... Add libtracker-direct to build
9f06cd5... libtracker-direct: Fix build
7114e5e... libtracker-direct: Add init and shutdown code
b6c2b68... libtracker-direct: Fix build
38cc8fc... libtracker-direct: Rename header to tracker-direct.h
c7af443... plugins/kmail: Make the KMail plugin compile again
052e5e8... functional-tests: Added functional test, libtracker-direct:
780e92d... libtracker-direct: Fix build
40babd2... libtracker-direct, libtracker-sparql: Make sure Connection
82674d0... libtracker-sparql: Added plugin loader class
03ddc10... libtracker-sparql: Remove Cursor.interrupt
631f7f4... libtracker-sparql: Rename Cursor.iter_next to Cursor.next
ba17ed0... libtracker-sparql: Add async API
0abd1f7... libtracker-sparql: Fixed build error after updating Vala ve
79f503a... libtracker-sparql: Finished basic abstract base class API
22ffaa2... libtracker-sparql: Use GError for async methods in Connecti
06b4a1d... libtracker-sparql: Use GFile for import functions, not stri
3d4d54b... libtracker-sparql: Copied TrackerSparqlBuilder from libtrac
f0a4893... libtracker-sparql: Fixed builder copyright/whitespace error
be9275b... libtracker-sparql: Added utils file for escaping mostly
f76b203... libtracker-data: Add experimental support for async cursors
acf9139... libtracker-miner: Make PluginLoader private
dd674de... libtracker-bus: Added for dbus implementation
952e9d5... Moved tracker-connection.vala to tracker-{bus|direct}.vala
e8c60e6... libtracker-bus: Implemented D-Bus FD passing using TrackerS
d16cafa... libtracker-sparql: Added uri escape functions from libtrack
aa08ad3... libtracker-sparql: Renamed uri escaping to be inline with o
0e7f71a... Update .gitignore
72408f3... libtracker-bus: Get queries working using original dbus met
1ee492a... libtracker-bus: Minor whitespace changes similar to reverte
54ec94b... libtracker-sparql: Add Connection.get and Connection.get_di
d9ee253... libtracker-sparql: Convert update and embedded_insert to co
cae610f... build: Require Vala 0.9.3 for libtracker-sparql async work
dec282e... libtracker-bus: Refactoring the bus-cursor to have the arra
16463dd... libtracker-extract: Move to libtracker-sparql from libtrack
4326cac... tracker-utils: Port tracker-status to libtracker-sparql
84c7314... libtracker-client: Marked entire API as deprecated and upda
4d356cc... libtracker-data: Fix rewind for direct-access, added functi
7cd397a... libtracker-bus: Implement rewind for fd-passing, added func
6f9c203... libtracker-sparql: Don't return const gchar* for escape fun
cc51fe0... tracker-search: Use new libtracker-sparql API
ffd2474... libtracker-bus: Make sure current_row is set to -1 and next
95e9fbe... tracker-info: Use new libtracker-sparql API
7c2911e... libtracker-sparql: Only create single PluginLoader
c9cd41a... libtracker-bus: Fix string retrieval in ArrayCursor
2618c08... libtracker-miner: Port to libtracker-sparql
6ec9aa0... tracker-sparql: Use new libtracker-sparql API
ec60823... tracker-status: Don't use TrackerSparqlConnection and unref
65e67fd... libtracker-bus: Add simple implementations for update and u
23a267c... libtracker-bus: Link to libtracker-common
d4af6a2... tracker-extract: Drop use of libtracker-client function
f862038... tracker-miner-fs: Application miner should use new tracker_
17bbc62... tracker-miner-fs: Fixed compilation errors with old libtrac
84e0782... tracker-miner-rss: Fixed compiler errors and use new libtra
8ddf3ea... Rebase fixes
0b006cc... tracker-miner-flickr: Use new libtracker-sparql API
60d0fd2... libtracker-sparql: Added statistics{_async} virtual methods
22b5844... libtracker-sparql: Use dedicated module directory
9de3311... libtracker-bus: Implement import{_async}()
aae0405... libtracker-bus: Implement query_async
b0d6ef0... libtracker-bus: Implement query_async for D-Bus FD passing
be6664f... libtracker-bus: Use steroids if available
ab4eb80... tracker-info: Fixed double free
701fcc0... libtracker-sparql: Use TRACKER_SPARQL_VERBOSITY to control
939470e... tracker-tag: Use new libtracker-sparql API
8291bd2... Move SparqlError from libtracker-data to libtracker-sparql
d12edd1... libtracker-sparql: Fix in error handling during plugin load
b908dc2... tracker-control: Fix build
43e3d38... tests/tracker-miner-fs: Fix build
62d8420... libtracker-direct: Handle initialization failure
bcb37c0... libtracker-sparql: Fix signature of Connection.update_async
ca4246b... libtracker-direct: Fix warning on clean-up after failed ini
98e736d... libtracker-bus: Fixed compilation without FD PASSING enable
f52b2f0... libtracker-bus: Fixed steroids detection
3c25b48... Initial implementation update api in bus, squash this with
b3183a3... libtracker-client: Fix memleak, unref DBusPendingCall missi
80be22f... tests/functional-tests: Rename the tests
58ee589... tests/functional-tests: Add update tests
75a1965... tests/functional-tests: Refactored the update tests
bbe2aef... libtracker-data: Fixed documentation build errors and some
5ba835e... libtracker-bus: Fix critical when cancellable is NULL
7e10d75... libtracker-bus: Fix more criticals
162afb4... libtracker-miner: Fixed build warnings
3828500... libtracker-miner: Fixed various documentation issues
ec7f9b9... libtracker-bus: Fix crash on update
d82becf... libtracker-bus: More update fixes
4ebf288... tests/functional-tests: Refactored the tests a bit more
90a69e8... Revert something of 1c9a6dd7fca0ea62216c8356f0f7ecf3e1795e8
b69903b... tests/functional-tests: Fix distcheck
c7a8795... tests/functional-tests: Refactoring the query test
a8c9556... build: Fixed a myriad of build issues
bc114e0... libtracker-bus: Fix distcheck, missing header in dist
5fbd2a7... distcheck fixes: vala generated sources are in srcdir in di
05e98a4... distcheck fix: disable generation of Makefile for tests/tra
8cf7554... libtracker-bus: no return value expected in method
7c50ce1... libtracker-bus: Added skeleton for update_blank and update_
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]