summaryrefslogtreecommitdiff
path: root/net/httping
AgeCommit message (Collapse)AuthorFilesLines
2008-09-19Update to 1.2.9 and fix SunOS buildsadrianp2-8/+7
1.2.9 binding to an adapter did not work, 'SIGPIPE' was not handled correctly 1.2.8 fixed a segfault introduced in version 1.2.7 1.2.7 http statuscodes are now correctly interpreted (if selected) 1.2.6 Can now split measured latency in time to connect and time to exchange a request with the HTTP server
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-27Fix build on DragonFly.joerg3-3/+25
2007-09-18Update to 1.2.5adrianp5-6/+65
Fix build on systems that don't have strndup(3) (PR #36281) 1.2.5 showing the status code would garble the screen 1.2.4 fixed memory-leak in SSL code
2007-07-01Update to 1.2.3adrianp2-6/+6
Add audible ping
2007-04-09Update to 1.2.2adrianp2-6/+6
* one can now set the interface through which the http-pings will be send
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-16Fixed the build on Solaris (missing libraries).rillig1-1/+3
2006-09-05Httping is like 'ping' but for http-requests.adrianp4-0/+29
Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers).