<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/serverhelp.pm, branch bagder/test493-https</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>runtests: add support for gophers, gopher over TLS</title>
<updated>2020-12-15T11:58:19+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-11-16T16:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=48b85c46f16f04e803e00b0bad42a4fa0295f517'/>
<id>48b85c46f16f04e803e00b0bad42a4fa0295f517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>curl.se: new home</title>
<updated>2020-11-04T22:59:47+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-11-04T13:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4d2f8006777d6354d9b62eae38ebd0a0256d0f94'/>
<id>4d2f8006777d6354d9b62eae38ebd0a0256d0f94</id>
<content type='text'>
Closes #6172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6172
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: support hex encoded data and mqtt server</title>
<updated>2020-04-14T11:04:10+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-04-14T09:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=675f5fb66fd30ff2ea0bfdf455430fe1f76e42a6'/>
<id>675f5fb66fd30ff2ea0bfdf455430fe1f76e42a6</id>
<content type='text'>
The mqtt server is started using a "random" port.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mqtt server is started using a "random" port.
</pre>
</div>
</content>
</entry>
<entry>
<title>copyright: fix out-of-date copyright ranges and missing headers</title>
<updated>2020-03-24T14:05:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-03-23T13:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9a8b3b3e131359aea1cac650fb6ac331fbe2047c'/>
<id>9a8b3b3e131359aea1cac650fb6ac331fbe2047c</id>
<content type='text'>
Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyright headers.

Removed three (mostly usesless) README files from docs/

Closes #5141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyright headers.

Removed three (mostly usesless) README files from docs/

Closes #5141
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2018-09-23T22:24:02+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vszakats.net</email>
</author>
<published>2018-09-23T22:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b801b453af6de75838c3298137628f05e94ffb48'/>
<id>b801b453af6de75838c3298137628f05e94ffb48</id>
<content type='text'>
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
  in manual examples

Closes https://github.com/curl/curl/pull/3037
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
  in manual examples

Closes https://github.com/curl/curl/pull/3037
</pre>
</div>
</content>
</entry>
<entry>
<title>test1452: add telnet negotiation</title>
<updated>2017-07-07T09:00:26+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-07-05T09:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=06a6feba9de67733ef943ed9f64076923dc5f747'/>
<id>06a6feba9de67733ef943ed9f64076923dc5f747</id>
<content type='text'>
Add a basic telnet server for negotiating some telnet options before
echoing back any data that's sent to it.

Closes #1645
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a basic telnet server for negotiating some telnet options before
echoing back any data that's sent to it.

Closes #1645
</pre>
</div>
</content>
</entry>
<entry>
<title>test1451: add SMB support to the testbed</title>
<updated>2017-07-04T08:41:58+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-07-03T10:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a6f8d27efc7b0b37c641878da446952c1d06f987'/>
<id>a6f8d27efc7b0b37c641878da446952c1d06f987</id>
<content type='text'>
Add test 1451 which does some very basic SMB testing using the impacket
SMB server.

Closes #1630
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test 1451 which does some very basic SMB testing using the impacket
SMB server.

Closes #1630
</pre>
</div>
</content>
</entry>
<entry>
<title>test1450: add simple testing for DICT</title>
<updated>2017-06-30T09:34:05+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-06-26T15:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9b387034ab5d0d98d1ef4b6c2d0d8cd2185081fb'/>
<id>9b387034ab5d0d98d1ef4b6c2d0d8cd2185081fb</id>
<content type='text'>
Add a new server which provides a DICT interface. This is intended to
begin coverage testing for lib/dict.c

Closes #1615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new server which provides a DICT interface. This is intended to
begin coverage testing for lib/dict.c

Closes #1615
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix the HTTP/2 tests</title>
<updated>2016-06-19T21:59:52+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-06-19T21:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5f2e3b886759e0822ff31c36ef10ca8df59fcf59'/>
<id>5f2e3b886759e0822ff31c36ef10ca8df59fcf59</id>
<content type='text'>
The HTTP/2 tests brought with commit bf05606ef1f were using the internal
name 'http2' for the HTTP/2 server, while in fact that name was already
used for the second instance of the HTTP server. This made tests using
the second instance (like test 2050) fail after a HTTP/2 test had run.

The server is now known as HTTP/2 internally and within the &lt;server&gt;
section in test cases. 1700, 1701 and 1702 were updated accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The HTTP/2 tests brought with commit bf05606ef1f were using the internal
name 'http2' for the HTTP/2 server, while in fact that name was already
used for the second instance of the HTTP server. This made tests using
the second instance (like test 2050) fail after a HTTP/2 test had run.

The server is now known as HTTP/2 internally and within the &lt;server&gt;
section in test cases. 1700, 1701 and 1702 were updated accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>http2-tests: test1700 is the first real HTTP/2 test</title>
<updated>2016-06-06T21:51:49+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-06-03T21:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=bf05606ef1f7a982c821396c3ef9fddeb4a1b011'/>
<id>bf05606ef1f7a982c821396c3ef9fddeb4a1b011</id>
<content type='text'>
It requires that 'nghttpx' is in the PATH, and it will run the tests
using nghttpx as a front-end proxy in front of the standard HTTP/1 test
server. This uses HTTP/2 over plain TCP.

If you like me have nghttpx installed in a custom path, you can run test 1700
like this:

$ PATH=$PATH:$HOME/build-nghttp2/bin/ ./runtests.pl 1700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It requires that 'nghttpx' is in the PATH, and it will run the tests
using nghttpx as a front-end proxy in front of the standard HTTP/1 test
server. This uses HTTP/2 over plain TCP.

If you like me have nghttpx installed in a custom path, you can run test 1700
like this:

$ PATH=$PATH:$HOME/build-nghttp2/bin/ ./runtests.pl 1700
</pre>
</div>
</content>
</entry>
</feed>
