| Commit message (Expand) | Author | Age | Files | Lines |
* | [SERVER] Shorter wait when closing socket after reply | Simon Rettberg | 2020-03-19 | 1 | -0/+2 |
* | [SERVER] Include build type and version in RPC | Simon Rettberg | 2020-03-17 | 1 | -2/+8 |
* | [SERVER] Handle "warn unused result" cases | Simon Rettberg | 2020-03-06 | 1 | -1/+1 |
* | [SERVER] Fix another nullpointer access | Simon Rettberg | 2019-10-30 | 1 | -1/+3 |
* | [SERVER] rpc: Fix warnings | Simon Rettberg | 2019-09-11 | 1 | -2/+2 |
* | [SERVER] rpc: Add cachemap feature | Simon Rettberg | 2019-09-06 | 1 | -0/+44 |
* | [SERVER] Make signal handling more POSIX | Simon Rettberg | 2019-08-28 | 1 | -5/+8 |
* | [SERVER] Better lock debugging: Always check lock order | Simon Rettberg | 2019-08-07 | 1 | -11/+3 |
* | [SERVER] Turn all spinlocks into mutexes | Simon Rettberg | 2019-07-26 | 1 | -17/+17 |
* | [SERVER] Fix json format string | Simon Rettberg | 2018-11-16 | 1 | -1/+1 |
* | [SERVER] rpc: Distinguish between client and server (proxy) connections | Simon Rettberg | 2018-08-14 | 1 | -2/+3 |
* | [SERVER] Use atomic var for (total)bytesSent counters | Simon Rettberg | 2018-08-08 | 1 | -13/+8 |
* | [SERVER] jansson < 2.6 compat | Simon Rettberg | 2017-11-10 | 1 | -0/+5 |
* | [SERVER] rpc: Add q=logfile, q=altservers and q=config to /query | Simon Rettberg | 2017-11-08 | 1 | -0/+36 |
* | [SERVER] Add --errormsg to only serve HTTP-JSON error code | Simon Rettberg | 2017-11-02 | 1 | -0/+13 |
* | [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] 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 | 1 | -0/+11 |
* | [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 | 1 | -2/+2 |
* | [SERVER] Add function to parse x-www-form-urlencoded strings | Simon Rettberg | 2017-10-28 | 1 | -25/+46 |
* | [SERVER] Use picohttpparser from h2o | Simon Rettberg | 2017-10-26 | 1 | -48/+55 |
* | [SERVER] Fix types or add explicit casts everywhere we might have type conver... | Simon Rettberg | 2017-10-24 | 1 | -2/+2 |
* | [SERVER] rpc: Support querying storage size + available space | Simon Rettberg | 2017-10-11 | 1 | -1/+13 |
* | [SERVER] rpc: Return a unique id generated at startup with each reply | Simon Rettberg | 2017-10-06 | 1 | -4/+19 |
* | [SERVER] Return client count when requesting stats but not client list | Simon Rettberg | 2017-10-06 | 1 | -3/+7 |
* | [SERVER] rpc: Fix bitmask calc for odd subnet sizes (not 8, 16, ...) | Simon Rettberg | 2017-10-04 | 1 | -1/+1 |
* | [SERVER] Implement HTTP RPC that supports different queries and ACL | Simon Rettberg | 2017-10-01 | 1 | -22/+241 |
* | [SERVER] Refactor: Move client list to net.* and isolate | Simon Rettberg | 2017-09-07 | 1 | -47/+3 |
* | cleanup commits | Sebastian | 2016-02-11 | 1 | -9/+2 |
* | [SERVER] Fix a lot of (mostly harmless) data races | Simon Rettberg | 2016-01-11 | 1 | -15/+15 |
* | [SERVER] More fine grained locking for RPC; better error logging | Simon Rettberg | 2015-12-16 | 1 | -16/+45 |
* | [SERVER] Update includes for moved log.h | Simon Rettberg | 2015-12-02 | 1 | -1/+1 |
* | [FUSE] Mid-refactoring, does not compile | Simon Rettberg | 2015-11-24 | 1 | -1/+1 |
* | [SERVER] Renamed image_fillJson to image_getListAsJson. | Stephan Schwaer | 2015-05-08 | 1 | -1/+1 |
* | [SERVER] Rename some more RPC fields | Simon Rettberg | 2015-05-08 | 1 | -1/+1 |
* | [SERVER] Add image ID for easier handling in RPC, export RID via RPC, make na... | Simon Rettberg | 2015-05-08 | 1 | -8/+10 |
* | [SERVER] Fix premature connection close for RPC replies | Simon Rettberg | 2015-05-05 | 1 | -7/+10 |
* | [Server] Added statistics of images and uptime to json. | Stephan Schwaer | 2015-05-05 | 1 | -10/+14 |
* | Removed dnbd3_printClients, added clients to statistics json in rpc. | Stephan Schwaer | 2015-05-04 | 1 | -10/+47 |
* | [SERVER] PoC RPC interface | schwaers | 2015-04-30 | 1 | -0/+18 |
* | Rewriting.... | sr | 2013-07-08 | 1 | -810/+0 |
* | [SERVER] Add IPv6 support (clients and RPC connections) | sr | 2013-01-15 | 1 | -82/+68 |
* | [SERVER] Add socket helper module to simplify connection setup | sr | 2013-01-15 | 1 | -18/+2 |
* | [SERVER] RPC: Fix return code when adding and removing trusted name spaces | sr | 2013-01-04 | 1 | -6/+10 |
* | [SERVER] pthread_spin_lock != pthread_spin_unlock | sr | 2013-01-03 | 1 | -4/+14 |
* | [SERVER] Fix RPC_ADD_IMG | sr | 2013-01-02 | 1 | -2/+3 |
* | [SERVER] Remove unused default-namespace code | sr | 2012-12-20 | 1 | -0/+2 |