4152 Commits (dc942e6f276b9fabc21f06d11cd16871d4054f82)

Author SHA1 Message Date
Jeff Garzik 88df548dde base58: add paranoid return value checks 11 years ago
Andreas Schildbach c30329adfa Add testnet DNS seed of Alex Kotenko. 11 years ago
Philip Kaufmann f3790472f0 remove unused code from getblockchaininfo() 11 years ago
Wladimir J. van der Laan 97789d374c util: Add function FormatParagraph to format paragraph to fixed-width 11 years ago
Wladimir J. van der Laan 96b733e996 Add `-version` option to get just the version 11 years ago
Philip Kaufmann 634bd61b76 convert an if into an else if in OpenNetworkConnection() 11 years ago
Philip Kaufmann 5bd6c31bd6 small cleanup of net 11 years ago
Philip Kaufmann 4aaa01783d rework help messages for fee-related options 11 years ago
Philip Kaufmann 56b07d2dcd [Qt] allow setting listen via GUI 11 years ago
Cory Fields 38e324af86 build: qt: split locale resources. Fixes non-deterministic distcheck 11 years ago
Philip Kaufmann 699fe635c6 remove wrong ; in chainparams.h and order includes 11 years ago
Philip Kaufmann 1c24187b51 remove unused UPnP code from main.h 11 years ago
Philip Kaufmann ac14bcc1f1 small formatting, indentation and comment fixes 11 years ago
Wladimir J. van der Laan 6dd5edb7de
Remove unused Print/PrintHex functions 11 years ago
Pieter Wuille f1920e8606 Ping automatically every 2 minutes (unconditionally) 11 years ago
Pieter Wuille 18e72167dd Push cs_mains down in ProcessBlock 11 years ago
Pieter Wuille 202e01941c Move all post-chaintip-change notifications to ActivateBestChain 11 years ago
Pieter Wuille 4e0eed88ac Allow ActivateBestChain to release its lock on cs_main 11 years ago
Pieter Wuille 77339e5aec Get rid of the static chainMostWork (optimization) 11 years ago
Pieter Wuille 7a9e0b6460 Move checkpoint based heuristic checks to AcceptBlockHeader 11 years ago
Cozz Lovan 95a93836d8 [Qt] Remove CENT-fee-rule from coin control completely 11 years ago
Drak 02bec4b268 Fix compiler warnings 11 years ago
Cozz Lovan dff0e3b915 [Qt] Improve rpc console history behavior 11 years ago
Wladimir J. van der Laan db41541bc2
qt: Periodic translation update 11 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 11 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 11 years ago
Ashley Holman b917555b04
qt: PeerTableModel: Fix potential deadlock. #4296 11 years ago
Cory Fields efe6888407 build: fix version dependency 11 years ago
Cory Fields f4d81129f0 build: quit abusing AM_CPPFLAGS 11 years ago
Cory Fields 56c157d5e0 build: avoid the use of top_ and abs_ dir paths 11 years ago
Cory Fields 70c71c50ce build: Tidy up file generation output 11 years ago
Cory Fields 6b9f0d5554 build: nuke Makefile.include from orbit 11 years ago
Cory Fields 8b09ef7b63 build: add stub makefiles for easier subdir builds 11 years ago
Cory Fields be4e9aeb14 build: delete old Makefile.am's 11 years ago
Cory Fields 65e8ba4dbe build: Switch to non-recursive make 11 years ago
Wladimir J. van der Laan 7d4dda7630 Remove global strWalletFile 11 years ago
Wladimir J. van der Laan a92aded70e
Fix GUI build with `--disable-wallet` 11 years ago
Philip Kaufmann fe6bff2eae [Qt] add BerkeleyDB version info to RPCConsole 11 years ago
Philip Kaufmann 5bd02cf715 log used config file to debug.log on startup 11 years ago
Wladimir J. van der Laan 4a48a0671d
Remove side effect in assertion in ProcessGetData 11 years ago
jtimon f0a83fc256 Use Params().NetworkID() instead of TestNet() from the payment protocol 11 years ago
shshshsh 7b45d943b2 Make max number of orphan blocks kept in memory a startup parameter (fixes #4253) 11 years ago
jtimon 2871889e83 net.h was using std namespace through chainparams.h included in protocol.h 11 years ago
jtimon c8c52de3a0 Replace virtual methods with static attributes, chainparams.h depends on 11 years ago
jtimon a3d946ebdc Get rid of TestNet() 11 years ago
jtimon 6fc0fa63d9 Add RPCisTestNet chain parameter 11 years ago
jtimon cfeb8235fd Add RequireStandard chain parameter 11 years ago
jtimon 21913a9ac9 Add AllowMinDifficultyBlocks chain parameter 11 years ago
jtimon d754f34e8d Move majority constants to chainparams 11 years ago
jtimon 8d26721498 Get rid of RegTest() 11 years ago