Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-07-271-0/+4
|\
| * Snapshot 30ce1b1378.Marco Pesenti Gritti2007-07-251-0/+2
| |
| * Update NEWSMarco Pesenti Gritti2007-07-251-0/+2
| |
* | proposed fixes for:Benjamin Saller2007-07-277-69/+149
|/ | | | #2057 #2445 #2459
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-07-231-0/+4
|\
| * Update NEWSMarco Pesenti Gritti2007-07-231-0/+2
| |
| * Snapshot 00570bc517.Marco Pesenti Gritti2007-07-231-0/+2
| |
* | create new files on inplace stores properlyBenjamin Saller2007-07-235-18/+48
|/
* inplace files return themselves on request for filenameBenjamin Saller2007-07-223-7/+45
| | | | files should be created on demand and not just on a generic 'get' call
* OR style support on dicts was missing after the rewrite. AddedBenjamin Saller2007-07-222-0/+22
|
* fix #2381Benjamin Saller2007-07-224-5/+20
| | | | the new implementation of xapianindex violated the contract with backingstore here based on what the old index layer did. There is a test now covering this case and the issue is fixed
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-07-221-0/+4
|\
| * Snapshot 033d224d3b.Marco Pesenti Gritti2007-07-201-0/+2
| |
| * Update NEWSMarco Pesenti Gritti2007-07-201-0/+2
| |
* | improved importer used in USB casesBenjamin Saller2007-07-224-35/+85
|/ | | | | | | | | | includes additional metadata -- ctime/mtime/title walk of content is now async -- results become available as indexed introduced a workaround to dbus.mainloop.run() blocking the other threads this is only a work around and not the intended way to fix this issue but it does allow the other threads to run which means you'll see indexing in the background.
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-07-201-0/+4
|\
| * Fix NEWSMarco Pesenti Gritti2007-07-201-0/+2
| |
| * Snapshot e30379af95.Marco Pesenti Gritti2007-07-201-0/+2
| |
* |