<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/examples/cookie_interface.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>docs/examples: URL updates</title>
<updated>2018-09-23T09:23:29+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vszakats.net</email>
</author>
<published>2018-09-23T09:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=efc696a2e09225bfeab4e7efea61a4e416d66cba'/>
<id>efc696a2e09225bfeab4e7efea61a4e416d66cba</id>
<content type='text'>
- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl

Closes https://github.com/curl/curl/pull/3036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl

Closes https://github.com/curl/curl/pull/3036
</pre>
</div>
</content>
</entry>
<entry>
<title>cookie_interface: fix -Wcomma warning</title>
<updated>2017-05-11T08:04:01+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2017-05-11T07:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=77b90997dd228b071603c9ade96a16610a6df222'/>
<id>77b90997dd228b071603c9ade96a16610a6df222</id>
<content type='text'>
clang 5.0 complains:
possible misuse of comma operator here [-Wcomma]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clang 5.0 complains:
possible misuse of comma operator here [-Wcomma]
</pre>
</div>
</content>
</entry>
<entry>
<title>cookie_interface.c: changed the other domain to example.com too</title>
<updated>2017-04-26T22:30:34+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-04-26T22:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7543f28ad2fb65e6aef9f00c64b71749f087401a'/>
<id>7543f28ad2fb65e6aef9f00c64b71749f087401a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cookie_interface.c: fix cookie domain so the example works</title>
<updated>2017-04-26T22:27:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-04-26T22:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=afe05ee2eebeea574aa5cc3fd62e5ede3d821342'/>
<id>afe05ee2eebeea574aa5cc3fd62e5ede3d821342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: adhere to curl code style</title>
<updated>2016-02-11T08:44:45+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-11T08:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3a6563d668406df1703edb4202afc038fcf9d30e'/>
<id>3a6563d668406df1703edb4202afc038fcf9d30e</id>
<content type='text'>
All plain C examples now (mostly) adhere to the curl code style. While
they are only examples, they had diverted so much and contained all
sorts of different mixed code styles by now. Having them use a unified
style helps users and readability. Also, as they get copy-and-pasted
widely by users, making sure they're clean and nice is a good idea.

573 checksrc warnings were addressed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All plain C examples now (mostly) adhere to the curl code style. While
they are only examples, they had diverted so much and contained all
sorts of different mixed code styles by now. Having them use a unified
style helps users and readability. Also, as they get copy-and-pasted
widely by users, making sure they're clean and nice is a good idea.

573 checksrc warnings were addressed.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/cookie_interface.c: add cleanup call</title>
<updated>2016-02-11T07:44:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-11T07:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=936d8f07dfbf2ac22ffd216f5363152bcecc2651'/>
<id>936d8f07dfbf2ac22ffd216f5363152bcecc2651</id>
<content type='text'>
cleaning up handles is a good idea as we leak memory otherwise

Also, line wrapped before 80 columns.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cleaning up handles is a good idea as we leak memory otherwise

Also, line wrapped before 80 columns.
</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>examples: add descriptions with &lt;DESC&gt;</title>
<updated>2015-06-18T08:17:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-06-18T08:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=26583a62ab8f29f672f91932b81c595f33c72b9f'/>
<id>26583a62ab8f29f672f91932b81c595f33c72b9f</id>
<content type='text'>
Using this fixed format for example descriptions, we can generate a
better list on the web site.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using this fixed format for example descriptions, we can generate a
better list on the web site.
</pre>
</div>
</content>
</entry>
<entry>
<title>cookie: Stop exporting any-domain cookies</title>
<updated>2015-06-04T01:48:47+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2015-06-04T01:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3013bb6b1c8e63e46ed0324eddffa6c54228acd7'/>
<id>3013bb6b1c8e63e46ed0324eddffa6c54228acd7</id>
<content type='text'>
Prior to this change any-domain cookies (cookies without a domain that
are sent to any domain) were exported with domain name "unknown".

Bug: https://github.com/bagder/curl/issues/292
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change any-domain cookies (cookies without a domain that
are sent to any domain) were exported with domain name "unknown".

Bug: https://github.com/bagder/curl/issues/292
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: fix compilation issues - commit 7332a7cafb follow-up</title>
<updated>2012-12-05T11:59:14+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-12-05T11:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=fe2b2a3b9dbe18883cf7c9789cd958915978dc3a'/>
<id>fe2b2a3b9dbe18883cf7c9789cd958915978dc3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
