aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | http: Unlisten sockets after all workers quitJoão Barbosa2018-11-231-4/+6
| * | | | | | | | | | | | | | | | | | | | | | http: Send "Connection: close" header if shutdown is requestedJoão Barbosa2018-11-231-0/+4
| * | | | | | | | | | | | | | | | | | | | | | rpc: Add wait argument to stopJoão Barbosa2018-11-232-1/+8
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.Wladimir J. van der Laan2018-12-061-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin...vim882018-12-021-0/+2
| | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #14838: Use const in COutPoint classWladimir J. van der Laan2018-12-065-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1practicalswift2018-12-044-5/+6
| * | | | | | | | | | | | | | | | | | | | | Use const in COutPoint classHennadii Stepanov2018-11-301-3/+5
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge #14796: rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-12-0510-1036/+805
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | RPCHelpMan: Add space after colons in extended descriptionMarcoFalke2018-12-042-9/+29
| * | | | | | | | | | | | | | | | | | | | | rpc: Add description to fundrawtransaction vout_indexMarcoFalke2018-12-041-1/+1
| * | | | | | | | | | | | | | | | | | | | | rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-2710-1031/+780
* | | | | | | | | | | | | | | | | | | | | | Merge #14840: Remove duplicate libconsensus linking in test makeWladimir J. van der Laan2018-12-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Remove duplicate libconsensus linking in test makeAmir Abrams2018-11-291-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...Wladimir J. van der Laan2018-12-043-3/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | make peertimeout a debug argument, remove error message translationZain Iqbal Allarakhia2018-11-291-2/+2
| * | | | | | | | | | | | | | | | | | | | | | p2p: allow p2ptimeout to be configurable, speed up slow testZain Iqbal Allarakhia2018-11-283-3/+19
* | | | | | | | | | | | | | | | | | | | | | | Merge #14760: Log env path in BerkeleyEnvironment::FlushWladimir J. van der Laan2018-12-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Log env path in BerkeleyEnvironment::FlushJoão Barbosa2018-11-191-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14828: qt: Remove hidden columns in coin control dialogJonas Schnelli2018-12-043-14/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | qt: Remove hidden columns in coin control dialogJoão Barbosa2018-11-293-14/+17
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13966: gui: When private key is disabled, only show watch-only balanceWladimir J. van der Laan2018-12-013-17/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | gui: Show watch-only eye instead of HD disabledChun Kuan Lee2018-09-182-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | Hide spendable label if priveate key is disabledChun Kuan Lee2018-08-281-12/+20
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #14841: consensus: Move CheckBlock() call to critical sectionWladimir J. van der Laan2018-12-011-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Move CheckBlock() call to critical sectionHennadii Stepanov2018-11-301-3/+5
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #13258: uint256: Remove unnecessary crypto/common.h dependencyWladimir J. van der Laan2018-11-305-18/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm2018-09-185-18/+21
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #14380: fix assert crash when specified change output spend size is unk...MarcoFalke2018-11-303-3/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-123-1/+55
| * | | | | | | | | | | | | | | | | | | | | Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders2018-11-121-2/+0
* | | | | | | | | | | | | | | | | | | | | | Merge #14822: bench: Destroy wallet txs instead of leaking their memoryMarcoFalke2018-11-281-14/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | bench: Destroy wallet txs instead of leaking their memoryMarcoFalke2018-11-271-14/+15
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Add missing lock in CNode::copyStats(...)practicalswift2018-11-281-1/+4
* | | | | | | | | | | | | | | | | | | | | | Add missing locking annotationspracticalswift2018-11-283-33/+24
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille2018-11-276-2/+144
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Add matching descriptors to scantxoutset output + testsPieter Wuille2018-11-141-1/+8
| * | | | | | | | | | | | | | | | | | | | | Add descriptors to listunspent and getaddressinfo + testsPieter Wuille2018-11-141-0/+13
| * | | | | | | | | | | | | | | | | | | | | Add tests for InferDescriptor and Descriptor::IsSolvablePieter Wuille2018-10-262-0/+17
| * | | | | | | | | | | | | | | | | | | | | Add Descriptor::IsSolvable() to distinguish addr/raw from othersPieter Wuille2018-10-262-0/+11
| * | | | | | | | | | | | | | | | | | | | | Add support for inferring descriptors from scriptsPieter Wuille2018-10-262-1/+95
* | | | | | | | | | | | | | | | | | | | | | Merge #14820: test: Fix descriptor_tests not checking ToString output of publ...MarcoFalke2018-11-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fix descriptor_tests not checking ToString output of public descriptorsRussell Yanofsky2018-11-271-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #14813: qa: Add wallet_encryption error testsMarcoFalke2018-11-271-31/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | qa: Add wallet_encryption error testsMarcoFalke2018-11-261-31/+12
* | | | | | | | | | | | | | | | | | | | | | Merge #14772: refactor: Convert comments to thread safety annotationsMarcoFalke2018-11-273-10/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Convert comments to thread safety annotationsMarcoFalke2018-11-203-10/+8
| | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | clarify RPC rawtransaction documentationJameson Lopp2018-11-261-2/+2
| |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Add Benchmark to test input de-duplication worst caseJeremy Rubin2018-11-252-0/+101
| |_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formattingWladimir J. van der Laan2018-11-232-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \