| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | net: move SendBufferSize/ReceiveFloodSize to CConnman | Cory Fields | 2016-09-08 | 3 | -10/+23 | |
| | * | | | | | | | | | | | | | | | | | | net: move send/recv statistics to CConnman | Cory Fields | 2016-09-08 | 6 | -84/+99 | |
| | * | | | | | | | | | | | | | | | | | | net: SocketSendData returns written size | Cory Fields | 2016-09-08 | 2 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | net: move messageHandlerCondition to CConnman | Cory Fields | 2016-09-08 | 2 | -5/+9 | |
| | * | | | | | | | | | | | | | | | | | | net: move nLocalHostNonce to CConnman | Cory Fields | 2016-09-08 | 3 | -4/+19 | |
| | * | | | | | | | | | | | | | | | | | | net: move nLastNodeId to CConnman | Cory Fields | 2016-09-08 | 4 | -23/+25 | |
| | * | | | | | | | | | | | | | | | | | | net: move whitelist functions into CConnman | Cory Fields | 2016-09-08 | 3 | -15/+12 | |
| | * | | | | | | | | | | | | | | | | | | net: create generic functor accessors and move vNodes to CConnman | Cory Fields | 2016-09-08 | 7 | -73/+164 | |
| | * | | | | | | | | | | | | | | | | | | net: Add most functions needed for vNodes to CConnman | Cory Fields | 2016-09-08 | 8 | -48/+123 | |
| | * | | | | | | | | | | | | | | | | | | net: move added node functions to CConnman | Cory Fields | 2016-09-08 | 3 | -28/+46 | |
| | * | | | | | | | | | | | | | | | | | | net: Add oneshot functions to CConnman | Cory Fields | 2016-09-08 | 3 | -6/+5 | |
| | * | | | | | | | | | | | | | | | | | | net: move ban and addrman functions into CConnman | Cory Fields | 2016-09-08 | 7 | -132/+174 | |
| | * | | | | | | | | | | | | | | | | | | net: handle nodesignals in CConnman | Cory Fields | 2016-09-08 | 4 | -19/+31 | |
| | * | | | | | | | | | | | | | | | | | | net: move OpenNetworkConnection into CConnman | Cory Fields | 2016-09-08 | 3 | -4/+9 | |
| | * | | | | | | | | | | | | | | | | | | net: Move socket binding into CConnman | Cory Fields | 2016-09-08 | 3 | -15/+18 | |
| | * | | | | | | | | | | | | | | | | | | net: Pass CConnection to wallet rather than using the global | Cory Fields | 2016-09-08 | 7 | -20/+30 | |
| | * | | | | | | | | | | | | | | | | | | net: Pass CConnman around as needed | Cory Fields | 2016-09-08 | 9 | -32/+34 | |
| | * | | | | | | | | | | | | | | | | | | net: Add rpc error for missing/disabled p2p functionality | Cory Fields | 2016-09-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | net: Create CConnman to encapsulate p2p connections | Cory Fields | 2016-09-08 | 6 | -54/+112 | |
| | * | | | | | | | | | | | | | | | | | | net: move CBanDB and CAddrDB out of net.h/cpp | Cory Fields | 2016-09-08 | 5 | -292/+323 | |
| | * | | | | | | | | | | | | | | | | | | gui: add NodeID to the peer table | Cory Fields | 2016-09-08 | 5 | -12/+17 | |
| * | | | | | | | | | | | | | | | | | | | Merge #8677: Do not shadow upper local variable 'send', prevent -Wshadow comp... | Wladimir J. van der Laan | 2016-09-09 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Do not shadow upper local variable 'send', prevent -Wshadow compiler warning. | Pavel Janík | 2016-09-07 | 1 | -3/+3 | |
| | | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #8680: Address Travis spurious failures | Wladimir J. van der Laan | 2016-09-09 | 4 | -0/+162 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests | Cory Fields | 2016-09-07 | 4 | -0/+162 | |
| | |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #8525: Do not store witness txn in rejection cache | Wladimir J. van der Laan | 2016-09-09 | 1 | -8/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Do not store witness txn in rejection cache | Pieter Wuille | 2016-09-05 | 1 | -8/+12 | |
| * | | | | | | | | | | | | | | | | | | | Merge #8671: Minimal fix to slow prevector tests as stopgap measure | MarcoFalke | 2016-09-08 | 1 | -19/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Minimal fix to slow prevector tests as stopgap measure | Jeremy Rubin | 2016-09-06 | 1 | -19/+43 | |
| * | | | | | | | | | | | | | | | | | | | Merge #8673: Trivial: Fix obvious assignment/equality error in test | MarcoFalke | 2016-09-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Fix obvious assignment/equality error in test | Jeremy Rubin | 2016-09-06 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge #8594: Do not add random inbound peers to addrman. | Pieter Wuille | 2016-09-07 | 1 | -6/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Do not add random inbound peers to addrman. | Gregory Maxwell | 2016-08-25 | 1 | -6/+0 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge #8606: Fix some locks | Pieter Wuille | 2016-09-07 | 1 | -15/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Fix some locks | Pieter Wuille | 2016-08-26 | 1 | -15/+21 | |
| * | | | | | | | | | | | | | | | | | | Merge #8663: trivial: remove unnecessary variable fDaemon | Wladimir J. van der Laan | 2016-09-06 | 2 | -5/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | trivial: remove unnecessary variable fDaemon | mruddy | 2016-09-04 | 2 | -5/+1 | |
| | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge #8651: Predeclare PrecomputedTransactionData as struct | Pieter Wuille | 2016-09-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Predeclare PrecomputedTransactionData as sturct | Pieter Wuille | 2016-09-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Merge #8466: [Trivial] Do not shadow variables in networking code | Wladimir J. van der Laan | 2016-09-02 | 5 | -13/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Do not shadow variables in networking code | Pavel Janík | 2016-08-15 | 5 | -13/+13 | |
| * | | | | | | | | | | | | | | | | | | Merge #8449: [Trivial] Do not shadow local variable, cleanup | Wladimir J. van der Laan | 2016-09-02 | 2 | -5/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Remove redundand (and shadowing) declaration | Pavel Janík | 2016-08-05 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | Do not shadow local variable, cleanup | Pavel Janík | 2016-08-03 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/ | Wladimir J. van der Laan | 2016-09-02 | 9 | -12/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | C++11: s/boost::scoped_ptr/std::unique_ptr/ | Jorge Timón | 2016-09-01 | 9 | -12/+11 | |
| * | | | | | | | | | | | | | | | | | | | Make the dummy argument to getaddednodeinfo optional | Pieter Wuille | 2016-09-01 | 2 | -7/+5 | |
| * | | | | | | | | | | | | | | | | | | | Merge #8638: rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST | Wladimir J. van der Laan | 2016-09-01 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST | djpnewton | 2016-09-01 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #8472: Do not shadow LOCK's criticalblock variable for LOCK inside LOCK | Wladimir J. van der Laan | 2016-09-01 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||