summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* [KERNEL] Removes duplicate word 'of' in license headersManuel Bentele2021-04-161-1/+1
* [CLIENT] Use SO_GETPEERCRED instead of braindead setuid crapSimon Rettberg2021-04-141-56/+69
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-1/+6
* [BUILD] Fix dnbd3-client build, Fix source-only buildSimon Rettberg2020-12-021-1/+1
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-021-1/+3
* [CLIENT] print help and version number correctlyManuel Bentele2020-12-021-8/+5Star
* [CLIENT] display proper connected server if multiple servers specifiedManuel Bentele2020-11-101-12/+18
* [KERNEL, CLIENT]: submit and probe multiple dnbd3-server with ioctl OPENManuel Bentele2020-11-061-14/+54
* [CLIENT] format output of program help textManuel Bentele2020-10-301-7/+7
* [CLIENT] add documentation for adding/removing dnbd3-server to helpManuel Bentele2020-10-302-10/+9Star
* [CLIENT] add feature to ignore propagated alternative servers (sticky mode)Manuel Bentele2020-10-291-6/+23
* [BUILD] remove the build requirement for an unused C++ compilerManuel Bentele2020-10-271-1/+2
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-222-3/+4
* [BUILD] set build type and stop Release build if repository is dirtyManuel Bentele2020-10-191-2/+2
* [BUILD] fixes issues to build user space programs on FreeBSD 12.1Manuel Bentele2020-10-192-1/+2
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-162-5/+19
* [*] Introduce constants for IPv4/6 in dnbd3_host_tSimon Rettberg2017-10-281-8/+9
* [*] Continue splitting #defines to clientconfig.h etc.Simon Rettberg2017-09-021-0/+1
* [CLIENT] fix help output for closing a deviceJonathan Bauer2016-06-131-1/+1
* cleanup commitsSebastian2016-02-111-4/+3Star
* [KERNEL/CLIENT] Several minor tweaks and changesSimon Rettberg2016-01-111-2/+2
* [CLIENT] Fix compilation, adapt to stdbool.hSimon Rettberg2015-01-131-25/+25
* [CLIENT] Debug argument handling in daemon modeSimon Rettberg2014-04-151-9/+13
* [*] Add automatic version string generationv2.0Simon Rettberg2014-01-131-0/+1
* [CLIENT] Add options to add and remove alt-serversSimon Rettberg2013-11-111-31/+94
* [CLIENT] Fix daemon-kill commandSimon Rettberg2013-08-221-1/+4
* [CLIENT] Fixes & TweaksSimon Rettberg2013-08-201-12/+24
* [CLIENT] Fix nullpointer accessSimon Rettberg2013-08-201-3/+1Star
* [CLIENT] Finish daemon-mode supportSimon Rettberg2013-08-201-15/+105
* [CLIENT] Start implementing a daemon mode which should make connecting dnbd3 ...Simon Rettberg2013-08-191-140/+348
* Completely remove glib as dependencysr2013-07-181-52/+1Star
* [KERNEL/CLIENT] Add IPv6 supportdnbd3-sr-thesis-finalsr2013-01-151-14/+88
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-031-9/+9
* [*] Fixed and unified formattingsr2012-09-031-216/+217
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-011-1/+1
* [KERNEL] Add IOCTLs to add and remove serverssr2012-08-281-0/+1
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-271-4/+4
* [KERNEL] Only update alt-server list if received from initial serversr2012-08-251-4/+4
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-251-3/+5
* [*] Fix bug in serializer_get_*sr2012-08-251-7/+10
* [*] Cleanup, comments, more error checkssr2012-08-241-24/+40
* [ALL] Some cleanupJohann Latocha2012-05-211-17/+10Star
* [KERNEL] Set proper exit status on connectionJohann Latocha2012-05-081-0/+12
* [KERNEL] Read ahead increasedJohann Latocha2012-02-231-4/+15
* [CLIENT] Get host by nameJohann Latocha2012-02-091-10/+23
* [ALL] Request latest available ridJohann Latocha2012-02-061-6/+6
* [KERNEL] Device can now be closedJohann Latocha2012-02-031-52/+61
* [CLIENT] Connecting via config fileJohann Latocha2012-02-031-16/+64
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-19/+28
* [ALL] Some refactoringJohann Latocha2012-01-311-6/+6