aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Remove fNetworkNode.Gregory Maxwell2016-11-273-7/+3
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge #9244: Trivial refactor: Remove extern keyword from function declarationsPieter Wuille2016-11-301-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Trivial refactor: Remove extern keyword from function declarations, as they a...Karl-Johan Alm2016-11-301-11/+11
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...Pieter Wuille2016-11-306-35/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | init: Get rid of fServer flagWladimir J. van der Laan2016-11-293-5/+1
| * | | | | | | | | | | | | | | | init: Try to aquire datadir lock before and after daemonizationWladimir J. van der Laan2016-11-291-11/+27
| * | | | | | | | | | | | | | | | init: Split up AppInit2 into multiple phasesWladimir J. van der Laan2016-11-294-21/+95
* | | | | | | | | | | | | | | | | Merge #9234: torcontrol: Explicitly request RSA1024 private keyWladimir J. van der Laan2016-11-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | torcontrol: Explicitly request RSA1024 private keyWladimir J. van der Laan2016-11-281-1/+1
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge #9202: bench: Add support for measuring CPU cyclesWladimir J. van der Laan2016-11-295-5/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bench: Add support for measuring CPU cyclesWladimir J. van der Laan2016-11-225-5/+121
* | | | | | | | | | | | | | | | | Merge #9225: Fix some benign racesWladimir J. van der Laan2016-11-295-36/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix unlocked access to vNodes.size()Matt Corallo2016-11-261-2/+7
| * | | | | | | | | | | | | | | | | Remove double brackets in addrmanMatt Corallo2016-11-261-18/+12
| * | | | | | | | | | | | | | | | | Fix AddrMan lockingMatt Corallo2016-11-261-13/+10
| * | | | | | | | | | | | | | | | | Make fImporting an std::atomicMatt Corallo2016-11-262-2/+2
| * | | | | | | | | | | | | | | | | Make fDisconnect an std::atomicMatt Corallo2016-11-251-1/+1
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9224: Prevent FD_SETSIZE error building on OpenBSDWladimir J. van der Laan2016-11-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Include select.h when WIN32 is not definedIvo van der Sangen2016-11-291-0/+1
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | Fix some typosfsb40002016-11-288-8/+8
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | 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-253-9/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | 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
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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 #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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \