| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '0.5.0.x' into 0.5.xv0.5.2 | Luke Dashjr | 2012-01-05 | 5 | -34/+64 |
| |\ | |||||
| | * | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-01-05 | 1 | -1/+33 |
| | |\ | |||||
| | | * | Fix horrific performance found by gmaxwell. | Matt Corallo | 2012-01-05 | 1 | -1/+33 |
| | | | | |||||
| | * | | Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵ | Wladimir J. van der Laan | 2012-01-04 | 4 | -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.x | Luke Dashjr | 2012-01-03 | 7 | -71/+120 |
| |\| | | |||||
| | * | | Fix typo (#734) | Luke Dashjr | 2012-01-03 | 10 | -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.x | Luke Dashjr | 2012-01-03 | 5 | -69/+118 |
| | |\| | | | | | | | | | | | | | Conflicts: src/util.cpp | ||||
| | | * | I broke -testnet with my TOR option-parsing fixes. | Gavin Andresen | 2012-01-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix issue #659, and cleanup wallet/command-line argument handling a bit | Gavin Andresen | 2012-01-03 | 5 | -43/+85 |
| | | | | | | | | | | | | | | | | | | | Conflicts: src/init.cpp src/util.cpp | ||||
| | | * | Fix some address-handling deadlocks | Pieter Wuille | 2012-01-02 | 1 | -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 Laan | 2012-01-03 | 15 | -16/+16 |
| | | | | |||||
| * | | | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | 2011-12-25 | 1 | -5/+4 |
| |\| | | |||||
| | * | | Be more conservative: check all transactions in blocks after last checkpoint. | Luke Dashjr | 2011-12-25 | 1 | -5/+4 |
| | | | | |||||
| * | | | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | 2011-12-23 | 2 | -1/+5 |
| |\| | | |||||
| | * | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2011-12-23 | 1 | -1/+1 |
| | |\| | |||||
| | | * | Bugfix: fForRelay should be false when deciding required fee to include in ↵ | Luke Dashjr | 2011-12-20 | 1 | -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 passphrases | Dylan Noblesmith | 2011-12-20 | 9 | -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.x | Luke Dashjr | 2011-12-19 | 1 | -0/+2 |
| |\| | | |||||
| | * | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2011-12-19 | 1 | -0/+2 |
| | |\| | |||||
| | | * | Add my DNS seed domain | Luke Dashjr | 2011-12-19 | 1 | -0/+1 |
| | | | | |||||
| | | * | Add sipa's new dnsseed. | Matt Corallo | 2011-12-19 | 1 | -0/+1 |
| | | | | |||||
| | * | | Bump version to 0.5.0.3 | Luke Dashjr | 2011-12-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bump version to 0.5.0.2 | Luke Dashjr | 2011-12-15 | 1 | -1/+1 |
| | |\| | |||||
| | | * | Bump version to 0.4.3 | Luke Dashjr | 2011-12-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix status bar not displaying Alerts. | Matt Corallo | 2011-12-13 | 5 | -5/+46 |
| | | | | |||||
| | * | | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | 2011-12-13 | 2 | -16/+5 |
| | | | | | | | | | | | | | - Remove explicit resizing from constructor to prevent potential hang | ||||
| | * | | Merge branch '0.4.x' into 0.5.x | Luke Dashjr | 2011-12-12 | 1 | -1/+14 |
| | |\| | |||||
| | | * | Merge branch 'restore_old_miniupnp_compat' into 0.4.x | Luke Dashjr | 2011-12-12 | 1 | -1/+14 |
| | | |\ | |||||
| | * | | | Move DNS Seed lookup to a new thread. | Matt Corallo | 2011-12-02 | 3 | -7/+38 |
| | |\| | | |||||
| | | * | | Move DNS Seed lookup to a new thread. | Matt Corallo | 2011-12-02 | 3 | -7/+38 |
| | | | | | |||||
| | | * | | Orphan block fill-up-memory attack prevention | Gavin Andresen | 2011-12-01 | 4 | -8/+79 |
| | | | | | |||||
| | | * | | Moved checkpoints out of main, to prep for using them to help prevent DoS ↵ | Gavin Andresen | 2011-12-01 | 11 | -27/+118 |
| | | | | | | | | | | | | | | | | | attacks | ||||
| | | * | | Add missing command-line arguments to --help/-? output | Gavin Andresen | 2011-12-01 | 1 | -4/+15 |
| | | | | | |||||
| | | * | | Bump version to 0.4.2 | Luke Dashjr | 2011-11-21 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | close old db when rewriting | Pieter Wuille | 2011-11-20 | 1 | -50/+52 |
| | | | | | |||||
| | | * | | Never remove database files on shutdown, it caused unreadable wallets on ↵ | Gavin Andresen | 2011-11-20 | 3 | -28/+1 |
| | | | | | | | | | | | | | | | | | some testers' machines. | ||||
| | | * | | Only remove database log files on shutdown after wallet encryption/rewrite | Gavin Andresen | 2011-11-17 | 4 | -9/+16 |
| | | | | | |||||
| | | * | | Create new keypool for newly encrypted wallets. | Gavin Andresen | 2011-11-17 | 2 | -1/+33 |
| | | | | | |||||
| | | * | | Remove vladimir's DNS seed, at his request. | Jeff Garzik | 2011-11-15 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | Tweak handling of boost filesystem versions | Gavin Andresen | 2011-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | (partial cherry pick) | ||||
| | | * | | Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite. | Gavin Andresen | 2011-11-15 | 1 | -6/+13 |
| | | | | | |||||
| | | * | | add message about restarting bitcoin after encrypting wallet succesfully | Luke Dashjr | 2011-11-15 | 1 | -3/+2 |
| | | | | | |||||
| | | * | | Fix boost filesystem incompatibility problem | Gavin Andresen | 2011-11-15 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | Obsolete keypool and make sure database removes log files on shutdown. | Gavin Andresen | 2011-11-15 | 6 | -36/+89 |
| | | | | | |||||
| | | * | | Resilvering | Pieter Wuille | 2011-11-15 | 3 | -1/+104 |
| | | | | | |||||
| | | * | | Add returns to avoid annoying compile-time warnings. | Matt Corallo | 2011-11-02 | 2 | -0/+2 |
| | | | | | |||||
| | | * | | Only define __STDC_LIMIT_MACROS if not already defined. | Matt Corallo | 2011-11-02 | 1 | -2/+6 |
| | | | | | |||||
| | | * | | Added a workaround for an Ubuntu bug which causes -fstack-protector-all to ↵ | cjdelisle | 2011-11-02 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | be disregarded. | ||||
| | | * | | bitcoind does not need to link with gthread-2.0 | Gavin Andresen | 2011-10-10 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | Bump version to 0.4.1 | Luke Dashjr | 2011-10-10 | 1 | -1/+1 |
| | | | | | |||||