<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/httpserver.pl, branch bagder/https-cookie-secure</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>spelling fixes</title>
<updated>2017-03-26T21:56:23+00:00</updated>
<author>
<name>klemens</name>
<email>ka7@github.com</email>
</author>
<published>2017-03-26T15:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f7df67cff0a756eefc8daea36e6468df694a43d0'/>
<id>f7df67cff0a756eefc8daea36e6468df694a43d0</id>
<content type='text'>
Closes #1356
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1356
</pre>
</div>
</content>
</entry>
<entry>
<title>URLs: change all http:// URLs to https://</title>
<updated>2016-02-02T23:19:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-02T23:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4af40b3646d3b09f68e419f7ca866ff395d1f897'/>
<id>4af40b3646d3b09f68e419f7ca866ff395d1f897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>code/docs: Use Unix rather than UNIX to avoid use of the trademark</title>
<updated>2014-12-26T21:42:44+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-12-26T20:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1abe65d928440b3b23d25746b966dd4169c358b9'/>
<id>1abe65d928440b3b23d25746b966dd4169c358b9</id>
<content type='text'>
Use Unix when generically writing about Unix based systems as UNIX is
the trademark and should only be used in a particular product's name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Unix when generically writing about Unix based systems as UNIX is
the trademark and should only be used in a particular product's name.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add HTTP UNIX socket server testing support</title>
<updated>2014-12-04T01:52:19+00:00</updated>
<author>
<name>Peter Wu</name>
<email>peter@lekensteyn.nl</email>
</author>
<published>2014-11-27T22:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f1cc2a2c0cf8e191e606c6093c679fbee95e8809'/>
<id>f1cc2a2c0cf8e191e606c6093c679fbee95e8809</id>
<content type='text'>
The variable `$ipvnum` can now contain "unix" besides the integers 4
and 6 since the variable. Functions which receive this parameter
have their `$port` parameter renamed to `$port_or_path` to support a
path to the UNIX domain socket (as a "port" is only meaningful for TCP).

Signed-off-by: Peter Wu &lt;peter@lekensteyn.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable `$ipvnum` can now contain "unix" besides the integers 4
and 6 since the variable. Functions which receive this parameter
have their `$port` parameter renamed to `$port_or_path` to support a
path to the UNIX domain socket (as a "port" is only meaningful for TCP).

Signed-off-by: Peter Wu &lt;peter@lekensteyn.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>runtests and friends: Do not add undefined values to @INC</title>
<updated>2012-12-06T22:04:33+00:00</updated>
<author>
<name>Fabian Keil</name>
<email>fk@fabiankeil.de</email>
</author>
<published>2012-11-14T10:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ca5f4e21357a0b4a55e7a2a0f71e632442723989'/>
<id>ca5f4e21357a0b4a55e7a2a0f71e632442723989</id>
<content type='text'>
On FreeBSD this fixes the warning:
Use of uninitialized value $p in string eq at /usr/local/lib/perl5/5.14.2/BSDPAN/BSDPAN.pm line 36.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On FreeBSD this fixes the warning:
Use of uninitialized value $p in string eq at /usr/local/lib/perl5/5.14.2/BSDPAN/BSDPAN.pm line 36.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the --fork option of sws, since it makes refactoring to use poll more complicated and should</title>
<updated>2012-08-02T21:34:45+00:00</updated>
<author>
<name>Joe Mason</name>
<email>jmason@rim.com</email>
</author>
<published>2012-08-01T17:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=76ba5919573c1f75ebae60c6e6fa5d7d6f5cf98d'/>
<id>76ba5919573c1f75ebae60c6e6fa5d7d6f5cf98d</id>
<content type='text'>
be redundant once we poll
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be redundant once we poll
</pre>
</div>
</content>
</entry>
<entry>
<title>httpserver.pl: reorder sws command line options</title>
<updated>2012-01-04T18:28:22+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-01-04T18:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c358bab809ec2629ab2bb7adc20d18e319f231b1'/>
<id>c358bab809ec2629ab2bb7adc20d18e319f231b1</id>
<content type='text'>
make 'pidfile' and 'logfile' options appear first on command line in order
to ensure that processing of other options which write to logfile do this
to intended file and not the default one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make 'pidfile' and 'logfile' options appear first on command line in order
to ensure that processing of other options which write to logfile do this
to intended file and not the default one.
</pre>
</div>
</content>
</entry>
<entry>
<title>test proxy supports CONNECT</title>
<updated>2012-01-03T14:01:22+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2011-12-17T22:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=82180643f4886d47816cf654f2ee46114e9c296f'/>
<id>82180643f4886d47816cf654f2ee46114e9c296f</id>
<content type='text'>
There's a new 'http-proxy' server for tests that runs on a separate port
and lets clients do HTTP CONNECT to other ports on the same host to
allow us to test HTTP "tunneling" properly.

Test cases now have a &lt;proxy&gt; section in &lt;verify&gt; to check that the
proxy protocol part matches correctly.

Test case 80, 83, 95, 275, 503 and 1078 have been converted. Test 1316
was added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's a new 'http-proxy' server for tests that runs on a separate port
and lets clients do HTTP CONNECT to other ports on the same host to
allow us to test HTTP "tunneling" properly.

Test cases now have a &lt;proxy&gt; section in &lt;verify&gt; to check that the
proxy protocol part matches correctly.

Test case 80, 83, 95, 275, 503 and 1078 have been converted. Test 1316
was added.
</pre>
</div>
</content>
</entry>
<entry>
<title>gopher tests: use sws and adjusted to more standard style</title>
<updated>2010-08-25T12:21:25+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2010-08-24T22:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ecb3fe63d782dafcd6bacf834f964414b087a793'/>
<id>ecb3fe63d782dafcd6bacf834f964414b087a793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>restore executable bits on some files</title>
<updated>2010-03-24T10:07:35+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2010-03-24T10:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=be28825b2d3e213439eab5ce5423a3caca79bc46'/>
<id>be28825b2d3e213439eab5ce5423a3caca79bc46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
