Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'c8be67a348bb399af666f29a798deba2b84a0016' into t/rainbow-0.8t/rainbow-0.8Sascha Silbe2011-03-063-2/+5
|\ | | | | | | | | | | | | * commit 'c8be67a348bb399af666f29a798deba2b84a0016': Release 0.92.0 don't choke if timestamp property is missing Cleanup AUTHORS file
| * Merge remote branch 'refs/remotes/origin/t/rainbow-0.8' into HEADSascha Silbe2011-03-043-21/+33
| |\ | | | | | | | | | | | | | | | * refs/remotes/origin/t/rainbow-0.8: fix rainbow support set description
| * | Release 0.92.0refs/top-bases/t/testsuiterefs/top-bases/t/rainbow-0.8refs/top-bases/t/migration-rebuild-indexSimon Schampijer2011-02-231-1/+1
| | |
| * | don't choke if timestamp property is missingSascha Silbe2011-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | The timestamp property might be missing due to incomplete writes (out of power, system crash) or software bugs. Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
| * | Cleanup AUTHORS fileAleksey Lim2011-01-191-1/+1
| | |
* | | Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2011-01-193-23/+37
|\ \ \ | |/ / | | / | |/ |/| | | | | * commit 'refs/top-bases/t/rainbow-0.8': Add missed deps Actualize sweet recipe; add metadatareader.so symlink to support inplace run Tweak HACKING file
| * Add missed depsAleksey Lim2011-01-051-1/+2
| |
| * Actualize sweet recipe; add metadatareader.so symlink to support inplace runAleksey Lim2011-01-023-13/+14
| |
| * Tweak HACKING fileAleksey Lim2010-12-181-9/+21
| |
* | Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-10-2214-166/+220
|\ \ | |/
| * Use sh notaion in shell commandsAleksey Lim2010-10-221-1/+2
| |
| * Run autogen.sh on sweet cleanupAleksey Lim2010-10-221-5/+5
| |
| * Add Bazaar recipe fileAleksey Lim2010-10-222-2/+34
| |
| * More sugar-lint fixesAleksey Lim2010-10-204-44/+55
| |
| * More sugar-lint fixes; add HACKING fileAleksey Lim2010-10-167-118/+128
| |
| * indexstore: disable pylint warning W0221 for parse_querySascha Silbe2010-10-161-0/+1
| | | | | | | | | | | | | | | | | | No other name I can think of is a better fit and no external code is using this class, so it isn't an issue. Disabling the warning reduces pylint clutter and makes it easier to spot real issues. Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
| * datastore, migration: remove unused import tracebackSascha Silbe2010-10-162-2/+0
| | | | | | | | | | | | Caught by pylint. Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
| * PEP8 cleanupsSascha Silbe2010-10-163-2/+3
| | | | | | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* | Merge remote branch 'refs/remotes/origin/t/rainbow-0.8' into HEADSascha Silbe2010-10-053-21/+33
|\ \ | |/ |/|
| * Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-09-182-1/+6
| |\
| * \ Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-09-089-29/+132
| |\ \
| * \ \ Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-08-053-1/+7
| |\ \ \
| * \ \ \ Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-08-031-3/+4
| |\ \ \ \
| * \ \ \ \ Merge commit 'e6a11bc7a1794ef53f5c4bde74dcff16a75f8b0f' into t/rainbow-0.8Sascha Silbe2010-07-170-0/+0
| |\ \ \ \ \
| | * \ \ \ \ Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-07-165-32/+37
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-07-145-32/+37
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| * | | | | | Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-04-072-1/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'refs/top-bases/t/rainbow-0.8' into t/rainbow-0.8Sascha Silbe2010-03-221-0/+8
| |\ \ \ \ \ \ \
| * | | | | | | | fix rainbow supportSascha Silbe2010-03-221-21/+25
| | | | | | | | |
| * | | | | | | | set descriptionSascha Silbe2010-03-222-0/+8
| | | | | | | | |
* | | | | | | | | Update 0.90.0 NEWSAleksey Lim2010-09-291-0/+3
| | | | | | | | |
* | | | | | | | | Release 0.90.0Aleksey Lim2010-09-291-1/+1
| | | | | | | | |
* | | | | | | | | Do not store symlinks #2362Aleksey Lim2010-09-231-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Bump v0.89.4Aleksey Lim2010-09-112-1/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | metadata-only update sets filesize property to 0 #2229Aleksey Lim2010-09-061-5/+8
| | | | | | |
* | | | | | | commit 3644fac reintroduced race condition, broke test suite #2104Aleksey Lim2010-09-032-9/+19
| | | | | | |
* | | | | | | autogen.sh: pass --enable-maintainer-mode to configureBernie Innocenti2010-08-251-1/+1
| | | | | | |
* | | | | | | Reviewer comments #1915Aleksey Lim2010-08-242-5/+10
| | | | | | |
* | | | | | | Bump v0.89.3Aleksey Lim2010-08-245-15/+22
| | | | | | |
* | | | | | | Create target directory before importing previews (carrott) #2149Aleksey Lim2010-08-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This partially(possibly) fixes #2149 issue
* | | | | | | Increment CURRENT_LAYOUT_VERSION to trigger an index rebuildAndré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.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.1Aleksey Lim2010-07-142-1/+4
| | | |
* | | | Invert index_updated logic #2095Aleksey Lim2010-07-143-31/+33
| |_|/ |/| |