aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rpc_args.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21Add ssl_options support to monerod's rpc mode.Lee Clagett1-2/+80
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-08-31rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec1-4/+10
- passing by parameter is insecure as it is shown in the process list
2018-06-21fix typos in language files and rpc_args.cppordtrogen1-1/+1
2018-02-16Merge pull request #3094Riccardo Spagni1-1/+1
a85dbb3f Fixed typos and wording tweaks (Maxithi)
2018-01-29Fixed typos and wording tweaksMaxithi1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-1/+3
wallet2 is a library, and should not prompt for stdin. Instead, pass a function so simplewallet can prompt on stdin, and a GUI might display a window, etc.
2017-11-03Fix file permission issueTim L1-0/+0
This branch fixes a file permission issue introduced by https://github.com/monero-project/monero/commit/69c37200aa87f100f731e755bdca7a0dc6ae820a
2017-10-30RPC Add cross origin resource sharing supportTim L1-0/+18
2017-02-23rpc: s/rcp/rpc/moneromooo-monero1-1/+1
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-0/+96