| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "RPC: Give more details when "generate" fails" | Matt Corallo | 2016-11-08 | 1 | -1/+1 |
| * | RPC: Give more details when "generate" fails | Jorge Timón | 2016-11-08 | 1 | -1/+1 |
| * | Merge #9088: Reduce ambiguity of warning message | Wladimir J. van der Laan | 2016-11-08 | 1 | -2/+2 |
| |\ | |||||
| | * | Make warning message about wallet balance possibly | R E Broadley | 2016-11-06 | 1 | -2/+2 |
| * | | Merge #9067: Fix exit codes | Wladimir J. van der Laan | 2016-11-08 | 4 | -24/+44 |
| |\ \ | |||||
| | * | | Every main()/exit() should return/use one of EXIT_ codes instead of magic num... | UdjinM6 | 2016-11-07 | 2 | -9/+9 |
| | * | | Fix exit codes: | UdjinM6 | 2016-11-04 | 4 | -17/+37 |
| * | | | Merge #9095: test: Fix test_random includes | Jonas Schnelli | 2016-11-08 | 10 | -9/+10 |
| |\ \ \ | |||||
| | * | | | test: Fix test_random includes | MarcoFalke | 2016-11-07 | 10 | -9/+10 |
| * | | | | Merge #9026: Fix handling of invalid compact blocks | Pieter Wuille | 2016-11-07 | 8 | -21/+44 |
| |\ \ \ \ | |||||
| | * | | | | Bump the protocol version to distinguish new banning behavior. | Suhas Daftuar | 2016-11-03 | 1 | -1/+4 |
| | * | | | | Fix compact block handling to not ban if block is invalid | Suhas Daftuar | 2016-11-03 | 7 | -20/+40 |
| * | | | | | Merge #9045: Hash P2P messages as they are received instead of at process-time | Pieter Wuille | 2016-11-07 | 3 | -1/+15 |
| |\ \ \ \ \ | |||||
| | * | | | | | Hash P2P messages as they are received instead of at process-time | Matt Corallo | 2016-10-30 | 3 | -1/+15 |
| * | | | | | | Merge #9094: qt: Use correct conversion function for boost::path datadir | Jonas Schnelli | 2016-11-07 | 2 | -2/+3 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | qt: Use correct conversion function for boost::path datadir | Wladimir J. van der Laan | 2016-11-07 | 2 | -2/+3 |
| * | | | | | | Merge #8981: Wshadow: Do not shadow argument with a local variable | Wladimir J. van der Laan | 2016-11-07 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Do not shadow local variable | Pavel Janík | 2016-10-20 | 1 | -2/+2 |
| * | | | | | | | Merge #8976: libconsensus: Add input validation of flags | Wladimir J. van der Laan | 2016-11-07 | 3 | -5/+21 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | libconsensus: Add input validation of flags | Wladimir J. van der Laan | 2016-10-20 | 3 | -5/+21 |
| * | | | | | | | | Merge #7730: Remove priority estimation | Wladimir J. van der Laan | 2016-11-07 | 5 | -251/+101 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Remove priority estimation | Alex Morcos | 2016-11-07 | 5 | -251/+101 |
| * | | | | | | | | | Merge #8709: Allow filterclear messages for enabling TX relay only. | Wladimir J. van der Laan | 2016-11-07 | 1 | -4/+5 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Allow filterclear messages for enabling TX relay only. | R E Broadley | 2016-09-13 | 1 | -4/+5 |
| * | | | | | | | | | | Merge #9052: Use RelevantServices instead of node_network in AttemptToEvict. | Wladimir J. van der Laan | 2016-11-07 | 1 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Use RelevantServices instead of node_network in AttemptToEvict. | Gregory Maxwell | 2016-11-01 | 1 | -3/+4 |
| * | | | | | | | | | | | Merge #8675: Make copyright header lines uniform | Wladimir J. van der Laan | 2016-11-07 | 16 | -16/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | [copyright] copyright header style uniform | isle2983 | 2016-11-06 | 16 | -16/+16 |
| * | | | | | | | | | | | Merge #8736: base58: Improve DecodeBase58 performance. | Wladimir J. van der Laan | 2016-11-07 | 1 | -3/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Use prefix operator in for loop of DecodeBase58. | Jiaxing Wang | 2016-09-16 | 1 | -1/+1 |
| | * | | | | | | | | | | | base58: Improve DecodeBase58 performance. | Jiaxing Wang | 2016-09-15 | 1 | -3/+7 |
| * | | | | | | | | | | | | Merge #8708: net: have CConnman handle message sending | Wladimir J. van der Laan | 2016-11-07 | 7 | -380/+320 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | net: handle version push in InitializeNode | Cory Fields | 2016-11-03 | 4 | -41/+44 |
| | * | | | | | | | | | | | | net: construct CNodeStates in place | Cory Fields | 2016-11-03 | 1 | -6/+6 |
| | * | | | | | | | | | | | | net: remove now-unused ssSend and Fuzz | Cory Fields | 2016-11-03 | 2 | -41/+1 |
| | * | | | | | | | | | | | | drop the optimistic write counter hack | Cory Fields | 2016-11-03 | 2 | -6/+0 |
| | * | | | | | | | | | | | | net: switch all callers to connman for pushing messages | Cory Fields | 2016-11-03 | 3 | -294/+49 |
| | * | | | | | | | | | | | | connman is in charge of pushing messages | Cory Fields | 2016-11-03 | 4 | -32/+135 |
| | * | | | | | | | | | | | | serialization: teach serializers variadics | Cory Fields | 2016-11-03 | 3 | -1/+126 |
| * | | | | | | | | | | | | | Merge #9070: Lockedpool fixes | Wladimir J. van der Laan | 2016-11-07 | 3 | -90/+75 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | LockedPool: avoid quadratic-time allocation | Kaz Wesley | 2016-11-02 | 3 | -90/+60 |
| | * | | | | | | | | | | | | LockedPool: fix explosion for illegal-sized alloc | Kaz Wesley | 2016-11-02 | 1 | -0/+5 |
| | * | | | | | | | | | | | | LockedPool: test handling of invalid allocations | Kaz Wesley | 2016-11-02 | 1 | -0/+10 |
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Remove unused CTxOut::GetHash() | Matt Corallo | 2016-11-04 | 2 | -7/+0 |
| | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge #9069: Clean up bctest.py and bitcoin-util-test.py | Wladimir J. van der Laan | 2016-11-04 | 2 | -81/+101 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Clean up bctest.py and bitcoin-util-test.py | John Newbery | 2016-11-03 | 2 | -81/+101 |
| * | | | | | | | | | | | Merge #9073: Trivial: Add common failure cases for rpc server connection failure | Wladimir J. van der Laan | 2016-11-03 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Add common failure cases for rpc server connection failure | instagibbs | 2016-11-03 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2) | Wladimir J. van der Laan | 2016-11-03 | 3 | -29/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Move nTimeBestReceived updating into net processing code | Matt Corallo | 2016-10-31 | 1 | -2/+3 |