summaryrefslogtreecommitdiffstats
path: root/src/server/rpc.h
Commit message (Collapse)AuthorAgeFilesLines
* [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