aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include select.h when WIN32 is not definedIvo van der Sangen2016-11-291-0/+1
* Merge #9128: net: Decouple CConnman and message serializationPieter Wuille2016-11-257-152/+308
|\
| * net: push only raw data into CConnmanCory Fields2016-11-253-119/+93
| * net: add CVectorWriter and CNetMsgMakerCory Fields2016-11-255-0/+178
| * net: No need to check individually for disconnection anymoreCory Fields2016-11-251-7/+7
| * net: don't send any messages before handshake or after requested disconnectCory Fields2016-11-231-21/+25
| * net: Set feelers to disconnect at the end of the version messageCory Fields2016-11-231-6/+6
* | Merge #9220: Refactor: Stop using namespace std (bitcoin-cli/-tx).MarcoFalke2016-11-252-112/+108
|\ \
| * | Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria...Karl-Johan Alm2016-11-252-112/+108
* | | Merge #9100: tx_valid: re-order inputs to how they are encodedMarcoFalke2016-11-251-9/+9
|\ \ \
| * | | tx_valid: re-order inputs to how they are encodedDaniel Cousens2016-11-081-9/+9
* | | | Merge #9189: Always add default_witness_commitment with GBT client supportWladimir J. van der Laan2016-11-254-32/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | [qa] Test getblocktemplate default_witness_commitmentSuhas Daftuar2016-11-211-23/+47
| * | | Always add default_witness_commitment with GBT client supportPieter Wuille2016-11-213-9/+5
* | | | Merge #9216: Doc: Fix copypasted commentMarcoFalke2016-11-241-1/+1
|\ \ \ \
| * | | | Fix copypasted comment.Pavel Janík2016-11-241-1/+1
| | |_|/ | |/| |
* | | | Merge #9144: [Trivial] Correct waitforblockheight example help textMarcoFalke2016-11-241-10/+10
|\ \ \ \
| * | | | Correct help output for waitfor RPC commandsfanquake2016-11-241-10/+10
|/ / / /
* | | | Merge #9190: qt: Plug many memory leaksWladimir J. van der Laan2016-11-2423-74/+102
|\ \ \ \ | |/ / / |/| | |
| * | | qt: Avoid OpenSSL certstore-related memory leakWladimir J. van der Laan2016-11-232-23/+25
| * | | qt: Avoid shutdownwindow-related memory leakWladimir J. van der Laan2016-11-233-7/+6
| * | | qt: Avoid splash-screen related memory leakWladimir J. van der Laan2016-11-232-3/+3
| * | | qt: Prevent thread/memory leak on exiting RPCConsoleWladimir J. van der Laan2016-11-234-16/+29
| * | | qt: Plug many memory leaksWladimir J. van der Laan2016-11-2316-26/+40
* | | | Merge #8930: Move orphan processing to ActivateBestChainPieter Wuille2016-11-232-20/+29
|\ \ \ \
| * | | | Move orphan-conflict removal from main logic into a callbackMatt Corallo2016-11-232-28/+29
| * | | | Erase orphans per-transaction instead of per-blockMatt Corallo2016-11-171-8/+9
| * | | | Move orphan processing to ActivateBestChainMatt Corallo2016-11-171-20/+27
| |/ / /
* | | | Merge #9199: Always drop the least preferred HB peer when adding a new one.Pieter Wuille2016-11-231-3/+2
|\ \ \ \
| * | | | Always drop the least preferred HB peer when adding a new one.Gregory Maxwell2016-11-221-3/+2
| | |/ / | |/| |
* | | | Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196)MarcoFalke2016-11-231-6/+8
|\ \ \ \
| * | | | [qa] Change sync_blocks to pick smarter maxheightRussell Yanofsky2016-11-111-6/+8
* | | | | Merge #9206: Make test constant consistent with consensus.hMarcoFalke2016-11-234-24/+24
|\ \ \ \ \
| * | | | | Make test constant consistent with consensus.hBtcDrak2016-11-214-24/+24
| | |/ / / | |/| | |
* | | | | Merge #9207: [Doc] Move comments above bash command in build-unixWladimir J. van der Laan2016-11-231-4/+4
|\ \ \ \ \
| * | | | | [Doc] Move comments above bash commandAmir Abrams2016-11-231-4/+4
|/ / / / /
* | | | | Merge #9204: Clarify CreateTransaction error messagesWladimir J. van der Laan2016-11-231-3/+3
|\ \ \ \ \
| * | | | | fix CreateTransaction error messagesinstagibbs2016-11-221-3/+3
* | | | | | Merge #9205: Minor change to comment for consistency.Wladimir J. van der Laan2016-11-231-1/+1
|\ \ \ \ \ \
| * | | | | | Minor change to comment above new NODE_WITNESS service flag to keep it consit...Greg Walker2016-11-221-1/+1
| |/ / / / /
* | | | | | Merge #9196: Send tip change notification from invalidateblockWladimir J. van der Laan2016-11-231-0/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Send tip change notification from invalidateblockRussell Yanofsky2016-10-251-0/+1
* | | | | | Merge #8690: Do not fully sort all nodes for addr relayWladimir J. van der Laan2016-11-231-7/+16
|\ \ \ \ \ \
| * | | | | | Do not fully sort all nodes for addr relayPieter Wuille2016-11-031-7/+16
* | | | | | | Merge #9141: Remove unnecessary calls to CheckFinalTxWladimir J. van der Laan2016-11-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary calls to CheckFinalTxJonas Schnelli2016-11-121-1/+1
* | | | | | | | Merge #9142: Move -salvagewallet, -zap(wtx) to where they belongWladimir J. van der Laan2016-11-232-14/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Move -salvagewallet, -zap(wtx) to where they belongJonas Schnelli2016-11-122-14/+11
| |/ / / / / / /
* | | | | | | | Merge #9025: getrawtransaction should take a bool for verboseWladimir J. van der Laan2016-11-232-13/+58
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | add testcases for getrawtransactionJohn Newbery2016-11-221-4/+35