summaryrefslogtreecommitdiff
path: root/www/libghttp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-2/+2
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2001-06-30Set USE_BUILDLINK_ONLYzuntum1-1/+2
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.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-25Update libghttp to 1.0.7. This version just adds a ghttpConf.sh script forrh1-4/+4
gnome auto-detection.
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL.jlam1-8/+9
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-30update to 1.0.6drochner1-3/+3
Bugfixes.
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-10-23Import new "libghttp" package included in GNOME 1.0.53 release:tron1-0/+13
GNOME http client library