aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.5.0.x' into 0.5.xv0.5.2Luke Dashjr2012-01-055-34/+64
|\
| * Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-051-1/+33
| |\
| | * Fix horrific performance found by gmaxwell.Matt Corallo2012-01-051-1/+33
| * | Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...Wladimir J. van der Laan2012-01-044-33/+31
* | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-01-037-71/+120
|\| |
| * | Fix typo (#734)Luke Dashjr2012-01-0310-10/+10
| * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-035-69/+118
| |\|
| | * I broke -testnet with my TOR option-parsing fixes.Gavin Andresen2012-01-031-1/+1
| | * Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-035-43/+85
| | * Fix some address-handling deadlocksPieter Wuille2012-01-021-26/+33
* | | Fix typo (#734)Wladimir J. van der Laan2012-01-0315-16/+16
* | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2011-12-251-5/+4
|\| |
| * | Be more conservative: check all transactions in blocks after last checkpoint.Luke Dashjr2011-12-251-5/+4
* | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2011-12-232-1/+5
|\| |
| * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2011-12-231-1/+1
| |\|
| | * Bugfix: fForRelay should be false when deciding required fee to include in bl...Luke Dashjr2011-12-201-1/+1
| * | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-12-209-54/+40
* | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2011-12-191-0/+2
|\| |
| * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2011-12-191-0/+2
| |\|
| | * Add my DNS seed domainLuke Dashjr2011-12-191-0/+1
| | * Add sipa's new dnsseed.Matt Corallo2011-12-191-0/+1
| * | Bump version to 0.5.0.3Luke Dashjr2011-12-151-1/+1
| * | Bump version to 0.5.0.2Luke Dashjr2011-12-151-1/+1
| |\|
| | * Bump version to 0.4.3Luke Dashjr2011-12-151-1/+1
| * | Fix status bar not displaying Alerts.Matt Corallo2011-12-135-5/+46
| * | Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan2011-12-132-16/+5
| * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2011-12-121-1/+14
| |\|
| | * Merge branch 'restore_old_miniupnp_compat' into 0.4.xLuke Dashjr2011-12-121-1/+14
| | |\
| * | | Move DNS Seed lookup to a new thread.Matt Corallo2011-12-023-7/+38
| |\| |
| | * | Move DNS Seed lookup to a new thread.Matt Corallo2011-12-023-7/+38
| | * | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-014-8/+79
| | * | Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-0111-27/+118
| | * | Add missing command-line arguments to --help/-? outputGavin Andresen2011-12-011-4/+15
| | * | Bump version to 0.4.2Luke Dashjr2011-11-211-1/+1
| | * | close old db when rewritingPieter 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/rewriteGavin Andresen2011-11-174-9/+16
| | * | Create new keypool for newly encrypted wallets.Gavin Andresen2011-11-172-1/+33
| | * | Remove vladimir's DNS seed, at his request.Jeff Garzik2011-11-151-1/+0
| | * | 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
| | * | add message about restarting bitcoin after encrypting wallet succesfullyLuke Dashjr2011-11-151-3/+2
| | * | Fix boost filesystem incompatibility problemGavin Andresen2011-11-151-3/+3
| | * | Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-156-36/+89
| | * | ResilveringPieter Wuille2011-11-153-1/+104
| | * | Add returns to avoid annoying compile-time warnings.Matt Corallo2011-11-022-0/+2
| | * | Only define __STDC_LIMIT_MACROS if not already defined.Matt Corallo2011-11-021-2/+6
| | * | Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be...cjdelisle2011-11-021-1/+6
| | * | bitcoind does not need to link with gthread-2.0Gavin Andresen2011-10-101-1/+0
| | * | Bump version to 0.4.1Luke Dashjr2011-10-101-1/+1