<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/special/tor, branch bug18600</title>
<subtitle>Special's torspec repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/'/>
<entry>
<title>Scrub service name in introduction circuit warning</title>
<updated>2016-03-21T12:23:28+00:00</updated>
<author>
<name>John Brooks</name>
<email>special@torproject.org</email>
</author>
<published>2016-03-21T12:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=2c057c2833ff2ab0779cbd1e5f3747be0a232126'/>
<id>2c057c2833ff2ab0779cbd1e5f3747be0a232126</id>
<content type='text'>
Fixes bug 18600.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 18600.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_options.c: NULL a pointer after free #18447</title>
<updated>2016-03-17T23:20:36+00:00</updated>
<author>
<name>Steven Chamberlain</name>
<email>steven@pyro.eu.org</email>
</author>
<published>2016-02-29T14:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=45681f695c6096e280bc7ec3bf0a67c27708dbbc'/>
<id>45681f695c6096e280bc7ec3bf0a67c27708dbbc</id>
<content type='text'>
tdata will be double-freed if none of linux, __FreeBSD__, DARWIN or
__OpenBSD__ are defined.  (For example, FreeBSD derivatives).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tdata will be double-freed if none of linux, __FreeBSD__, DARWIN or
__OpenBSD__ are defined.  (For example, FreeBSD derivatives).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace.</title>
<updated>2016-03-15T13:21:29+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-03-15T13:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=b48f8a8114575793046a8e9d3544d6b2d0a17f82'/>
<id>b48f8a8114575793046a8e9d3544d6b2d0a17f82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'weasel/bug18458'</title>
<updated>2016-03-15T13:18:24+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-03-15T13:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=c9899ee64008b63cb9867115ac684590dd50f902'/>
<id>c9899ee64008b63cb9867115ac684590dd50f902</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix log message: say RelaxDirModeCheck instead of StrictDirModes</title>
<updated>2016-03-14T19:27:53+00:00</updated>
<author>
<name>Peter Palfrader</name>
<email>peter@palfrader.org</email>
</author>
<published>2016-03-14T19:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=d8626d34e59ceb1a71b23646b9c1c1f4fec88638'/>
<id>d8626d34e59ceb1a71b23646b9c1c1f4fec88638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug15221_027'</title>
<updated>2016-03-14T18:10:47+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-03-14T18:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=4b02af452d12b35e58d3a8e5e7ef042970e26774'/>
<id>4b02af452d12b35e58d3a8e5e7ef042970e26774</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Permit setrlimit, prlimit, prlimit64 calls.</title>
<updated>2016-03-14T17:21:16+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-03-14T17:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=725e0c76e3df9d3ea4b861b3ff5279b23def4ef9'/>
<id>725e0c76e3df9d3ea4b861b3ff5279b23def4ef9</id>
<content type='text'>
We call setrlimit under some circumstances, and it can call prlimit
and prlimit64 under the hood.

Fixes bug 15221.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We call setrlimit under some circumstances, and it can call prlimit
and prlimit64 under the hood.

Fixes bug 15221.
</pre>
</div>
</content>
</entry>
<entry>
<title>When using open() to make sure we created a dir, close the fd afterwards</title>
<updated>2016-03-14T17:03:44+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-03-14T17:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=36ad65a7d1709deeb4bc1ae3e994a30c3e7bf789'/>
<id>36ad65a7d1709deeb4bc1ae3e994a30c3e7bf789</id>
<content type='text'>
Found by coverity. Not in any released Tor. Fixes CID 1355640.

Also, don't check for fd correctness with assert(fd).  You need to
assert (fd &gt;= 0).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by coverity. Not in any released Tor. Fixes CID 1355640.

Also, don't check for fd correctness with assert(fd).  You need to
assert (fd &gt;= 0).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'public/bug16248_027'</title>
<updated>2016-03-14T16:53:57+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-03-14T16:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=a64be7eaa9add3ac147447faae77906bbafd1b0a'/>
<id>a64be7eaa9add3ac147447faae77906bbafd1b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comments to connection_check_event().</title>
<updated>2016-03-14T16:53:21+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-03-14T16:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/special/tor.git/commit/?id=307b863556e34f0f1575c8c7ea1dd79e07eff16c'/>
<id>307b863556e34f0f1575c8c7ea1dd79e07eff16c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
