Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2007 11:03:08 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libfetch common.c common.h ftp.c http.c
Message-ID:  <200712181103.lBIB38bw016666@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2007-12-18 11:03:08 UTC

  FreeBSD src repository

  Modified files:
    lib/libfetch         common.c common.h ftp.c http.c 
  Log:
  Add support for the NO_PROXY / no_proxy environment variable as used by
  lynx, curl etc.  Note that this patch differs significantly from that
  in the PR, as the submitter refined it after submitting the PR.
  
  PR:             110388
  Submitted by:   Alexander Pohoyda <alexander.pohoyda@gmx.net>
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.52      +50 -0     src/lib/libfetch/common.c
  1.30      +1 -0      src/lib/libfetch/common.h
  1.99      +7 -5      src/lib/libfetch/ftp.c
  1.81      +5 -3      src/lib/libfetch/http.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712181103.lBIB38bw016666>