aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Clearly separate PUSHDATA and numeric argument MINIMALDATA testsPeter Todd2014-10-252-30/+114
| * | | | | | | | | | | | | | | | Test every numeric-accepting opcode for correct handling of the numeric minim...Peter Todd2014-10-251-0/+50
| * | | | | | | | | | | | | | | | Ensure MINIMALDATA invalid tests can only fail one wayPeter Todd2014-10-251-0/+12
| * | | | | | | | | | | | | | | | Improve CScriptNum() commentPeter Todd2014-10-251-2/+17
| * | | | | | | | | | | | | | | | Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-2511-59/+101
| * | | | | | | | | | | | | | | | Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-258-4/+61
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #5118Pieter Wuille2014-10-274-343/+404
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | boost: code movement only: split CECKey into separate filesCory Fields2014-10-274-330/+384
| * | | | | | | | | | | | | | | boost: remove CPubKey dependency from CECKey. Follow-up of e405aa48Cory Fields2014-10-271-21/+28
* | | | | | | | | | | | | | | | Merge pull request #5135Gavin Andresen2014-10-272-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Make CBlockIndex* returned by GetDepthInMainChain const.Daniel Kraft2014-10-242-6/+6
* | | | | | | | | | | | | | | | | Merge pull request #5139Gavin Andresen2014-10-271-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Start with tidier cache directoriesGavin Andresen2014-10-241-4/+7
* | | | | | | | | | | | | | | | | Merge pull request #5121Wladimir J. van der Laan2014-10-2722-23/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Update license in pull-tester and rpc-testsMichael Ford2014-10-2322-23/+34
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #5112Wladimir J. van der Laan2014-10-271-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Build util and common before building serverjtimon2014-10-271-4/+6
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #5086Wladimir J. van der Laan2014-10-275-10/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | build: fix libtool's refusal to link static libs into a dllCory Fields2014-10-141-1/+14
| * | | | | | | | | | | | | | | | | build: quit abusing LIBS for Windows builds.Cory Fields2014-10-135-9/+13
* | | | | | | | | | | | | | | | | | Merge pull request #5119Pieter Wuille2014-10-2716-553/+589
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | boost: split stream classes out of serialize.hCory Fields2014-10-2216-553/+589
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #5115Wladimir J. van der Laan2014-10-272-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | rpc: Fix leveldb iterator leak, and flush before `gettxoutsetinfo`Wladimir J. van der Laan2014-10-212-1/+2
* | | | | | | | | | | | | | | | | | Merge pull request #5134Wladimir J. van der Laan2014-10-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | getblockhash: throw JSONRPCError (not runtime_error)dexX72014-10-241-1/+1
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #5093Pieter Wuille2014-10-2540-282/+602
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge src/leveldb changes for LevelDB 1.18.Pieter Wuille2014-10-1640-282/+602
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Squashed 'src/leveldb/' changes from 7924331..7d41e6fPieter Wuille2014-10-1640-282/+602
* | | | | | | | | | | | | | | | | Merge pull request #5131Wladimir J. van der Laan2014-10-253-119/+130
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Update comments in addrman to be doxygen compatibleMichael Ford2014-10-242-119/+128
| * | | | | | | | | | | | | | | | | Add doc/doxygen to .gitignoreMichael Ford2014-10-241-0/+2
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #5117Wladimir J. van der Laan2014-10-251-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | [Qt] Remove CAmount from BitcoinAmountField Q_PROPERTYCozz Lovan2014-10-241-1/+3
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #5132Gavin Andresen2014-10-248-135/+211
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Work around #5113.Daniel Kraft2014-10-242-3/+7
| * | | | | | | | | | | | | | | | Extend getchaintips RPC test.Daniel Kraft2014-10-247-135/+207
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #5137Gavin Andresen2014-10-241-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | --tracerpc option for regression testsGavin Andresen2014-10-241-0/+6
* | | | | | | | | | | | | | | | | Merge pull request #5133 from laanwj/2014_10_regtest_fixed_seedsGavin Andresen2014-10-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Clear vFixedSeeds for regtest networkWladimir J. van der Laan2014-10-241-0/+1
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #5116Wladimir J. van der Laan2014-10-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | openssl version bumpDominyk Tiller2014-10-211-3/+3
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #5128Gavin Andresen2014-10-231-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix build with libc++ after 85c579eCory Fields2014-10-231-0/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | qt: remove monitoreddatamapperWladimir J. van der Laan2014-10-235-80/+4
* | | | | | | | | | | | | | | doc: release notes update for `rpcallowip` syntax changeWladimir J. van der Laan2014-10-231-11/+35
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4981Wladimir J. van der Laan2014-10-2234-177/+192
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-1718-7/+31
| * | | | | | | | | | | | | | script: move ToString and ValueString out of the headerCory Fields2014-10-172-29/+34