Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* migration.patchdx1.5Anish Mangal2011-08-261-1/+4
| | | | Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Increment CURRENT_LAYOUT_VERSION to trigger an index rebuildAndrés Ambrois2011-08-261-1/+1
| | | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Implement migration from DS v0 for ctime property.Andrés Ambrois2011-08-261-0/+3
| | | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Check ctime on index rebuildAndrés Ambrois2011-08-261-0/+4
| | | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Add ctime property to the index and datastoreAndrés Ambrois2011-08-262-0/+12
| | | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Check filesize property on index rebuild.Andrés Ambrois2011-08-261-0/+8
| | | | | | | This will ensure it gets set when upgrading from older datastores. Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Add migration code from DS v0 for the filesize propertyAndrés Ambrois2011-08-261-1/+8
| | | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Add filesize property to the index.Andrés Ambrois2011-08-262-0/+26
| | | | | | | Don't fail indexing if filesize is missing. Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Set index_updated flag on ds shutting downAleksey Lim2011-08-261-2/+3
| | | | Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* sl#2132: reduce _FLUSH_TIMEOUT to 5 secondsBernie Innocenti2011-08-261-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. Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Invert index_updated logic #2095Aleksey Lim2011-08-263-31/+33
| | | | Signed-off-by: Anish Mangal <anish@sugarlabs.org>
* Bump v0.88.0v0.88.0Aleksey 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
|
*