aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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 ↵Wladimir J. van der Laan2012-01-044-33/+31
| | | | | | | | | | | | | | | | | | | | | necessarily IP tx'es - Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther", (IP tx'es are so rare they can be put together with funky EV_EVAL scripts)
* | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-01-037-71/+120
|\| |
| * | Fix typo (#734)Luke Dashjr2012-01-0310-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts
| * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-035-69/+118
| |\| | | | | | | | | | | | | Conflicts: src/util.cpp
| | * 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
| | | | | | | | | | | | | | | | | | Conflicts: src/init.cpp src/util.cpp
| | * Fix some address-handling deadlocksPieter Wuille2012-01-021-26/+33
| | | | | | | | | | | | | | | | | | Made three critical blocks for cs_mapAddresses smaller, and moved writing to the database out of them. This should also improve the concurrency of the code.
* | | 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 ↵Luke Dashjr2011-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blocks During the rushed transition from 0.01 BTC to 0.0005 BTC fees, we took the approach of dropping the relay and block-inclusion fee to 0.0005 BTC immediately, and only delayed adjusting the sending fee for the next release. Afterward, the relay fee was lowered to 0.0001 BTC to avoid having the same problem in the future. However, the block inclusion code was left setting fForRelay to true! This fixes that, so the lower 0.0001 BTC allowance is (as intended) only permitted for real relaying.
| * | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-12-209-54/+40
| | | | | | | | | | | | | | | | | | | | | SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now.
* | | 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
| | | | | | | | | | | | - Remove explicit resizing from constructor to prevent potential hang
| * | 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 ↵Gavin Andresen2011-12-0111-27/+118
| | | | | | | | | | | | | | | | attacks
| | * | 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 ↵Gavin Andresen2011-11-203-28/+1
| | | | | | | | | | | | | | | | some testers' machines.
| | * | 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
| | | | | | | | | | | | | | | | (partial cherry pick)
| | * | 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 ↵cjdelisle2011-11-021-1/+6
| | | | | | | | | | | | | | | | be disregarded.
| | * | 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
| | | |