| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Remove block-request logic from INV message processing | Matt Corallo | 2016-11-07 | 1 | -21/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | | [qa] Respond to getheaders and do not assume a getdata on inv | Matt Corallo | 2016-11-07 | 3 | -8/+24 | |
| | | * | | | | | | | | | | | | | | | | | | | | | [qa] Make comptool push blocks instead of relying on inv-fetch | mrbandrews | 2016-11-07 | 1 | -2/+17 | |
| | | | |_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #8837: allow bitcoin-tx to parse partial transactions | Wladimir J. van der Laan | 2016-11-21 | 2 | -1/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Allow bitcoin-tx to parse partial transactions | jnewbery | 2016-11-04 | 2 | -1/+11 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minute | Wladimir J. van der Laan | 2016-11-21 | 2 | -2/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Set DEFAULT_LIMITFREERELAY = 0 kB/minute | MarcoFalke | 2016-11-18 | 2 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9117: net: don't send feefilter messages before the version handshake ... | Wladimir J. van der Laan | 2016-11-21 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | net: don't send feefilter messages before the version handshake is complete | Cory Fields | 2016-11-09 | 1 | -1/+1 | |
| | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9125: Make CBlock a vector of shared_ptr of CTransactions | Wladimir J. van der Laan | 2016-11-21 | 27 | -171/+261 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Introduce convenience type CTransactionRef | Pieter Wuille | 2016-11-19 | 16 | -57/+63 | |
| | | * | | | | | | | | | | | | | | | | | | | | | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille | 2016-11-19 | 24 | -149/+161 | |
| | | * | | | | | | | | | | | | | | | | | | | | | Add deserializing constructors to CTransaction and CMutableTransaction | Pieter Wuille | 2016-11-19 | 2 | -0/+13 | |
| | | * | | | | | | | | | | | | | | | | | | | | | Add serialization for unique_ptr and shared_ptr | Pieter Wuille | 2016-11-19 | 1 | -0/+59 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9159: [qa] Wait for specific block announcement in p2p-compactblocks | MarcoFalke | 2016-11-19 | 1 | -3/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | [qa] Wait for specific block announcement in p2p-compactblocks | Russell Yanofsky | 2016-11-14 | 1 | -3/+6 | |
| | | | |_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9186: test: Fix use-after-free in scheduler tests | Wladimir J. van der Laan | 2016-11-19 | 1 | -3/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | test: Fix use-after-free in scheduler tests | Wladimir J. van der Laan | 2016-11-18 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3) | Pieter Wuille | 2016-11-17 | 5 | -53/+44 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | Replace CValidationState param in ProcessNewBlock with BlockChecked | Matt Corallo | 2016-11-09 | 5 | -48/+28 | |
| | | * | | | | | | | | | | | | | | | | | | | | Remove pfrom parameter from ProcessNewBlock | Matt Corallo | 2016-11-09 | 5 | -18/+29 | |
| | | * | | | | | | | | | | | | | | | | | | | | Revert "RPC: Give more details when "generate" fails" | Matt Corallo | 2016-11-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9156: Add compile and link options echo to configure | Wladimir J. van der Laan | 2016-11-17 | 1 | -0/+25 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Add compile and link options echo to configure | Jonas Schnelli | 2016-11-16 | 1 | -0/+25 | |
| | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9178: Doxygen: Set PROJECT_NAME = "Bitcoin Core" | Wladimir J. van der Laan | 2016-11-17 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Doxygen: Set PROJECT_NAME = "Bitcoin Core" | MarcoFalke | 2016-11-17 | 1 | -1/+1 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #8838: Calculate size and weight of block correctly in CreateNewBlock() | Wladimir J. van der Laan | 2016-11-17 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | log block size and weight correctly. | jnewbery | 2016-10-03 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9155: [trivial] update comments for tx weight | MarcoFalke | 2016-11-16 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | update comments for tx weight | Brian Deery | 2016-11-14 | 2 | -2/+2 | |
| | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9168: [qa] add assert_raises_message to check specific error message | MarcoFalke | 2016-11-16 | 2 | -3/+7 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | [qa] add assert_raises_message to check specific error message | mrbandrews | 2016-11-15 | 2 | -3/+7 | |
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9133: Unset fImporting for loading mempool | Wladimir J. van der Laan | 2016-11-16 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Unset fImporting for loading mempool | Alex Morcos | 2016-11-11 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9131: fNetworkActive is not protected by a lock, use an atomic | Wladimir J. van der Laan | 2016-11-16 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | fNetworkActive is not protected by a lock, use an atomic | Jonas Schnelli | 2016-11-11 | 1 | -1/+1 | |
| | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9151: [qa] proxy_test: Calculate hardcoded port numbers | Wladimir J. van der Laan | 2016-11-16 | 1 | -4/+12 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | [qa] proxy_test: Calculate hardcoded port numbers instead | MarcoFalke | 2016-11-13 | 1 | -4/+12 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9169: build: fix qt5.7 build under macOS | Wladimir J. van der Laan | 2016-11-16 | 1 | -1/+9 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | build: fix qt5.7 build under macOS | Cory Fields | 2016-11-15 | 1 | -1/+9 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9164: [trivial] credit values are CAmount | Pieter Wuille | 2016-11-15 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | credit values are CAmount | Gregory Sanders | 2016-11-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9140: Bugfix: Correctly replace generated headers and fail cleanly | Wladimir J. van der Laan | 2016-11-15 | 2 | -15/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | Bugfix: Correctly replace generated headers and fail cleanly | Luke Dashjr | 2016-11-12 | 2 | -15/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge #9132: Make strWalletFile const | Wladimir J. van der Laan | 2016-11-15 | 1 | -4/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | Make strWalletFile const | Jonas Schnelli | 2016-11-11 | 1 | -4/+2 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge #9160: [trivial] Fix hungarian variable name | Wladimir J. van der Laan | 2016-11-15 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | [trivial] Fix hungarian variable name | Russell Yanofsky | 2016-11-14 | 1 | -4/+4 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9136: sync_blocks cleanup | MarcoFalke | 2016-11-14 | 1 | -7/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | [qa] Avoid 2 list comprehensions in sync_blocks | Russell Yanofsky | 2016-11-14 | 1 | -2/+2 | |