aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli-res.rc
Commit message (Collapse)AuthorAgeFilesLines
* Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-1/+1
|
* Update Windows resource files (and add one for bitcoin-tx)Luke Dashjr2015-05-221-2/+2
|
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* 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.