6144 Commits (07f70b2dde26ef2b8857642043b149ff23f59a5c)

Author SHA1 Message Date
Philip Kaufmann 5bd6c31bd6 small cleanup of net 10 years ago
Philip Kaufmann 4aaa01783d rework help messages for fee-related options 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
Cory Fields 8b09ef7b63 build: add stub makefiles for easier subdir builds 10 years ago
Cory Fields be4e9aeb14 build: delete old Makefile.am's 10 years ago
Cory Fields 65e8ba4dbe build: Switch to non-recursive make 10 years ago
Wladimir J. van der Laan 7d4dda7630 Remove global strWalletFile 10 years ago
Wladimir J. van der Laan a92aded70e
Fix GUI build with `--disable-wallet` 10 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
jtimon cb9bd83bba Add DefaultCheckMemPool chain parameter 11 years ago
jtimon 2595b9ac23 Add DefaultMinerThreads chain parameter 11 years ago
jtimon bfa9a1a638 Add MineBlocksOnDemand chain parameter 11 years ago
jtimon 1712adbe0b Add MiningRequiresPeers chain parameter 11 years ago
Kosta Zertsekel 71aaff393f Remove double-dash parameters from mapArgs 11 years ago
Andrew Poelstra 4a09e1df51
key.cpp: fail with a friendlier message on missing ssl EC support 11 years ago