| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Bugfix: Fix a variety of misspellings | Luke Dashjr | 2012-08-01 | 2 | -3/+3 | |
| * | | | | | | Tests for CreateNewBlock | Luke Dashjr | 2012-07-12 | 1 | -0/+190 | |
| * | | | | | | Run BDB disk-less for test_bitcoin | Luke Dashjr | 2012-07-11 | 1 | -1/+7 | |
| * | | | | | | Implement raw transaction RPC calls | Gavin Andresen | 2012-07-05 | 1 | -0/+113 | |
| * | | | | | | Fix a couple more typos | fanquake | 2012-06-30 | 2 | -2/+2 | |
| * | | | | | | Merge branch 'patch-3' of https://github.com/xanatos/bitcoin | Gavin Andresen | 2012-06-28 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Small fix to rpc_tests | xanatos | 2012-06-22 | 1 | -3/+3 | |
| * | | | | | | | Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) | Gavin Andresen | 2012-06-25 | 1 | -7/+7 | |
| * | | | | | | | Node support for Tor hidden services | Pieter Wuille | 2012-06-23 | 2 | -2/+13 | |
| * | | | | | | | Unit tests for base32 encode/decode | Pieter Wuille | 2012-06-22 | 1 | -0/+20 | |
| |/ / / / / / | ||||||
| * | | | | | | = instead of == in multisig_tests.cpp | xanatos | 2012-06-21 | 1 | -1/+1 | |
| * | | | | | | Fix netbase tests | Pieter Wuille | 2012-06-19 | 1 | -1/+0 | |
| * | | | | | | Merge pull request #1399 from sipa/ipparse | Gavin Andresen | 2012-06-18 | 1 | -0/+92 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add netbase tests | Pieter Wuille | 2012-06-14 | 1 | -0/+92 | |
| * | | | | | | | Merge branch 'signbugs' of https://github.com/wizeman/bitcoin | Gavin Andresen | 2012-06-18 | 1 | -0/+125 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Move NOINLINE definition to test where it's used. | Ricardo M. Correia | 2012-06-07 | 1 | -0/+16 | |
| | * | | | | | | Use C++-style numeric limits instead of C-style. | Ricardo M. Correia | 2012-05-31 | 1 | -3/+3 | |
| | * | | | | | | Fix noinline definition so that it works for more compilers. | Ricardo M. Correia | 2012-05-31 | 1 | -3/+2 | |
| | * | | | | | | Add test case for CBigNum::setint64(). | Ricardo M. Correia | 2012-05-14 | 1 | -0/+110 | |
| * | | | | | | | Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694 | Wladimir J. van der Laan | 2012-06-14 | 1 | -0/+6 | |
| * | | | | | | | Fix coin selection to only include change when it's necessary. | Chris Moore | 2012-06-04 | 1 | -38/+7 | |
| * | | | | | | | Test that the coin selection code is suitably random, and add tests re. sub-c... | Chris Moore | 2012-06-04 | 1 | -1/+71 | |
| * | | | | | | | Refactor SelectCoinsMinConf() and add unit tests. | Chris Moore | 2012-06-04 | 1 | -0/+256 | |
| * | | | | | | | Merge pull request #1357 from sipa/keyid | Pieter Wuille | 2012-05-26 | 7 | -46/+51 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille | 2012-05-24 | 7 | -52/+57 | |
| | * | | | | | | | Encapsulate public keys in CPubKey | Pieter Wuille | 2012-05-24 | 1 | -7/+7 | |
| * | | | | | | | | Remove newlines from JSON strings | Gavin Andresen | 2012-05-25 | 2 | -80/+11 | |
| * | | | | | | | | 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 branch 'optimize' | Gavin Andresen | 2012-05-22 | 1 | -13/+122 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Cache signature verifications | Gavin Andresen | 2012-05-18 | 1 | -1/+92 | |
| | * | | | | | | | Optimize orphan transaction handling | Gavin Andresen | 2012-05-18 | 1 | -2/+28 | |
| | * | | | | | | | Refactor: GetRandHash() method for util | Gavin Andresen | 2012-05-17 | 1 | -10/+2 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Make testcases build, prevent windows symbol collision | Wladimir J. van der Laan | 2012-05-20 | 1 | -0/+4 | |
| * | | | | | | | change strings to Bitcoin (uppercase), where it is used as a noun and update ... | Philip Kaufmann | 2012-05-18 | 1 | -1/+1 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Clean up warnings | Pieter Wuille | 2012-05-09 | 2 | -3/+3 | |
| * | | | | | | Support for multiple local addresses | Pieter Wuille | 2012-05-04 | 1 | -4/+4 | |
| |/ / / / / | ||||||
| * | | | | | Define TEST_DATA_DIR so unit tests can be run from any current working directory | Gavin Andresen | 2012-04-26 | 1 | -2/+6 | |
| * | | | | | SigOp and orphan-tx constants and counts are always unsigned. | Jeff Garzik | 2012-04-23 | 1 | -1/+1 | |
| * | | | | | Merge pull request #1124 from sipa/rpcobj3 | Pieter Wuille | 2012-04-21 | 1 | -7/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Expose CRPCTable via bitcoinrpc.h for testing | Pieter Wuille | 2012-04-21 | 1 | -7/+2 | |
| * | | | | | | Merge pull request #1131 from laanwj/2012_04_hexstr | Pieter Wuille | 2012-04-21 | 1 | -0/+11 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function | Wladimir J. van der Laan | 2012-04-21 | 1 | -0/+11 | |
| | |/ / / / / | ||||||
| * / / / / / | Data-drive script evaluation unit tests. | Gavin Andresen | 2012-04-21 | 3 | -0/+253 | |
| |/ / / / / | ||||||
| * | | | | | Fix tests after recent refactors | Pieter Wuille | 2012-04-17 | 3 | -4/+5 | |
| * | | | | | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so... | Chris Moore | 2012-04-12 | 1 | -5/+7 | |
| * | | | | | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille | 2012-04-09 | 1 | -3/+4 | |
| |/ / / / | ||||||
| * | | | | DoS fix for mapOrphanTransactionsv0.6.0rc2 | Gavin Andresen | 2012-02-29 | 1 | -0/+79 | |