3964 Commits (fc0c07eb64f4bc22377c35d13c71de9e2ede8861)

Author SHA1 Message Date
Philip Kaufmann fc0c07eb64 small cleanup in src/compat .h and .cpp 10 years ago
Pavel Vasin ea3acaf383 AvailableCoins: acquire cs_main mutex 10 years ago
Wladimir J. van der Laan 6afa49329d rpc: Add acceptors only when listening succeeded 10 years ago
Wladimir J. van der Laan 33e5b42910 rpc: Ignore and log errors during cancel 10 years ago
jtimon f6984e8141 Add "chain" to getmininginfo, improve help in getblockchaininfo 10 years ago
jtimon b82b7ec3dc Get rid of Params().RPCisTestNet() 10 years ago
Philip Kaufmann 1020f599f3 add comment to HelpMessage() to ensure alphabetical ordering 10 years ago
Cory Fields 92a6220711 sanity: hook up sanity checks 10 years ago
Cory Fields 679240d0e9 sanity: add libc/stdlib sanity checks 10 years ago
Wladimir J. van der Laan 09eb201b1b Remove `using namespace std` from header file 10 years ago
Wladimir J. van der Laan 1569353b8a
Add `-stopafterblockimport` option 10 years ago
Philip Kaufmann 6763018797 [Qt] rename In:/Out: to Received/Sent in traffic tab 10 years ago
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 10 years ago
Jeff Garzik 0cafb63025
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant 10 years ago
Wladimir J. van der Laan 5c97aae6da qt: Unify AboutDialog and HelpMessageDialog 10 years ago
Wladimir J. van der Laan 45615af26f Add 'about' information to `-version` output 10 years ago
Wladimir J. van der Laan 18116b06c1 Ignore too-long redeemScripts while loading wallet 10 years ago
Wladimir J. van der Laan e5ee8f016e
Remove -beta suffix 10 years ago
Philip Kaufmann f5ae6c9826 add NetworkIDString() to chainparams 10 years ago
Jeff Garzik 88df548dde base58: add paranoid return value checks 10 years ago
Andreas Schildbach c30329adfa Add testnet DNS seed of Alex Kotenko. 10 years ago
Philip Kaufmann f3790472f0 remove unused code from getblockchaininfo() 10 years ago
Wladimir J. van der Laan 97789d374c util: Add function FormatParagraph to format paragraph to fixed-width 10 years ago
Wladimir J. van der Laan 96b733e996 Add `-version` option to get just the version 10 years ago
Philip Kaufmann 634bd61b76 convert an if into an else if in OpenNetworkConnection() 10 years ago
Philip Kaufmann 5bd6c31bd6 small cleanup of net 10 years ago
Philip Kaufmann 56b07d2dcd [Qt] allow setting listen via GUI 10 years ago
Cory Fields 38e324af86 build: qt: split locale resources. Fixes non-deterministic distcheck 10 years ago
Philip Kaufmann 699fe635c6 remove wrong ; in chainparams.h and order includes 10 years ago
Philip Kaufmann 1c24187b51 remove unused UPnP code from main.h 10 years ago
Philip Kaufmann ac14bcc1f1 small formatting, indentation and comment fixes 10 years ago
Wladimir J. van der Laan 6dd5edb7de
Remove unused Print/PrintHex functions 10 years ago
Pieter Wuille f1920e8606 Ping automatically every 2 minutes (unconditionally) 10 years ago
Pieter Wuille 18e72167dd Push cs_mains down in ProcessBlock 10 years ago
Pieter Wuille 202e01941c Move all post-chaintip-change notifications to ActivateBestChain 10 years ago
Pieter Wuille 4e0eed88ac Allow ActivateBestChain to release its lock on cs_main 10 years ago
Pieter Wuille 77339e5aec Get rid of the static chainMostWork (optimization) 10 years ago
Pieter Wuille 7a9e0b6460 Move checkpoint based heuristic checks to AcceptBlockHeader 10 years ago
Cozz Lovan 95a93836d8 [Qt] Remove CENT-fee-rule from coin control completely 10 years ago
Drak 02bec4b268 Fix compiler warnings 10 years ago
Cozz Lovan dff0e3b915 [Qt] Improve rpc console history behavior 10 years ago
Wladimir J. van der Laan db41541bc2
qt: Periodic translation update 10 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
Ashley Holman b917555b04
qt: PeerTableModel: Fix potential deadlock. #4296 10 years ago
Cory Fields efe6888407 build: fix version dependency 10 years ago
Cory Fields f4d81129f0 build: quit abusing AM_CPPFLAGS 10 years ago
Cory Fields 56c157d5e0 build: avoid the use of top_ and abs_ dir paths 10 years ago
Cory Fields 70c71c50ce build: Tidy up file generation output 10 years ago
Cory Fields 6b9f0d5554 build: nuke Makefile.include from orbit 10 years ago