aboutsummaryrefslogtreecommitdiffstats
path: root/www/httest
Commit message (Collapse)AuthorAgeFilesLines
* - Mark as BROKEN on 7.X/amd64:beat2012-07-241-0/+4
| | | | | | | ssl_module.c: In function 'ssl_tlsext_trace': ssl_module.c:224: error: 'TLSEXT_TYPE_server_name' undeclared Reported by: pointyhat
* - Update to 2.2.7sunpoet2012-06-272-3/+3
| | | | Changes: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.7/ChangeLog/view
* - Convert to new options frameworksunpoet2012-06-171-3/+7
|
* - Update to 2.2.6sunpoet2012-06-142-21/+17
| | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS - Cosmetic change Changes: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.6/ChangeLog/view
* - Update to 2.2.2jadawin2012-05-092-3/+3
| | | | - Changelog: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.2/ChangeLog/view
* - Update to 2.21sunpoet2012-04-203-7/+6
| | | | | | | - Sort MAN1 - Update WWW Changes: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.1/ChangeLog/view
* - Support CFLAGS properlymiwi2012-04-082-16/+27
| | | | | | | | | - Add MAKE_JOBS_SAFE - Support PORTEXAMPLES/PLIST_FILES PR: 166053 Submitted by: Ports Fury Feature safe: yes
* - Update to 2.1.18jadawin2012-03-092-7/+5
| | | | | | PR: ports/165772 Submitted by: Muhammad Moinur Rahman <5u623l20 _AT_ gmail.com> Feature safe: yes
* Update to 2.1.16mm2012-02-262-6/+5
| | | | Return maintainership back to pool
* Bump pcre library dependency due to 8.30 updatemm2012-02-142-1/+14
| | | | Add (vendor) patch for deprecated pcre_info()
* Update to 2.1.12mm2012-01-252-5/+8
|
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1
| | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
* Update to 2.1.5mm2011-10-132-3/+3
|
* Update to 2.1.3mm2011-09-192-4/+8
|
* Update to 2.0.9mm2011-07-242-3/+3
|
* Update to 2.0.8mm2011-06-192-3/+3
|
* The htt provides a large variety of HTTP-related functionality, useful formm2011-06-164-0/+54
implementing all kinds of HTTP-based tests: - Advanced HTTP protocol handling, including ne-grained timeout handling, request and response validation - Simulating clients and servers, including startup and shutdown of server daemons. This allows to create mock-ups of back-end systems in more complex test situations, for example when the tested application needs to interact with a 3rd-party back-end system which is not available in the testing environment. - Execution of external commandline tools, using their output as request or response data, or for validation purposes. - Copying stream data (e.g. from a response) and re-using it in variables. WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public