lbrycrd/src/rpc
Wladimir J. van der Laan e141aa4ba6 Add mallocinfo mode to getmemoryinfo RPC
This adds a mode argument to `getmemoryinfo`. By default the output
will remain the same. However if a mode argument of `mallocinfo` is
provided the result of glibc `malloc_info` (if available) will
be returned as a string, as-is.

This is useful for tracking heap usage over time or troubleshooting
memory fragmentation issues.
2017-03-20 10:30:18 +01:00
..
blockchain.cpp Merge #9853: Fix error codes from various RPCs 2017-03-09 10:02:17 +01:00
client.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp Don't require segwit in getblocktemplate for segwit signalling or mining 2017-03-14 06:43:37 -04:00
misc.cpp Add mallocinfo mode to getmemoryinfo RPC 2017-03-20 10:30:18 +01:00
net.cpp Merge #9853: Fix error codes from various RPCs 2017-03-09 10:02:17 +01:00
protocol.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
protocol.h [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 2017-03-09 10:16:16 +01:00
rawtransaction.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp Merge #9575: Remove unused, non-working RPC PostCommand signal 2017-03-09 10:01:03 +01:00
server.h Remove unused code 2017-03-17 04:37:43 +01:00