<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/libtest/lib1526.c, 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>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>libtest: fix MinGW-w64 warnings</title>
<updated>2017-05-08T17:59:46+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>raad@teamviewer.com</email>
</author>
<published>2017-05-08T17:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=141ed8ca09e0650879d2333ecce19ff1b339b895'/>
<id>141ed8ca09e0650879d2333ecce19ff1b339b895</id>
<content type='text'>
long is 32 bits while size_t is 64 bits on MinGW-w64, so
typecheck-gcc.h complains when using size_t for a long option.
Also, curl_socket_t is unsigned long long rather than int.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
long is 32 bits while size_t is 64 bits on MinGW-w64, so
typecheck-gcc.h complains when using size_t for a long option.
Also, curl_socket_t is unsigned long long rather than int.
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc: warn for assignments within if() expressions</title>
<updated>2016-12-14T00:29:44+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-12-14T00:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1c3e8bbfedcd3822aeb1bab22fb56c5ecff4295b'/>
<id>1c3e8bbfedcd3822aeb1bab22fb56c5ecff4295b</id>
<content type='text'>
... they're already frowned upon in our source code style guide, this
now enforces the rule harder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... they're already frowned upon in our source code style guide, this
now enforces the rule harder.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/libtest: follow our code style guidelines better</title>
<updated>2016-04-03T09:57:34+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-04-03T09:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=365322b8bcf9efb6a361473d227b70f2032212ce'/>
<id>365322b8bcf9efb6a361473d227b70f2032212ce</id>
<content type='text'>
... checksrc of all test code is pending.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... checksrc of all test code is pending.
</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>tests: Fixed torture test for tests 1526 &amp; 1527</title>
<updated>2014-04-22T20:43:57+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-04-22T20:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c1d61587895fdc084b31345996c0e30591caffbb'/>
<id>c1d61587895fdc084b31345996c0e30591caffbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CURLOPT_HEADEROPT: added</title>
<updated>2014-04-04T15:03:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-02-04T22:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ef6be35bae1fe501fecd9a2a21eb5d03ddff4243'/>
<id>ef6be35bae1fe501fecd9a2a21eb5d03ddff4243</id>
<content type='text'>
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER
is actually used or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER
is actually used or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>CURLOPT_PROXYHEADER: set headers for proxy-only</title>
<updated>2014-04-04T15:03:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-01-31T07:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ac887eedbc17a0d78b11ff467858c76a5127d1f4'/>
<id>ac887eedbc17a0d78b11ff467858c76a5127d1f4</id>
<content type='text'>
Includes docs and new test cases: 1525, 1526 and 1527

Co-written-by: Vijay Panghal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes docs and new test cases: 1525, 1526 and 1527

Co-written-by: Vijay Panghal
</pre>
</div>
</content>
</entry>
</feed>
