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
* Maintain a metadata copy outside the indexTomeu Vizoso2008-06-201-5/+71
* #5033 Use a different path where to put temporal links to files. (m_stone)Tomeu Vizoso2008-01-081-1/+1
* #5707: Delete files for external properties when an entry is deleted.Tomeu Vizoso2008-01-081-0/+13
* #5744: Don't copy files out from usb sticks, do a symlink instead.Tomeu Vizoso2008-01-071-4/+3
* #2545 Clean up correctly when unmounting a non-present removable device.Tomeu Vizoso2007-12-191-5/+11
* Revert "#2545: Just log a warning when unmounting a device that has already b...Tomeu Vizoso2007-12-151-9/+5
* #2545: Just log a warning when unmounting a device that has already been remo...Tomeu Vizoso2007-12-111-5/+9
* #5127 Index files from usb sticks in the idle callback.Tomeu Vizoso2007-11-291-76/+70
* #4558 Correctly encode characters in URI.Tomeu Vizoso2007-11-141-1/+2
* #4784 Use valid FAT names when saving entries to usb sticks.Tomeu Vizoso2007-11-141-9/+13
* Correct comment in the source code.Tomeu Vizoso2007-11-101-1/+1
* #4796 Ignore failure to chmod files in usb sticks.Tomeu Vizoso2007-11-101-1/+10
* Copy files to the profile dir when asked by an out-of-container process.Tomeu Vizoso2007-11-091-1/+3
* #3801 Check out files in the activity instance dir with the correct permissions.Tomeu Vizoso2007-11-071-7/+19
* #4704 Fix copy of entries with file to removable devices.Tomeu Vizoso2007-11-071-0/+11
* #4714 Fix copy of entries without file to removable devices.Tomeu Vizoso2007-11-071-4/+0
* #4654 Hard link files on check out instead of copying if possible.Tomeu Vizoso2007-11-061-6/+19
* Strip the new lines in suggested filenameMarco Pesenti Gritti2007-11-021-0/+1
* Revert "#4083: Remove the active loop and check usb sticks on idle."Tomeu Vizoso2007-10-311-73/+76
* #4083: Remove the active loop and check usb sticks on idle.Tomeu Vizoso2007-10-311-76/+73
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreMarco Pesenti Gritti2007-10-231-52/+60
|\
| * #4235: Keep indexing an usb stick after an error in a single file. (tomeu)Tomeu Vizoso2007-10-231-52/+57
| * ids(mountpoint) -> list of ids on that mountpointBenjamin Saller2007-10-221-0/+3
* | FAT doesn't like :, sanitize itMarco Pesenti Gritti2007-10-231-0/+1
|/
* external propsBenjamin Saller2007-10-081-0/+21
* single xapian connection (we might revert this but it manages fewer flushes t...Benjamin Saller2007-10-051-2/+2
* #3180: Recreate the index on mount failure of only removable devices.Tomeu Vizoso2007-10-041-1/+21
* Revert #3180: Recreate the index on mount failure.Tomeu Vizoso2007-10-041-21/+1
* single patch part 2Benjamin Saller2007-10-031-3/+4
* Add a suggested_filename property which the journalMarco Pesenti Gritti2007-09-201-2/+27
* Do not index hidden directories (the trash most importantly).Marco Pesenti Gritti2007-09-191-8/+19
* Fix undefined variable errorDan Williams2007-09-181-0/+1
* #3180: Recreate the index on mount failure.Tomeu Vizoso2007-09-121-1/+21
* #3374: Don't create another entry during async update.Tomeu Vizoso2007-09-121-1/+2
* #3324: Fix updates of entries with associated files.Tomeu Vizoso2007-09-111-1/+1
* Index metadata on async updates.Tomeu Vizoso2007-09-101-0/+3
* Fix duplicate datastore entries on item creation caused by last commitDan Williams2007-09-091-8/+13
* Copy items asynchronously, support moves instead of copiesDan Williams2007-09-081-25/+179
* 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
* 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