<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/src, branch bagder/https-proxyu-req-http</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>symbian: drop support</title>
<updated>2020-09-22T13:14:12+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-21T12:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3d64031fa7a80ac4ae3fd09a5939196268b92f81'/>
<id>3d64031fa7a80ac4ae3fd09a5939196268b92f81</id>
<content type='text'>
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.

The public headers are unmodified.

Closes #5989
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.

The public headers are unmodified.

Closes #5989
</pre>
</div>
</content>
</entry>
<entry>
<title>--help: strdup the category</title>
<updated>2020-09-18T12:47:23+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-18T06:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5bd63e0619d10d81850a9993ac278396bb77e36c'/>
<id>5bd63e0619d10d81850a9993ac278396bb77e36c</id>
<content type='text'>
... since it is converted and the original pointer is freed on Windows
unicode handling.

Follow-up to aa8777f63febc
Fixes #5977
Closes #5978
Reported-by: xwxbug on github
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... since it is converted and the original pointer is freed on Windows
unicode handling.

Follow-up to aa8777f63febc
Fixes #5977
Closes #5978
Reported-by: xwxbug on github
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_help.h: update copyright year range</title>
<updated>2020-09-16T21:08:20+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-16T21:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ec6363be18ac595ef51d9cfc727625f8f0f65f66'/>
<id>ec6363be18ac595ef51d9cfc727625f8f0f65f66</id>
<content type='text'>
Follow-up from aa8777f63febca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up from aa8777f63febca
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_writeout: protect fputs() from NULL</title>
<updated>2020-09-15T20:52:51+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-15T13:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0b4c4145aac87047513e30a348e63fde96da892d'/>
<id>0b4c4145aac87047513e30a348e63fde96da892d</id>
<content type='text'>
When the code was changed to do fputs() instead of fprintf() it got
sensitive for NULL pointers; add checks for that.

Follow-up from 0c1e767e83ec66

Closes #5963
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the code was changed to do fputs() instead of fprintf() it got
sensitive for NULL pointers; add checks for that.

Follow-up from 0c1e767e83ec66

Closes #5963
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_writeout: add new writeout variable, %{num_headers}</title>
<updated>2020-09-14T22:37:08+00:00</updated>
<author>
<name>anio</name>
<email>anio@users.noreply.github.com</email>
</author>
<published>2020-09-09T15:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0c1e767e83ec669d213868db8887e19386f717b2'/>
<id>0c1e767e83ec669d213868db8887e19386f717b2</id>
<content type='text'>
This variable gives the number of headers.

Closes #5947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This variable gives the number of headers.

Closes #5947
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_urlglob: fix compiler warning "unreachable code"</title>
<updated>2020-09-14T22:31:18+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-14T22:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4e66207c580bbf2e05968aa1b99ce7388a3b55c1'/>
<id>4e66207c580bbf2e05968aa1b99ce7388a3b55c1</id>
<content type='text'>
(On Windows builds.)

Follow-up to 70a3b003d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(On Windows builds.)

Follow-up to 70a3b003d9
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: make checkpasswd use dynbuf</title>
<updated>2020-09-14T10:33:53+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-11T09:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a1679498481de5b83532042d1b5bbd269b277a82'/>
<id>a1679498481de5b83532042d1b5bbd269b277a82</id>
<content type='text'>
Closes #5952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5952
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: make glob_match_url use dynbuf</title>
<updated>2020-09-14T10:33:52+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-11T09:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=70a3b003d964abad49635ba00b111b84a6c52afd'/>
<id>70a3b003d964abad49635ba00b111b84a6c52afd</id>
<content type='text'>
Closes #5952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5952
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: make file2memory use dynbuf</title>
<updated>2020-09-14T10:33:51+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-11T08:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=893bbd745821bf71c8e6c92ad017365cf82b3514'/>
<id>893bbd745821bf71c8e6c92ad017365cf82b3514</id>
<content type='text'>
Closes #5952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5952
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: make file2string use dynbuf</title>
<updated>2020-09-14T10:33:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-11T08:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0938f828bfa3c06416e6b4fb1be67340485466f6'/>
<id>0938f828bfa3c06416e6b4fb1be67340485466f6</id>
<content type='text'>
Closes #5952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5952
</pre>
</div>
</content>
</entry>
</feed>
