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
* Rename the module from olpc.datastore to carquinyol to make clearer that it's...Tomeu Vizoso2009-02-041-315/+0
* Correctly print backtracesTomeu Vizoso2009-01-141-2/+2
* Fallback to file system if we fail to query the indexTomeu Vizoso2009-01-071-10/+11
* TypoTomeu Vizoso2008-12-031-1/+1
* Improve error reportingTomeu Vizoso2008-12-031-6/+13
* Add some debug loggingTomeu Vizoso2008-12-021-0/+6
* Mountpoint compatibility hack not needed any moreTomeu Vizoso2008-11-281-6/+0
* Fix typoTomeu Vizoso2008-11-041-1/+1
* #8867: add an extension to the retrieved filesTomeu Vizoso2008-10-221-1/+10
* Add some copyright notices and docstringsTomeu Vizoso2008-10-081-12/+18
* Refactor the hardlink optimization out from filestore and store the checksum ...Tomeu Vizoso2008-09-301-0/+11
* Implement data migration from the older datastoreTomeu Vizoso2008-09-301-2/+10
* Handle the new datastore caseTomeu Vizoso2008-09-251-7/+9
* Rebuild index if neededTomeu Vizoso2008-09-191-2/+63
* Add a fake mountpoint property so the journal can run unmodifiedTomeu Vizoso2008-08-261-1/+9
* Implement hard-linking to identical files and refactor path logic to LayoutMa...Tomeu Vizoso2008-08-261-30/+16
* Implement get_uniquevaluesforTomeu Vizoso2008-08-221-2/+6
* Return some mount id when askedTomeu Vizoso2008-08-221-1/+1
* Very simple rewrite. Many unnecessary requirements dropped.Tomeu Vizoso2008-05-061-426/+126
* #2545 Clean up correctly when unmounting a non-present removable device.Tomeu Vizoso2007-12-191-5/+2
* #3801 Check out files in the activity instance dir with the correct permissions.Tomeu Vizoso2007-11-071-5/+17
* Revert "changes to api to reflect the DBus compat requests of #4064"Tomeu Vizoso2007-10-241-4/+3
* ids(mountpoint) -> list of ids on that mountpointBenjamin Saller2007-10-221-0/+12
* changes to api to reflect the DBus compat requests of #4064Benjamin Saller2007-10-091-3/+4
* Request binary data as dbus.ByteArray.Tomeu Vizoso2007-10-071-2/+4
* offset args reversedBenjamin Saller2007-10-051-1/+1
* offset handlingBenjamin Saller2007-10-051-1/+1
* single xapian connection (we might revert this but it manages fewer flushes t...Benjamin Saller2007-10-051-5/+11
* single patch part 2Benjamin Saller2007-10-031-57/+57
* Add a parameter to datastore.find() for filtering out unwanted metadata prope...Tomeu Vizoso2007-09-101-2/+7
* Copy items asynchronously, support moves instead of copiesDan Williams2007-09-081-16/+33
* 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