Nils Maier

Results 19 issues of Nils Maier

minVersion=10 would suffice, but lets be safe with ESR-17

Per user suggestion from Joe

enhancement

Profile startup path and try to sped that up.

enhancement

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...

enhancement
RPC

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...

enhancement

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...

enhancement
P3

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 -...

enhancement

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...