aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | fix op order to append first alertrodasmith2016-09-101-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge #8662: Update btcdrak signing keyWladimir J. van der Laan2016-09-131-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Update btcdrak signing keyBtcDrak2016-09-021-0/+0
* | | | | | | | Merge #8528: Update p2p-segwit.py to reflect correct behaviorWladimir J. van der Laan2016-09-131-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | p2psegwit.py transaction is rejected due to premature witness not sizeinstagibbs2016-08-181-1/+6
| * | | | | | | | Update p2p-segwit.py to reflect correct AskFor behaviorinstagibbs2016-08-161-2/+1
* | | | | | | | | Merge #8608: Install manpages via make install, also add some autogenerated m...Wladimir J. van der Laan2016-09-139-1/+1244
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now also...nomnombtc2016-09-011-9/+20
| * | | | | | | | regenerated all manpages with commit tag stripped, also add bitcoin-txnomnombtc2016-09-015-10/+117
| * | | | | | | | change help string --enable-man to --disable-mannomnombtc2016-08-281-3/+2
| * | | | | | | | add conditional for --enable-man, default is yesnomnombtc2016-08-271-1/+8
| * | | | | | | | add doc/man to subdir if configure flag --enable-man is setnomnombtc2016-08-271-0/+5
| * | | | | | | | add doc/man/Makefile.am to include manpagesnomnombtc2016-08-271-0/+1
| * | | | | | | | add autogenerated manpages by help2mannomnombtc2016-08-273-0/+1089
| * | | | | | | | add gen-manpages.sh description to README.mdnomnombtc2016-08-271-0/+6
| * | | | | | | | add script to generate manpages with help2mannomnombtc2016-08-271-0/+18
* | | | | | | | | Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHashMarcoFalke2016-09-091-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix SIGHASH_SINGLE bug in test_framework SignatureHashJohnson Lau2016-09-061-1/+1
* | | | | | | | | | Merge #8678: [Qt][CoinControl] fix UI bug that could result in paying unexpec...Jonas Schnelli2016-09-091-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [Qt][CoinControl] fix UI bug that could result in paying unexpected feeJonas Schnelli2016-09-071-1/+4
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge #8681: Performance Regression Fix: Pre-Allocate txChanged vectorPieter Wuille2016-09-091-4/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Performance Regression Fix: Pre-Allocate txChanged vectorJeremy Rubin2016-09-071-4/+7
* | | | | | | | | | | Merge #8664: Fix segwit-related wallet bugWladimir J. van der Laan2016-09-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Clear witness with vin/vout in CWallet::CreateTransaction()Suhas Daftuar2016-09-041-0/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #8085: p2p: Begin encapsulationWladimir J. van der Laan2016-09-0932-903/+1381
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: move MAX_FEELER_CONNECTIONS into connmanCory Fields2016-09-083-9/+8
| * | | | | | | | | | | Convert ForEachNode* functions to take a templated function argument rather t...Jeremy Rubin2016-09-082-81/+82
| * | | | | | | | | | | Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-087-15/+41
| * | | | | | | | | | | net: move vNodesDisconnected into CConnmanCory Fields2016-09-082-2/+1
| * | | | | | | | | | | net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::OptionsCory Fields2016-09-083-2/+6
| * | | | | | | | | | | net: Introduce CConnection::Options to avoid passing so many paramsCory Fields2016-09-083-10/+26
| * | | | | | | | | | | net: Drop StartNode/StopNode and use CConnman directlyCory Fields2016-09-083-26/+11
| * | | | | | | | | | | net: pass CClientUIInterface into CConnmanCory Fields2016-09-083-13/+23
| * | | | | | | | | | | net: Pass best block known height into CConnmanCory Fields2016-09-086-31/+43
| * | | | | | | | | | | net: move max/max-outbound to CConnmanCory Fields2016-09-083-18/+22
| * | | | | | | | | | | net: move semOutbound to CConnmanCory Fields2016-09-082-2/+3
| * | | | | | | | | | | net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-087-34/+54
| * | | | | | | | | | | net: move SendBufferSize/ReceiveFloodSize to CConnmanCory Fields2016-09-083-10/+23
| * | | | | | | | | | | net: move send/recv statistics to CConnmanCory Fields2016-09-086-84/+99
| * | | | | | | | | | | net: SocketSendData returns written sizeCory Fields2016-09-082-2/+5
| * | | | | | | | | | | net: move messageHandlerCondition to CConnmanCory Fields2016-09-082-5/+9
| * | | | | | | | | | | net: move nLocalHostNonce to CConnmanCory Fields2016-09-083-4/+19
| * | | | | | | | | | | net: move nLastNodeId to CConnmanCory Fields2016-09-084-23/+25
| * | | | | | | | | | | net: move whitelist functions into CConnmanCory Fields2016-09-083-15/+12
| * | | | | | | | | | | net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-087-73/+164
| * | | | | | | | | | | net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-088-48/+123
| * | | | | | | | | | | net: move added node functions to CConnmanCory Fields2016-09-083-28/+46
| * | | | | | | | | | | net: Add oneshot functions to CConnmanCory Fields2016-09-083-6/+5
| * | | | | | | | | | | net: move ban and addrman functions into CConnmanCory Fields2016-09-087-132/+174
| * | | | | | | | | | | net: handle nodesignals in CConnmanCory Fields2016-09-084-19/+31