<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/.gitignore, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>source cleanup: remove all custom typedef structs</title>
<updated>2020-05-15T06:54:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-13T22:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=8df455479f8801bbebad8839fc96abbffa711603'/>
<id>8df455479f8801bbebad8839fc96abbffa711603</id>
<content type='text'>
 - Stick to a single unified way to use structs
 - Make checksrc complain on 'typedef struct {'
 - Allow them in tests, public headers and examples

 - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually
   typedef different types/structs depending on build conditions.

Closes #5338
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Stick to a single unified way to use structs
 - Make checksrc complain on 'typedef struct {'
 - Allow them in tests, public headers and examples

 - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually
   typedef different types/structs depending on build conditions.

Closes #5338
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/completion.pl: also generate fish completion file</title>
<updated>2019-03-02T10:31:18+00:00</updated>
<author>
<name>Simon Legner</name>
<email>Simon.Legner@gmail.com</email>
</author>
<published>2019-02-10T21:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e075b2149b5d287b30718b31bee5ba80aba3da94'/>
<id>e075b2149b5d287b30718b31bee5ba80aba3da94</id>
<content type='text'>
This is the renamed script formerly known as zsh.pl

Closes #3545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the renamed script formerly known as zsh.pl

Closes #3545
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc: add COPYRIGHTYEAR check</title>
<updated>2018-12-03T22:13:40+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-12-03T22:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6381708970ff82173c59c5a49793535b55200003'/>
<id>6381708970ff82173c59c5a49793535b55200003</id>
<content type='text'>
Forgetting to bump the year in the copyright clause when hacking has
been quite common among curl developers, but a traditional checksrc
check isn't a good fit as it would penalize anyone hacking on January
1st (among other things). This adds a more selective COPYRIGHTYEAR
check which intends to only cover the currently hacked on changeset.

The check for updated copyright year is currently not enforced on all
files but only on files edited and/or committed locally. This is due to
the amount of files which aren't updated with their correct copyright
year at the time of their respective commit.

To further avoid running this expensive check for every developer, it
adds a new local override mode for checksrc where a .checksrc file can
be used to turn on extended warnings locally.

Closes #3303
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgetting to bump the year in the copyright clause when hacking has
been quite common among curl developers, but a traditional checksrc
check isn't a good fit as it would penalize anyone hacking on January
1st (among other things). This adds a more selective COPYRIGHTYEAR
check which intends to only cover the currently hacked on changeset.

The check for updated copyright year is currently not enforced on all
files but only on files edited and/or committed locally. This is due to
the amount of files which aren't updated with their correct copyright
year at the time of their respective commit.

To further avoid running this expensive check for every developer, it
adds a new local override mode for checksrc where a .checksrc file can
be used to turn on extended warnings locally.

Closes #3303
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ossfuzz: Move to C++ for curl_fuzzer.</title>
<updated>2017-09-02T09:07:55+00:00</updated>
<author>
<name>Max Dymond</name>
<email>cmeister2@gmail.com</email>
</author>
<published>2017-09-01T20:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=57001ce3bb97455d799f0a2180b7bf1287ffd71a'/>
<id>57001ce3bb97455d799f0a2180b7bf1287ffd71a</id>
<content type='text'>
Automake gets confused if you want to use C++ static libraries with C
code - basically we need to involve the clang++ linker. The easiest way
of achieving this is to rename the C code as C++ code. This gets us a
bit further along the path and ought to be compatible with Google's
version of clang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automake gets confused if you want to use C++ static libraries with C
code - basically we need to involve the clang++ linker. The easiest way
of achieving this is to rename the C code as C++ code. This gets us a
bit further along the path and ought to be compatible with Google's
version of clang.
</pre>
</div>
</content>
</entry>
<entry>
<title>ossfuzz: additional seed corpora</title>
<updated>2017-09-01T09:23:07+00:00</updated>
<author>
<name>Max Dymond</name>
<email>cmeister2@gmail.com</email>
</author>
<published>2017-08-29T22:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1cf323ec4e065b35235a8844626934e1a044bd38'/>
<id>1cf323ec4e065b35235a8844626934e1a044bd38</id>
<content type='text'>
Create simple seed corpora for:
- FTP
- telnet
- dict
- tftp
- imap
- pop3

based off the tests of the same number.

Closes #1842
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create simple seed corpora for:
- FTP
- telnet
- dict
- tftp
- imap
- pop3

based off the tests of the same number.

Closes #1842
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: ignore .xz now instead of .lzma</title>
<updated>2017-08-13T16:11:44+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-08-13T16:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=55c8a5573faa4cf21ca74822dac276f60a42d327'/>
<id>55c8a5573faa4cf21ca74822dac276f60a42d327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: ignore top-level .vs folder</title>
<updated>2017-08-10T07:11:26+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2017-08-09T12:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=42ba39b0602c44ceb609459fd4d9c2ef339b843e'/>
<id>42ba39b0602c44ceb609459fd4d9c2ef339b843e</id>
<content type='text'>
This folder is generated when using the CMake build system from within
Visual Studio.

Closes https://github.com/curl/curl/pull/1746
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This folder is generated when using the CMake build system from within
Visual Studio.

Closes https://github.com/curl/curl/pull/1746
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add impacket for SMB testing</title>
<updated>2017-07-04T08:36:06+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-06-30T12:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f1609155d54c82b535f50a6b4693b2be47d272aa'/>
<id>f1609155d54c82b535f50a6b4693b2be47d272aa</id>
<content type='text'>
Import impacket 0.9.15 for use in SMB testing. This was generated by
doing "pip2.7 install -t . impacket"

Unnecessary files for current testing were deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import impacket 0.9.15 for use in SMB testing. This was generated by
doing "pip2.7 install -t . impacket"

Unnecessary files for current testing were deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: ignore all vim swap files</title>
<updated>2017-06-09T09:30:05+00:00</updated>
<author>
<name>Paul Harris</name>
<email>paulharris@computer.org</email>
</author>
<published>2017-06-09T02:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=15b7b857590fb49689caf04e4e0109af6c4d3dab'/>
<id>15b7b857590fb49689caf04e4e0109af6c4d3dab</id>
<content type='text'>
Closes #1561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1561
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Install zsh completion</title>
<updated>2015-11-24T21:22:01+00:00</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-11-20T04:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=be0d4141af6de8380d24180eab316c898fcb27e1'/>
<id>be0d4141af6de8380d24180eab316c898fcb27e1</id>
<content type='text'>
Fixes #534
Closes #537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #534
Closes #537
</pre>
</div>
</content>
</entry>
</feed>
