| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | | | | | | | | | | Move all calls to CheckBlockIndex out of net-processing logic | Matt Corallo | 2016-10-31 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | Remove network state wipe from UnloadBlockIndex. | Matt Corallo | 2016-10-31 | 3 | -10/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | Move MarkBlockAsReceived out of ProcessNewMessage | Matt Corallo | 2016-10-31 | 1 | -5/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | Move FlushStateToDisk call out of ProcessMessages::TX into ATMP | Matt Corallo | 2016-10-31 | 1 | -8/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9050: net: make a few values immutable, and use deterministic randomne... | Wladimir J. van der Laan | 2016-11-03 | 4 | -23/+33 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | net: Use deterministic randomness for CNode's nonce, and make it const | Cory Fields | 2016-10-31 | 4 | -13/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | net: constify a few CNode vars to indicate that they're threadsafe | Cory Fields | 2016-10-31 | 2 | -10/+9 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #9071: Declare wallet.h functions inline | Wladimir J. van der Laan | 2016-11-03 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Declare wallet.h functions inline | Pieter Wuille | 2016-11-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9053: IBD using chainwork instead of height and not using header times... | Pieter Wuille | 2016-11-03 | 7 | -48/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | IsInitialBlockDownload no longer uses header-only timestamps. | Gregory Maxwell | 2016-11-02 | 1 | -5/+4 | |