8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
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
Wladimir J. van der Laan 3b72fdfb86 Revert "Reject transactions with excessive numbers of sigops" 10 years ago
ntrgn 8bfdc9acaa
qt: better looking trayicon 10 years ago
Wladimir J. van der Laan 4c61ba40b9 build: check for sys/prctl.h in the proper way 10 years ago
Wladimir J. van der Laan 76c49c4138
Fix thread name setting 10 years ago
jtimon a381ee5d1c Remove unnecessary typedef and script.h include 10 years ago
jtimon 54e658f249 Remove unused CKeyStoreIsMineVisitor 10 years ago
Cozz Lovan 1c5f0af0fd [Qt] Add column Watch-only to transactions list 10 years ago
Cozz Lovan 939ed97373 Add boolean HaveWatchonly and signal NotifyWatchonlyChanged 10 years ago
Cozz Lovan 6b5b7cbfb4
Categorize rpc help overview 10 years ago
Wladimir J. van der Laan ea96475d23
build: Add mention of --disable-wallet to bdb48 error messages 10 years ago
Mike Hearn da2ec100f3 Add a getutxos command to the p2p protocol. It allows querying of the UTXO set 10 years ago
Wladimir J. van der Laan ea100c73fa Reduce maximum coinscache size during verification 10 years ago
Matt Corallo a35b55b522 Dont run full check every time we decrypt wallet. 10 years ago
Gregory Maxwell 1e21c17d20 Make CCryptoKeyStore::Unlock check all keys. 10 years ago
Philip Kaufmann 22b3c4bbbd remove unused class CAddrMan; from db.h 10 years ago
Cozz Lovan 9297763dad [Qt] Add TRY_LOCK back to peertablemodel 10 years ago
Derek701 ab45ddb599 Fix typo in gettransaction help 10 years ago
Pieter Wuille eb0b56b190 Simplify serialize.h's exception handling 10 years ago
Pieter Wuille 216e9a4456 Add a way to limit deserialized string lengths 10 years ago
Cory Fields 565e569772 libc-compat: add new symbol that's now needed 10 years ago
Ross Nicoll c7f3876d4a URLs containing a / after the address no longer cause parsing errors. 10 years ago
Philip Kaufmann b197bf3270 [Qt] disable tray interactions when client model set to 0 10 years ago
Philip Kaufmann 314fbd9ac7 [Qt] use BitcoinGUI::DEFAULT_WALLET constant in bitcoin.cpp 10 years ago
Philip Kaufmann 8ca6a16176 [Qt] ensure all class attributes are init to 0 10 years ago
Philip Kaufmann c4bae53092 [Qt] move SubstituteFonts() above ToolTipToRichTextFilter 10 years ago