Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for additional, read-only data storesSascha Silbe2013-07-292-18/+84
* tests: Adapt to API changes (native API)Sascha Silbe2013-07-291-6/+6
* add FIXMESascha Silbe2013-07-291-0/+3
* Add support for uid in Xapian query for Sugar 0.84+ find() APISascha Silbe2013-07-291-0/+3
* Fix handling of non-ASCII data pathsSascha Silbe2013-03-021-8/+10
* Optionally add extension to checked out files based on MIME typeSascha Silbe2012-08-071-3/+22
* add preliminary support for passing data by fdSascha Silbe2012-04-242-0/+106
* Add support for rebuilding index from gitSascha Silbe2012-04-221-8/+113
* Store metadata as pure Python data types in gitSascha Silbe2012-04-221-1/+6
* setup.py: fix support for installing without root prefixSascha Silbe2012-04-221-1/+1
* tests: properly clean up non-directories in ~/.gdatastoreSascha Silbe2012-04-221-1/+5
* tests: add compatibility with Python 2.7Sascha Silbe2012-04-221-4/+4
* Don't record parent version as git commitSascha Silbe2012-03-061-15/+1
* Allow restoring root version even if non-root versions already existSascha Silbe2012-02-201-4/+3
* Fix DBus signature for restore() (gdatastore native interface)Sascha Silbe2012-02-201-1/+1
* Allow restoring orphan versionsSascha Silbe2012-01-211-7/+5
* Remove old notesSascha Silbe2011-12-201-8/+0
* Fix metadata-only updates for Sugar v2 APISascha Silbe2011-10-111-9/+12
* Pretty-print metadata in git commit messageSascha Silbe2011-09-291-1/+14
* Don't index terms longer than the hardcoded Xapian limitSascha Silbe2011-08-221-4/+6
* Fix indexing on non-standard propertiesSascha Silbe2011-08-221-1/+1
* start implementing native APISascha Silbe2011-08-225-11/+320
* Implement find_unique_values()Sascha Silbe2011-08-222-1/+13
* InternalApi: don't choke on empty path if delete_after is setSascha Silbe2011-08-221-1/+1
* Honor the delete_after flagSascha Silbe2011-07-091-0/+4
* Fix indexing of non-string (e.g. numeric) property values as termsSascha Silbe2011-07-091-6/+8
* setup.py: fix --root support for D-Bus service filesSascha Silbe2011-07-061-1/+1
* runalltests.py: Fix data store process exit detectionSascha Silbe2011-05-161-8/+3
* Add and use signal distribution infrastructureSascha Silbe2011-05-151-3/+36
* get completely rid of in-memory metadata storageSascha Silbe2011-05-152-5/+6
* Make sure we're the primary owner of the Sugar data store D-Bus service nameSascha Silbe2011-05-151-1/+2
* Retry opening the Xapian database if another process still has the lockSascha Silbe2011-05-141-2/+12
* runalltests.py: wait long enough between testsSascha Silbe2011-05-141-1/+13
* runalltests.py: clean entire data store, not just gitSascha Silbe2011-05-141-1/+6
* setup.py: add 'test' command to invoke test suiteSascha Silbe2011-05-141-1/+19
* runalltests.py: adapt to source layout changesSascha Silbe2011-05-141-1/+1
* add installerSascha Silbe2011-04-122-0/+99
* move src/gdatastore to top level (distutils-extra convention)Sascha Silbe2011-04-103-0/+0
* Fix D-Bus marshalling of (byte) strings.Sascha Silbe2011-04-101-5/+6
* fix full text searchSascha Silbe2011-04-101-1/+1
* add standard property descriptionSascha Silbe2011-04-101-0/+1
* first working implementationSascha Silbe2011-04-107-219/+823
* initialise git repositorySascha Silbe2011-04-091-0/+33
* add framework for Sugar data store API v1Sascha Silbe2011-04-084-3/+962
* add .gitignore to ignore compiled Python modulesSascha Silbe2011-04-081-0/+1
* add some internal documentationSascha Silbe2011-04-082-0/+36
* some initial filesSascha Silbe2010-07-026-0/+706