aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.cpp
AgeCommit message (Expand)Author
2017-02-17Make KEY_SIZE a compile-time constantPieter Wuille
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-12Fix memory leak in multiUserAuthorizedPieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-23Fix non-const mapMultiArgs[] access after init.Matt Corallo
2016-10-19[RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
2016-07-31Do not shadow member variablesPavel Janík
2016-03-01Make sure LogPrintf strings are line-terminatedMarcoFalke
2016-02-08rpc: Add WWW-Authenticate header to 401 responseWladimir J. van der Laan
2016-01-28Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan
2016-01-27Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens
2016-01-08[RPC] remove the option of having multiple timer interfacesJonas Schnelli
2016-01-05Add missing copyright headersMarcoFalke
2015-11-29Added additional config option for multiple RPC users.Gregory Sanders
2015-09-03Implement RPCTimerHandler for Qt RPC consoleWladimir J. van der Laan
2015-09-03evhttpd implementationWladimir J. van der Laan