summaryrefslogtreecommitdiffstats
path: root/src/server/ipc.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] IPC, delete imagednbd3-jjl-thesis-finalJohann Latocha2012-07-311-11/+63
| | | | TODO: unlink file
* [SERVER] IPC, some protocol refactoringJohann Latocha2012-07-311-8/+8
|
* [SERVER] Add IPCHeaderJohann Latocha2012-07-301-85/+87
|
* [SERVER] IPC add imageJohann Latocha2012-07-261-7/+79
|
* [SERVER] IPC over TCPJohann Latocha2012-07-251-23/+80
|
* Missing semicolon...Johann Latocha2012-07-241-1/+1
|
* [SERVER] IPC is using xml now. NEW DEPENDENCY: libxml2-devJohann Latocha2012-07-241-35/+136
|
* [SERVER] IPC compatibilityJohann Latocha2012-07-191-34/+27Star
|
* [SERVER] IPC in network byte order bc. of java interfaceJohann Latocha2012-07-191-31/+22Star
|
* [SERVER] Set groupid and permissions on ipc socketJohann Latocha2012-07-181-1/+15
|
* [SERVER] Segfault on conf reload (hopefully!) fixedJohann Latocha2012-02-221-0/+2
|
* [SERVER] Minor bug fixesJohann Latocha2012-02-151-1/+1
|
* [SERVER] Print more statistics (exported images, atime,...)Johann Latocha2012-02-151-5/+29
|
* [SERVER] Spinlocks to freeze threads while reloading configJohann Latocha2012-02-111-2/+0Star
|
* [SERVER] Config reload fixedJohann Latocha2012-02-101-9/+1Star
|
* [SERVER] IPC over unix socketJohann Latocha2012-02-021-0/+179
[SERVER] Print connected clients and used images