Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/backingstore.py
Commit message (Expand)AuthorAgeFilesLines
* single mount point fast pathversion_prototypeBenjamin Saller2007-10-031-3/+4
* wip on taggingBenjamin Saller2007-08-311-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastore into...Benjamin Saller2007-08-261-3/+29
|\
| * While inplace stores should (after trial-2) return the file on the mounted mediaBenjamin Saller2007-08-011-16/+25
| * force shutdown on unmount (for USB drives)Benjamin Saller2007-07-311-2/+6
* | passing all tests in test-trial3Benjamin Saller2007-08-261-1/+0
* | basic tests passingBenjamin Saller2007-08-161-51/+6
* | wipBenjamin Saller2007-08-161-15/+22
|/
* fix #2559Benjamin Saller2007-07-301-6/+13
* logic error in delete caseBenjamin Saller2007-07-271-3/+5
* proposed fixes for:Benjamin Saller2007-07-271-13/+54
* create new files on inplace stores properlyBenjamin Saller2007-07-231-9/+30
* inplace files return themselves on request for filenameBenjamin Saller2007-07-221-4/+14
* fix #2381Benjamin Saller2007-07-221-1/+1
* improved importer used in USB casesBenjamin Saller2007-07-221-11/+41
* handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-201-5/+7
* limit/offset -- set limit to 4096 per backend for nowBenjamin Saller2007-07-161-4/+1
* temporary limit/offset fixBenjamin Saller2007-07-161-0/+1
* patch from tomeu to pass offset, limit arguments through the stackBenjamin Saller2007-07-161-1/+3
* more efficient copyBenjamin Saller2007-07-151-7/+12
* more passing testsBenjamin Saller2007-07-131-2/+3
* property/type sync upBenjamin Saller2007-07-121-8/+13
* check point before prop kind/type mergeBenjamin Saller2007-07-121-50/+44
* binary properties, fixed text propertiesBenjamin Saller2007-07-021-0/+1
* propertys via the create/update dictBenjamin Saller2007-07-021-0/+5
* sanitize dbus input to methods by reducing it to base typesBenjamin Saller2007-06-291-8/+17
* db disposeBenjamin Saller2007-06-281-1/+1
* no None for you titleBenjamin Saller2007-06-261-1/+1
* less likely to push None over the wireBenjamin Saller2007-06-261-1/+1
* USB centric backingstore (inplace storage)Benjamin Saller2007-06-251-5/+106
* mount point filtering, high level api and testsBenjamin Saller2007-06-251-0/+8
* honor mimetype when availableBenjamin Saller2007-06-241-2/+10
* property level control of filenameBenjamin Saller2007-06-241-3/+32
* repairs to the serviceBenjamin Saller2007-06-221-5/+9
* all tests pass on the multi-backend codeBenjamin Saller2007-06-211-50/+211
* out of database sortingBenjamin Saller2007-06-151-1/+4
* seems to work externalized fulltext indexerBenjamin Saller2007-05-251-2/+2
* removed a few lookups when they are not neededBenjamin Saller2007-05-161-6/+9
* allow missing files for delete, this is a work around to Content w/o filesBenjamin Saller2007-05-161-1/+1
* remove the getattr property hook, too expensiveBenjamin Saller2007-05-151-1/+1
* demo milestone testsAzzBenjamin Saller2007-05-131-7/+9
* initial dbus supportBenjamin Saller2007-05-051-7/+17
* removed 2.5 hashlib depBenjamin Saller2007-04-291-4/+9
* Milestone 1 importBenjamin Saller2007-04-271-0/+129