| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix transaction size comments. Size now refers to virtual size as defined in ... | jonnynewbs | 2016-12-08 | 3 | -8/+10 |
| * | 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 |
| | * | | | | | | | [qa] Fix sync_blocks timeout argument | Russell Yanofsky | 2016-11-14 | 1 | -3/+8 |
| | * | | | | | | | [qa] Improve sync_blocks error messages. | Russell Yanofsky | 2016-11-14 | 1 | -2/+4 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge #9145: [qt] Make network disabled icon 50% opaque | Jonas Schnelli | 2016-11-14 | 7 | -34/+15 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | [qt] Make network disabled icon 50% opaque | MarcoFalke | 2016-11-13 | 7 | -34/+15 |
| |/ / / / / / | |||||
| * | | | | | | Merge #9124: Use better name for local variable to prevent -Wshadow compiler ... | Wladimir J. van der Laan | 2016-11-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Use better name for local variable to prevent -Wshadow compiler warning | Pavel Janík | 2016-11-10 | 1 | -2/+2 |
| * | | | | | | | Merge #9115: Mention reporting security issues responsibly | Wladimir J. van der Laan | 2016-11-11 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | Mention reporting security issues responsibly | Pavel Janík | 2016-11-10 | 1 | -0/+2 |