Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/lib/libfetch Makefile fetch.c fetch.h ftp.c http.c



des         1998/07/11 11:56:02 PDT

  Modified files:
    lib/libfetch         Makefile fetch.c fetch.h ftp.c http.c 
  Log:
  Too many changes to list. Basically, FTP is nearly there and error
  reporting is kinda sorted out. Now HTTP needs to catch up...
  
  Revision  Changes    Path
  1.2       +4 -4      src/lib/libfetch/Makefile
  1.2       +36 -1     src/lib/libfetch/fetch.c
  1.2       +8 -5      src/lib/libfetch/fetch.h
  1.2       +237 -97   src/lib/libfetch/ftp.c
  1.2       +19 -33    src/lib/libfetch/http.c