summaryrefslogtreecommitdiffstats
path: root/src/server/altservers.c
Commit message (Expand)AuthorAgeFilesLines
...
* dnbd3server build success on freebsd :)Sebastian2016-02-111-2/+2
* cleanup commitsSebastian2016-02-111-12/+0Star
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-101-1/+1
* First steps in make signals more abstract from the underlying mechanism; repl...Simon Rettberg2016-02-051-11/+10Star
* [SERVER] BREAKING: Get rid of pseudo case-insensitivityv2.1Simon Rettberg2016-02-011-10/+10
* [SERVER] Fix a lot of (mostly harmless) data racesSimon Rettberg2016-01-111-7/+28
* [SERVER] Nullpad images virtually at runtime instead of padding the actual fileSimon Rettberg2015-12-101-2/+2
* [SERVER] Update includes for moved log.hSimon Rettberg2015-12-021-2/+2
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-241-1/+1
* [SERVER] Fix race condition potentially leading to use after releaseSimon Rettberg2015-11-231-2/+2
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-2/+2
* [FUSE] Integrate into cmake build processSimon Rettberg2015-04-241-1/+1
* [SERVER] Correct debug/error messages in altserver.cSimon Rettberg2015-03-051-7/+7
* [SERVER] printf -> logadd, make USR2 trigger a log cycle, remove old fake del...Simon Rettberg2015-02-231-1/+2
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-16/+16
* [SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare...Simon Rettberg2015-01-141-5/+10
* [SERVER] Get rid of epoll in alservers.c, make valgrind+gdb happy by handling...Simon Rettberg2015-01-061-36/+12Star
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi...Simon Rettberg2014-12-311-14/+14
* [SERVER] Create compilation unit for wait/signalling logic (using eventfd)Simon Rettberg2014-12-311-27/+15Star
* [SERVER] Fix new sendfile handling, wake up uplink thread if server should be...Simon Rettberg2014-12-221-0/+2
* [SERVER] Improve replication and reconnecting behaviourSimon Rettberg2014-12-221-5/+4Star
* [SERVER] Configurable client timeout, adaptive replication speed (to be teste...Simon Rettberg2014-12-221-0/+1
* Improve uplink handling, add code to debug thread creation/destruction, chang...Simon Rettberg2014-06-161-17/+30
* [SERVER] Minor fixes, add quick and dirty clang support to CMakeLists.txtSimon Rettberg2014-01-091-1/+2
* [SERVER] Remove annoying message about cache maps being savedSimon Rettberg2013-12-061-1/+1
* [SERVER] Like kernel module, request first block, not random oneSimon Rettberg2013-11-171-4/+2Star
* [SERVER] Increase RTT check delay for uplinks that failed too many times to s...Simon Rettberg2013-11-131-1/+4
* [SERVER] Shut down altservers finder properlySimon Rettberg2013-11-121-4/+6
* [SERVER] Save cache maps every 30 minsSimon Rettberg2013-11-121-0/+9
* Merge branch 'simon' of dnbd3:dnbd3 into simonSimon Rettberg2013-11-121-78/+108
|\
| * [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-101-1/+1
| * [SERVER] Split "pending" lock for alt-server finding into producer and consum...Simon Rettberg2013-11-101-75/+105
* | [SERVER] Add "client only" flag for alt serversSimon Rettberg2013-11-121-4/+8
|/
* blaSimon Rettberg2013-11-071-0/+1
* [SERVER] Only mark server as bad on unecpected errorSimon Rettberg2013-10-241-7/+6Star
* [SERVER] Refactoring, more debug output, try to check for cyclic proxyingSimon Rettberg2013-10-221-5/+5
* [SERVER] Block signals on network threadsSimon Rettberg2013-09-171-0/+1
* [SERVER] Fix generation of alt-server list for clientSimon Rettberg2013-09-171-6/+6
* [SERVER] More debugging, more safety checks, disable alt servers that fail to...Simon Rettberg2013-09-161-0/+24
* [SERVER] Remove stupid 1MiB request expansion, this clearly needs to be done ...Simon Rettberg2013-08-281-2/+2
* [SERVER] Fix *printf format strings, remove falsely detected errorsSimon Rettberg2013-08-281-4/+6
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-281-11/+23
* [SERVER] On-the-fly transparent proxyingSimon Rettberg2013-08-261-35/+34Star
* [SERVER] WIP: On-the-fly image cloningSimon Rettberg2013-08-231-53/+19Star
* [SERVER] (Hopefully) fix starving uplink requestsSimon Rettberg2013-08-151-15/+24
* Test your coke, dork!Simon Rettberg2013-08-131-3/+6
* [SERVER] Fix race condition in uplink request aggregation, other small improv...Simon Rettberg2013-08-131-0/+1
* [SERVER] Improve proxy mode, implement integrity check in proxy modeSimon Rettberg2013-08-121-5/+12
* [SERVER] Some sanity here and there, minor fixes, trying to track down proxy ...Simon Rettberg2013-08-021-4/+4
* [SERVER] several improvementsSimon Rettberg2013-08-021-1/+30