[pacman-dev] [PATCH 1/1] Introduce a 'stupid-proxy' option

Andrew Gregory andrew.gregory.8 at gmail.com
Sat Aug 20 16:38:41 UTC 2016


On 08/12/16 at 06:04pm, Christian Hesse wrote:
> From: Christian Hesse <mail at eworm.de>
> 
> 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 <mail at eworm.de>
> Tested-by: Martin <martin at herndl.org>
> ---
>  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


More information about the pacman-dev mailing list