Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #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
* 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
* Backport sync metadata delete from the versioning branchMarco Pesenti Gritti2007-09-181-4/+8
* Backport partial matching from version_prototype branchMarco Pesenti Gritti2007-09-141-1/+29
* #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
* #3374: Don't create another entry during async update.Tomeu Vizoso2007-09-121-0/+5
* #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
* Add a parameter to datastore.find() for filtering out unwanted metadata prope...Tomeu Vizoso2007-09-101-2/+7
* Add timestamp field to model.Tomeu Vizoso2007-09-101-1/+2
* 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-083-41/+219
* While inplace stores should (after trial-2) return the file on the mounted mediaBenjamin Saller2007-08-011-16/+25
* workaround for lack of close() on xapian database. Its tied to the C++ dtor. ...Benjamin Saller2007-08-011-1/+10
* force shutdown on unmount (for USB drives)Benjamin Saller2007-07-312-4/+9
* use abiword to do odt conversion. this likely needs the extra plugins for abi...Benjamin Saller2007-07-301-3/+2
* fix #2559Benjamin Saller2007-07-303-7/+18
* logic error in delete caseBenjamin Saller2007-07-272-4/+10
* proposed fixes for:Benjamin Saller2007-07-272-50/+107
* create new files on inplace stores properlyBenjamin Saller2007-07-233-17/+35
* inplace files return themselves on request for filenameBenjamin Saller2007-07-222-6/+28
* OR style support on dicts was missing after the rewrite. AddedBenjamin Saller2007-07-221-0/+5
* fix #2381Benjamin Saller2007-07-222-4/+13
* improved importer used in USB casesBenjamin Saller2007-07-223-30/+68
* limited support for dateranges, this will have to expand to include all the t...Benjamin Saller2007-07-202-3/+25
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreMarco Pesenti Gritti2007-07-202-3/+8
|\
| * help insolate vs unspecified propertiesBenjamin Saller2007-07-201-2/+7
| * query building bug from last nightBenjamin Saller2007-07-201-1/+1
* | Add activity_id property.Marco Pesenti Gritti2007-07-201-0/+1
|/
* Add missing file to the Makefile.am.Marco Pesenti Gritti2007-07-201-0/+1
* handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-207-26/+73
* make sure non-model properties make it into the result setBenjamin Saller2007-07-171-1/+9
* relax model restriction by defaulting new keys as strings or recording their ...Benjamin Saller2007-07-162-6/+21
* limit/offset -- set limit to 4096 per backend for nowBenjamin Saller2007-07-163-6/+6
* temporary limit/offset fixBenjamin Saller2007-07-162-1/+9
* remove mountpoint from update arguments at the lower levelBenjamin Saller2007-07-162-1/+2
* patch from tomeu to pass offset, limit arguments through the stackBenjamin Saller2007-07-161-1/+3
* better int property handlingBenjamin Saller2007-07-162-2/+3
* resolve keys through modelBenjamin Saller2007-07-163-28/+39
* changes for :date supportBenjamin Saller2007-07-163-20/+106
* more efficient copyBenjamin Saller2007-07-151-7/+12
* better logging in the 1/2 sync/async codeBenjamin Saller2007-07-151-6/+12
* this should do the indexing of file content async, the thread sync issues see...Benjamin Saller2007-07-151-37/+35
* write locking to protect the connectionBenjamin Saller2007-07-131-29/+36
* flush after changeBenjamin Saller2007-07-131-2/+6
* anotherBenjamin Saller2007-07-131-0/+1