931 Commits (8c1dbc5e9ddbafb77e60e8c4e6eb275a3a76ac12)

Author SHA1 Message Date
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
MarcoFalke 4c3cab14b7 [trivial] init cleanup 9 years ago
Gregory Maxwell 7a7e68d1e2 Prune the -prune help to reflect that the wallet is no longer disabled. 9 years ago
Matt Corallo afb0ccaf9c Add NODE_BLOOM service bit and bump protocol version 9 years ago
Wladimir J. van der Laan 26c9b83677 Move windows socket init to utility function 9 years ago
Wladimir J. van der Laan 3a174cd400 Fix race condition between starting HTTP server thread and setting EventBase() 9 years ago
Wladimir J. van der Laan 6d2bc22146 Document options for new HTTP/RPC server in --help 9 years ago
Wladimir J. van der Laan 40b556d374 evhttpd implementation 9 years ago
Patrick Strateman a8f6e45249 Remove redundant whiteconnections option 9 years ago
Wladimir J. van der Laan 7f1f8f5edf Move mempool rejections to new debug category 9 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 10 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 10 years ago
Matt Quinn 19dd40a25f Consolidate individual references to the current maximum peer connection 10 years ago
Casey Rodarmor f261f19b4b Give a better error message if system clock is bad 10 years ago
Wladimir J. van der Laan eec7757445 qt: Introduce PlatformStyle 10 years ago
Adam Weiss f0cba6f8eb Delay initial pruning until after wallet init 10 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 10 years ago
Adam Weiss 27d7605804 Buffer log messages and explicitly open logs 10 years ago
Luke Dashjr 0c376340a4 acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only 10 years ago