| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Add main-specific node state | Pieter Wuille | 2013-12-08 | 2 | -7/+21 | |
| |/ / / | ||||||
| * | | | Split off rpc_wallet_tests | Wladimir J. van der Laan | 2013-12-04 | 3 | -72/+86 | |
| * | | | Add --disable-wallet option to build system | Wladimir J. van der Laan | 2013-12-04 | 1 | -4/+13 | |
| * | | | Delimit code with #ifdef ENABLE_WALLET | Wladimir J. van der Laan | 2013-12-04 | 2 | -1/+14 | |
| * | | | Merge pull request #3320 from laanwj/2013_11_cli_split | Gavin Andresen | 2013-12-03 | 2 | -2/+1 | |
| |\ \ \ | ||||||
| | * | | | bitcoin-cli: remove unneeded dependencies (only code movement) | Wladimir J. van der Laan | 2013-12-03 | 2 | -2/+1 | |
| * | | | | Make unit tests succeed with -DDEBUG_LOCKORDER | Gavin Andresen | 2013-12-02 | 1 | -0/+2 | |
| * | | | | Add verbose boolean to getrawmempool | Gavin Andresen | 2013-11-30 | 1 | -10/+10 | |
| |/ / / | ||||||
| * / / | Split up bitcoinrpc (code movement only) | Wladimir J. van der Laan | 2013-11-27 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | tests: add testcases for strprintf | Wladimir J. van der Laan | 2013-11-13 | 1 | -0/+27 | |
| * | | configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common | Luke Dashjr | 2013-11-11 | 1 | -5/+1 | |
| * | | Test alerts high at high PROTOCOL_VERSIONs | Gavin Andresen | 2013-11-11 | 2 | -5/+5 | |
| * | | 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 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||