Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use sugar.logger.trace() instead of carquinyol.trace()HEADmasterSascha Silbe2009-07-222-66/+7
* API fix (byte_arrays), add ChangedMetadata signal, some minor changesSascha Silbe2009-07-202-10/+22
* add support for prefixes in Xapian queriesSascha Silbe2009-07-191-17/+22
* add missing prefix for mime_typeSascha Silbe2009-07-191-0/+1
* add support for list- and range-queriesSascha Silbe2009-07-191-23/+54
* dbus fixesSascha Silbe2009-07-191-1/+2
* remove API compatibility wrappersSascha Silbe2009-07-172-86/+6
* get_properties(): raise sugar.datastore.InvalidArgumentError instead of IOErr...Sascha Silbe2009-07-122-0/+6
* fix exception loggingSascha Silbe2009-07-121-1/+1
* fix some bugs introduced by the API adaptionsSascha Silbe2009-07-116-80/+92
* change to proposed APISascha Silbe2009-07-103-49/+166
* use layoutmanager as much as possible, except for the entries below checksums/Sascha Silbe2009-07-106-103/+67
* ensure tree_id, version_id, parent_id and ctime are all present in migrated d...Sascha Silbe2009-07-101-4/+17
* simplify _parse_query() for simple data typesSascha Silbe2009-07-101-23/+13
* set parent_id metadata entry in update()Sascha Silbe2009-07-101-4/+2
* change names to match new API: uid -> tree_id, vid -> version_id, activity ->...Sascha Silbe2009-07-107-207/+211
* cosmetic changeSascha Silbe2009-06-221-0/+1
* reduce amount of noise in logSascha Silbe2009-06-222-11/+19
* prototype take 1: add version_id / vid everywhereSascha Silbe2009-06-228-187/+275
* Only one dot for the filename if we specify an extensionSimon Schampijer2009-06-101-2/+3
* Remove title option #896Simon Schampijer2009-06-101-12/+7
* Release 0.84.0v0.84.0Tomeu Vizoso2009-03-031-1/+1
* Release 0.83.4v0.83.4Tomeu Vizoso2009-03-031-1/+1
* Release 0.83.3v0.83.3Tomeu Vizoso2009-02-041-1/+1
* Rename the module from olpc.datastore to carquinyol to make clearer that it's...Tomeu Vizoso2009-02-0415-25/+19
* Remove files referring to the old implementationTomeu Vizoso2009-02-0431-1682/+0
* Ignore some m4 filesTomeu Vizoso2009-02-041-1/+5
* Only try to remove the checksum dir if it already existsTomeu Vizoso2009-01-211-6/+7
* Don't raise an exception if the checksum entry hasn't been created yetTomeu Vizoso2009-01-211-2/+5
* Release 0.83.2v0.83.2Tomeu Vizoso2009-01-191-1/+1
* Correctly print backtracesTomeu Vizoso2009-01-141-2/+2
* pylint fixesTomeu Vizoso2009-01-111-0/+2
* Add timestamp property if missing during the migrationTomeu Vizoso2009-01-112-15/+23
* Drop mtime hack, journal will always filter by timestamp from now onTomeu Vizoso2009-01-111-17/+0
* #181 replace deprecated os.popen by subprocess (alsroot)Tomeu Vizoso2009-01-091-2/+4
* Index the keep property and allow searching for itTomeu Vizoso2009-01-081-0/+7
* Fix typoTomeu Vizoso2009-01-071-1/+1
* Fallback to file system if we fail to query the indexTomeu Vizoso2009-01-071-10/+11
* #140 Index activity_id propertyTomeu Vizoso2009-01-051-11/+27
* Dont expect the mime_type property when indexing an entryTomeu Vizoso2008-12-231-1/+1
* Release 0.83.1v0.83.1Tomeu Vizoso2008-12-191-1/+1
* Remove unused values from the index and make indexing a bit more robustTomeu Vizoso2008-12-031-8/+1
* TypoTomeu Vizoso2008-12-031-1/+1
* Improve error reportingTomeu Vizoso2008-12-031-6/+13
* Make the cheksum queue processor a bit more robustTomeu Vizoso2008-12-021-9/+16
* Add some debug loggingTomeu Vizoso2008-12-021-0/+6
* Remove support for deleting the file of an entry, the current API doesnt allo...Tomeu Vizoso2008-12-021-0/+4
* Fix one file descriptor leakTomeu Vizoso2008-12-022-0/+4
* Better cope with borked datastore directoriesTomeu Vizoso2008-11-292-0/+6
* Mountpoint compatibility hack not needed any moreTomeu Vizoso2008-11-281-6/+0