aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli-res.rc
Commit message (Collapse)AuthorAgeFilesLines
* fix copyright string in two of our *.rc filesPhilip Kaufmann2014-07-011-1/+0
| | | | | | - also make comment about rc-files in clientversion.h generic Merges #4429.
* Fixed captitalization in bitcoin-cli-res.rcWhit J2014-06-261-1/+1
|
* qt: Update remaining "The Bitcoin Core Developers"Wladimir J. van der Laan2014-01-141-1/+1
|
* Add separate bitcoin-rpc clientWladimir J. van der Laan2013-10-211-0/+36
This adds an executable `bitcoin-rpc` that only serves as a Bitcoin RPC client. The commit does not remove RPC functionality from the `bitcoind` yet, this functionality should be deprecated but is left for a later version to give users some time to switch.