<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs, branch bagder/timerfunction-not-recursive</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>fixup CURLMOPT_TIMERFUNCTION.3 to not special-case the zero timeout</title>
<updated>2019-02-22T13:15:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-22T13:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=da58af7acb42f27884feebe1186fee5c37b9f5a2'/>
<id>da58af7acb42f27884feebe1186fee5c37b9f5a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: remove recursive calls to curl_multi_socket_action</title>
<updated>2019-02-22T12:44:41+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-22T12:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5be7d30e6c19fa484941bd957c7fe8a7a7ddec60'/>
<id>5be7d30e6c19fa484941bd957c7fe8a7a7ddec60</id>
<content type='text'>
From within the timer callbacks. Recursive is problematic for several
reasons.

Discussed in #3537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From within the timer callbacks. Recursive is problematic for several
reasons.

Discussed in #3537
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Allow SAN names in HTTP/2 server push</title>
<updated>2019-02-20T07:44:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-20T07:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8bc5ceb20480295230f05b3c351a0b08454ee6ee'/>
<id>8bc5ceb20480295230f05b3c351a0b08454ee6ee</id>
<content type='text'>
Suggested-by: Nicolas Grekas
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested-by: Nicolas Grekas
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: remove MANUAL from -M output</title>
<updated>2019-02-20T07:20:27+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-19T09:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c543da9a5072801427a21b0d843d6a08bf48d119'/>
<id>c543da9a5072801427a21b0d843d6a08bf48d119</id>
<content type='text'>
... and remove it from the dist tarball. It has served its time, it
barely gets updated anymore and "everything curl" is now convering all
this document once tried to include, and does it more and better.

In the compressed scenario, this removes ~15K data from the binary,
which is 25% of the -M output.

It remains in the git repo for now for as long as the web site builds a
page using that as source. It renders poorly on the site (especially for
mobile users) so its not even good there.

Closes #3587
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and remove it from the dist tarball. It has served its time, it
barely gets updated anymore and "everything curl" is now convering all
this document once tried to include, and does it more and better.

In the compressed scenario, this removes ~15K data from the binary,
which is 25% of the -M output.

It remains in the git repo for now for as long as the web site builds a
page using that as source. It renders poorly on the site (especially for
mobile users) so its not even good there.

Closes #3587
</pre>
</div>
</content>
</entry>
<entry>
<title>connection: never reuse CONNECT_ONLY conections</title>
<updated>2019-02-19T21:50:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-18T15:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b08898fb299ad173167631bd4aa9c95458d76f0e'/>
<id>b08898fb299ad173167631bd4aa9c95458d76f0e</id>
<content type='text'>
and make CONNECT_ONLY conections never reuse any existing ones either.

Reported-by: Pavel Löbl
Bug: https://curl.haxx.se/mail/lib-2019-02/0064.html
Closes #3586
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and make CONNECT_ONLY conections never reuse any existing ones either.

Reported-by: Pavel Löbl
Bug: https://curl.haxx.se/mail/lib-2019-02/0064.html
Closes #3586
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_multi_remove_handle.3: use at any time, just not from within callbacks</title>
<updated>2019-02-19T10:22:29+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-19T10:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5e1b5e6936ea4fea895abbf94b261831d7ba8eff'/>
<id>5e1b5e6936ea4fea895abbf94b261831d7ba8eff</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/http2-serverpush: add some sensible error checks</title>
<updated>2019-02-18T13:57:38+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-18T08:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=af143ef45e308a38900a9550c7fffb7f5734a97e'/>
<id>af143ef45e308a38900a9550c7fffb7f5734a97e</id>
<content type='text'>
To avoid NULL pointer dereferences etc in the case of problems.

Closes #3580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid NULL pointer dereferences etc in the case of problems.

Closes #3580
</pre>
</div>
</content>
</entry>
<entry>
<title>cookie: Add support for cookie prefixes</title>
<updated>2019-02-16T23:09:30+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2019-02-16T23:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e6522522f96ad96b459e608c6cdcd46a32099b5b'/>
<id>e6522522f96ad96b459e608c6cdcd46a32099b5b</id>
<content type='text'>
The draft-ietf-httpbis-rfc6265bis-02 draft, specify a set of prefixes
and how they should affect cookie initialization, which has been
adopted by the major browsers. This adds support for the two prefixes
defined, __Host- and __Secure, and updates the testcase with the
supplied examples from the draft.

Closes #3554
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The draft-ietf-httpbis-rfc6265bis-02 draft, specify a set of prefixes
and how they should affect cookie initialization, which has been
adopted by the major browsers. This adds support for the two prefixes
defined, __Host- and __Secure, and updates the testcase with the
supplied examples from the draft.

Closes #3554
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/sftpuploadresume: Value stored to 'result' is never read</title>
<updated>2019-02-14T22:30:44+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-14T11:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5341c6566709b8976d8e491cbab6678fc779b953'/>
<id>5341c6566709b8976d8e491cbab6678fc779b953</id>
<content type='text'>
Detected by scan-build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detected by scan-build
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/http2-upload: cleaned up</title>
<updated>2019-02-14T22:30:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-14T11:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=25233d94780da7cbc1a4b74b98e46ed055d0c784'/>
<id>25233d94780da7cbc1a4b74b98e46ed055d0c784</id>
<content type='text'>
Fix scan-build warnings, no globals, no silly handle scan. Also remove
handles from the multi before cleaning up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix scan-build warnings, no globals, no silly handle scan. Also remove
handles from the multi before cleaning up.
</pre>
</div>
</content>
</entry>
</feed>
