summaryrefslogtreecommitdiffstats
path: root/src/server/rpc.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] rpc: Support querying storage size + available spaceSimon Rettberg2017-10-111-1/+13
|
* [SERVER] rpc: Return a unique id generated at startup with each replySimon Rettberg2017-10-061-4/+19
|
* [SERVER] Return client count when requesting stats but not client listSimon Rettberg2017-10-061-3/+7
|
* [SERVER] rpc: Fix bitmask calc for odd subnet sizes (not 8, 16, ...)Simon Rettberg2017-10-041-1/+1
|
* [SERVER] Implement HTTP RPC that supports different queries and ACLSimon Rettberg2017-10-011-22/+241
| | | | | | | | | - 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
* [SERVER] Refactor: Move client list to net.* and isolateSimon Rettberg2017-09-071-47/+3Star
|
* cleanup commitsSebastian2016-02-111-9/+2Star
|
* [SERVER] Fix a lot of (mostly harmless) data racesSimon Rettberg2016-01-111-15/+15
|
* [SERVER] More fine grained locking for RPC; better error loggingSimon Rettberg2015-12-161-16/+45
|
* [SERVER] Update includes for moved log.hSimon Rettberg2015-12-021-1/+1
|
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-241-1/+1
|
* [SERVER] Renamed image_fillJson to image_getListAsJson.Stephan Schwaer2015-05-081-1/+1
|
* [SERVER] Rename some more RPC fieldsSimon Rettberg2015-05-081-1/+1
|
* [SERVER] Add image ID for easier handling in RPC, export RID via RPC, make ↵Simon Rettberg2015-05-081-8/+10
| | | | names of the byte count fields in RPC consistent
* [SERVER] Fix premature connection close for RPC repliesSimon Rettberg2015-05-051-7/+10
|
* [Server] Added statistics of images and uptime to json.Stephan Schwaer2015-05-051-10/+14
|
* Removed dnbd3_printClients, added clients to statistics json in rpc.Stephan Schwaer2015-05-041-10/+47
|
* [SERVER] PoC RPC interfaceschwaers2015-04-301-0/+18
|
* Rewriting....sr2013-07-081-810/+0Star
|
* [SERVER] Add IPv6 support (clients and RPC connections)sr2013-01-151-82/+68Star
|
* [SERVER] Add socket helper module to simplify connection setupsr2013-01-151-18/+2Star
| | | | [SERVER] Add more comments to job.c
* [SERVER] RPC: Fix return code when adding and removing trusted name spacessr2013-01-041-6/+10
|
* [SERVER] pthread_spin_lock != pthread_spin_unlocksr2013-01-031-4/+14
| | | | [SERVER] Implement RPC_DEL_IMG
* [SERVER] Fix RPC_ADD_IMGsr2013-01-021-2/+3
|
* [SERVER] Remove unused default-namespace codesr2012-12-201-0/+2
|
* [SERVER] Refactor codesr2012-12-191-0/+823
[SERVER] Return List of Alt Servers on RPC_IMG_LIST