aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Speed up RPC authentication (reworked pull from Joel Katz)Gavin Andresen2011-12-011-7/+5
* | | | | | | | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-015-8/+132
* | | | | | | | Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-0112-29/+119
|/ / / / / / /
* | | | | | | Merge pull request #666 from nobled/secstringsGavin Andresen2011-11-309-54/+40
|\ \ \ \ \ \ \
| * | | | | | | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-269-54/+40
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #667 from laanwj/homeaddriconsGavin Andresen2011-11-302-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Make home and addressbook icon more consistent with other toolbar icons (make...Wladimir J. van der Laan2011-11-262-0/+0
| |/ / / / / /
* / / / / / / Add missing command-line arguments to --help/-? outputGavin Andresen2011-11-271-4/+15
|/ / / / / /
* | | | | | allow for filtering addresses and labels by searching for the typed string an...Wladimir J. van der Laan2011-11-241-1/+1
* | | | | | update translation: deNils Schneider2011-11-241-32/+32
* | | | | | add translations: hu ukNils Schneider2011-11-243-0/+4681
* | | | | | Small fixes in both spanish translationsAlex B2011-11-242-40/+86
|/ / / / /
* | | | | update translations: da de nl ru zh_TWNils Schneider2011-11-225-136/+140
* | | | | add italian translationNils Schneider2011-11-222-0/+2341
* | | | | Merge pull request #602 from wowus/masterGavin Andresen2011-11-212-9/+34
|\ \ \ \ \
| * | | | | Added simple critical section test cases.Clark Gaebel2011-11-021-0/+19
| * | | | | Cleaned up the critical section macros.Clark Gaebel2011-11-021-9/+15
* | | | | | Merge pull request #634 from laanwj/doxygenGavin Andresen2011-11-2129-134/+221
|\ \ \ \ \ \
| * | | | | | Improve documentation for UI classesWladimir J. van der Laan2011-11-1328-121/+178
| * | | | | | Example documented classWladimir J. van der Laan2011-11-131-13/+43
* | | | | | | Merge pull request #632 from mndrix/deprecate-getblocknumberGavin Andresen2011-11-211-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Deprecate RPC getblocknumberMichael Hendricks2011-11-111-2/+4
* | | | | | | | Bump version to 0.5.1Gavin Andresen2011-11-211-1/+1
* | | | | | | | Bugfix: only make QListView transparent, not its tooltipsLuke Dashjr2011-11-211-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | close old db when rewritingv0.5.0rc7v0.5.0Pieter Wuille2011-11-201-50/+52
* | | | | | | Never remove database files on shutdown, it caused unreadable wallets on some...Gavin Andresen2011-11-203-28/+1
* | | | | | | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen2011-11-174-9/+16
* | | | | | | Create new keypool for newly encrypted wallets.Gavin Andresen2011-11-172-1/+33
* | | | | | | Tweak handling of boost filesystem versionsGavin Andresen2011-11-151-1/+1
* | | | | | | Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen2011-11-151-6/+13
* | | | | | | Fix boost filesystem incompatibility problemv0.5.0rc4Gavin Andresen2011-11-151-3/+3
* | | | | | | add message about restarting bitcoin after encrypting wallet succesfullyWladimir J. van der Laan2011-11-151-1/+2
* | | | | | | Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-156-36/+89
* | | | | | | ResilveringPieter Wuille2011-11-143-1/+104
* | | | | | | Merge pull request #631 from luke-jr/free_iconsGavin Andresen2011-11-1410-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Replace kfm_home with go-home for "overview"Luke Dashjr2011-11-111-0/+0
| * | | | | | | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensedLuke Dashjr2011-11-103-0/+0
| * | | | | | | Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladim...Luke Dashjr2011-11-107-0/+0
| |/ / / / / /
* | | | | | | Merge pull request #633 from laanwj/qtrpcconflictGavin Andresen2011-11-141-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Do not launch Shutdown in a new thread in case we are running the UI.Wladimir J. van der Laan2011-11-121-2/+7
| | |/ / / / / | |/| | | | |
* / | | | | | Add model null pointer check (solves issue #595 and https://github.com/laanwj...Wladimir J. van der Laan2011-11-131-3/+3
|/ / / / / /
* | | | | | Merge branch 'nullmodels' of https://github.com/laanwj/bitcoinGavin Andresen2011-11-1011-98/+171
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add robustness against null modelsWladimir J. van der Laan2011-11-0811-98/+171
* | | | | | Merge pull request #611 from sipa/docsWladimir J. van der Laan2011-11-087-9/+80
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Some extra commentsPieter Wuille2011-11-077-9/+80
* | | | | | Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan2011-11-083-0/+11
* | | | | | merged translations from transifex: da de es es_CL nb nl ru zh_TWNils Schneider2011-11-089-2842/+4512
* | | | | | add zh_TW localeAng Iong Chun2011-11-062-0/+2325
|/ / / / /
* | | | | Merge pull request #606 from dooglus/add-english-translationWladimir J. van der Laan2011-11-042-0/+2301
|\ \ \ \ \
| * | | | | Add English translation to fix plural(s).Chris Moore2011-11-042-0/+2301