| Commit message (Expand) | Author | Age | Files | Lines |
* | [FUSE] Fix returning pending request on RTT measurement | Simon Rettberg | 2020-07-24 | 1 | -12/+4 |
* | [FUSE] Cleanup | Simon Rettberg | 2020-07-24 | 1 | -9/+5 |
* | [FUSE] Detach old receive thread when creating anew one, update var | Simon Rettberg | 2020-07-24 | 1 | -2/+2 |
* | [FUSE] Refactor signal handling on termination again | Simon Rettberg | 2020-07-24 | 1 | -14/+16 |
* | [FUSE] Properly signal worker threads to exit on shutdown | Simon Rettberg | 2020-07-21 | 1 | -21/+58 |
* | [FUSE] Formatting | Simon Rettberg | 2020-07-21 | 1 | -45/+48 |
* | [FUSE] Fix a bunch of warnings | Simon Rettberg | 2020-07-21 | 1 | -1/+1 |
* | leak fix in main | ln-tech | 2020-01-12 | 1 | -1/+2 |
* | fixed code: removed useless splicing, code optimization, commandline argument... | ln-tech | 2020-01-08 | 1 | -31/+8 |
* | code fixes, keepRunning is back, threads seem to be safe | ln-tech | 2019-11-15 | 1 | -11/+7 |
* | SIGINT fix, Reader-Writer oroblem fix | ln-tech | 2019-11-13 | 1 | -11/+16 |
* | cleaned code | ln-tech | 2019-10-27 | 1 | -10/+6 |
* | cleaned code and atomic_ints against | ln-tech | 2019-10-27 | 1 | -8/+39 |
* | [FUSE] Increase socket timeout from 1 to 3 seconds | Simon Rettberg | 2019-08-28 | 1 | -2/+2 |
* | [FUSE] Add --sticky mode to ignore alt-servers announced by servers | Simon Rettberg | 2019-03-07 | 1 | -3/+7 |
* | [FUSE] Use shared/timing.* instead of nowMilli/Micro | Simon Rettberg | 2019-02-09 | 1 | -56/+41 |
* | [FUSE] Consider RTT of active connection for switch-decisions | Simon Rettberg | 2019-02-08 | 1 | -54/+121 |
* | [FUSE] In panic mode, use a pending range for alt check | Simon Rettberg | 2018-07-05 | 1 | -5/+43 |
* | [FUSE] Split final multiConnect-wait across multiple calls | Simon Rettberg | 2017-11-07 | 1 | -8/+8 |
* | [FUSE] Reset salen before getpeername() call | Simon Rettberg | 2017-11-07 | 1 | -1/+2 |
* | [FUSE] Make use of sock_multiConnect() for initial connection | Simon Rettberg | 2017-11-06 | 1 | -10/+36 |
* | [FUSE] Remember up to 16 alt servers, but work only with 5 | Simon Rettberg | 2017-11-04 | 1 | -8/+59 |
* | [FUSE] Fix printf warning for logadd call | Simon Rettberg | 2017-11-02 | 1 | -1/+1 |
* | [FUSE] Improve log messages a bit | Simon Rettberg | 2017-11-01 | 1 | -2/+5 |
* | [FUSE] Spacing; Don't check if server proto is newer than client | Simon Rettberg | 2017-10-24 | 1 | -3/+3 |
* | [FUSE] Fix type mismatch warnings | Simon Rettberg | 2017-10-24 | 1 | -9/+20 |
* | [*] Support hop-counting in request header, protocol version 3 | Simon Rettberg | 2017-10-17 | 1 | -3/+3 |
* | [*] Continue splitting #defines to clientconfig.h etc. | Simon Rettberg | 2017-09-02 | 1 | -1/+1 |
* | [FUSE] Little more verbosity in some error msg | Simon Rettberg | 2016-11-09 | 1 | -1/+1 |
* | [FUSE] Wait a little longer before switching via new approach | Simon Rettberg | 2016-03-23 | 1 | -8/+8 |
* | [FUSE] Add new load balancing mechanism | Simon Rettberg | 2016-03-23 | 1 | -12/+49 |
* | [SHARED] signal.h -> fdsignal.h | Simon Rettberg | 2016-02-10 | 1 | -1/+1 |
* | First steps in make signals more abstract from the underlying mechanism; repl... | Simon Rettberg | 2016-02-05 | 1 | -8/+8 |
* | [FUSE] Handle SIGINT/SIGTERM to abort pending reads | Simon Rettberg | 2015-12-17 | 1 | -0/+3 |
* | [FUSE] Fix forking mode (not passing -f) by not spawning threads before enter... | Simon Rettberg | 2015-12-16 | 1 | -24/+40 |
* | [FUSE] Make valgrind happy by initializing memory and not calling close() on -1 | Simon Rettberg | 2015-12-10 | 1 | -2/+4 |
* | [FUSE] Fix formatting in /status output | Simon Rettberg | 2015-12-07 | 1 | -6/+4 |
* | [FUSE] Fix embarrassing memcpy over two different structs | Simon Rettberg | 2015-12-03 | 1 | -3/+6 |
* | [FUSE] Add virtual status file | Simon Rettberg | 2015-12-02 | 1 | -0/+49 |
* | [FUSE] Request alt servers from connected server | Simon Rettberg | 2015-12-02 | 1 | -26/+95 |
* | [FUSE] Remove debug code that forced server switches all the time | Simon Rettberg | 2015-12-01 | 1 | -2/+1 |
* | [FUSE] Fix losing requests on server change | Simon Rettberg | 2015-12-01 | 1 | -11/+21 |
* | [FUSE] Stability improvements, runs for longer than a couple secs now :) | Simon Rettberg | 2015-12-01 | 1 | -28/+32 |
* | [FUSE] It works! Kinda... | Simon Rettberg | 2015-11-30 | 1 | -38/+165 |
* | [FUSE] Mid-refactoring, does not compile | Simon Rettberg | 2015-11-24 | 1 | -25/+220 |
* | [FUSE] Refactoring | Simon Rettberg | 2015-11-23 | 1 | -51/+69 |
* | [FUSE] Start refactoring so we can handle multithread fuse | Simon Rettberg | 2015-11-21 | 1 | -0/+211 |