aboutsummaryrefslogtreecommitdiff
path: root/src/common/http_connection.h
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Updates to epee HTTP client codeLee Clagett2017-01-251-10/+7
| | | | | | | | - 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/+2
|
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-311-0/+28
|
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-241-0/+42
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.