Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump v0.86.2v0.86.2sucrose-0.86Aleksey Lim2010-03-082-1/+4
|
* fix typo in last commitSascha Silbe2010-03-081-1/+1
|
* rebuild index on migration (#1787)Sascha Silbe2010-03-084-30/+53
| | | | | | | | | Currently we force an index rescan on migration, but not a rebuild. Any entry that's already in the index will _not_ be updated. This patch fixes the migration logic to do a full index rebuild, thus actually migrating the index. Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Add section about storage format historyAleksey Lim2010-03-081-0/+17
|
* fix file descriptor leak in filestore.retrieve()Sascha Silbe2009-12-201-4/+3
| | | | | | | Fix file descriptor leak in filestore.retrieve(). Minimally invasive version. Signed-off-by: Sascha Silbe <sascha@silbe.org>
* Make reading version file more robust (sayamindu) #1562Aleksey Lim2009-11-231-1/+7
|
*