aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Merge #9221: [qa] Get rid of duplicate codeMarcoFalke2016-12-023-82/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | [qa] Get rid of duplicate codeMarcoFalke2016-12-023-82/+19
* | | | | | | | | | | | | | | | | | | | Merge #9257: [qa] Dump debug logs on travis failures.MarcoFalke2016-12-021-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | [qa] Dump debug logs on travis failures.Suhas Daftuar2016-11-301-1/+10
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #9246: Developer docs about existing subtrees.MarcoFalke2016-12-021-0/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Developer docs about existing subtrees.Gregory Maxwell2016-12-021-0/+31
* | | | | | | | | | | | | | | | | | | | | Merge #9223: unification of Bloom filter representationMarcoFalke2016-12-021-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | unification of Bloom filter representationS. Matthew English2016-11-261-10/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9265: bitcoin-cli: Make error message less confusingMarcoFalke2016-12-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | bitcoin-cli: Make error message less confusingWladimir J. van der Laan2016-12-021-1/+1
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge #9239: Disable fee estimates for 1 block targetWladimir J. van der Laan2016-12-025-13/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Make GUI incapable of setting tx confirm target of 1Alex Morcos2016-11-292-5/+5
| * | | | | | | | | | | | | | | | | | | | | Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-293-8/+23
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9229: Remove calls to getaddrinfo_aWladimir J. van der Laan2016-12-022-49/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo2016-12-012-49/+1
* | | | | | | | | | | | | | | | | | | | | Merge #9183: Final Preparation for main.cpp SplitPieter Wuille2016-12-012-18/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Document cs_main status when calling into PNB or PNBHMatt Corallo2016-12-011-0/+4
| * | | | | | | | | | | | | | | | | | | | Use ProcessNewBlockHeaders in CMPCTBLOCK processingMatt Corallo2016-12-011-2/+7
| * | | | | | | | | | | | | | | | | | | | Use exposed ProcessNewBlockHeaders from ProcessMessagesMatt Corallo2016-12-011-12/+15
| * | | | | | | | | | | | | | | | | | | | Split ::HEADERS processing into two separate cs_main locksMatt Corallo2016-11-231-4/+7
| * | | | | | | | | | | | | | | | | | | | Expose AcceptBlockHeader through main.hMatt Corallo2016-11-232-1/+27
* | | | | | | | | | | | | | | | | | | | | Merge #9188: Make orphan parent fetching ask for witnesses.Pieter Wuille2016-12-011-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Make orphan parent fetching ask for witnesses.Gregory Maxwell2016-11-181-1/+2
* | | | | | | | | | | | | | | | | | | | | | Merge #9253: Fix calculation of number of bound sockets to usePieter Wuille2016-12-011-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Fix calculation of number of bound sockets to useMatt Corallo2016-11-301-1/+3
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #9230: Fix some benign races in timestamp loggingWladimir J. van der Laan2016-12-012-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Make fStartedNewLine an std::atomic_boolMatt Corallo2016-11-271-2/+2
| * | | | | | | | | | | | | | | | | | | | | Fix race when accessing std::locale::classic()Matt Corallo2016-11-271-1/+2
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9226: Remove fNetworkNode and pnodeLocalHost.Pieter Wuille2016-11-303-22/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Remove pnodeLocalHost.Gregory Maxwell2016-11-271-15/+0
| * | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #9233: Fix some typosMarcoFalke2016-11-2910-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |