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