Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #4654 Hard link files on check out instead of copying if possible.Tomeu Vizoso2007-11-062-11/+21
* 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
* #4182: Flush every 20 changes or 1 minute after the last unflushed change.Tomeu Vizoso2007-10-311-3/+24
* #4083: Remove the active loop and check usb sticks on idle.Tomeu Vizoso2007-10-311-76/+73
* Revert "changes to api to reflect the DBus compat requests of #4064"Tomeu Vizoso2007-10-241-4/+3
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreMarco Pesenti Gritti2007-10-234-56/+80
|\
| * #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-223-1/+18
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-10-163-55/+2
| |\
| * \ Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-10-122-0/+53
| |\ \
| * | | changes to api to reflect the DBus compat requests of #4064Benjamin Saller2007-10-091-3/+4
| * | | fixes #3163Benjamin Saller2007-10-091-0/+1
* | | | FAT doesn't like :, sanitize itMarco Pesenti Gritti2007-10-231-0/+1
| |_|/ |/| |
* | | Use the mime helpers from sugar-base.Marco Pesenti Gritti2007-10-153-55/+2
| |/ |/|
* | Use cut/pasted sugar logger initialization, soMarco Pesenti Gritti2007-10-092-0/+53
|/
* external propsBenjamin Saller2007-10-083-14/+57
* orderby fix, allow []Benjamin Saller2007-10-071-3/+4
* Request binary data as dbus.ByteArray.Tomeu Vizoso2007-10-071-2/+4
* force a flush on stop() to the indexerBenjamin Saller2007-10-051-0/+1
* offset args reversedBenjamin Saller2007-10-051-1/+1
* offset handlingBenjamin Saller2007-10-051-1/+1
* fulltext settings bug. Now storable just stores (for binary props)Benjamin Saller2007-10-052-2/+3
* single xapian connection (we might revert this but it manages fewer flushes t...Benjamin Saller2007-10-053-16/+33
* #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-033-63/+68
* 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