]> git.ozlabs.org Git - petitboot/commit
Support HTTP(S) proxies when downloading resources
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Thu, 27 Oct 2016 03:56:05 +0000 (14:56 +1100)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Thu, 24 Nov 2016 00:42:25 +0000 (11:42 +1100)
commita055f6714fd06aa3b633b1bc44a8dbf42a0eedb0
tree6223076e8bcfe2c828f4b40d6a4fb8760f520c7b
parent1dd51e986202e5e111c1042f148867bd08c2bedc
Support HTTP(S) proxies when downloading resources

Allow the user to specify a HTTP and HTTPS proxy server. The discover
server will set the http_proxy and https_proxy environment variables,
enabling the proxy servers for any further HTTP(S) requests.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/platform-powerpc.c
discover/platform.c
lib/pb-config/pb-config.c
lib/pb-protocol/pb-protocol.c
lib/types/types.h
ui/ncurses/nc-config-help.c
ui/ncurses/nc-config.c