index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
httprpc.cpp
Age
Commit message (
Expand
)
Author
2017-02-17
Make KEY_SIZE a compile-time constant
Pieter Wuille
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-12
Fix memory leak in multiUserAuthorized
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-24
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-23
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-10-19
[RPC] pass HTTP basic authentication username to the JSONRequest object
Jonas Schnelli
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-07-31
Do not shadow member variables
Pavel JanÃk
2016-03-01
Make sure LogPrintf strings are line-terminated
MarcoFalke
2016-02-08
rpc: Add WWW-Authenticate header to 401 response
Wladimir J. van der Laan
2016-01-28
Merge #7348: MOVE ONLY: move rpc* to rpc/
Wladimir J. van der Laan
2016-01-27
Merge #7300: [trivial] Add missing copyright headers
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens
2016-01-08
[RPC] remove the option of having multiple timer interfaces
Jonas Schnelli
2016-01-05
Add missing copyright headers
MarcoFalke
2015-11-29
Added additional config option for multiple RPC users.
Gregory Sanders
2015-09-03
Implement RPCTimerHandler for Qt RPC console
Wladimir J. van der Laan
2015-09-03
evhttpd implementation
Wladimir J. van der Laan