Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Increment CURRENT_LAYOUT_VERSION to trigger an index rebuildHEADmasterAndrés Ambrois2010-08-241-1/+1
|
* Check creation_time on index rebuild.Andrés Ambrois2010-08-241-0/+7
|
* Add creation_time property.Andrés Ambrois2010-08-242-0/+37
|
* Check filesize property on index rebuild.Andrés Ambrois2010-08-241-0/+8
| | | | This will ensure it gets set when upgrading from older datastores.
* Add filesize property to the index.Andrés Ambrois2010-08-242-0/+26
| | | | Don't fail indexing if filesize is missing.
* Bump v0.89.2v0.89.2Aleksey Lim2010-08-043-1/+7
|
* sl#2132: reduce _FLUSH_TIMEOUT to 5 secondsBernie Innocenti2010-08-021-1/+1
| | | | | | | | | This drastically reduces the chance of data loss in the journal on crash or power failure. The previous timeout was set to 60 seconds. It is not clear how much time flushing the journal takes on an XO-1. Until we measure, 5 and 60 are equally unjustified random numbers.
* Set index_updated flag on ds shutting downAleksey Lim2010-07-291-2/+3
|
* Bump v0.89.1v0.89.1Aleksey Lim2010-07-142-1/+4
|
* Invert index_updated logic #2095Aleksey Lim2010-07-143-31/+33
|
* Bump v0.88.0v0.88.0sucrose-0.88Aleksey Lim2010-03-292-1/+4
|
* fix migration from 0.82 data store (#1838)Sascha Silbe2010-03-221-0/+8
| | | | | | | | | Upgrading directly from 0.82 to 0.86/0.88 didn't migrate the data store contents because LayoutManager._is_empty() doesn't check for 0.82 data store entries. This patch fixes _is_empty() to recognize 0.82 data store contents. Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Bump v0.87.4v0.87.4Aleksey Lim2010-03-102-1/+5
|
* Do not remove internal metadata fields while rewriting object #1813Aleksey Lim2010-03-101-1/+3
|
* Auto detect mime type in copy-to-journal #586 (tomeu)Aleksey Lim2010-03-091-7/+6
|
* Bump v87.3v0.87.3Aleksey Lim2010-03-083-4/+9
|
* 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
|
* Bump v0.87.2v0.87.2Aleksey Lim2009-12-212-1/+7
|
*