25 Commits (c7e73eafa139c29a38f73ab697e2e967a386908d)

Author SHA1 Message Date
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
practicalswift 54fae05dad Remove unreachable code (g_rpcSignals.PostCommand) 8 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
Gregory Sanders 666597798c remove 'label' filter for rpc command help 8 years ago
Luke Dashjr ad1573472e RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method 8 years ago
Cory Fields 3301587dc5 boost: remove iostreams includes 8 years ago
Russell Yanofsky 52dde66770 [wallet] Add include_unsafe argument to listunspent RPC 8 years ago
Wladimir J. van der Laan 6f1c76ae14 rpc: Support named arguments 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
MarcoFalke fa326193ad [rpc] ParseHash: Fail when length is not 64 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
whythat c784086075 use std::map::emplace() instead of std::map::insert() 8 years ago
whythat 5e187e7001 use c++11 std::unique_ptr instead of boost::shared_ptr 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 9 years ago
João Barbosa 41e835dd50 Add strict flag to RPCTypeCheckObj 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
Andrew C fe00ca758a Create generatetoaddress rpc 9 years ago
Luv Khemani ce7413fcb7 Add autocomplete to bitcoin-qt's console window. 9 years ago
Leviathn 8d1de43f0c Remove internal miner 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
Alex Morcos 01e06d1fa3 Add new rpc call: abandontransaction 9 years ago
Jonas Schnelli 8a7f0001be
[RPC] remove the option of having multiple timer interfaces 9 years ago
Jonas Schnelli db198d51a6
Fix RPCTimerInterface ordering issue 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Alex Morcos 56106a3300 Expose RPC calls for estimatesmart functions 9 years ago
Bob McElrath a83f3c2426 Add explicit shared_ptr constructor due to C++11 error 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Wladimir J. van der Laan 5e0c221356 Make HTTP server shutdown more graceful 9 years ago
Wladimir J. van der Laan be33f3f50b Implement RPCTimerHandler for Qt RPC console 9 years ago
Wladimir J. van der Laan 40b556d374 evhttpd implementation 9 years ago
Veres Lajos 9f68ed6b6d typofixes (found by misspell_fixer) 9 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 9 years ago
Wladimir J. van der Laan 614601be8f rpc: Accept strings in AmountFromValue 9 years ago
Matt Corallo a1d7df3236 Add importpubkey method to import a watch-only pubkey 9 years ago
Wladimir J. van der Laan 7650449a67 univalue: Avoid unnecessary roundtrip through double for numbers 9 years ago
Wladimir J. van der Laan e061e2778d rpc: Make ValueFromAmount always return 8 decimals 9 years ago
Wladimir J. van der Laan 71cbeaad9a rpc: Implement random-cookie based authentication 9 years ago
Wladimir J. van der Laan 9cc91523db rpc: Accept scientific notation for monetary amounts in JSON 9 years ago
Wladimir J. van der Laan 85ee55b5c3 rpc: Remove chain-specific RequireRPCPassword 9 years ago
Forrest Voight 72b9452b1d When processing RPC commands during warmup phase, parse the 10 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 10 years ago
Jonas Schnelli d930b26a26 [RPC] add setban/listbanned/clearbanned RPC commands 10 years ago
Alex van der Peet 60dbe73016 New RPC command disconnectnode 10 years ago
Matt Corallo 21bbd920e5 Add fundrawtransaction RPC method 10 years ago
Wladimir J. van der Laan a04bdefbeb Get rid of fPlus argument to FormatMoney 10 years ago
Wladimir J. van der Laan 4b4b9a8de6 Don't go through double in AmountFromValue and ValueFromAmount 10 years ago
Peter Todd 076badb60f
Add getblockheader RPC call 10 years ago