| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Follow https://github.com/torvalds/linux/commit/aebf526b53aea164508730427597d... | Rafael Gieschke | 2018-03-23 | 2 | -11/+11 |
* | [SERVER] Delete image files after releasing image to get rid of stale .map files | Simon Rettberg | 2018-03-19 | 1 | -7/+9 |
* | [SERVER] image.c: Add size to RPC data, rename bytesReceived, always add upli... | Simon Rettberg | 2018-03-19 | 1 | -7/+11 |
* | [SERVER] Increase read() block size when calculating CRC32 | Simon Rettberg | 2018-03-19 | 1 | -1/+1 |
* | [SERVER] image_getCompletenessEstimate: Fix reversed logic in timeout check | Simon Rettberg | 2018-03-19 | 1 | -1/+3 |
* | [SERVER] Fix int overflows on 32bit builds in CRC generation | Simon Rettberg | 2018-03-16 | 2 | -7/+7 |
* | [SERVER] Make sparse file mode actually work | Simon Rettberg | 2018-03-16 | 3 | -9/+24 |
* | [SERVER] Experimental support for sparse files in proxy mode | Simon Rettberg | 2018-03-15 | 6 | -11/+69 |
* | [SERVER] Make TSAN happy | Simon Rettberg | 2017-12-19 | 1 | -1/+3 |
* | [SERVER] jansson < 2.6 compat | Simon Rettberg | 2017-11-10 | 1 | -0/+5 |
* | [SERVER] Check RLIMIT_NOFILE on startup and try to increase if required | Simon Rettberg | 2017-11-08 | 1 | -0/+39 |
* | [SERVER] altservers: Short timeout during RTT measurement, round request range | Simon Rettberg | 2017-11-08 | 2 | -5/+10 |
* | [SERVER] rpc: Add q=logfile, q=altservers and q=config to /query | Simon Rettberg | 2017-11-08 | 5 | -8/+77 |
* | [SERVER] Add multiple config options for limiting stuff | Simon Rettberg | 2017-11-08 | 7 | -20/+193 |
* | [SERVER] altservers: Tweak, cleanup, refactor, rename | Simon Rettberg | 2017-11-08 | 5 | -27/+40 |
* | [SERVER] Properly clamp to 4k borders in updateCachemap() | Simon Rettberg | 2017-11-07 | 1 | -2/+9 |
* | [SERVER] Use multiConnect() to find uplink for replication | Simon Rettberg | 2017-11-07 | 2 | -13/+38 |
* | [FUSE] Split final multiConnect-wait across multiple calls | Simon Rettberg | 2017-11-07 | 1 | -8/+8 |
* | [SHARED] Add log_hasMask() to check if a certain loglevel is set | Simon Rettberg | 2017-11-07 | 2 | -0/+11 |
* | [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 |
* | [SHARED] Add sockaddr2dnbd3 func, add multiConnect func, EINTR handling | Simon Rettberg | 2017-11-06 | 2 | -30/+141 |
* | [FUSE] Remember up to 16 alt servers, but work only with 5 | Simon Rettberg | 2017-11-04 | 1 | -8/+59 |
* | [SERVER] Support finer control over replication when a proxy connects to a proxy | Simon Rettberg | 2017-11-02 | 7 | -4/+41 |
* | [FUSE] Fix printf warning for logadd call | Simon Rettberg | 2017-11-02 | 1 | -1/+1 |
* | [SERVER] Add --errormsg to only serve HTTP-JSON error code | Simon Rettberg | 2017-11-02 | 3 | -29/+65 |
* | [SERVER] Ignore invalid basePath in globals.c, do bailout in server.c | Simon Rettberg | 2017-11-02 | 1 | -9/+12 |
* | [SERVER] Clean up arguments, show version on startup | Simon Rettberg | 2017-11-02 | 1 | -13/+8 |
* | [SERVER] rpc: Keep track of and cap number of active http sessions | Simon Rettberg | 2017-11-01 | 1 | -11/+57 |
* | [SERVER] rpc: Remove old TODO, set thread name for persistent connections | Simon Rettberg | 2017-11-01 | 1 | -1/+5 |
* | [SERVER] Since fuse client assumed no backwards compat before v3, lie to clients | Simon Rettberg | 2017-11-01 | 1 | -1/+1 |
* | [FUSE] Improve log messages a bit | Simon Rettberg | 2017-11-01 | 1 | -2/+5 |
* | [*] Mark logadd() as printf-style function, fix errors that it revealed | Simon Rettberg | 2017-10-31 | 7 | -11/+13 |
* | [SERVER] net.c: Refactoring and renaming | Simon Rettberg | 2017-10-31 | 1 | -58/+33 |
* | [SERVER] Image list private to image.c | Simon Rettberg | 2017-10-31 | 2 | -5/+2 |
* | [SERVER] rpc: encoding of our reply is utf-8, add to reply header | Simon Rettberg | 2017-10-30 | 1 | -1/+1 |
* | [SERVER] Add AFL support | Simon Rettberg | 2017-10-30 | 7 | -4/+101 |
* | [SERVER] Missed occurence of AF_INET(6) -> HOST_IP[46] | Simon Rettberg | 2017-10-30 | 1 | -3/+6 |
* | [BENCH] Fix compile | Simon Rettberg | 2017-10-30 | 1 | -0/+1 |
* | [SERVER] rpc: Honor client's Connection header, add some comments | Simon Rettberg | 2017-10-30 | 1 | -35/+106 |
* | [SERVER] Don't send error 500 to client on local connection timeout | Simon Rettberg | 2017-10-30 | 1 | -1/+3 |
* | [*] Introduce constants for IPv4/6 in dnbd3_host_t | Simon Rettberg | 2017-10-28 | 10 | -46/+52 |
* | [SERVER] Add function to parse x-www-form-urlencoded strings | Simon Rettberg | 2017-10-28 | 4 | -26/+126 |
* | [SERVER] Use picohttpparser from h2o | Simon Rettberg | 2017-10-26 | 5 | -49/+885 |
* | [SERVER] net: Simplify check for HTTP | Simon Rettberg | 2017-10-26 | 1 | -10/+11 |
* | [SERVER] Rename missing occurence of ret, possibly leading to infinite loop :( | Simon Rettberg | 2017-10-26 | 1 | -1/+1 |
* | [SERVER] uplink: Fix updating of global byte counter, fix incremental updates | Simon Rettberg | 2017-10-25 | 1 | -2/+7 |
* | [SERVER] Only start reloading images if no other reload is in progress | Simon Rettberg | 2017-10-25 | 2 | -5/+13 |
* | [SERVER] Improve handling of byte stats counters | Simon Rettberg | 2017-10-25 | 3 | -19/+29 |
* | [SERVER] Improve altserver handling and selection | Simon Rettberg | 2017-10-25 | 1 | -26/+41 |