Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed datastore usageHEADmasterChristophe Gueret2011-10-093-4/+6
|
* Started to better split the journal from the rest of the semanticxoChristophe Gueret2011-10-059-193/+47
| | | stack
* Initial code for triple store interfaceChristophe Gueret2011-09-261-0/+39
|
* Removed some debug messagesChristophe Gueret2011-09-163-5/+1
|
* FixChristophe Gueret2011-09-161-2/+0
|
* Bug fixingChristophe Gueret2011-08-251-2/+5
|
* Improved the usage of SPARQLChristophe Gueret2011-08-253-35/+70
|
* Making some progress :)Christophe Gueret2011-08-257-215/+100
|
* EditChristophe Gueret2011-05-132-11/+18
|
* Added initial codeChristophe Gueret2011-04-268-301/+105
|
* Tweaks for ArchLinuxChristophe Gueret2011-01-143-3/+3
|
* Actualize sweet recipe; add metadatareader.so symlink to support inplace runAleksey Lim2011-01-021-0/+1
|
* More sugar-lint fixes; add HACKING fileAleksey Lim2010-10-165-111/+106
|
* 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>
* Do not store symlinks #2362Aleksey Lim2010-09-231-0/+8
|
* 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
|
* Reviewer comments #1915v0.89.3Aleksey Lim2010-08-242-5/+10
|
* Bump v0.89.3Aleksey Lim2010-08-241-1/+1
|
* 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.
* 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
|
* Invert index_updated logic #2095Aleksey Lim2010-07-143-31/+33
|
* 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>
* Do not remove internal metadata fields while rewriting object #1813Aleksey Lim2010-03-101-1/+3
|
* fix typo in last commitSascha Silbe2010-03-081-1/+1
|
* rebuild index on migration (#1787)Sascha Silbe2010-03-083-30/+45
| | | | | | | | | 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>
* Tune #1550 fix to preserve previous naming schemeAleksey Lim2009-12-201-2/+2
|
* fix file descriptor leak in filestore.retrieve() and use only mkstemp()Sascha Silbe2009-12-201-15/+4
| | | | | | Fix file descriptor leak in filestore.retrieve() and use only mkstemp(). Signed-off-by: Sascha Silbe <sascha@silbe.org>
*