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
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-04
http: replace boost::split with SplitString
Martin Leitner-Ankerl
2022-04-30
Reject invalid rpcauth formats
MacroFake
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-27
Reject incorrect base64 in HTTP auth
Pieter Wuille
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-02
Replace use of boost::trim use with locale-independent TrimString
Ben Woosley
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2020-11-23
rpc: Validate -rpcauth arguments
João Barbosa
2020-11-23
rpc: Refactor to process -rpcauth once
João Barbosa
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-20
Merge #19006: rpc: Avoid crash when g_thread_http was never started
MarcoFalke
2020-05-19
init: Remove confusing and redundant InitError
MarcoFalke
2020-05-17
log: Remove "No rpcpassword set" from logs
MarcoFalke
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-11
Add RPC Whitelist Feature from #12248
Jeremy Rubin
2019-10-28
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-10
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
John Newbery
2018-08-13
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-15
scripted-diff: Fix references to share/rpcuser (now share/rpcauth)
Mason Simon
2018-07-07
Don't assert(foo()) where foo has side effects
practicalswift
2018-05-16
RPCAuth Detection in Logs
Linrono
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-27
Merge #12778: RPC: Add username and ip logging for RPC method requests
Wladimir J. van der Laan
2018-03-26
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-25
Add username and ip logging for RPC method requests
Gabriel Davidian
2018-03-06
Bugfix: RPC: Add missing UnregisterHTTPHandler for /wallet/
Luke Dashjr
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-11
Use the character based overload for std::string::find.
Alin Rus
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
[next]