summaryrefslogtreecommitdiffstats
path: root/package/httping
Commit message (Collapse)AuthorAgeFilesLines
* httping: also pass configuration (SSL/TFO/DEBUG) doing make installPeter Korsgaard2013-01-161-5/+6
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/144e146ad3223748c4f06f884aeff93e8c0c2de3 When SSL is enabled (which it is by default) an extra source file is built, so ensure the same configuration is used at 'make install' time as during the build step. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* httping: new packageGilles Talis2013-01-153-0/+99
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>