<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/examples/getinmemory.c, branch bagder/manpages-https</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>examples: Fix memory leaks from realloc errors</title>
<updated>2018-09-17T12:07:47+00:00</updated>
<author>
<name>Kruzya</name>
<email>CrazyHackGUT@users.noreply.github.com</email>
</author>
<published>2018-09-15T05:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=23524bf85b887adbc513bc015c9530355967bc04'/>
<id>23524bf85b887adbc513bc015c9530355967bc04</id>
<content type='text'>
Make sure to not overwrite the reallocated pointer in realloc() calls
to avoid a memleak on memory errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure to not overwrite the reallocated pointer in realloc() calls
to avoid a memleak on memory errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: fix -Wformat warnings</title>
<updated>2018-07-09T16:08:27+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2018-07-08T14:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5bd8c389a3625e5c3eed265942d4c5b1e7e5d117'/>
<id>5bd8c389a3625e5c3eed265942d4c5b1e7e5d117</id>
<content type='text'>
When size_t is not a typedef for unsigned long (as usually the case on
Windows), GCC emits -Wformat warnings when using lu and lx format
specifiers with size_t. Silence them with explicit casts to
unsigned long.

Closes https://github.com/curl/curl/pull/2721
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When size_t is not a typedef for unsigned long (as usually the case on
Windows), GCC emits -Wformat warnings when using lu and lx format
specifiers with size_t. Silence them with explicit casts to
unsigned long.

Closes https://github.com/curl/curl/pull/2721
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Fix format specifiers</title>
<updated>2018-05-14T07:43:15+00:00</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2018-05-06T17:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=13505dcb5573e256fd14daf97afefb8b9a7c6263'/>
<id>13505dcb5573e256fd14daf97afefb8b9a7c6263</id>
<content type='text'>
Closes #2561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2561
</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: more descriptions</title>
<updated>2015-06-18T09:38:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-06-18T09:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0e7d76d6a87bbae77af0bf37bed4428748295a44'/>
<id>0e7d76d6a87bbae77af0bf37bed4428748295a44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #149: Deletion of unnecessary checks before calls of the function "free"</title>
<updated>2015-03-16T11:13:56+00:00</updated>
<author>
<name>Markus Elfring</name>
<email>elfring@users.sourceforge.net</email>
</author>
<published>2015-03-11T16:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=29c655c0a6affc0359e499162e8308663eb4d04f'/>
<id>29c655c0a6affc0359e499162e8308663eb4d04f</id>
<content type='text'>
The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software Coccinelle 1.0.0-rc24.

Signed-off-by: Markus Elfring &lt;elfring@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software Coccinelle 1.0.0-rc24.

Signed-off-by: Markus Elfring &lt;elfring@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>getinmemory: remove a comment</title>
<updated>2013-09-28T22:16:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-09-28T22:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4d7bf73fc31c724f8af9fb7eaf398fae7366e16f'/>
<id>4d7bf73fc31c724f8af9fb7eaf398fae7366e16f</id>
<content type='text'>
The comment mentioned the need to free the data, but the example already
does that free
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comment mentioned the need to free the data, but the example already
does that free
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/getinmemory.c: abort the transfer if not enough memory</title>
<updated>2013-03-09T15:38:18+00:00</updated>
<author>
<name>Cédric Deltheil</name>
<email>cedric@moodstocks.com</email>
</author>
<published>2013-02-24T17:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6645d2ae8f2f813eb2deb908e7b1f6fc9772c2da'/>
<id>6645d2ae8f2f813eb2deb908e7b1f6fc9772c2da</id>
<content type='text'>
No more use exit(3) but instead tell libcurl that no byte has been
written to let it return a `CURLE_WRITE_ERROR`. In addition, check
curl easy handle return code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No more use exit(3) but instead tell libcurl that no byte has been
written to let it return a `CURLE_WRITE_ERROR`. In addition, check
curl easy handle return code.
</pre>
</div>
</content>
</entry>
<entry>
<title>getinmemory.c: use better argument names for write callback</title>
<updated>2011-09-07T20:43:28+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2011-09-07T20:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=450975b0c34bcc9659cbb963460b3e4d0df43543'/>
<id>450975b0c34bcc9659cbb963460b3e4d0df43543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
