| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | fix op order to append first alert | rodasmith | 2016-09-10 | 1 | -2/+2 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #8662: Update btcdrak signing key | Wladimir J. van der Laan | 2016-09-13 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update btcdrak signing key | BtcDrak | 2016-09-02 | 1 | -0/+0 | |
| * | | | | | | | | Merge #8528: Update p2p-segwit.py to reflect correct behavior | Wladimir J. van der Laan | 2016-09-13 | 1 | -3/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | p2psegwit.py transaction is rejected due to premature witness not size | instagibbs | 2016-08-18 | 1 | -1/+6 | |
| | * | | | | | | | | Update p2p-segwit.py to reflect correct AskFor behavior | instagibbs | 2016-08-16 | 1 | -2/+1 | |
| * | | | | | | | | | Merge #8608: Install manpages via make install, also add some autogenerated m... | Wladimir J. van der Laan | 2016-09-13 | 9 | -1/+1244 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now also... | nomnombtc | 2016-09-01 | 1 | -9/+20 | |
| | * | | | | | | | | regenerated all manpages with commit tag stripped, also add bitcoin-tx | nomnombtc | 2016-09-01 | 5 | -10/+117 | |
| | * | | | | | | | | change help string --enable-man to --disable-man | nomnombtc | 2016-08-28 | 1 | -3/+2 | |
| | * | | | | | | | | add conditional for --enable-man, default is yes | nomnombtc | 2016-08-27 | 1 | -1/+8 | |
| | * | | | | | | | | add doc/man to subdir if configure flag --enable-man is set | nomnombtc | 2016-08-27 | 1 | -0/+5 | |
| | * | | | | | | | | add doc/man/Makefile.am to include manpages | nomnombtc | 2016-08-27 | 1 | -0/+1 | |
| | * | | | | | | | | add autogenerated manpages by help2man | nomnombtc | 2016-08-27 | 3 | -0/+1089 | |
| | * | | | | | | | | add gen-manpages.sh description to README.md | nomnombtc | 2016-08-27 | 1 | -0/+6 | |
| | * | | | | | | | | add script to generate manpages with help2man | nomnombtc | 2016-08-27 | 1 | -0/+18 | |
| * | | | | | | | | | Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHash | MarcoFalke | 2016-09-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix SIGHASH_SINGLE bug in test_framework SignatureHash | Johnson Lau | 2016-09-06 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge #8678: [Qt][CoinControl] fix UI bug that could result in paying unexpec... | Jonas Schnelli | 2016-09-09 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | [Qt][CoinControl] fix UI bug that could result in paying unexpected fee | Jonas Schnelli | 2016-09-07 | 1 | -1/+4 | |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge #8681: Performance Regression Fix: Pre-Allocate txChanged vector | Pieter Wuille | 2016-09-09 | 1 | -4/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | 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 | |