summaryrefslogtreecommitdiffstats
path: root/src/server/ipc.h
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Refactor codesr2012-12-191-55/+0Star
| | | | [SERVER] Return List of Alt Servers on RPC_IMG_LIST
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-071-6/+10
| | | | [SERVER] Restructure RPC functions, add helpers
* [SERVER] IPC: Add calls to add/remove trusted namespaces and serverssr2012-09-191-5/+7
|
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-031-0/+2
| | | | | | [SERVER] Skeleton of server-to-server communication [SERVER] Update access-time of images in use by actual clients [*] Add dnbd3_host_t type to handle address+port+addrtype consistently across the project
* [*] Fixed and unified formattingsr2012-09-031-4/+4
|
* [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled ↵sr2012-08-301-1/+4
| | | | | | | | | properly on 32bit [SERVER] Change IPC interface to be able to handle more than 1 request per connection [SERVER] Change IPC interface to use select() so it can handle multiple connections at the same time [SERVER] Re-Implement dnbd3_add_image() to work with image list [SERVER] Add lots of sanity/safety checks and error messages when loading/adding an image
* [SERVER] IPC, delete imagednbd3-jjl-thesis-finalJohann Latocha2012-07-311-1/+2
| | | | TODO: unlink file
* [SERVER] Add IPCHeaderJohann Latocha2012-07-301-0/+10
|
* [SERVER] IPC add imageJohann Latocha2012-07-261-0/+1
|
* [SERVER] IPC over unix socketJohann Latocha2012-02-021-0/+32
[SERVER] Print connected clients and used images