Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/datastore.py
Commit message (Expand)AuthorAgeFilesLines
* single mount point fast pathversion_prototypeBenjamin Saller2007-10-031-53/+66
* wip on taggingBenjamin Saller2007-08-311-0/+33
* passing all tests in test-trial3Benjamin Saller2007-08-261-24/+121
* also drop the uid on the checkout copyBenjamin Saller2007-08-161-3/+3
* wipBenjamin Saller2007-08-161-18/+74
* wipBenjamin Saller2007-07-311-2/+2
* wip on versioningBenjamin Saller2007-07-301-8/+32
* logic error in delete caseBenjamin Saller2007-07-271-1/+5
* proposed fixes for:Benjamin Saller2007-07-271-37/+53
* fix #2381Benjamin Saller2007-07-221-3/+12
* handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-201-1/+4
* limit/offset -- set limit to 4096 per backend for nowBenjamin Saller2007-07-161-1/+3
* temporary limit/offset fixBenjamin Saller2007-07-161-1/+8
* remove mountpoint from update arguments at the lower levelBenjamin Saller2007-07-161-0/+1
* dbus again...Benjamin Saller2007-07-131-0/+2
* sample client dbus interface verifiedBenjamin Saller2007-07-131-9/+8
* property/type sync upBenjamin Saller2007-07-121-4/+9
* check point before prop kind/type mergeBenjamin Saller2007-07-121-41/+30
* fix 1882Benjamin Saller2007-07-041-5/+30
* Add workaround for #1833.Tomeu Vizoso2007-07-031-2/+9
* Correct the mount method dbus signatureMarco Pesenti Gritti2007-07-021-1/+1
* binary properties, fixed text propertiesBenjamin Saller2007-07-021-1/+2
* propertys via the create/update dictBenjamin Saller2007-07-021-0/+14
* remove decorator, it was breaking dbusBenjamin Saller2007-07-011-11/+9
* sanitize dbus input to methods by reducing it to base typesBenjamin Saller2007-06-291-3/+13
* not a real issueBenjamin Saller2007-06-271-1/+0
* we need string keys for dictsBenjamin Saller2007-06-271-1/+4
* USB centric backingstore (inplace storage)Benjamin Saller2007-06-251-2/+3
* mount point filtering, high level api and testsBenjamin Saller2007-06-251-6/+9
* repairs to the serviceBenjamin Saller2007-06-221-6/+5
* all tests pass again after mergeBenjamin Saller2007-06-221-31/+50
* all tests pass on the multi-backend codeBenjamin Saller2007-06-211-84/+156
* allow polymorphic Python property types more easilyBenjamin Saller2007-06-191-6/+6
* out of database sortingBenjamin Saller2007-06-151-2/+11
* converter indexing fixesBenjamin Saller2007-06-051-2/+1
* seems to work externalized fulltext indexerBenjamin Saller2007-05-251-2/+6
* work in progress, need to fix headBenjamin Saller2007-05-231-18/+19
* first stab at an async index serviceBenjamin Saller2007-05-231-10/+18
* dont include filename attr when not includingBenjamin Saller2007-05-221-1/+1
* improved find api -- now returns [{p1}, {p2}], full_result_countBenjamin Saller2007-05-221-10/+33
* improved find command -- new API see docstringBenjamin Saller2007-05-211-2/+27
* verify indexing works with non-ascii files, all tests passBenjamin Saller2007-05-181-2/+6
* remove the getattr property hook, too expensiveBenjamin Saller2007-05-151-11/+0
* merged update patchBenjamin Saller2007-05-141-3/+4
* demo milestone testsAzzBenjamin Saller2007-05-131-4/+9
* empty file handling worked at the metadata index level but was broken in the ...Benjamin Saller2007-05-111-5/+7
* logging patchBenjamin Saller2007-05-101-6/+21
* Marshall properties over dbus. Verify that the proper Property subclasses are...Benjamin Saller2007-05-101-5/+6
* fixed signal problemBenjamin Saller2007-05-101-7/+6
* strage version import error in some instancesBenjamin Saller2007-05-081-3/+4