| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Performance Regression Fix: Pre-Allocate txChanged vector | Jeremy Rubin | 2016-09-07 | 1 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8664: Fix segwit-related wallet bug | Wladimir J. van der Laan | 2016-09-09 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear witness with vin/vout in CWallet::CreateTransaction() | Suhas Daftuar | 2016-09-04 | 1 | -0/+1 | |
| | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8085: p2p: Begin encapsulation | Wladimir J. van der Laan | 2016-09-09 | 32 | -903/+1381 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: move MAX_FEELER_CONNECTIONS into connman | Cory Fields | 2016-09-08 | 3 | -9/+8 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert ForEachNode* functions to take a templated function argument rather t... | Jeremy Rubin | 2016-09-08 | 2 | -81/+82 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume... | Jeremy Rubin | 2016-09-08 | 7 | -15/+41 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: move vNodesDisconnected into CConnman | Cory Fields | 2016-09-08 | 2 | -2/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options | Cory Fields | 2016-09-08 | 3 | -2/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Introduce CConnection::Options to avoid passing so many params | Cory Fields | 2016-09-08 | 3 | -10/+26 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Drop StartNode/StopNode and use CConnman directly | Cory Fields | 2016-09-08 | 3 | -26/+11 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: pass CClientUIInterface into CConnman | Cory Fields | 2016-09-08 | 3 | -13/+23 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Pass best block known height into CConnman | Cory Fields | 2016-09-08 | 6 | -31/+43 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: move max/max-outbound to CConnman | Cory Fields | 2016-09-08 | 3 | -18/+22 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: move semOutbound to CConnman | Cory Fields | 2016-09-08 | 2 | -2/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: move nLocalServices/nRelevantServices to CConnman | Cory Fields | 2016-09-08 | 7 | -34/+54 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #8563: Add configure check for -latomic | Wladimir J. van der Laan | 2016-09-09 | 2 | -0/+43 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add configure check for -latomic | Anthony Towns | 2016-08-23 | 2 | -0/+43 | |
| | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8680: Address Travis spurious failures | Wladimir J. van der Laan | 2016-09-09 | 5 | -2/+168 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests | Cory Fields | 2016-09-07 | 5 | -2/+168 | |
| | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8525: Do not store witness txn in rejection cache | Wladimir J. van der Laan | 2016-09-09 | 2 | -9/+29 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add basic test for IsStandard witness transaction blinding | instagibbs | 2016-09-05 | 1 | -1/+17 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not store witness txn in rejection cache | Pieter Wuille | 2016-09-05 | 1 | -8/+12 | |
| | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8683: fix incorrect file name bitcoin.qrc | Wladimir J. van der Laan | 2016-09-09 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | update name of file bitcoin.qrc | Gaurav Rana | 2016-09-08 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||