aboutsummaryrefslogtreecommitdiffstats
path: root/www/http_load
Commit message (Collapse)AuthorAgeFilesLines
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Add a patch to the port which improves the -throttle option bysilby2003-12-142-0/+28
| | | | | | | shrinking the receive socket buffer size to 2K. The patch has been submitted to http_load's author for possible inclusion in future versions of http_load.
* Update http_load to 20020104 from 20010405; remove patch-idle as it hassilby2003-12-093-47/+4
| | | | | been integrated into http_load. Also remove the maintainer, as the port was quite out of date.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Correct DISTNAME (underscore between name and version has been replaced withsobomax2001-04-282-2/+2
| | | | | | | hyphen). Checksum is unchanged. PR: 26907 Submitted by: Gary <ancient@outloud.org>
* . Upgrade to the latest version.mi2001-04-285-19/+65
| | | | | | | | | | | | | | | | . Change the port versioning scheme from the seemingly static 1.0 to one based on the date (the way author releases it). . Enable the SSL (https) support by default (unless NO_OPENSSL is set). . Use Makefile.bsd instead of patching the software's Makefile -- the new Makefile.bsd is nearly twice smaller than the old patch-aa. . Add the author-approved patch-idle, which allows to specify the timeout at run-time (on command line), instead of at compile-time. The maintainer submitted the PR below three weeks ago, and agreed for me to close it with this commit. Approved by: maintainer PR: ports/26429 (related)
* Respect CC and CFLAGSkris2000-07-301-0/+16
|
* Add http_load 1.0, a load-tester for WWW servers.alex2000-07-295-0/+31
PR: 18463 Submitted by: Ask Bjoern Hansen <ask@valueclick.com>