summaryrefslogtreecommitdiffstats
path: root/src/server/rpc.h
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Add --errormsg to only serve HTTP-JSON error codeSimon Rettberg2017-11-021-0/+1
| | | | | This could have been an external tool, but this didn't add much code and has the benefit of honoring the config file for port and bind address.
* [SERVER] Add AFL supportSimon Rettberg2017-10-301-0/+1
| | | | | | | | | | | AFL is an instrumenting fuzzer. It expects to pass input to the program to be tested via command line (file name) or via stdin. This adds support for reading messages that normally would arrive via network directly from stdin. In this mode, the server is pretty useless otherwise. http://lcamtuf.coredump.cx/afl/
* [SERVER] Implement HTTP RPC that supports different queries and ACLSimon Rettberg2017-10-011-1/+3
| | | | | | | | | - ACL is defined in new file rpc.acl - Queries are still WIP, for now something like /query?q=stats&q=images /query?q=clients works, although the parsing is still ugly - Also supports HTTP keep-alive
* Removed dnbd3_printClients, added clients to statistics json in rpc.Stephan Schwaer2015-05-041-1/+0Star
|
* [SERVER] PoC RPC interfaceschwaers2015-04-301-0/+7
|
* Rewriting....sr2013-07-081-55/+0Star
|
* [SERVER] Refactor codesr2012-12-191-0/+55
[SERVER] Return List of Alt Servers on RPC_IMG_LIST