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-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-07-17
Register wallet endpoint
Jonas Schnelli
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-27
Indentation after 'Remove redundant calls to gArgs.IsArgSet()'
Jorge Timón
2017-06-27
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-09
Remove duplicate includes
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r...
Jorge Timón
2017-05-17
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-05-09
Util: Small improvements in gArgs usage
Jorge Timón
2017-05-09
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs
Jorge Timón
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
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