Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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
| | | | | | | | | | can use to suggest a filename when copying on an USB stick. Using the filelike is not good because it would require a file copy. And the filename property conflicts with the import code. Maybe we can figure out a better way to do it after trial-3. This is all internal so it shouldn't cause any format compatibility issue.
* Do not index hidden directories (the trash most importantly).Marco Pesenti Gritti2007-09-191-8/+19
| | | | | Turn off metadata updates for USB files for trial-3. It's broken and useless right now. See comment in the code.
* 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
|
*