Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | Add new RPC "lockunspent", to prevent spending of selected outputs | Jeff Garzik | |
and associated RPC "listlockunspent". This is a memory-only filter, which is empty when a node restarts. | |||
2012-10-29 | New createmultisig rpc command | Gavin Andresen | |
This is to support the signrawtransaction API call; given the public keys involved in a multisig transaction, this gives back the redeemScript needed to sign it. | |||
2012-10-20 | Add gettxout and gettxoutsetinfo RPCs | Pieter Wuille | |
2012-10-04 | Add constants for HTTP status codes | Wladimir J. van der Laan | |
2012-10-04 | Document RPC error codes | Wladimir J. van der Laan | |
Replace all "magic values" in RPCError(...) by constants. | |||
2012-08-23 | Add address groupings RPC from the coincontrol patches. | coderrr | |
Signed-off-by: Gregory Maxwell <greg@xiph.org> | |||
2012-08-21 | Merge pull request #1493 from jgarzik/unlocked-rpc | Jeff Garzik | |
RPC: add facility to enable RPCs to run outside cs_main, wallet locks | |||
2012-08-21 | RPC: add facility to enable RPCs to run outside cs_main, wallet locks | Jeff Garzik | |
Use with 'stop' and 'help' RPCs. This provides a facility to individually evaluate the locking for an RPC, and potentially make it more parallel. | |||
2012-08-21 | Fix 32-bit build error: include util.h to get int64 typedef | Gavin Andresen | |
2012-08-21 | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik | |
Move code to new modules rpcwallet.cpp, rpcblockchain.cpp | |||
2012-08-21 | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik | |
2012-08-21 | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module | Jeff Garzik | |
2012-08-20 | Allow signrawtransaction '...' null null 'hashtype' | Gavin Andresen | |
Allows the user to pass null as the second or third parameter to signrawtransaction, in case you need to (for example) fetch private keys from the wallet but want to specify the hash type. | |||
2012-07-05 | RPCTypeCheck method to make type-checking JSON Arrays easier. | Gavin Andresen | |
2012-05-23 | rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h. | Jeff Garzik | |
2012-05-21 | Define BOOST_SPIRIT_THREADSAFE in all makefiles | Jeff Garzik | |
rather than at each include site. Fixes #1371 | |||
2012-05-18 | Update License in File Headers | Fordy | |
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | |||
2012-05-08 | Support multi-threaded JSON-RPC | David Joel Schwartz | |
Change internal HTTP JSON-RPC server from single-threaded to thread-per-connection model. The IP filter list is applied prior to starting the thread, which then processes the RPC. A mutex covers the entire RPC operation, because not all RPC operations are thread-safe. [minor modifications by jgarzik, to make change upstream-ready] | |||
2012-05-05 | Add UI RPC console / debug window | Wladimir J. van der Laan | |
2012-04-21 | Expose CRPCTable via bitcoinrpc.h for testing | Pieter Wuille | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2011-08-16 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-07-03 | windows build fixes | Wladimir J. van der Laan | |