summaryrefslogtreecommitdiffstats
path: root/src/server/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SERVER] Add list of trusted servers and namespaces (load, display)sr2012-09-021-8/+1Star
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-011-8/+8
* [SERVER] Added soft and hard timeouts for image deletion: reject any new clie...sr2012-08-311-10/+21
* last minute messup fixedsr2012-08-301-1/+1
* [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled proper...sr2012-08-301-4/+7
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-271-2/+17
* [*] Fix bug in serializer_get_*sr2012-08-251-0/+1
* [*] Cleanup, comments, more error checkssr2012-08-241-31/+52
* [SERVER] IPC add imageJohann Latocha2012-07-261-1/+9
* [SERVER] IPC over TCPJohann Latocha2012-07-251-0/+2
* [SERVER] Cache images on hddJohann Latocha2012-03-061-0/+20
* [SERVER] Segfault on conf reload (hopefully!) fixedJohann Latocha2012-02-221-1/+8
* [KERNEL] Major bug fixesJohann Latocha2012-02-161-1/+1
* [SERVER] Print more statistics (exported images, atime,...)Johann Latocha2012-02-151-3/+3
* [SERVER] Memleak fixedJohann Latocha2012-02-151-0/+1
* [SERVER] Spinlocks to freeze threads while reloading configJohann Latocha2012-02-111-2/+1Star
* [SERVER] Config reload fixedJohann Latocha2012-02-101-4/+2Star
* [ALL] RefactoringJohann Latocha2012-02-081-2/+4
* [CLIENT] Connecting via config fileJohann Latocha2012-02-031-8/+8
* [SERVER] IPC over unix socketJohann Latocha2012-02-021-8/+17
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-4/+6
* [SERVER] Close all client sockets on shutdownJohann Latocha2012-02-011-4/+22
* [ALL] Some refactoringJohann Latocha2012-01-311-148/+30Star
* [ALL] Reformat (line wrapping, indent)Johann Latocha2012-01-301-205/+202Star
* [SERVER] Timeout for client socketsJohann Latocha2012-01-301-0/+14
* [SERVER] Some refactoringJohann Latocha2012-01-301-13/+16
* [KERNEL] Change server at runtimeJohann Latocha2012-01-301-3/+2Star
* [SERVER] Reload configuration at runtimeJohann Latocha2012-01-261-31/+65
* [KERNEL] Multi device supportJohann Latocha2012-01-251-5/+6
* Serving more than one image.Johann Latocha2012-01-241-14/+70
* Support files > 4GBJohann Latocha2012-01-201-4/+5
* First working version :)Johann Latocha2012-01-191-20/+23
* initial commitJohann Latocha2011-11-291-0/+173