5761 Commits (960e99404ff7337a5eefac9086dd2843fd70f24a)

Author SHA1 Message Date
Philip Kaufmann d6922aad2c [net, trivial] remove using namespace std pollution in netbase.cpp 9 years ago
Philip Kaufmann 49b22928ee [net, trivial] explicitly use std::string for FindNode 9 years ago
Luke Dashjr d449772cf6 Remove P2SH coinbase flag, no longer interesting 9 years ago
Peter Todd 0bb43854c7
Improve comment explaining purpose of MAX_MONEY constant 9 years ago
Jonas Schnelli 6e71efa9f0 [REST] remove json input for getutxos, limit to query max. 15 outpoints 9 years ago
Suhas Daftuar 8273793350 Eliminate compiler warning due to unused variable 9 years ago
Suhas Daftuar a1ba0778dd Ignore getheaders requests when not synced. 9 years ago
Jorge Timón e69734309c Chainparams: Explicit CMessageHeader::MessageStartChars to functions in main: 9 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 9 years ago
Jonas Schnelli 64b8027c5c rest.cpp: strip whitespace 9 years ago
Wladimir J. van der Laan 165e323d85 qt: Periodic translation update 9 years ago
Michael Ford 8697ff33ed Remove duplicate chainparams.h include from alert_tests 9 years ago
Wladimir J. van der Laan b45c50ce51 Fix two problems in CSubNet parsing 9 years ago
Wladimir J. van der Laan 19e8d7be42 Simplify code for CSubnet 9 years ago
Adam Weiss ffdda4e8a7 Catch errors on datadir lock and pidfile delete 9 years ago
Luke Dashjr cc24610fdb Update Windows resource files (and add one for bitcoin-tx) 9 years ago
Wladimir J. van der Laan bdcf5dea7c Fix intermittent hang issue in scheduler_tests 9 years ago
lpescher aa41bc84b1 Update help message to match the #4219 change 9 years ago
lpescher cb87386241 Make command line option to show all debugging consistent with similar options 9 years ago
Jonas Schnelli fb21862b92 [QT] mainwindow toolbar must not be movable 9 years ago
Jonas Schnelli 16d9cb7e29 [QT] overviewpage: make sure warning icons gets colored 9 years ago
Wladimir J. van der Laan e2e7f9513f
qt: fix unused function warning in scicon.cpp 9 years ago
Wladimir J. van der Laan 8c35b6f3be Parameter interaction: disable upnp if -proxy set 9 years ago
Alex Morcos 2457dc43ac Change default nTxConfirmTarget to 2 9 years ago
Wladimir J. van der Laan 77ed59df4d wallet: Introduce constant for `-txconfirmtarget` default 9 years ago
Gavin Andresen f50105486f
More robust CScheduler unit test 9 years ago
Jorge Timón 935bd0a447 Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed GetBlockSubsidy] 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 9 years ago
Cory Fields 27afcd89db Consensus: Refactor: Decouple CValidationState from main::AbortNode() 9 years ago
Wladimir J. van der Laan ac75bafafd
qt: translations update 9 years ago
Alex Morcos c208040354 Fix for clearing fCheckForPruning 9 years ago
Wladimir J. van der Laan 881027a79d Remove assertion from ~LockedPageManager 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
Gavin Andresen 68d370bec4
CScheduler unit test 9 years ago
Cory Fields cfefe5b88c
scheduler: fix with boost <= 1.50 9 years ago
Gavin Andresen 928b950e3b
CScheduler class for lightweight task scheduling 9 years ago
Philip Kaufmann e656560edb
[Qt] add defaultConfirmTarget constant to sendcoinsdialog 9 years ago
Philip Kaufmann a5baba52c5 minor: remove unneeded bool in CWalletDB::Recover 9 years ago
BitcoinPRReadingGroup f13dac972c Comment edits and cleanup 9 years ago
Jorge Timón ff734e905f Alphabetic order in makefile 9 years ago
Philip Kaufmann 5207f33f45 fix header include groups 9 years ago
Philip Kaufmann 59b149ff82 remove unneeded incude of wallet/db.h from rpcmining.cpp 9 years ago
Philip Kaufmann 3703385547 remove unused classes from db.h 9 years ago
Philip Kaufmann 0a7bcb7e55 fix IDE/compiler warning "extra ';'" in validationinterface.h 9 years ago
ayeowch dd9e688b3b Trivial: Corrected owner of DNS seeder 9 years ago
Philip Kaufmann a60bfd810f [init] better message when no wallet support is compiled in 9 years ago
Chris Arnesen 803f51efe4 Typo in GetRawMemPool RPC method help: "]" --> "}" 9 years ago
Pavel Vasin 605a735425 addrman: update comments 9 years ago