aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make KEY_SIZE a compile-time constantPieter Wuille2017-02-171-1/+1
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* Fix memory leak in multiUserAuthorizedPieter Wuille2017-01-121-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Un-expose mapArgs from utils.hMatt Corallo2016-12-241-2/+2
* Fix non-const mapMultiArgs[] access after init.Matt Corallo2016-12-231-1/+1
* [RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli2016-10-191-4/+7
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-2/+5
* Do not shadow member variablesPavel Janík2016-07-311-1/+1
* Make sure LogPrintf strings are line-terminatedMarcoFalke2016-03-011-1/+1
* rpc: Add WWW-Authenticate header to 401 responseWladimir J. van der Laan2016-02-081-0/+5
* Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-281-2/+2
|\
| * move rpc* to rpc/Daniel Cousens2016-01-211-2/+2
* | Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan2016-01-271-0/+4
|\ \ | |/ |/|
| * Add missing copyright headersMarcoFalke2016-01-051-0/+4
* | [RPC] remove the option of having multiple timer interfacesJonas Schnelli2016-01-081-2/+2
|/
* Added additional config option for multiple RPC users.Gregory Sanders2015-11-291-1/+55
* Implement RPCTimerHandler for Qt RPC consoleWladimir J. van der Laan2015-09-031-15/+7
* evhttpd implementationWladimir J. van der Laan2015-09-031-0/+201