Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2000 14:25:01 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libfetch fetch.3 fetch.c fetch.h file.c ftp.c http.c
Message-ID:  <200007172125.OAA61754@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2000/07/17 14:25:01 PDT

  Modified files:
    lib/libfetch         fetch.3 fetch.c fetch.h file.c ftp.c 
                         http.c 
  Log:
  Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and
  fetchStat*().  In most cases, either fetchGet*() or fetchXGet*() is a wrapper
  around the other; in all cases, calling fetchGet*() is identical to calling
  fetchXGet*() with the second argument set to NULL.
  
  Revision  Changes    Path
  1.22      +40 -4     src/lib/libfetch/fetch.3
  1.18      +28 -9     src/lib/libfetch/fetch.c
  1.18      +6 -1      src/lib/libfetch/fetch.h
  1.9       +11 -2     src/lib/libfetch/file.c
  1.33      +135 -95   src/lib/libfetch/ftp.c
  1.31      +22 -8     src/lib/libfetch/http.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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