aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | getrawtransaction should take a bool for verbosejnewbery2016-11-221-9/+23
* | | | | | | | Merge #9130: Mention the new network toggle functionality in the tooltip.Jonas Schnelli2016-11-221-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Mention the new network toggle functionality in the tooltip.Pavel Janík2016-11-121-2/+8
* | | | | | | | | Merge #9200: bench: Fix subtle counting issue when rescaling iteration countWladimir J. van der Laan2016-11-221-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bench: Fix subtle counting issue when rescaling iteration countWladimir J. van der Laan2016-11-221-2/+5
|/ / / / / / / / /
* | | | | | | | | Merge #9185: [Qt] fix coincontrol sort issueJonas Schnelli2016-11-222-49/+32
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | [Qt] Clean up and fix coincontrol tree widget handlingWladimir J. van der Laan2016-11-202-49/+11
| * | | | | | | | [Qt] fix coincontrol sort issueJonas Schnelli2016-11-182-6/+27
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge #8872: Remove block-request logic from INV message processingWladimir J. van der Laan2016-11-215-31/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove block-request logic from INV message processingMatt Corallo2016-11-071-21/+5
| * | | | | | | | [qa] Respond to getheaders and do not assume a getdata on invMatt Corallo2016-11-073-8/+24
| * | | | | | | | [qa] Make comptool push blocks instead of relying on inv-fetchmrbandrews2016-11-071-2/+17
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge #8837: allow bitcoin-tx to parse partial transactionsWladimir J. van der Laan2016-11-212-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow bitcoin-tx to parse partial transactionsjnewbery2016-11-042-1/+11
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minuteWladimir J. van der Laan2016-11-212-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Set DEFAULT_LIMITFREERELAY = 0 kB/minuteMarcoFalke2016-11-182-2/+6
* | | | | | | | | Merge #9117: net: don't send feefilter messages before the version handshake ...Wladimir J. van der Laan2016-11-211-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: don't send feefilter messages before the version handshake is completeCory Fields2016-11-091-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge #9125: Make CBlock a vector of shared_ptr of CTransactionsWladimir J. van der Laan2016-11-2127-171/+261
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Introduce convenience type CTransactionRefPieter Wuille2016-11-1916-57/+63
| * | | | | | | | | Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-1924-149/+161
| * | | | | | | | | Add deserializing constructors to CTransaction and CMutableTransactionPieter Wuille2016-11-192-0/+13
| * | | | | | | | | Add serialization for unique_ptr and shared_ptrPieter Wuille2016-11-191-0/+59
|/ / / / / / / / /
* | | | | | | | | Merge #9159: [qa] Wait for specific block announcement in p2p-compactblocksMarcoFalke2016-11-191-3/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [qa] Wait for specific block announcement in p2p-compactblocksRussell Yanofsky2016-11-141-3/+6
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge #9186: test: Fix use-after-free in scheduler testsWladimir J. van der Laan2016-11-191-3/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | test: Fix use-after-free in scheduler testsWladimir J. van der Laan2016-11-181-3/+4
* | | | | | | | | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)Pieter Wuille2016-11-175-53/+44
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-095-48/+28
| * | | | | | | | Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-095-18/+29
| * | | | | | | | Revert "RPC: Give more details when "generate" fails"Matt Corallo2016-11-081-1/+1
* | | | | | | | | Merge #9156: Add compile and link options echo to configureWladimir J. van der Laan2016-11-171-0/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add compile and link options echo to configureJonas Schnelli2016-11-161-0/+25
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge #9178: Doxygen: Set PROJECT_NAME = "Bitcoin Core"Wladimir J. van der Laan2016-11-171-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Doxygen: Set PROJECT_NAME = "Bitcoin Core"MarcoFalke2016-11-171-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge #8838: Calculate size and weight of block correctly in CreateNewBlock()Wladimir J. van der Laan2016-11-171-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | log block size and weight correctly.jnewbery2016-10-031-1/+3
* | | | | | | | | | Merge #9155: [trivial] update comments for tx weightMarcoFalke2016-11-162-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | update comments for tx weightBrian Deery2016-11-142-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge #9168: [qa] add assert_raises_message to check specific error messageMarcoFalke2016-11-162-3/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [qa] add assert_raises_message to check specific error messagemrbandrews2016-11-152-3/+7
* | | | | | | | | | Merge #9133: Unset fImporting for loading mempoolWladimir J. van der Laan2016-11-161-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Unset fImporting for loading mempoolAlex Morcos2016-11-111-1/+3
* | | | | | | | | | | Merge #9131: fNetworkActive is not protected by a lock, use an atomicWladimir J. van der Laan2016-11-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fNetworkActive is not protected by a lock, use an atomicJonas Schnelli2016-11-111-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #9151: [qa] proxy_test: Calculate hardcoded port numbersWladimir J. van der Laan2016-11-161-4/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [qa] proxy_test: Calculate hardcoded port numbers insteadMarcoFalke2016-11-131-4/+12
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #9169: build: fix qt5.7 build under macOSWladimir J. van der Laan2016-11-161-1/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | build: fix qt5.7 build under macOSCory Fields2016-11-151-1/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Merge #9164: [trivial] credit values are CAmountPieter Wuille2016-11-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |