Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* check syntax of private key (#1568)Sascha Silbe2010-03-091-1/+5
| | | | | | | Check that header and footer of the private key are present in order to detect corrupted key files. Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Revert "Merge commit 'refs/top-bases/t/bug-1568' into t/bug-1568"Sascha Silbe2010-03-091-5/+1
| | | | | This reverts commit 12016d54088c8bbd0b48b33e591ffab94875360b, reversing changes made to d006092d37b180bb0490ab7e1182662afc5ae5cf.
* Merge commit 'refs/top-bases/t/bug-1568' into t/bug-1568Sascha Silbe2010-03-093-17/+10
|\
| * Log saving errors in activities #1703Tomeu Vizoso2010-03-091-2/+2
| |
| * Deprecate host_version #1509Wade Brainerd2010-03-091-12/+0
| |
| * Removes the use of O_SYNC on logs #1656James Cameron2010-03-091-2/+1
| | | | | | | | | | With O_SYNC on open of log files, on systems with slow filesystem random write performance, there is random activity startup time.
| * Do not fail while closing object less activities #1714Aleksey Lim2010-03-091-1/+2
| |
| * Override canvas property in Activity class #1795Aleksey Lim2010-03-081-0/+5
| |
* | check private key syntaxSascha Silbe2010-03-081-1/+5
|/
* Create the DSObject update listener as well for existing entriesSimon Schampijer2010-02-131-1/+1
|
*