Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ftp
Module Name: src
Committed By: lukem
Date: Sun Feb 8 08:31:58 UTC 2026
Modified Files:
src/usr.bin/ftp: fetch.c ftp_var.h main.c
Log Message:
ftp: simplify HTTP headers to use StringList
Implement custom HTTP header handling using the existing StringList,
instead of the less-portable SLIST_ macros from <sys/queue.h>.
Code is simpler too.
Emit the headers in user-provided order instead of last in first out.
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.91 -r1.92 src/usr.bin/ftp/ftp_var.h
cvs rdiff -u -r1.137 -r1.138 src/usr.bin/ftp/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index