Nils Maier
Nils Maier
minVersion=10 would suffice, but lets be safe with ESR-17
Add an `aria2.retry` call that will accept a GID as parameter and will reinsert a failed download with all options back into the queue (if possible). Right now, RPC clients...
Supporting Socks v5 ([RFC 1928](http://tools.ietf.org/html/rfc1928)) proxy servers along with http proxy servers would enable more uses cases of aria2c, such as using aria2 with ssh tunnels or TOR directly. Socks...
The problem here is that we do not (yet) get accurate information from the downloads API. Fixing the handling in Firefox first, in particular support for the `FILE_NAME_TOO_LONG` reason would...
While streaming, prevent the system from going into full sleep mode. Streaming in this context might mean a couple of things, tho: - While a client is actually served -...
The .Net stdlib currently limits what "signals" (not really signals on Windows) can be observed. CTRL+C/BREAK can be observed, but not end session and/or console close. Implement a full handler...