6461 Commits (1a6c67c8f507ad6918b6a27cab9eb734cc1d4bd4)

Author SHA1 Message Date
Jonas Schnelli 53caec66cc [Qt] bantable overhaul 9 years ago
Jonas Schnelli f0bcbc4c8a [Qt] bantable fix timestamp 64bit issue 9 years ago
Jonas Schnelli 6135309816 [Qt] banlist, UI optimizing and better signal handling 9 years ago
Jonas Schnelli 770ca79aa0 [Qt] add context menu with unban option to ban table 9 years ago
Jonas Schnelli 5f42132950 [Qt] add ui signal for banlist changes 9 years ago
Jonas Schnelli ad204df1a9 [Qt] add banlist table below peers table 9 years ago
Jonas Schnelli 50f090884c [Qt] add ban functions to peers window 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
João Barbosa 5624e055b3 Add UpdatedBlockTip signal to CMainSignals and CValidationInterface 9 years ago
MarcoFalke d1acf938e6 [qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.sh 9 years ago
MarcoFalke 51ff777357 [trivial] Fix rpc message "help generate" 9 years ago
MarcoFalke 4c3cab14b7 [trivial] init cleanup 9 years ago
Gregory Maxwell 6ecaec395c [Trivial] [logging] Rm extraneous cleansubver in serveral debug messages. 9 years ago
Gregory Maxwell 7a7e68d1e2 Prune the -prune help to reflect that the wallet is no longer disabled. 9 years ago
Daniel Kraft 9cdc3353c5 Simplify logic of REST request suffix parsing. 9 years ago
Gregory Maxwell 77c6072473 Enable wallet key imports without rescan in pruned mode. 9 years ago
Matt Corallo afb0ccaf9c Add NODE_BLOOM service bit and bump protocol version 9 years ago
Casey Rodarmor 5ffaaba3a1 Disallow duplicate windows. 9 years ago
paveljanik eb3002bb71 [TRIVIAL] Fix typo: exactmath -> exactmatch 9 years ago
Wladimir J. van der Laan 93ff1b9041 net: correctly initialize nMinPingUsecTime 9 years ago
Matt Corallo a6eb4ba38b Report minimum ping time in getpeerinfo 9 years ago
Casey Rodarmor 86270c8164 Replace boost::reverse_lock with our own. 9 years ago
Ian T e83df075f9 Update RPC generate help for numblocks to include required 9 years ago
Tom Harding 9524c4d35c In (strCommand == "tx"), return if AlreadyHave() 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 be33f3f50b Implement RPCTimerHandler for Qt RPC console 9 years ago
Wladimir J. van der Laan 40b556d374 evhttpd implementation 9 years ago
Cory Fields 6e996d39da tests: fix qt payment test 9 years ago
Wladimir J. van der Laan 3140ef9249 build: build-system changes for libevent 9 years ago
Wladimir J. van der Laan 6a21dd598c Remove rpc_boostasiotocnetaddr test 9 years ago
Patrick Strateman 027de94e1f
Use network group instead of CNetAddr in final pass to select node to disconnect 9 years ago
J Ross Nicoll 9bebf60698
Make sure LogPrint strings are line-terminated 9 years ago
Pieter Wuille c33c11ebac Improve addrman Select() performance when buckets are nearly empty 9 years ago
Patrick Strateman 000c18aace Fix comment 9 years ago
Patrick Strateman fed30940ef Acquire cs_vNodes before changing refrence counts 9 years ago
Patrick Strateman 69ee1aab00 CNodeRef copy constructor and assignment operator 9 years ago
Cory Fields a19338723d net: Set SO_REUSEADDR for Windows too 9 years ago
Pavel Vasin 9f3e48e521 add support for miniupnpc api version 14 9 years ago
Patrick Strateman dc81dd02a1 Return false early if vEvictionCandidates is empty 9 years ago
Patrick Strateman 17f3533c84 Better support for nodes with non-standard nMaxConnections 9 years ago
Patrick Strateman 1317cd1928 RAII wrapper for CNode* 9 years ago
Patrick Strateman df23937422 Add comments to AttemptToEvictConnection 9 years ago
Patrick Strateman a8f6e45249 Remove redundant whiteconnections option 9 years ago
Patrick Strateman b105ba398b Prefer to disconnect peers in favor of whitelisted peers 9 years ago
Patrick Strateman 2c701537c8 AttemptToEvictConnection 9 years ago
Patrick Strateman 4bac601610 Record nMinPingUsecTime 9 years ago
Patrick Strateman ae037b707c Refactor: Move failure conditions to the top of AcceptConnection 9 years ago