[tracker] (122 commits) Created branch direct-access
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] (122 commits) Created branch direct-access
- Date: Fri, 6 Aug 2010 10:14:05 +0000 (UTC)
The branch 'direct-access' was created.
Summary of new commits:
c21b692... libtracker-db: Enable Write-Ahead Logging in SQLite
c9bd2cb... libtracker-data: Do not use overly large transactions anymo
1da3cb2... tracker-store: Drop special batch handling
45ad811... tracker-store: Allow running queries while update is runnin
20f0ea8... libtracker-db: Disable shared cache, required for parallel
b1823bf... tracker-store: Store sender for turtle import tasks as well
28d87be... tracker-store: Never try to process more than 1 million eve
5755cdf... tracker-store: Turtle import improvements
60d30d8... libtracker-data: Add tracker_data_load_turtle_file
660bc49... tracker-store: Use tracker_data_load_turtle_file
8731931... libtracker-data: Also delete -shm and -wal files when delet
126cf12... libtracker-data: Transaction handling fixes
46721ef... libtracker-data: Allow multiple statement instances for the
acb8a2c... libtracker-data: Use single DB file
abccef2... libtracker-data: Remove tracker-sparql-query.h from public
ef0fa3b... libtracker-direct: Added initial skeleton here
9ac9e28... libtracker-direct: Update to libtracker-sparql changes
baba154... libtracker-sparql: Use abstract classes instead of interfac
5682d73... libtracker-data: Let TrackerDBCursor subclass TrackerSparql
7bc586c... libtracker-direct: Fix build, include API for vala filename
5e71094... Add libtracker-direct to build
cfe298e... libtracker-direct: Fix build
c5e67b8... libtracker-direct: Add init and shutdown code
dad0221... libtracker-direct: Fix build
f491cd2... libtracker-direct: Rename header to tracker-direct.h
b032474... plugins/kmail: Make the KMail plugin compile again
33d01a8... functional-tests: Added functional test, libtracker-direct:
a0b598b... libtracker-direct: Fix build
43abdc2... libtracker-direct, libtracker-sparql: Make sure Connection
94f87ea... libtracker-sparql: Added plugin loader class
a58b628... libtracker-sparql: Rename Cursor.iter_next to Cursor.next
2aba4e6... libtracker-sparql: Add async API
00f91be... libtracker-data: Add experimental support for async cursors
74a9f9a... libtracker-miner: Make PluginLoader private
4f0b28b... libtracker-bus: Added for dbus implementation
dd79bb8... Moved tracker-connection.vala to tracker-{bus|direct}.vala
49312ea... libtracker-bus: Implemented D-Bus FD passing using TrackerS
e91c14d... Update .gitignore
99265c6... libtracker-bus: Get queries working using original dbus met
a915d1d... libtracker-bus: Minor whitespace changes similar to reverte
88466c6... libtracker-bus: Refactoring the bus-cursor to have the arra
95a5644... libtracker-extract: Move to libtracker-sparql from libtrack
5cf0adc... tracker-utils: Port tracker-status to libtracker-sparql
772708c... libtracker-client: Marked entire API as deprecated and upda
ccba4e2... libtracker-data: Fix rewind for direct-access, added functi
93fd079... libtracker-bus: Implement rewind for fd-passing, added func
c8a7d87... tracker-search: Use new libtracker-sparql API
e1c1742... libtracker-bus: Make sure current_row is set to -1 and next
12ef560... tracker-info: Use new libtracker-sparql API
06066e2... libtracker-bus: Fix string retrieval in ArrayCursor
13825a6... libtracker-miner: Port to libtracker-sparql
572740f... tracker-sparql: Use new libtracker-sparql API
8cbd0f5... tracker-status: Don't use TrackerSparqlConnection and unref
8820321... libtracker-bus: Add simple implementations for update and u
f7b2649... libtracker-bus: Link to libtracker-common
f865ebf... tracker-extract: Drop use of libtracker-client function
b95fe42... tracker-miner-fs: Application miner should use new tracker_
29ed370... tracker-miner-fs: Fixed compilation errors with old libtrac
fa6fefc... tracker-miner-rss: Fixed compiler errors and use new libtra
556c14b... Rebase fixes
3142b6f... tracker-miner-flickr: Use new libtracker-sparql API
e5ca1fa... libtracker-sparql: Added statistics{_async} virtual methods
09f39a1... libtracker-sparql: Use dedicated module directory
9f7ec5b... libtracker-bus: Implement import{_async}()
b2c534b... libtracker-bus: Implement query_async
74bd62f... libtracker-bus: Implement query_async for D-Bus FD passing
915c038... libtracker-bus: Use steroids if available
5f6bc44... tracker-info: Fixed double free
d15cf31... tracker-tag: Use new libtracker-sparql API
28bb772... Move SparqlError from libtracker-data to libtracker-sparql
c742e35... tracker-control: Fix build
ec393f3... tests/tracker-miner-fs: Fix build
25fb3f4... libtracker-direct: Handle initialization failure
b7d38d2... libtracker-sparql: Fix signature of Connection.update_async
f28274c... libtracker-direct: Fix warning on clean-up after failed ini
758c5f7... libtracker-bus: Fixed compilation without FD PASSING enable
55f974b... libtracker-bus: Fixed steroids detection
076c2d7... Initial implementation update api in bus, squash this with
d56d779... libtracker-client: Fix memleak, unref DBusPendingCall missi
7cf5dbb... tests/functional-tests: Rename the tests
61629e4... tests/functional-tests: Add update tests
95b8ad2... tests/functional-tests: Refactored the update tests
99a30f3... libtracker-data: Fixed documentation build errors and some
48dfc56... libtracker-bus: Fix critical when cancellable is NULL
df5499c... libtracker-bus: Fix more criticals
49a88a6... libtracker-miner: Fixed build warnings
184372b... libtracker-miner: Fixed various documentation issues
b963a10... libtracker-bus: Fix crash on update
44bae5e... libtracker-bus: More update fixes
40d9123... tests/functional-tests: Refactored the tests a bit more
3b4a099... Revert something of 1c9a6dd7fca0ea62216c8356f0f7ecf3e1795e8
b5b986d... tests/functional-tests: Fix distcheck
f0b598a... tests/functional-tests: Refactoring the query test
e0d7f2e... build: Fixed a myriad of build issues
2e71751... libtracker-bus: Fix distcheck, missing header in dist
5bdbb9f... distcheck fixes: vala generated sources are in srcdir in di
a5a540a... distcheck fix: disable generation of Makefile for tests/tra
fc16b29... libtracker-bus: no return value expected in method
30113ec... libtracker-bus: Added skeleton for update_blank and update_
55547dd... libtracker-data: Plugged a leak in journal
a2b9dbc... tracker-store: Allow disabling CPU affinity with env var
deb0c33... tracker-store: Plug some leaks in dbus shutdown
efe033f... Add missing file, squash
20721f3... libtracker-miner: Fixed memory leak on init/finalize of Tra
0154b2f... tracker-miner-fs: Fixed memory leak when setting up volumes
8aef750... libtracker-data: Don't leak in_use_filename in db-manager
9aa38e7... libtracker-data: remove all null checks before g_free() in
f5319b3... tracker-miner-rss: Fixed crash
d043098... tracker-search: Improved output for -c and -f
c42a1a3... libtracker-bus: Allow backend to switch between fd passing
8b17695... libtracker-bus: Pushed unsaved changes for previous commit,
d6f2f03... pushing what I have for Adrien, squash with update-support
42e10e3... wip
b094d86... Port steroids tests to libtracker-sparql
ea19c9d... libtracker-bus: Support for normal dbus updateblank (untest
6d98541... Fix, squash
3578694... libtracker-bus: Fix updateblank support for non-fd-passing,
10922e5... libtracker-sparql, libtracker-bus: Fix default update-blank
a58d9a5... plugins/evolution: Make it possible to compile the evolutio
d5498dd... libtracker-miner, miners/rss, plugins/evolution: Fixed memo
9a5c023... Fix distcheck issues
1b9f4a9... Rebase fixes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]