<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/examples, 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>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>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>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>
<entry>
<title>examples/http2-download: 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:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b2e5af4aecf21b0272b705fd996ac93b56bbab93'/>
<id>b2e5af4aecf21b0272b705fd996ac93b56bbab93</id>
<content type='text'>
To avoid scan-build warnings and global variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid scan-build warnings and global variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory'</title>
<updated>2019-02-14T22:30:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-14T10:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=52d98194b539605a4bd5bfeddc367bff283ac28f'/>
<id>52d98194b539605a4bd5bfeddc367bff283ac28f</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/httpcustomheader: Value stored to 'res' is never read</title>
<updated>2019-02-14T22:30:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-14T10:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9bd704c02a583e01db96ce3aec77f058e817665c'/>
<id>9bd704c02a583e01db96ce3aec77f058e817665c</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: remove superfluous null-pointer checks</title>
<updated>2019-02-14T22:30:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-14T10:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b4beb3b1157a441e4eb6601f9a45d4237a15357b'/>
<id>b4beb3b1157a441e4eb6601f9a45d4237a15357b</id>
<content type='text'>
in ftpget, ftpsget and sftpget, so that scan-build stops warning for
potential NULL pointer dereference below!

Detected by scan-build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in ftpget, ftpsget and sftpget, so that scan-build stops warning for
potential NULL pointer dereference below!

Detected by scan-build
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/crawler: Fix the Accept-Encoding setting</title>
<updated>2019-02-12T23:07:29+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2019-02-12T23:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=db239c07afd20a910b29cd061f179868d3b4b3c7'/>
<id>db239c07afd20a910b29cd061f179868d3b4b3c7</id>
<content type='text'>
- Pass an empty string to CURLOPT_ACCEPT_ENCODING to use the default
  supported encodings.

Prior to this change the specific encodings of gzip and deflate were set
but there's no guarantee they'd be supported by the user's libcurl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Pass an empty string to CURLOPT_ACCEPT_ENCODING to use the default
  supported encodings.

Prior to this change the specific encodings of gzip and deflate were set
but there's no guarantee they'd be supported by the user's libcurl.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Update .gitignore</title>
<updated>2019-01-02T13:32:01+00:00</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2018-12-31T22:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=251cabfb4a9968e92a488635a7ac5071b3f260bd'/>
<id>251cabfb4a9968e92a488635a7ac5071b3f260bd</id>
<content type='text'>
Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.

Closes #3427
Reviewed-by: Daniel Gustafsson &lt;daniel@yesql.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.

Closes #3427
Reviewed-by: Daniel Gustafsson &lt;daniel@yesql.se&gt;
</pre>
</div>
</content>
</entry>
</feed>
