pkgsrc/www/libghttp
mjl 224bd374bd 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.
2001-03-19 13:11:19 +00:00
..
files Update to 1.0.9. 2001-03-19 13:11:19 +00:00
pkg Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
Makefile Update to 1.0.9. 2001-03-19 13:11:19 +00:00