Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 03/19/2001 15:11:20
Module Name:	pkgsrc
Committed By:	mjl
Date:		Mon Mar 19 13:11:20 UTC 2001

Modified Files:
	pkgsrc/www/libghttp: Makefile
	pkgsrc/www/libghttp/files: md5

Log Message:
Update to 1.0.9.

	Add ghttp_flush_reponse_buffer API call to gnome-http, so that
	apps who don't want to buffer the entire HTTP response can fetch
	chunks of it at a time.

	* ghttp.h/ghttp.c: New function ghttp_get_header_names() that
	allows you to get a list of the headers that a server returned
	with its response.

	* http_hdrs.h/http_hdrs.c: New function http_hdr_get_headers() to
	support the api in ghttp.c.

	* http_req.c: (http_req_send): Minor fix that
	John Trowbridge contributed.

	* http_date.c (month_from_string_short): Use strncmp instead of
	memcmp when comparing strings to avoid reading memory we do not
	own.  Thanks Purify!

	* http_uri.c (http_uri_parse): ditto

	* configure.in:
	Checking in Ben Taylor's Solaris patch for lib configuration.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/www/libghttp/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/libghttp/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.