| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
ssl_module.c: In function 'ssl_tlsext_trace':
ssl_module.c:224: error: 'TLSEXT_TYPE_server_name' undeclared
Reported by: pointyhat
|
|
|
|
| |
Changes: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.7/ChangeLog/view
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
- Changelog: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.2/ChangeLog/view
|
|
|
|
|
|
|
| |
- Sort MAN1
- Update WWW
Changes: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.1/ChangeLog/view
|
|
|
|
|
|
|
|
|
| |
- Add MAKE_JOBS_SAFE
- Support PORTEXAMPLES/PLIST_FILES
PR: 166053
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/165772
Submitted by: Muhammad Moinur Rahman <5u623l20 _AT_ gmail.com>
Feature safe: yes
|
|
|
|
| |
Return maintainership back to pool
|
|
|
|
| |
Add (vendor) patch for deprecated pcre_info()
|
| |
|
|
|
|
|
|
|
|
|
| |
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|
| |
|
| |
|
| |
|
| |
|
|
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
|