aboutsummaryrefslogtreecommitdiff
path: root/src/common/rpc_client.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-221-1/+3
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* rpc_client: Fix error handlingErik de Castro Lopo2018-01-291-8/+8
| | | | | Previous code was unable to distingush between a connection error and a communication error.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* rpc_client: print destination host/port when failing to connectmoneromooo-monero2017-08-221-3/+3
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+5
|
* Updates to epee HTTP client codeLee Clagett2017-01-251-25/+10
| | | | | | | | - http_simple_client now uses std::chrono for timeouts - http_simple_client accepts timeouts per connect / invoke call - shortened names of epee http invoke functions - invoke command functions only take relative path, connection is not automatically performed
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* common: const and init list pedantrymoneromooo-monero2015-10-271-1/+1
|
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-311-0/+28
|
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-241-0/+132
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something.