summaryrefslogtreecommitdiffstats
path: root/src/server/net.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [KERNEL] Only update alt-server list if received from initial serversr2012-08-251-1/+11
| | | | [*] Add CMD_KEEPALIVE protocol message type
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-251-5/+6
|
* [*] Fix bug in serializer_get_*sr2012-08-251-2/+5
| | | | | | [CLIENT/KERNEL] Change ioctl to handle volume names instead if vids [*] Make protocol endian safe [CLIENT] Display ioctl errorcode on failure
* [*] Cleanup, comments, more error checkssr2012-08-241-80/+234
| | | | | | | | [SERVER] Fix a few off-by-one bugs [SERVER] Make log available through IPC [KERNEL] Hot-Swap to faster connection on load-balance [KERNEL] Report I/O error to block layer if no server replies within a given time frame [*] Modified network protocol to handle volume names instead of ids
* [ALL] Some cleanupJohann Latocha2012-05-211-1/+5
|
* [KERNEL] Notify if new release available (sysfs)Johann Latocha2012-04-201-1/+1
|
* [SERVER] tcp-corkJohann Latocha2012-04-111-0/+7
|
* [SERVER] Cache improvedJohann Latocha2012-04-111-8/+55
|
* [SERVER] Cache images on hddJohann Latocha2012-03-061-3/+34
|
* [ALL] Bugs, bugs, bugs...Johann Latocha2012-02-221-31/+30Star
|
* [SERVER] Segfault on conf reload (hopefully!) fixedJohann Latocha2012-02-221-15/+14Star
|
* [ALL] Send proper ridJohann Latocha2012-02-211-0/+2
|
* [KERNEL] Major bug fixesJohann Latocha2012-02-161-3/+3
|
* [BUILD] Don't overwrite existing config filesJohann Latocha2012-02-161-1/+1
|
* [SERVER] Minor bug fixesJohann Latocha2012-02-151-1/+1
|
* [SERVER] Print more statistics (exported images, atime,...)Johann Latocha2012-02-151-0/+3
|
* [SERVER] Spinlocks to freeze threads while reloading configJohann Latocha2012-02-111-6/+5Star
|
* [SERVER] Config reload fixedJohann Latocha2012-02-101-16/+29
|
* [ALL] RefactoringJohann Latocha2012-02-081-12/+28
| | | | | [ALL] Send and receive servers [TODO] Config file reloading is broken
* [SERVER] IPC over unix socketJohann Latocha2012-02-021-0/+1
| | | | [SERVER] Print connected clients and used images
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-11/+8Star
| | | | | [KERNEL] Bugfixes [CLIENT] Using vid and rid
* [SERVER] Close all client sockets on shutdownJohann Latocha2012-02-011-9/+12
|
* [ALL] Some refactoringJohann Latocha2012-01-311-0/+133