Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | httping: remove redundant 'override CFLAGS' patch | Arnout Vandecappelle (Essensium/Mind) | 2013-01-20 | 1 | -53/+0 |
| | | | | | | | | It is not necessary to override CFLAGS when CFLAGS is passed through the environment rather than as an argument to make. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | httping: new package | Gilles Talis | 2013-01-15 | 1 | -0/+53 |
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) [Peter: Drop ssl option, use make install, misc cleanup] Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |