[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:42:33 +0000 (UTC)
The branch 'direct-access' was created.
Summary of new commits:
bf7369f... libtracker-db: Enable Write-Ahead Logging in SQLite
aaf886d... libtracker-data: Do not use overly large transactions anymo
7f59b20... tracker-store: Drop special batch handling
6e754e8... tracker-store: Allow running queries while update is runnin
3ddefbb... libtracker-db: Disable shared cache, required for parallel
970e465... tracker-store: Store sender for turtle import tasks as well
c99942d... tracker-store: Never try to process more than 1 million eve
8aeda88... tracker-store: Turtle import improvements
914d8df... libtracker-data: Add tracker_data_load_turtle_file
f61e6ef... tracker-store: Use tracker_data_load_turtle_file
37ac95f... libtracker-data: Also delete -shm and -wal files when delet
61bd759... libtracker-data: Transaction handling fixes
93ddc98... libtracker-data: Allow multiple statement instances for the
dfdd05b... libtracker-data: Use single DB file
6446b26... libtracker-data: Remove tracker-sparql-query.h from public
4896661... libtracker-sparql: Initial skeleton with cursor interface i
0d5a627... libtracker-sparql: Removed new*() interface member, added i
cd9c34b... libtracker-direct: Added initial skeleton here
11c0788... libtracker-sparql: Automatically generate tracker-sparql.va
7f9bd26... libtracker-sparql: Add Sparql.Connection interface
7078488... libtracker-direct: Update to libtracker-sparql changes
861706f... libtracker-sparql: Use abstract classes instead of interfac
7a71663... libtracker-sparql: Only expose string-based API for now
26d82f3... libtracker-data: Let TrackerDBCursor subclass TrackerSparql
1dfcee4... libtracker-direct: Fix build, include API for vala filename
3fc9ff6... Add libtracker-direct to build
41e0c11... libtracker-direct: Fix build
ecd09cc... libtracker-direct: Add init and shutdown code
ece2003... libtracker-direct: Fix build
f2cbacf... libtracker-direct: Rename header to tracker-direct.h
87fb536... plugins/kmail: Make the KMail plugin compile again
48810bf... functional-tests: Added functional test, libtracker-direct:
f7f9f54... libtracker-direct: Fix build
39c50be... libtracker-direct, libtracker-sparql: Make sure Connection
a393b76... libtracker-sparql: Added plugin loader class
b6c6709... libtracker-sparql: Remove Cursor.interrupt
c6b426d... libtracker-sparql: Rename Cursor.iter_next to Cursor.next
0f1a6c1... libtracker-sparql: Add async API
44f40f9... libtracker-sparql: Fixed build error after updating Vala ve
3493855... libtracker-sparql: Finished basic abstract base class API
31dff01... libtracker-sparql: Use GError for async methods in Connecti
95883d6... libtracker-sparql: Use GFile for import functions, not stri
51ff0c6... libtracker-sparql: Copied TrackerSparqlBuilder from libtrac
b21ca50... libtracker-sparql: Fixed builder copyright/whitespace error
33e824b... libtracker-sparql: Added utils file for escaping mostly
e51abfb... libtracker-data: Add experimental support for async cursors
4b23977... libtracker-miner: Make PluginLoader private
c9111d1... libtracker-bus: Added for dbus implementation
06f3251... Moved tracker-connection.vala to tracker-{bus|direct}.vala
2cb5e27... libtracker-bus: Implemented D-Bus FD passing using TrackerS
a1f772c... libtracker-sparql: Added uri escape functions from libtrack
8507dd5... libtracker-sparql: Renamed uri escaping to be inline with o
ba73cb4... Update .gitignore
fa8b2df... libtracker-bus: Get queries working using original dbus met
f56aa3d... libtracker-bus: Minor whitespace changes similar to reverte
cde9819... libtracker-sparql: Add Connection.get and Connection.get_di
5a30564... libtracker-sparql: Convert update and embedded_insert to co
ae739d6... build: Require Vala 0.9.3 for libtracker-sparql async work
9442cb7... libtracker-bus: Refactoring the bus-cursor to have the arra
4d650b5... libtracker-extract: Move to libtracker-sparql from libtrack
d4d419c... tracker-utils: Port tracker-status to libtracker-sparql
282dfb6... libtracker-client: Marked entire API as deprecated and upda
5e57fd8... libtracker-data: Fix rewind for direct-access, added functi
6992a9e... libtracker-bus: Implement rewind for fd-passing, added func
27a7aca... libtracker-sparql: Don't return const gchar* for escape fun
b95e294... tracker-search: Use new libtracker-sparql API
18e29f7... libtracker-bus: Make sure current_row is set to -1 and next
cdf7f63... tracker-info: Use new libtracker-sparql API
e0863e7... libtracker-sparql: Only create single PluginLoader
da44119... libtracker-bus: Fix string retrieval in ArrayCursor
1e9a372... libtracker-miner: Port to libtracker-sparql
e742d7a... tracker-sparql: Use new libtracker-sparql API
4269dbd... tracker-status: Don't use TrackerSparqlConnection and unref
77b559c... libtracker-bus: Add simple implementations for update and u
b610429... libtracker-bus: Link to libtracker-common
266da05... tracker-extract: Drop use of libtracker-client function
3f7f91b... tracker-miner-fs: Application miner should use new tracker_
55dce2c... tracker-miner-fs: Fixed compilation errors with old libtrac
8476533... tracker-miner-rss: Fixed compiler errors and use new libtra
d5f17c9... Rebase fixes
0a3affe... tracker-miner-flickr: Use new libtracker-sparql API
b690e1d... libtracker-sparql: Added statistics{_async} virtual methods
7a07495... libtracker-sparql: Use dedicated module directory
d0d1c12... libtracker-bus: Implement import{_async}()
6a86880... libtracker-bus: Implement query_async
42196b1... libtracker-bus: Implement query_async for D-Bus FD passing
f82770f... libtracker-bus: Use steroids if available
a9b44a9... tracker-info: Fixed double free
d9aea0c... libtracker-sparql: Use TRACKER_SPARQL_VERBOSITY to control
bcaba27... tracker-tag: Use new libtracker-sparql API
1aa0960... Move SparqlError from libtracker-data to libtracker-sparql
a092f2e... libtracker-sparql: Fix in error handling during plugin load
61e82c0... tracker-control: Fix build
ff62676... tests/tracker-miner-fs: Fix build
a3266c5... libtracker-direct: Handle initialization failure
0c0804d... libtracker-sparql: Fix signature of Connection.update_async
6843f55... libtracker-direct: Fix warning on clean-up after failed ini
08117b3... libtracker-bus: Fixed compilation without FD PASSING enable
901a057... libtracker-bus: Fixed steroids detection
43b2149... Initial implementation update api in bus, squash this with
d454077... libtracker-client: Fix memleak, unref DBusPendingCall missi
b924287... tests/functional-tests: Rename the tests
3eeb4a8... tests/functional-tests: Add update tests
923ae53... tests/functional-tests: Refactored the update tests
388cfdc... libtracker-data: Fixed documentation build errors and some
880999e... libtracker-bus: Fix critical when cancellable is NULL
048db65... libtracker-bus: Fix more criticals
baff031... libtracker-miner: Fixed build warnings
8bd28ba... libtracker-miner: Fixed various documentation issues
885e998... libtracker-bus: Fix crash on update
7b5e844... libtracker-bus: More update fixes
6ddcdf5... tests/functional-tests: Refactored the tests a bit more
70f36d7... Revert something of 1c9a6dd7fca0ea62216c8356f0f7ecf3e1795e8
6047f50... tests/functional-tests: Fix distcheck
d310083... tests/functional-tests: Refactoring the query test
a8fad68... build: Fixed a myriad of build issues
61ed2ab... libtracker-bus: Fix distcheck, missing header in dist
3d828c5... distcheck fixes: vala generated sources are in srcdir in di
4b55c3e... distcheck fix: disable generation of Makefile for tests/tra
131c038... libtracker-bus: no return value expected in method
48da88b... libtracker-bus: Added skeleton for update_blank and update_
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]