Age | Commit message (Expand) | Author |
2012-05-20 | Make testcases build, prevent windows symbol collision | Wladimir J. van der Laan |
2012-05-18 | change strings to Bitcoin (uppercase), where it is used as a noun and update ... | Philip Kaufmann |
2012-05-18 | Cache signature verifications | Gavin Andresen |
2012-05-18 | Optimize orphan transaction handling | Gavin Andresen |
2012-05-17 | Refactor: GetRandHash() method for util | Gavin Andresen |
2012-05-14 | Add test case for CBigNum::setint64(). | Ricardo M. Correia |
2012-05-09 | Clean up warnings | Pieter Wuille |
2012-05-04 | Support for multiple local addresses | Pieter Wuille |
2012-04-26 | Define TEST_DATA_DIR so unit tests can be run from any current working directory | Gavin Andresen |
2012-04-23 | SigOp and orphan-tx constants and counts are always unsigned. | Jeff Garzik |
2012-04-21 | Merge pull request #1124 from sipa/rpcobj3 | Pieter Wuille |
2012-04-21 | Merge pull request #1131 from laanwj/2012_04_hexstr | Pieter Wuille |
2012-04-21 | Data-drive script evaluation unit tests. | Gavin Andresen |
2012-04-21 | Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function | Wladimir J. van der Laan |
2012-04-21 | Expose CRPCTable via bitcoinrpc.h for testing | Pieter Wuille |
2012-04-17 | Fix tests after recent refactors | Pieter Wuille |
2012-04-12 | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so... | Chris Moore |
2012-04-09 | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille |
2012-02-29 | DoS fix for mapOrphanTransactionsv0.6.0rc2 | Gavin Andresen |
2012-02-27 | Add mruset and use it for setInventoryKnown | Pieter Wuille |
2012-02-20 | Fix tests after 38067c18 | Pieter Wuille |
2012-02-07 | New GetArg features: allow --, and booleans can be -foo or -nofoo | Gavin Andresen |
2012-02-07 | Unit tests for the GetArg() methods | Gavin Andresen |
2012-02-07 | Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git | Gavin Andresen |
2012-01-20 | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ... | Gavin Andresen |
2012-01-19 | Make transactions with extra data in their scriptSig's non-standard. | Gavin Andresen |
2012-01-13 | Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v... | Gavin Andresen |
2012-01-13 | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen |
2012-01-09 | Unit tests for EC key routines | Pieter Wuille |
2012-01-06 | Network stack refactor | Pieter Wuille |
2012-01-03 | make sure IsMine only returns true when we own all keys | coderrr |
2011-12-27 | Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-dee... | Gavin Andresen |
2011-12-22 | Fix broken ExtractAddress (refactored, made callers check for addresses in ke... | Gavin Andresen |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan |
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr |
2011-12-19 | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen |
2011-12-19 | Interpret OP_EVAL as OP_NOP until Feb 1, 2012 | Gavin Andresen |
2011-12-19 | OP_EVAL implementation | Gavin Andresen |
2011-12-19 | Global fixture to send output to console instead of debug.log | Gavin Andresen |
2011-12-19 | Support 3 new multisignature IsStandard transactions | Gavin Andresen |
2011-12-19 | Rework unit tests so test_bitcoin.cpp does not #include them all | Gavin Andresen |
2011-12-01 | Orphan block fill-up-memory attack prevention | Gavin Andresen |
2011-12-01 | Moved checkpoints out of main, to prep for using them to help prevent DoS att... | Gavin Andresen |
2011-11-02 | Added simple critical section test cases. | Clark Gaebel |
2011-10-05 | Fix miner_test unit test bug | Gavin Andresen |
2011-10-05 | Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin | Gavin Andresen |
2011-10-03 | Declare integer constant LL | Gavin Andresen |
2011-10-01 | remove possibility of 63 bit overflow in ParseMoney | Wladimir J. van der Laan |
2011-09-30 | remove cryptopp dependency, add simple unittest for SHA256Transform() | Nils Schneider |
2011-09-30 | Merge pull request #524 from sipa/signandverif | Gavin Andresen |