summaryrefslogtreecommitdiff
path: root/www/libghttp/files
AgeCommit message (Collapse)AuthorFilesLines
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-9/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-19Update to 1.0.9.mjl1-2/+2
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.
2000-11-25Update libghttp to 1.0.7. This version just adds a ghttpConf.sh script forrh1-2/+2
gnome auto-detection.
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL.jlam1-2/+5
2000-05-30update to 1.0.6drochner2-4/+4
Bugfixes.
1999-10-23Import new "libghttp" package included in GNOME 1.0.53 release:tron2-0/+6
GNOME http client library