6144 Commits (07f70b2dde26ef2b8857642043b149ff23f59a5c)

Author SHA1 Message Date
Wladimir J. van der Laan 651480c8e4 move functions in main and net to implementation files 10 years ago
Wladimir J. van der Laan 610a8c0759 Move SetThreadPriority implementation to util.cpp instead of the header 10 years ago
Wladimir J. van der Laan f780e65ac6 Remove unused function `ByteReverse` from util.h 10 years ago
Wladimir J. van der Laan 121d6ad9db Remove unused `alignup` function from util.h 10 years ago
Wladimir J. van der Laan d1e26d4e71 Move CMedianFilter to timedata.cpp 10 years ago
Daniel Kraft d0867acb0e Use const CCoinsView's at some places. 10 years ago
Daniel Kraft a3dc587a62 Make appropriate getter-routines "const" in CCoinsView. 10 years ago
Daniel Kraft ffb4c210bc Mark LevelDB "Read" and "Exists" functions as const. 10 years ago
Pieter Wuille 92bb6f2f17 Bypass reloading blocks from disk 10 years ago
Peter Todd aa41ac216e
Test IsPushOnly() with invalid push 10 years ago
Pieter Wuille fff7455ded Make CScript::clear() release its memory 10 years ago
Pieter Wuille b0875eb3fe Allow BatchWrite to destroy its input, reducing copying 10 years ago
jtimon 654871d436 replace ComputeMinWork with CheckMinWork 10 years ago
jtimon b343c1a1e3 Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits) 10 years ago
jtimon c2c02f3fa9 Move UpdateTime to pow 10 years ago
Jeff Garzik 7f836c66bd rpc_tests: use BOOST_CHECK_EQUAL 10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods 10 years ago
Wladimir J. van der Laan 9b6d4c5cdc Move strprintf define to tinyformat.h 10 years ago
Wladimir J. van der Laan 81212588c0 Remove print() from core functions 10 years ago
Jeff Garzik dc271fc025 UniValue tests: use more BOOST_CHECK() 10 years ago
Jeff Garzik e85267be63 UniValue: add unit tests 10 years ago
Jeff Garzik dee9324a0b UniValue: compact (!pretty) output should not include extra whitespace 10 years ago
Jeff Garzik 42642c9695 UniValue: use correct setNumStr() input val, when setting number values 10 years ago
Jeff Garzik df4d61e681 Add bitcoin-tx tests 10 years ago
Jeff Garzik fb14452c6c bitcoin-tx: Accept input via stdin. Add input handling to tests. 10 years ago
Jeff Garzik d789386371 Add "it works" test for bitcoin-tx 10 years ago
Wladimir J. van der Laan 01094bd01f Don't reveal whether password is <20 or >20 characters in RPC 10 years ago
Jeff Garzik 3a56de7fc3 addrman: Do not propagate obviously poor addresses onto the network 10 years ago
Cory Fields e432a5f08d build: add option for reducing exports (v2) 10 years ago
Kamil Domanski 8695a39350 replace int with size_t in stream methods 10 years ago
Wladimir J. van der Laan fad23a210b
Revert "build: add option for reducing exports" 10 years ago
Jeff Garzik 3cceba7abb Univalue: Do not build JSON escape list at runtime 10 years ago
Wladimir J. van der Laan e4731dd85c
qt: Use quint64 for formatServicesStr 10 years ago
Wladimir J. van der Laan aa8279513b
Add detailed network info to getnetworkinfo RPC 10 years ago
Wladimir J. van der Laan 88fe88cf36
gui: remove redundant numTransactions tracking 10 years ago
Cozz Lovan cb5fa86f42 [Qt] Revert overviewpage from QFormLayout to QVBoxLayout 10 years ago
Cozz Lovan 0d27dad845 Clean-up SyncWithWallets/SyncTransaction 10 years ago
randy-waterhouse c101c76907 build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes). 10 years ago
Ross Nicoll 5cbda4f10f Changed LevelDB cursors to use scoped pointers to ensure destruction when going out of scope. 10 years ago
randy-waterhouse a65668ddc0 build : fix CPPFLAGS for libbitcoin_cli 10 years ago
Cory Fields 4975ae1722 build: add option for reducing exports 10 years ago
Cory Fields 54c7df81f3 build: Fix boost build on some platforms 10 years ago
Cory Fields 6b099402b4
build: fix automake warnings about the use of INCLUDES 10 years ago
Jeff Garzik 6f2c26a457 Closely track mempool byte total. Add "getmempoolinfo" RPC. 10 years ago
Jeff Garzik c7b6117deb Create new signal for notification of new blocks. Use w/ -blocknotify 10 years ago
Jeff Garzik beb36e800c ui_interface: remove unused NotifyBlocksChanged signal 10 years ago
Cozz Lovan da2ede2aa6 [Wallet] Improve ReorderTransactions(..) 10 years ago
Cory Fields 616c24307f bitcoin-tx: fix build warnings 10 years ago
Peter Todd 9ee09dc64f
Reapply: Reject transactions with excessive numbers of sigops 10 years ago
Wladimir J. van der Laan c33b983903
Don't poll showmyip.com, it doesn't exist anymore 10 years ago