Commit graph

9 commits

Author SHA1 Message Date
adrianp
a582d60302 Update to 1.2.9 and fix SunOS builds
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-09-19 19:23:07 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
joerg
4195907ee7 Fix build on DragonFly. 2007-12-27 15:45:19 +00:00
adrianp
5c9ff64b85 Update to 1.2.5
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-09-18 20:30:00 +00:00
adrianp
23b2c8543b Update to 1.2.3
Add audible ping
2007-07-01 15:56:08 +00:00
adrianp
04aca9c9c4 Update to 1.2.2
* one can now set the interface through which the http-pings will be send
2007-04-09 09:49:47 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00
rillig
4c2c4122d9 Fixed the build on Solaris (missing libraries). 2006-09-16 10:07:55 +00:00
adrianp
9a74664e6e Httping is like 'ping' but for http-requests.
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).
2006-09-05 18:02:42 +00:00