git: Sync libfetch and fetch(1) with FreeBSD.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Apr 25 00:10:21 PDT 2019
commit 07ba1d9ef85c3840fca23c1fe4db9c12722996a4
Author: Sascha Wildner <saw at online.de>
Date: Thu Apr 25 09:09:54 2019 +0200
Sync libfetch and fetch(1) with FreeBSD.
Summary of changes:
lib/libfetch/Makefile | 5 +-
lib/libfetch/common.c | 305 +++++++++++++++++++++++++++++++++++--------------
lib/libfetch/common.h | 19 ++-
lib/libfetch/fetch.3 | 63 +++++-----
lib/libfetch/fetch.c | 111 ++++++++++--------
lib/libfetch/fetch.h | 7 +-
lib/libfetch/file.c | 13 ++-
lib/libfetch/ftp.c | 36 +++---
lib/libfetch/http.c | 266 ++++++++++++++++++++++++++----------------
usr.bin/fetch/Makefile | 4 +-
usr.bin/fetch/fetch.1 | 42 ++++---
usr.bin/fetch/fetch.c | 146 +++++++++++++----------
12 files changed, 654 insertions(+), 363 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/07ba1d9ef85c3840fca23c1fe4db9c12722996a4
--
DragonFly BSD source repository
More information about the Commits
mailing list