summaryrefslogtreecommitdiffstats
path: root/src/kernel/net.c
Commit message (Expand)AuthorAgeFilesLines
* [KERNEL] Add IOCTLs to add and remove serverssr2012-08-281-207/+158Star
* [SERVER] Add missing ntohl() calls when parsing replysr2012-08-271-0/+2
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-271-58/+123
* [KERNEL] Make rtt threshold relativesr2012-08-251-28/+30
* [KERNEL] Fix receive thread not reacting to wake_upsr2012-08-251-3/+14
* [KERNEL] Only update alt-server list if received from initial serversr2012-08-251-11/+47
* [KERNEL] Fix compiler warning on 32bit systemssr2012-08-251-2/+2
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-251-19/+38
* [*] Fix bug in serializer_get_*sr2012-08-251-7/+17
* [*] Cleanup, comments, more error checkssr2012-08-241-246/+494
* [ALL] Some cleanupJohann Latocha2012-05-211-16/+17
* [KERNEL] RTT bug fixedJohann Latocha2012-05-111-0/+6
* [KERNEL] RTT bug fixedJohann Latocha2012-05-111-2/+2
* [KERNEL] Set proper exit status on connectionJohann Latocha2012-05-081-6/+7
* [KERNEL] rtt measurement improvedJohann Latocha2012-05-081-3/+16
* [KERNEL] Null hostname if connection was not successfulroot2012-05-071-0/+5
* [KERNEL] Notify if new release available (sysfs)Johann Latocha2012-04-201-0/+5
* [KERNEL] Minor bug fixedJohann Latocha2012-03-011-1/+6
* [KERNEL] One more KP fixedJohann Latocha2012-02-221-7/+14
* [KERNEL] Minor bugfixJohann Latocha2012-02-221-5/+7
* [KERNEL] Ask alt servers on connectJohann Latocha2012-02-221-5/+12
* [ALL] Bugs, bugs, bugs...Johann Latocha2012-02-221-23/+25
* [SERVER] Segfault on conf reload (hopefully!) fixedJohann Latocha2012-02-221-14/+14
* [ALL] Send proper ridJohann Latocha2012-02-211-0/+2
* [KERNEL] SysFS interface added (/sys/block/dnbd*/net/)Johann Latocha2012-02-211-42/+52
* [KERNEL] Take fastest server if availableJohann Latocha2012-02-201-10/+27
* [KERNEL] KP on rmmod fixedJohann Latocha2012-02-201-1/+1
* [KERNEL] Major bug fixesJohann Latocha2012-02-161-27/+27
* [KERNEL] Switch server on connection lostJohann Latocha2012-02-161-46/+73
* [KERNEL] Kernel panic while server is gone fixedJohann Latocha2012-02-151-18/+62
* [SERVER] Memleak fixedJohann Latocha2012-02-151-33/+171
* [SERVER] Config reload fixedJohann Latocha2012-02-101-100/+110
* [CLIENT] Get host by nameJohann Latocha2012-02-091-1/+1
* [ALL] RefactoringJohann Latocha2012-02-081-82/+98
* [ALL] Request latest available ridJohann Latocha2012-02-061-2/+2
* [KERNEL] Segfault at closing device fixedJohann Latocha2012-02-061-2/+0Star
* [KERNEL] Device can now be closedJohann Latocha2012-02-031-4/+16
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-11/+15
* [ALL] Some refactoringJohann Latocha2012-01-311-9/+9
* [ALL] Reformat (line wrapping, indent)Johann Latocha2012-01-301-247/+247
* [SERVER] Timeout for client socketsJohann Latocha2012-01-301-10/+55
* [KERNEL] Change server at runtimeJohann Latocha2012-01-301-8/+41
* [KERNEL] Multi device supportJohann Latocha2012-01-251-37/+36Star
* Serving more than one image.Johann Latocha2012-01-241-1/+8
* Support files > 4GBJohann Latocha2012-01-201-2/+1Star
* First working version :)Johann Latocha2012-01-191-0/+206