| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #1357 from sipa/keyid | Pieter Wuille | 2012-05-26 | 28 | -400/+579 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille | 2012-05-24 | 26 | -339/+477 | |
| | * | | | | | | | | Encapsulate public keys in CPubKey | Pieter Wuille | 2012-05-24 | 16 | -86/+127 | |
| * | | | | | | | | | Merge pull request #1370 from Diapolo/add_startuptime_to_log | Pieter Wuille | 2012-05-26 | 4 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | add client startup time as an entry to debug.log (note: logged time in debug.... | Philip Kaufmann | 2012-05-23 | 4 | -4/+5 | |
| * | | | | | | | | | Remove newlines from JSON strings | Gavin Andresen | 2012-05-25 | 2 | -80/+11 | |
| * | | | | | | | | | Merge pull request #1366 from roques/completion | Gavin Andresen | 2012-05-25 | 4 | -1/+118 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Use debhelper to install bitcoind.bash-completion | Christian von Roques | 2012-05-23 | 3 | -1/+3 | |
| | * | | | | | | | | | Bash programmable completion for bitcoind(1) | Christian von Roques | 2012-05-23 | 1 | -0/+115 | |
| | |/ / / / / / / / | ||||||
| * | | / / / / / / | Unit tests for transaction size limits | Gavin Andresen | 2012-05-25 | 2 | -0/+100 | |
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Lots more Script unit test cases. | Gavin Andresen | 2012-05-24 | 3 | -8/+228 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | More CScript unit tests. | Gavin Andresen | 2012-05-24 | 3 | -6/+22 | |
| * | | | | | | | DoS_tests: fix signed/unsigned comparison warnings | Jeff Garzik | 2012-05-24 | 1 | -7/+7 | |
| * | | | | | | | Merge pull request #1387 from Diapolo/rem_unused_rpcdump | Jeff Garzik | 2012-05-24 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | remove dead "using namespace boost::asio;" from rpcdump.cpp | Philip Kaufmann | 2012-05-24 | 1 | -1/+0 | |
| * | | | | | | | | Merge pull request #1383 from jgarzik/rawtx | Jeff Garzik | 2012-05-24 | 3 | -1/+37 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network | Jeff Garzik | 2012-05-23 | 3 | -1/+37 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'merge2' into merge | Jeff Garzik | 2012-05-24 | 2 | -63/+83 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Refactor: add IsChainFile helper. LoadBlockIndex() code movement. | Jeff Garzik | 2012-05-23 | 2 | -63/+83 | |
| * | | | | | | | | rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h. | Jeff Garzik | 2012-05-23 | 2 | -6/+2 | |
| * | | | | | | | | Refactor: move runCommand() to util.cpp | Jeff Garzik | 2012-05-23 | 3 | -8/+9 | |
| * | | | | | | | | .gitignore: add test_bitcoin | Jeff Garzik | 2012-05-23 | 1 | -0/+1 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #1342 from rebroad/LastSeenMinusMinus | Gregory Maxwell | 2012-05-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Was showing a negative number. Changes to positive, since negative (T minus) ... | R E Broadley | 2012-05-17 | 1 | -1/+1 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | CDBEnv: fix qt build | Luke Dashjr | 2012-05-22 | 2 | -2/+4 | |
| * | | | | | | Merge pull request #1380 from gavinandresen/optimize2 | Pieter Wuille | 2012-05-22 | 2 | -69/+75 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Move signature cache from CKey::Verify to CheckSig in script.cpp | Gavin Andresen | 2012-05-22 | 2 | -69/+75 | |
| * | | | | | | | Merge branch 'dbenv' into tmp | Jeff Garzik | 2012-05-22 | 5 | -139/+166 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Further CDBEnv encapsulation work. | Jeff Garzik | 2012-05-19 | 3 | -25/+24 | |
| | * | | | | | | | CDB::CDB: properly initialize activeTxn to NULL | Jeff Garzik | 2012-05-19 | 1 | -1/+2 | |
| | * | | | | | | | Remove unused nested BDB transaction support | Jeff Garzik | 2012-05-19 | 2 | -31/+19 | |
| | * | | | | | | | Create CDBEnv::TxnBegin(), and use it in CDB::TxnBegin() | Jeff Garzik | 2012-05-19 | 1 | -3/+11 | |
| | * | | | | | | | Encapsulate BDB environment inside new CDBEnv class | Jeff Garzik | 2012-05-19 | 4 | -78/+110 | |
| | * | | | | | | | Reorganize(): remove spurious TxnAbort() | Jeff Garzik | 2012-05-19 | 1 | -1/+0 | |
| * | | | | | | | | Merge pull request #1381 from jgarzik/check-deser | Jeff Garzik | 2012-05-22 | 4 | -8/+37 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Prevent crashes due to missing or corrupted blk????.dat records | Jeff Garzik | 2012-05-22 | 2 | -4/+16 | |
| | * | | | | | | | | Prevent crashes due to missing or corrupted database records | Jeff Garzik | 2012-05-22 | 2 | -4/+21 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1369 from sipa/bootorder | Pieter Wuille | 2012-05-22 | 1 | -194/+204 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Reorder AppInit2 | Pieter Wuille | 2012-05-21 | 1 | -194/+204 | |
| * | | | | | | | | | ProcessMessage(): remove duplicate orphan tx debug message | Jeff Garzik | 2012-05-22 | 1 | -3/+0 | |
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #1379 from laanwj/2012_05_macoshide | Wladimir J. van der Laan | 2012-05-22 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove duplicate behavior on MacOSX | Wladimir J. van der Laan | 2012-05-22 | 1 | -1/+0 | |
| * | | | | | | | | | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | 2012-05-22 | 1 | -7/+7 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #1378 from rebroad/ProcessMessagesDebugCorrect | Gregory Maxwell | 2012-05-22 | 1 | -7/+7 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Correct debug.log output to show correct function the debug is coming from. | R E Broadley | 2012-05-22 | 1 | -7/+7 | |
| | | |/ / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'optimize' | Gavin Andresen | 2012-05-22 | 6 | -286/+544 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Cache signature verifications | Gavin Andresen | 2012-05-18 | 2 | -1/+160 | |
| | * | | | | | | | | Further DoS prevention: Verify signatures last | Gavin Andresen | 2012-05-18 | 1 | -5/+16 | |
| | * | | | | | | | | Remove invalid dependent orphans from memory | Gavin Andresen | 2012-05-18 | 1 | -2/+12 | |
| | * | | | | | | | | Optimize orphan transaction handling | Gavin Andresen | 2012-05-18 | 2 | -18/+58 | |