<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/projects/checksrc.bat, 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>checksrc.bat: Fix not being able to run script from the main curl directory</title>
<updated>2020-02-07T21:51:36+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2020-02-07T16:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=511e0c197ad369ff9dae43d1fdcc65025627e636'/>
<id>511e0c197ad369ff9dae43d1fdcc65025627e636</id>
<content type='text'>
If the script was ran from the main curl directory rather then the
projects directory then the script would simply exit without error:

C:\url&gt; projects\checksrc.bat

The user would either need to change to the projects directory,
explicitly specify the current working directory, or perform a
oneline hacky workaround:

C:\url&gt; cd projects
C:\url\projects&gt; checksrc.bat

C:\url&gt; checksrc.bat %cd%

C:\url&gt; pushd projects &amp; checksrc.bat &amp; popd

Closes #4894
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the script was ran from the main curl directory rather then the
projects directory then the script would simply exit without error:

C:\url&gt; projects\checksrc.bat

The user would either need to change to the projects directory,
explicitly specify the current working directory, or perform a
oneline hacky workaround:

C:\url&gt; cd projects
C:\url\projects&gt; checksrc.bat

C:\url&gt; checksrc.bat %cd%

C:\url&gt; pushd projects &amp; checksrc.bat &amp; popd

Closes #4894
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Add a check for vquic and vssh directories</title>
<updated>2019-11-24T08:16:25+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2019-11-24T07:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8d2dac7dec17286adc05415b4b748e246d238f14'/>
<id>8d2dac7dec17286adc05415b4b748e246d238f14</id>
<content type='text'>
Ref: https://github.com/curl/curl/pull/4607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/curl/curl/pull/4607
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Ignore snprintf warnings in docs/examples</title>
<updated>2019-05-11T06:32:49+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2019-05-10T19:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=edf2f6a6f60debd80ae3cef7a68fb84faaef7c5d'/>
<id>edf2f6a6f60debd80ae3cef7a68fb84faaef7c5d</id>
<content type='text'>
.. because we allow snprintf use in docs/examples.

Closes https://github.com/curl/curl/pull/3862
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.. because we allow snprintf use in docs/examples.

Closes https://github.com/curl/curl/pull/3862
</pre>
</div>
</content>
</entry>
<entry>
<title>projects: Improve Windows perl detection in batch scripts</title>
<updated>2018-08-11T20:33:12+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2018-08-11T20:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=220cd241cd8e64c5968df91c6f0a8083b49869ee'/>
<id>220cd241cd8e64c5968df91c6f0a8083b49869ee</id>
<content type='text'>
- Determine if perl is in the user's PATH by running perl.exe.

Prior to this change detection was done by checking the PATH for perl/
but that did not work in all cases (eg git install includes perl but
not in perl/ path).

Bug: https://github.com/curl/curl/pull/2865
Reported-by: Daniel Jeliński
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Determine if perl is in the user's PATH by running perl.exe.

Prior to this change detection was done by checking the PATH for perl/
but that did not work in all cases (eg git install includes perl but
not in perl/ path).

Bug: https://github.com/curl/curl/pull/2865
Reported-by: Daniel Jeliński
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Ignore curl_config.h.in, curl_config.h</title>
<updated>2017-03-02T07:51:13+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2017-03-02T07:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=14cd405d27ba1cf001acfb910f253b4c412f6692'/>
<id>14cd405d27ba1cf001acfb910f253b4c412f6692</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Added support for the examples</title>
<updated>2016-04-03T21:09:07+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-03T21:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a3a8bba3ff3dd737b64a28d2c65822992bfcd145'/>
<id>a3a8bba3ff3dd737b64a28d2c65822992bfcd145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Re-enabled the tests directory by default</title>
<updated>2016-04-03T20:57:38+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-03T20:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e729aa99f973f2f4bff0b2596fa6f1aab8d64354'/>
<id>e729aa99f973f2f4bff0b2596fa6f1aab8d64354</id>
<content type='text'>
Following the recent changes to the source in the tests directory,
re-enabled tests for the default scan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following the recent changes to the source in the tests directory,
re-enabled tests for the default scan.
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Added tests/server directory support</title>
<updated>2016-04-03T20:57:38+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-03T20:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6264f617f8d81eefaaa612e99c071a2487340ab7'/>
<id>6264f617f8d81eefaaa612e99c071a2487340ab7</id>
<content type='text'>
In addition to commit 83b174b3f0 and following the recent changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition to commit 83b174b3f0 and following the recent changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Disable tests by default until warnings are fixed</title>
<updated>2016-04-03T19:55:19+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-03T19:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e805fb98846dd0a717f4648ac8f60ce2c9a0dc8f'/>
<id>e805fb98846dd0a717f4648ac8f60ce2c9a0dc8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc.bat: Added support for the tests directory</title>
<updated>2016-04-03T19:52:38+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-03T19:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=83b174b3f0c3fd38faa022aa1ff51746ad0239d8'/>
<id>83b174b3f0c3fd38faa022aa1ff51746ad0239d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
