<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/projects/Windows/VC14, branch bagder/https-cookie-secure</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>VS projects: add USE_IPV6</title>
<updated>2018-10-19T07:23:15+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2018-10-17T15:34:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e693a15722c7400cd945fd59fe0a4c52700c0552'/>
<id>e693a15722c7400cd945fd59fe0a4c52700c0552</id>
<content type='text'>
The Visual Studio builds didn't use IPv6. Add it to all projects since
Visual Studio 2008, which is verified to build via AppVeyor.

Closes https://github.com/curl/curl/pull/3137
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Visual Studio builds didn't use IPv6. Add it to all projects since
Visual Studio 2008, which is verified to build via AppVeyor.

Closes https://github.com/curl/curl/pull/3137
</pre>
</div>
</content>
</entry>
<entry>
<title>VC: Add crypt32.lib to Visual Sudio project template files</title>
<updated>2016-06-22T08:57:55+00:00</updated>
<author>
<name>Joel Depooter</name>
<email>joel.depooter@safe.com</email>
</author>
<published>2016-06-01T23:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=66c447e51e7c066f2ef425e912cee5157c363d55'/>
<id>66c447e51e7c066f2ef425e912cee5157c363d55</id>
<content type='text'>
Closes #854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #854
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Changed the Visual Studio projects warning level from 3 to 4</title>
<updated>2016-04-01T19:39:34+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-01T19:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7bc64561a2e63ca93e4b0b31d350773ba80955c2'/>
<id>7bc64561a2e63ca93e4b0b31d350773ba80955c2</id>
<content type='text'>
After squashing most of our compiler warnings, up'ed the default
warning level from 3 to 4 in order to increase the likelyhood of
catching future warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After squashing most of our compiler warnings, up'ed the default
warning level from 3 to 4 in order to increase the likelyhood of
catching future warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: Added new VC14 SQLite based program database files</title>
<updated>2016-04-01T19:00:05+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-01T19:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8010376fadb963aa38360e782ea9c28f4ea5bf76'/>
<id>8010376fadb963aa38360e782ea9c28f4ea5bf76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Updated all makefiles and project files for the new vauth directory</title>
<updated>2016-03-25T09:11:59+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-09-12T10:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=dc72f8df0c914de688077f296bf94360cf928529'/>
<id>dc72f8df0c914de688077f296bf94360cf928529</id>
<content type='text'>
Updated the makefiles and Visual Studio project files to support moving
the authentication code to the new lib/vauth directory that was started
in commit 0d04e859e1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated the makefiles and Visual Studio project files to support moving
the authentication code to the new lib/vauth directory that was started
in commit 0d04e859e1.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Added missing Visual Studio filter files for VC10 onwards</title>
<updated>2016-03-19T17:57:43+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-03-19T17:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e66109c1e3ce97d39114b67b30b8d2da2c793f11'/>
<id>e66109c1e3ce97d39114b67b30b8d2da2c793f11</id>
<content type='text'>
As these files don't need to contain references to the source files,
although typically do, added basic files which only include three
filters and don't require the project file generator to be modified.

These files allow the source code to be viewed in the Solution Explorer
in versions of Visual Studio from 2010 onwards in the same manner as
previous versions did rather than one large view of files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As these files don't need to contain references to the source files,
although typically do, added basic files which only include three
filters and don't require the project file generator to be modified.

These files allow the source code to be viewed in the Solution Explorer
in versions of Visual Studio from 2010 onwards in the same manner as
previous versions did rather than one large view of files.
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: Added *.VC.opendb and *.vcxproj.user files for VC14</title>
<updated>2016-03-05T21:49:09+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-03-05T21:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b188fe407dbc8a208bb995dec29342e0b90dc435'/>
<id>b188fe407dbc8a208bb995dec29342e0b90dc435</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: Sort for readability</title>
<updated>2015-08-18T05:03:05+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2015-08-18T05:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9518139c73452251b5ea4371d41cc3fa4532a0f9'/>
<id>9518139c73452251b5ea4371d41cc3fa4532a0f9</id>
<content type='text'>
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Added wolfSSL configurations to VC10+ project files</title>
<updated>2015-08-06T17:13:09+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2015-08-06T06:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3f5f042e5d7850b9a66dc676d0b125503a425eb3'/>
<id>3f5f042e5d7850b9a66dc676d0b125503a425eb3</id>
<content type='text'>
URL: https://github.com/bagder/curl/pull/174
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
URL: https://github.com/bagder/curl/pull/174
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Added VC14 project files</title>
<updated>2015-07-29T17:42:48+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-07-26T20:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8356022d17faf4d62e7133964833e9a5c2add19b'/>
<id>8356022d17faf4d62e7133964833e9a5c2add19b</id>
<content type='text'>
Updates to Makefile.am for the generation of the project files in
the tarball to follow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates to Makefile.am for the generation of the project files in
the tarball to follow.
</pre>
</div>
</content>
</entry>
</feed>
