677 Commits (da7d57fb9501ad8939a2923f2a60fa540eae8cfa)

Author SHA1 Message Date
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 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
Matt Quinn 19dd40a25f Consolidate individual references to the current maximum peer connection 9 years ago
Casey Rodarmor f261f19b4b Give a better error message if system clock is bad 9 years ago
Wladimir J. van der Laan eec7757445 qt: Introduce PlatformStyle 9 years ago
Adam Weiss f0cba6f8eb Delay initial pruning until after wallet init 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Adam Weiss 27d7605804 Buffer log messages and explicitly open logs 9 years ago
Luke Dashjr 0c376340a4 acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only 9 years ago
Wladimir J. van der Laan 47162673c7 Use real number of cores for default -par, ignore virtual cores 9 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 9 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 9 years ago
Gavin Andresen 6a4b97e863
Testing infrastructure: mocktime fixes 9 years ago
Wladimir J. van der Laan 02a6702a82 Add option `-alerts` to opt out of alert system 9 years ago
Josh Lehan e3cae52538 Added -whiteconnections=<n> option 9 years ago
Wladimir J. van der Laan baf05075fa Improve proxy initialization 9 years ago
Wladimir J. van der Laan 9b5659d1c4 Remove translation for -help-debug options 9 years ago
Gavin Andresen 65b9454503
Use best header chain timestamps to detect partitioning 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
Adam Weiss c257a8c9a6 Prune: Support noncontiguous block files 9 years ago
Philip Kaufmann eebd4cca19 [init] add -blockversion help and extend -upnp help 9 years ago
Luke Dashjr d449772cf6 Remove P2SH coinbase flag, no longer interesting 9 years ago
Jonas Schnelli 7e6569ea5b [squashme] improve/corrects prune mode detection test for required wallet rescans 9 years ago
Jonas Schnelli 3201035f22 [autoprune] allow wallet in pruned mode 9 years ago
Adam Weiss ffdda4e8a7 Catch errors on datadir lock and pidfile delete 9 years ago
lpescher aa41bc84b1 Update help message to match the #4219 change 9 years ago
Wladimir J. van der Laan 8c35b6f3be Parameter interaction: disable upnp if -proxy set 9 years ago
Wladimir J. van der Laan 77ed59df4d wallet: Introduce constant for `-txconfirmtarget` default 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 9 years ago
Gavin Andresen 36cba8f118
Alert if it is very likely we are getting a bad chain 9 years ago
Gavin Andresen 9a1dcea2df
Use CScheduler for net's DumpAddresses 9 years ago
Gavin Andresen ddd0acd3db
Create a scheduler thread for lightweight tasks 9 years ago
Philip Kaufmann a60bfd810f [init] better message when no wallet support is compiled in 9 years ago
Pieter Wuille dce8360e44 Reduce checkpoints' effect on consensus. 9 years ago
Alex Morcos 472b4c5dda Clean up parsing of bool command line args 9 years ago