summaryrefslogtreecommitdiffstats
path: root/src/fuse
Commit message (Expand)AuthorAgeFilesLines
* [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-2/+3
* [BUILD] add option to build the dnbd3-server with afl-fuzz supportManuel Bentele2020-10-201-0/+2
* [BUILD] set build type and stop Release build if repository is dirtyManuel Bentele2020-10-191-1/+1
* [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-166-17/+28
* [FUSE] Tweak timeout values to prevent stale status fileSimon Rettberg2020-07-241-3/+3
* [FUSE] Fix returning pending request on RTT measurementSimon Rettberg2020-07-243-15/+8Star
* [FUSE] CleanupSimon Rettberg2020-07-242-33/+24Star
* [FUSE] Detach old receive thread when creating anew one, update varSimon Rettberg2020-07-241-2/+2
* [FUSE] Refactor signal handling on termination againSimon Rettberg2020-07-243-60/+55Star
* [FUSE] Fix inode numbersSimon Rettberg2020-07-241-14/+16
* [FUSE] Minor cleanup and fixesSimon Rettberg2020-07-211-59/+38Star
* [FUSE] Properly signal worker threads to exit on shutdownSimon Rettberg2020-07-213-24/+70
* [FUSE] FormattingSimon Rettberg2020-07-215-180/+183
* [FUSE] Fix a bunch of warningsSimon Rettberg2020-07-212-8/+11
* leak fix in mainln-tech2020-01-123-5/+12
* fixed code: removed useless splicing, code optimization, commandline argument...ln-tech2020-01-084-113/+31Star
* code fixes, keepRunning is back, threads seem to be safeln-tech2019-11-153-31/+18Star
* SIGINT fix, Reader-Writer oroblem fixln-tech2019-11-134-36/+43
* cleaned codeln-tech2019-10-273-176/+19Star
* cleaned code and atomic_ints againstln-tech2019-10-274-67/+401
* [FUSE] Increase socket timeout from 1 to 3 secondsSimon Rettberg2019-08-281-2/+2
* [FUSE] Add --sticky mode to ignore alt-servers announced by serversSimon Rettberg2019-03-073-6/+16
* [FUSE] Clean up argument handling, improve helpSimon Rettberg2019-03-071-19/+10Star
* [FUSE] Use shared/timing.* instead of nowMilli/MicroSimon Rettberg2019-02-092-57/+43Star
* [FUSE] Consider RTT of active connection for switch-decisionsSimon Rettberg2019-02-082-55/+123
* [FUSE] In panic mode, use a pending range for alt checkSimon Rettberg2018-07-051-5/+43
* [FUSE] Return 0 instead of EIO if trying to read past endSimon Rettberg2018-06-131-1/+1
* [FUSE] Move variables into block where they're being usedSimon Rettberg2018-06-131-4/+4
* [SERVER] Option to disable timestamps on stdout/console (default: disabled)Simon Rettberg2018-04-111-0/+1
* [FUSE] Split final multiConnect-wait across multiple callsSimon Rettberg2017-11-071-8/+8
* [FUSE] Reset salen before getpeername() callSimon Rettberg2017-11-071-1/+2
* [FUSE] Make use of sock_multiConnect() for initial connectionSimon Rettberg2017-11-061-10/+36
* [FUSE] Remember up to 16 alt servers, but work only with 5Simon Rettberg2017-11-041-8/+59
* [FUSE] Fix printf warning for logadd callSimon Rettberg2017-11-021-1/+1
* [FUSE] Improve log messages a bitSimon Rettberg2017-11-011-2/+5
* [*] Mark logadd() as printf-style function, fix errors that it revealedSimon Rettberg2017-10-311-2/+2
* [*] Introduce constants for IPv4/6 in dnbd3_host_tSimon Rettberg2017-10-281-2/+2
* [FUSE] Cache signalfd instances used in fuse read handlerSimon Rettberg2017-10-241-2/+43
* [FUSE] Spacing; Don't check if server proto is newer than clientSimon Rettberg2017-10-241-3/+3
* [FUSE] Fix type mismatch warningsSimon Rettberg2017-10-243-18/+37
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-171-3/+3
* [*] Continue splitting #defines to clientconfig.h etc.Simon Rettberg2017-09-021-1/+1
* [FUSE] Little more verbosity in some error msgSimon Rettberg2016-11-091-1/+1
* [FUSE] Wait a little longer before switching via new approachSimon Rettberg2016-03-231-8/+8
* [FUSE] Add new load balancing mechanismSimon Rettberg2016-03-231-12/+49
* compile dnbd3-fuse on FreeBSD without warning :)Sebastian2016-02-112-2/+4
* cleanup commitsSebastian2016-02-113-11/+3Star
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-103-3/+3