summaryrefslogtreecommitdiffstats
path: root/src/types.h
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Always use fsync instead of fdatasyncSimon Rettberg2018-07-051-1/+0Star
* [SERVER] Use likely/unlikely in uplink disk writing loopSimon Rettberg2018-06-251-0/+8
* [SERVER] Add AFL supportSimon Rettberg2017-10-301-0/+6
* [*] Introduce constants for IPv4/6 in dnbd3_host_tSimon Rettberg2017-10-281-1/+7
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-171-6/+27
* [SERVER] Implement HTTP RPC that supports different queries and ACLSimon Rettberg2017-10-011-1/+1
* [SERVER] Fix formattingSimon Rettberg2016-03-221-2/+2
* dnbd3server build success on freebsd :)Sebastian2016-02-111-0/+15
* [KERNEL/CLIENT] Several minor tweaks and changesSimon Rettberg2016-01-111-1/+3
* [SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare...Simon Rettberg2015-01-141-0/+6
* Fix compilation on CentOS by adding yet another endian related checkSimon Rettberg2015-01-131-1/+1
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi...Simon Rettberg2014-12-311-7/+1Star
* [SERVER] Extend endianness detectionSimon Rettberg2013-11-081-1/+1
* [SERVER] Still working on the uplink... Almost theresr2013-07-261-2/+2
* ...Working on proxy mode...sr2013-07-251-0/+1
* Remove all glib dependencies from serversr2013-07-171-0/+14
* Replace all pthread_spin_* calls with spin_*, so that all locking can be trac...sr2013-07-171-0/+2
* "It's compiling!"sr2013-07-151-0/+1
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-071-2/+2
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-031-7/+12
* [*] Fixed and unified formattingsr2012-09-031-15/+15
* [SERVER] Add list of trusted servers and namespaces (load, display)sr2012-09-021-6/+7
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-011-5/+3Star
* [KERNEL] Add IOCTLs to add and remove serverssr2012-08-281-0/+5
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-271-4/+5
* [KERNEL] Only update alt-server list if received from initial serversr2012-08-251-0/+1
* [*] Fix bug in serializer_get_*sr2012-08-251-0/+2
* [*] Cleanup, comments, more error checkssr2012-08-241-12/+52
* [ALL] Some cleanupJohann Latocha2012-05-211-1/+0Star
* [KERNEL] Read ahead increasedJohann Latocha2012-02-231-0/+1
* [ALL] Bugs, bugs, bugs...Johann Latocha2012-02-221-4/+0Star
* [ALL] Send proper ridJohann Latocha2012-02-211-0/+2
* [SERVER] Config reload fixedJohann Latocha2012-02-101-0/+4
* [ALL] RefactoringJohann Latocha2012-02-081-10/+10
* [KERNEL] Device can now be closedJohann Latocha2012-02-031-7/+12
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-5/+7
* [ALL] Some refactoringJohann Latocha2012-01-311-2/+2
* [ALL] Reformat (line wrapping, indent)Johann Latocha2012-01-301-8/+8
* [SERVER] Timeout for client socketsJohann Latocha2012-01-301-0/+1
* [KERNEL] Change server at runtimeJohann Latocha2012-01-301-4/+5
* [KERNEL] Multi device supportJohann Latocha2012-01-251-2/+4
* Serving more than one image.Johann Latocha2012-01-241-1/+23
* First working version :)Johann Latocha2012-01-191-0/+33