6144 Commits (07f70b2dde26ef2b8857642043b149ff23f59a5c)

Author SHA1 Message Date
Philip Kaufmann 0ce30eaa36 fix crash on shutdown when e.g. changing -txindex and abort action 9 years ago
Alex van der Peet 60dbe73016 New RPC command disconnectnode 9 years ago
Wladimir J. van der Laan 57092ed9e7 rpc: make `gettxoutsettinfo` run lock-free 9 years ago
Cory Fields a794284e61 locking: add a quick example of GUARDED_BY 9 years ago
Cory Fields 2b890dd424 locking: fix a few small issues uncovered by -Wthread-safety 9 years ago
Cory Fields cd27bba060 locking: teach Clang's -Wthread-safety to cope with our scoped lock macros 9 years ago
Cory Fields 72bf90d770 Fix scheduler build with some boost versions. 9 years ago
Philip Kaufmann 26a639e21f remove using namespace std from addrman.cpp 9 years ago
Philip Kaufmann 40c592aa21 make CAddrMan::size() return the correct type of size_t 9 years ago
Wladimir J. van der Laan 02a6702a82 Add option `-alerts` to opt out of alert system 9 years ago
Josh Lehan e3cae52538 Added -whiteconnections=<n> option 9 years ago
Tom Harding 7d6a85ab5b Fix getbalance * 9 years ago
Wladimir J. van der Laan baf05075fa Improve proxy initialization 9 years ago
Stephen ef2a3de25c Add paytxfee to getwalletinfo, warnings to getnetworkinfo 9 years ago
Daniel Kraft 0cc7b2352e Fix univalue handling of \u0000 characters. 9 years ago
Matt Corallo 21bbd920e5 Add fundrawtransaction RPC method 9 years ago
Matt Corallo 1e0d1a2ff0 Add FundTransaction method to wallet 9 years ago
Matt Corallo 2d84e22703 Small tweaks to CCoinControl for fundrawtransaction 9 years ago
Pieter Wuille 9b4e7d9a5e Add DummySignatureCreator which just creates zeroed sigs 9 years ago
Philip Kaufmann e059726811 [Qt] deselect peer when switching away from peers tab in RPC console 9 years ago
Philip Kaufmann 7211adad85 [Qt] replace Boost foreach with Qt version peertablemodel.cpp 9 years ago
Philip Kaufmann 1b0db7b984 [Qt] extend rpc console peers tab 9 years ago
Jorge Timón eb837199a0 Consensus: Refactor: Separate Consensus::CheckTxInputs and GetSpendHeight in CheckInputs 9 years ago
Jorge Timón 425c3a87ff Consensus: Separate CheckIndexAgainstCheckpoint() from ContextualCheckBlockHeader 9 years ago
Wladimir J. van der Laan 9b5659d1c4 Remove translation for -help-debug options 9 years ago
dexX7 506bae3ac9
Return all available information via validateaddress 9 years ago
Gavin Andresen 65b9454503
Use best header chain timestamps to detect partitioning 9 years ago
Andriy Voskoboinyk 0640a5eb60 Add an alternate location of endian.h header 9 years ago
Jonas Schnelli c946ebed5e fix util_tests.cpp clang warnings 9 years ago
Wladimir J. van der Laan 7d8ffac186 Changes necessary now that zero values accepted in AmountFromValue 9 years ago
Wladimir J. van der Laan a04bdefbeb Get rid of fPlus argument to FormatMoney 9 years ago
Wladimir J. van der Laan 4b4b9a8de6 Don't go through double in AmountFromValue and ValueFromAmount 9 years ago
Peter Todd 076badb60f
Add getblockheader RPC call 9 years ago
Jonas Schnelli ef5fca8b80 fix rpcmining/getblocktemplate univalue transition logic error 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
Suhas Daftuar 3e9143386a Advance pindexLastCommonBlock for blocks in chainActive 9 years ago
Jonas Schnelli 44c7474446 univalue: add type check unit tests 9 years ago
Wladimir J. van der Laan c02309204b univalue: add strict type checking 9 years ago
Wladimir J. van der Laan 7e98a3c642 util: Add ParseInt64 and ParseDouble functions 9 years ago
Wladimir J. van der Laan 043df2b568 Simplify RPCclient, adapt json_parse_error test 9 years ago
Jonas Schnelli 519eedeba7 fix univalue json parse tests 9 years ago
Jonas Schnelli c7fbbc7e1d fix missing univalue types during constructing 9 years ago
Jonas Schnelli 8f7e4abbe6 fix rpc batching univalue issue 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 1f263c899e fix rpc unit test, plain numbers are not JSON compatible object 9 years ago
Jonas Schnelli e04d9c25cf univalue: correct bool support 9 years ago
Jonas Schnelli 0c5b2cf69a univalue: add support for real, fix percision and make it json_spirit compatible 9 years ago
Jonas Schnelli 21c10de8c2 special threatment for null,true,false because they are non valid json 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago