| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 34 | -173/+247 | |
| * | | Merge pull request #3223 from TheBlueMatt/master | Wladimir J. van der Laan | 2013-11-08 | 2 | -2/+14 | |
| |\ \ | ||||||
| | * | | Add a few more basic script/tx test-cases. | Matt Corallo | 2013-11-08 | 2 | -2/+14 | |
| * | | | Merge pull request #3076 from lano1106/uint256_util | Wladimir J. van der Laan | 2013-11-04 | 2 | -0/+17 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Make util phexdigit array reusable | Olivier Langlois | 2013-10-27 | 2 | -0/+17 | |
| * | | | Merge pull request #3128 | Gavin Andresen | 2013-11-01 | 1 | -1/+14 | |
| |\ \ \ | ||||||
| | * | | | Relay OP_RETURN TxOut as standard transaction type | Peter Todd | 2013-10-24 | 1 | -1/+14 | |
| * | | | | Bug fix: CDataStream::GetAndClear() when nReadPos > 0 | Gavin Andresen | 2013-10-29 | 1 | -0/+48 | |
| * | | | | Add test for monetary value parsing | Wladimir J. van der Laan | 2013-10-23 | 1 | -6/+27 | |
| * | | | | Add test for monetary value formatting | Wladimir J. van der Laan | 2013-10-23 | 1 | -0/+10 | |
| * | | | | Revert "Switch to using raw_utf8" | Jeff Garzik | 2013-10-22 | 3 | -9/+9 | |
| |/ / / | ||||||
| * | | | Merge pull request #2740 from constantined/constantined | Gavin Andresen | 2013-10-22 | 3 | -9/+9 | |
| |\ \ \ | ||||||
| | * | | | Switch to using raw_utf8 | constantined | 2013-07-23 | 3 | -9/+9 | |
| * | | | | Merge pull request #2738 from jgarzik/op_return | Gavin Andresen | 2013-10-21 | 2 | -5/+21 | |
| |\ \ \ \ | ||||||
| | * | | | | Relay OP_RETURN data TxOut as standard transaction type | Jeff Garzik | 2013-10-02 | 2 | -5/+21 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #2884 from gavinandresen/canonicalsizes2 | Gavin Andresen | 2013-10-19 | 1 | -0/+60 | |
| |\ \ \ \ | ||||||
| | * | | | | Reject non-canonically-encoded sizes | Gavin Andresen | 2013-08-09 | 1 | -0/+60 | |
| * | | | | | Merge pull request #2645 from sipa/inlinesighash | Gavin Andresen | 2013-10-16 | 4 | -3/+123 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Inline signature serializer | Pieter Wuille | 2013-09-28 | 4 | -3/+123 | |
| * | | | | | | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille | 2013-10-11 | 1 | -6/+6 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge pull request #3015 from theuni/win32-version-info | Pieter Wuille | 2013-09-29 | 1 | -2/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | autotools: fix the Makefile.include to be safely included anywhere. | Cory Fields | 2013-09-18 | 1 | -2/+2 | |
| * | | | | | Fix minor unit test memory leaks | Pieter Wuille | 2013-09-19 | 2 | -0/+5 | |
| |/ / / / | ||||||
| * | | | | included-tests: generate binary data from test files for inclusion into test ... | Cory Fields | 2013-09-16 | 7 | -69/+47 | |
| * | | | | Bugfix: Since test_bitcoin is being built and run inside src/test/, try using... | Luke Dashjr | 2013-09-10 | 3 | -3/+6 | |
| * | | | | autotools: use an absolute path to test data | Cory Fields | 2013-09-10 | 1 | -2/+2 | |
| * | | | | autotools: switch to autotools buildsystem | Cory Fields | 2013-09-05 | 1 | -0/+38 | |
| * | | | | Merge pull request #2928 from jgarzik/cnb-txout | Jeff Garzik | 2013-08-25 | 1 | -11/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | CreateNewBlock() now takes scriptPubKey argument, | Jeff Garzik | 2013-08-24 | 1 | -11/+11 | |
| * | | | | | Document and test OP_RESERVED weirdness | Peter Todd | 2013-08-25 | 3 | -3/+12 | |
| |/ / / / | ||||||
| * | | | | Add MurmurHash3() unit test | Peter Todd | 2013-08-20 | 1 | -0/+44 | |
| * | | | | Merge pull request #2880 from gavinandresen/test_numequal | Gavin Andresen | 2013-08-15 | 1 | -0/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | More unit tests for NUMEQUAL | Gavin Andresen | 2013-08-06 | 1 | -0/+9 | |
| * | | | | | Merge pull request #2886 from gavinandresen/rpctiming | Gavin Andresen | 2013-08-15 | 1 | -0/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Make RPC password resistant to timing attacks | Gavin Andresen | 2013-08-08 | 1 | -0/+11 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #2131 from sipa/evens | Gregory Maxwell | 2013-08-15 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Only create signatures with even S, and verification mode to check. | Pieter Wuille | 2013-08-16 | 1 | -2/+2 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2829 from sipa/bip32 | Gavin Andresen | 2013-08-15 | 2 | -0/+241 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | BIP32 test vectors | Pieter Wuille | 2013-07-15 | 1 | -0/+116 | |
| | * | | | | Add HMAC-SHA512 to hash | Pieter Wuille | 2013-06-24 | 1 | -0/+125 | |
| * | | | | | Merge pull request #2871 from gavinandresen/simplify_maporphan | Gavin Andresen | 2013-08-06 | 1 | -20/+9 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Simplify storage of orphan transactions | Gavin Andresen | 2013-08-02 | 1 | -20/+9 | |
| * | | | | | Merge pull request #2849 from petertodd/if-else-else | Gavin Andresen | 2013-08-05 | 2 | -1/+30 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add unittests for multiple ELSEs in a row | Peter Todd | 2013-07-23 | 2 | -1/+30 | |
| * | | | | | Move internal miner/block creation to separate miner.cpp module. | Jeff Garzik | 2013-07-31 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2743 from jgarzik/reject-reason | Jeff Garzik | 2013-07-10 | 2 | -7/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | Log reason for non-standard transaction rejection | Jeff Garzik | 2013-06-23 | 2 | -7/+10 | |
| | |/ / / | ||||||
| * | | | | Make the rand tests determinstic. (fixes #2714) | Gregory Maxwell | 2013-07-07 | 1 | -33/+1 | |
| * | | | | Pulled CheckBlock out of CBlock. | Eric Lombrozo | 2013-06-23 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn | 2013-06-19 | 2 | -12/+12 | |