On 08/12/16 at 06:04pm, Christian Hesse wrote: > From: Christian Hesse <[email protected]> > > Add command line option ('--stupid-proxy') and config file option > ('StupidProxy') to disable defaults for low speed limit and timeout on > downloads. Use this if you have issues downloading files with proxy > and/or security gateway. > > Signed-off-by: Christian Hesse <[email protected]> > Tested-by: Martin <[email protected]> > --- > doc/pacman.8.txt | 4 ++++ > doc/pacman.conf.5.txt | 4 ++++ > lib/libalpm/alpm.h | 2 ++ > lib/libalpm/dload.c | 6 ++++-- > lib/libalpm/handle.c | 10 ++++++++++ > lib/libalpm/handle.h | 1 + > src/pacman/conf.c | 4 ++++ > src/pacman/conf.h | 4 +++- > src/pacman/pacman.c | 5 +++++ > 9 files changed, 37 insertions(+), 3 deletions(-)
There was discussion in 2014 about adding low speed limit and timeout options that would allow actually configuring them rather than simply disabling them. The patch was mostly finished, but Allan asked for some small changes that were never completed. It might be worth picking up and finishing that patch instead. Initial submission: https://lists.archlinux.org/pipermail/pacman-dev/2014-March/018955.html Allan's final requests: https://lists.archlinux.org/pipermail/pacman-dev/2014-May/019017.html apg
