<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test96, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>free: instead of Curl_safefree()</title>
<updated>2015-03-16T14:01:15+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-03-16T14:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=0f4a03cbb6fdb84d05cb6aafe50444edad4f4119'/>
<id>0f4a03cbb6fdb84d05cb6aafe50444edad4f4119</id>
<content type='text'>
Since we just started make use of free(NULL) in order to simplify code,
this change takes it a step further and:

- converts lots of Curl_safefree() calls to good old free()
- makes Curl_safefree() not check the pointer before free()

The (new) rule of thumb is: if you really want a function call that
frees a pointer and then assigns it to NULL, then use Curl_safefree().
But we will prefer just using free() from now on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we just started make use of free(NULL) in order to simplify code,
this change takes it a step further and:

- converts lots of Curl_safefree() calls to good old free()
- makes Curl_safefree() not check the pointer before free()

The (new) rule of thumb is: if you really want a function call that
frees a pointer and then assigns it to NULL, then use Curl_safefree().
But we will prefer just using free() from now on.
</pre>
</div>
</content>
</entry>
<entry>
<title>test96: Updated accordly for recent changes</title>
<updated>2014-02-28T09:45:38+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-02-28T09:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=219d19a401302fc3f97853d8f7d13b24bf61f5c0'/>
<id>219d19a401302fc3f97853d8f7d13b24bf61f5c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test96: updated according to recent changes</title>
<updated>2014-02-08T22:20:10+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-02-08T22:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6b9a3c1865fa8351905ab1c5033ada15bf87013b'/>
<id>6b9a3c1865fa8351905ab1c5033ada15bf87013b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test suite: stop conversion of valid output to CRLF on Windows</title>
<updated>2014-02-01T12:49:58+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2014-02-01T12:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=efc112079c9d98dbe871dfcc7c00c8c46a1931f8'/>
<id>efc112079c9d98dbe871dfcc7c00c8c46a1931f8</id>
<content type='text'>
Since the output isn't actually being written in text-mode and it
was rather used as a workaround, disable text-mode for these tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the output isn't actually being written in text-mode and it
was rather used as a workaround, disable text-mode for these tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: 96, 558, 1330: strip build subdirectory dependent leading path</title>
<updated>2013-03-15T23:59:54+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2013-03-15T23:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=91e2ce6e76ad1a22f9770e65c02f7f527ef3abff'/>
<id>91e2ce6e76ad1a22f9770e65c02f7f527ef3abff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add #96 #558 and #1330</title>
<updated>2013-03-15T18:59:51+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2013-03-15T18:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1700668d783220957a2ad0d1f4f963be58b687f7'/>
<id>1700668d783220957a2ad0d1f4f963be58b687f7</id>
<content type='text'>
These verfy that the 'memory tracking' subsystem is actually doing its
job when using curl tool (#96), a test in libtest (#558) and also a unit
test (#1330), in order to prevent regressions in this functionallity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These verfy that the 'memory tracking' subsystem is actually doing its
job when using curl tool (#96), a test in libtest (#558) and also a unit
test (#1330), in order to prevent regressions in this functionallity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed, this was only used to work out what went wrong with test 91, and</title>
<updated>2004-02-09T11:41:07+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2004-02-09T11:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f8a5ec1380064649f53dcddc68f01fdf24e5cdbe'/>
<id>f8a5ec1380064649f53dcddc68f01fdf24e5cdbe</id>
<content type='text'>
we seem to have nailed that one now!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we seem to have nailed that one now!
</pre>
</div>
</content>
</entry>
<entry>
<title>send a connection: close in the initial reply to see if things differ</title>
<updated>2004-01-27T13:35:55+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2004-01-27T13:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f35398e4143104a1560fe0d8453f11e1671e6e32'/>
<id>f35398e4143104a1560fe0d8453f11e1671e6e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed Basic in the initial response to see if it makes any difference</title>
<updated>2004-01-21T08:51:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2004-01-21T08:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=68826c25f8660bfbabe634eda8d968acec7a9205'/>
<id>68826c25f8660bfbabe634eda8d968acec7a9205</id>
<content type='text'>
in the failure frequency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the failure frequency
</pre>
</div>
</content>
</entry>
<entry>
<title>added this test, this is basicly a copy of test 91 but we return the first</title>
<updated>2004-01-16T12:40:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2004-01-16T12:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=60787171c765a3d840eb037f9dfb7497f8fe14c4'/>
<id>60787171c765a3d840eb037f9dfb7497f8fe14c4</id>
<content type='text'>
response with a size 5 instead of size 0, to see if this has an impact on
the failure frequency - test 91 still fails occationally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
response with a size 5 instead of size 0, to see if this has an impact on
the failure frequency - test 91 still fails occationally.
</pre>
</div>
</content>
</entry>
</feed>
