743 Commits (8d26289c9a7c77c7e5cecaafebe0231cb4d69fbe)

Author SHA1 Message Date
MarcoFalke fa41d4c8c6 [qt] Move GUI related HelpMessage() part downstream 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Luke Dashjr 3307bdb333 Bugfix: Omit wallet-related options from -help when wallet is not supported 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
paveljanik a64d7b4e42 Print correct minimum mempool size in MB 9 years ago
Jonas Schnelli a46f87f0c1
Initialize logging before we do parameter interaction 9 years ago
Jonas Schnelli df66147613
Move -blocksonly parameter interaction to the new ParameterInteraction() function 9 years ago
Jonas Schnelli 411b05ac95
Refactor parameter interaction, call it before AppInit2() 9 years ago
MarcoFalke fa472f330f [trivial] Fix -maxmempool InitError 9 years ago
Patick Strateman 9cf668844e Document both the peerbloomfilters and enforcenodebloom options. 9 years ago
MarcoFalke faf12bc283 OpenSSL 1.1.0: Fix text variant of the version number 9 years ago
Jorge Timón 2e29e7e247 Globals: Remove a bunch of Params() calls from main.cpp: 9 years ago
Daniel Cousens 14075b189d init: add zmq to debug categories 9 years ago
Daniel Cousens cdcd816a1b init: amend ZMQ flag names 9 years ago
Jonas Schnelli f71bfefcb0
add UI help for -resetguisettings 9 years ago
Pieter Wuille 6e18268616 Switch to libsecp256k1-based validation for ECDSA 9 years ago
Patick Strateman bbf49da408 Fix comment for blocksonly parameter interactions 9 years ago
Patick Strateman 59441a0445 Display DEFAULT_WHITELISTALWAYSRELAY in help text 9 years ago
Patick Strateman 71a2683f4b Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants 9 years ago
Patick Strateman 762b13b4d8 Add help text for blocksonly and whitelistalwaysrelay 9 years ago
Patick Strateman 3a964973fe Add whitelistalwaysrelay option 9 years ago
Wladimir J. van der Laan a264c32e33
http: speed up shutdown 9 years ago
MarcoFalke b27e81f115 [net] Cleanup maxuploadtarget 9 years ago
Wladimir J. van der Laan 09c1ae1c01 torcontrol improvements and fixes 9 years ago
Jorge Timón 6bc9e4056b Chainparams: Explicit CChainParams arg for miner: 9 years ago
Wladimir J. van der Laan 8f4e67f152 net: Automatically create hidden service, listen on Tor 9 years ago
MarcoFalke e20d9245e5 [trivial] init: Use defaults MIN_RELAY_TX_FEE & TRANSACTION_MAXFEE 9 years ago
MarcoFalke 6dd3a44ce2 translations: Don't translate markdown or force English grammar 9 years ago
João Barbosa de0499d3b8 Fix ZMQ Notification initialization and shutdown 9 years ago
MarcoFalke 53238ff0b1 Clarify what minrelaytxfee does 9 years ago
Pieter Wuille 830e3f3d02 Make sigcache faster and more efficient 9 years ago
Luke Dashjr a6efc01908 Bugfix: Omit wallet-related options from -help when wallet is disabled 9 years ago
MarcoFalke 6342a4889b Init: Use DEFAULT_TRANSACTION_MINFEE in help message 9 years ago
MarcoFalke 040c0ea093 Init: Cleanup error and warning strings 9 years ago
Suhas Daftuar 7bbc7c314f Add option for microsecond precision in debug.log 9 years ago
Jonas Schnelli 872fee3fcc
Introduce -maxuploadtarget 9 years ago
Pieter Wuille ab1f56072a Support -checkmempool=N, which runs checks on average once every N transactions 9 years ago
Jorge Timón 55a89751fa Chainparams: Translations: DRY: options and error strings 9 years ago
Alex Morcos d3b09f6bac Do not allow blockfile pruning during reindex. 9 years ago
Matt Corallo 794a8cec5d Implement on-the-fly mempool size limitation. 9 years ago
Pieter Wuille 49b6fd5663 Add Mempool Expire function to remove old transactions 9 years ago
Luke Dashjr 5f9260f458 Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also show correct default in getmininginfo 9 years ago
Luke Dashjr 420a82f1ae Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool) 9 years ago
Luke Dashjr caa3d42f06 Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method 9 years ago
Wladimir J. van der Laan 2190ea6c4e rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 9 years ago
Wladimir J. van der Laan 8b2d6edaa9 http: Disable libevent debug logging, if not explicitly enabled 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Wladimir J. van der Laan 5ce43da03d init: Ignore SIGPIPE 9 years ago
MarcoFalke 1c1b1b315f [uacomment] Sanitize per BIP-0014 9 years ago
Jeff Garzik e6a14b64d6 Add ZeroMQ support. Notify blocks and transactions via ZeroMQ 9 years ago