<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/linus/tor/src, branch bug5529</title>
<subtitle>Linus' Tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/'/>
<entry>
<title>Add a missing ntohl to tell_controller_about_resolve_result</title>
<updated>2012-05-01T21:21:47+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-05-01T20:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=c9afd6f9c5a3cf73340e528818570b4ba5cdf6b2'/>
<id>c9afd6f9c5a3cf73340e528818570b4ba5cdf6b2</id>
<content type='text'>
Fix for bug 5723; bugfix on 0.2.3.1-alpha (commit 22f723e4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for bug 5723; bugfix on 0.2.3.1-alpha (commit 22f723e4)
</pre>
</div>
</content>
</entry>
<entry>
<title>bump to 0.2.3.15-alpha-dev</title>
<updated>2012-04-30T20:43:08+00:00</updated>
<author>
<name>Roger Dingledine</name>
<email>arma@torproject.org</email>
</author>
<published>2012-04-30T20:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=81d9a9368fae246940215294b923c1d7ee9d2231'/>
<id>81d9a9368fae246940215294b923c1d7ee9d2231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump to 0.2.3.15-alpha</title>
<updated>2012-04-30T20:16:30+00:00</updated>
<author>
<name>Roger Dingledine</name>
<email>arma@torproject.org</email>
</author>
<published>2012-04-30T20:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=2513a3e959b616126f2c0a050e9f8f9593721ef7'/>
<id>2513a3e959b616126f2c0a050e9f8f9593721ef7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove __ from HAVE_EXTERN_ENVIRON_DECLARED__</title>
<updated>2012-04-30T16:52:16+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-04-30T16:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=c03a233faae20d1766fb8f249cccb130b29891d2'/>
<id>c03a233faae20d1766fb8f249cccb130b29891d2</id>
<content type='text'>
I think that the trailing __ got added in false analogy to
HAVE_MACRO__func__, HAVE_MACRO__FUNC__, and HAVE_MACRO__FUNCTION__.
But those macros actually indicate the presence of __func__,
__FUNC__, and __FUNCTION__ respectively.  The __ at the end of
HAVE_EXTERN_ENVIRON_DECLARED would only be appropriate if the
environ were declared__, whatever that means.

(As a side-note, HAVE_MACRO__func__ and so on should probably be
renamed HAVE_MACRO___func__ and so on.  But that can wait.)

This is an identifier renaming only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think that the trailing __ got added in false analogy to
HAVE_MACRO__func__, HAVE_MACRO__FUNC__, and HAVE_MACRO__FUNCTION__.
But those macros actually indicate the presence of __func__,
__FUNC__, and __FUNCTION__ respectively.  The __ at the end of
HAVE_EXTERN_ENVIRON_DECLARED would only be appropriate if the
environ were declared__, whatever that means.

(As a side-note, HAVE_MACRO__func__ and so on should probably be
renamed HAVE_MACRO___func__ and so on.  But that can wait.)

This is an identifier renaming only.
</pre>
</div>
</content>
</entry>
<entry>
<title>Several mingw/msvc/cross-compilation fixes</title>
<updated>2012-04-26T22:36:25+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-04-26T22:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=9dddfe83f3041e1504d2def5622633eb59a9756f'/>
<id>9dddfe83f3041e1504d2def5622633eb59a9756f</id>
<content type='text'>
They boil down to:
 - MS_WINDOWS is dead and replaced with _WIN32, but we let a few
   instances creep in when we merged Esteban's tests.
 - Capitalizing windows header names confuses mingw.
 - #ifdef 0 ain't C.
 - One unit test wasn't compiled on windows, but was being listed
   anyway.
 - One unit test was checking for the wrong value.

Gisle Vanem found and fixed the latter 3 issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They boil down to:
 - MS_WINDOWS is dead and replaced with _WIN32, but we let a few
   instances creep in when we merged Esteban's tests.
 - Capitalizing windows header names confuses mingw.
 - #ifdef 0 ain't C.
 - One unit test wasn't compiled on windows, but was being listed
   anyway.
 - One unit test was checking for the wrong value.

Gisle Vanem found and fixed the latter 3 issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'arma/bug5623'</title>
<updated>2012-04-24T19:25:21+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-04-24T19:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=f86bd1d5a4a5d71f7a529966341a37dbadd7a79f'/>
<id>f86bd1d5a4a5d71f7a529966341a37dbadd7a79f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>peel off some unnecessary parens</title>
<updated>2012-04-24T16:26:00+00:00</updated>
<author>
<name>Roger Dingledine</name>
<email>arma@torproject.org</email>
</author>
<published>2012-04-24T16:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=1cbde0bd504c49043fd6b4a9f09752b02cbbd908'/>
<id>1cbde0bd504c49043fd6b4a9f09752b02cbbd908</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 'nickm/bug2497'</title>
<updated>2012-04-24T16:19:07+00:00</updated>
<author>
<name>Roger Dingledine</name>
<email>arma@torproject.org</email>
</author>
<published>2012-04-24T16:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=ae94e36a1ddc792fcf8953ea7932f2a9c408dbdf'/>
<id>ae94e36a1ddc792fcf8953ea7932f2a9c408dbdf</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 'public/bug4572'</title>
<updated>2012-04-24T15:38:51+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-04-24T15:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=4314d1a15ab1697235d911c9c187e1f48983048a'/>
<id>4314d1a15ab1697235d911c9c187e1f48983048a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a check_no_tls_errors() to read_to_buf_tls</title>
<updated>2012-04-24T15:36:38+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>hellais@gmail.com</email>
</author>
<published>2012-02-22T08:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=e0e4b8475708729a57461bb7336931351b874842'/>
<id>e0e4b8475708729a57461bb7336931351b874842</id>
<content type='text'>
Fixes bug #4528 "read_to_buf_tls(): Inconsistency in code".

This check was added back in 0.1.0.3-rc, but somehow we forgot to
leave it in when we refactored read_to_buf_tls in 0.1.0.5-rc.

(patch by Arturo; commit message and changes file by nickm)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #4528 "read_to_buf_tls(): Inconsistency in code".

This check was added back in 0.1.0.3-rc, but somehow we forgot to
leave it in when we refactored read_to_buf_tls in 0.1.0.5-rc.

(patch by Arturo; commit message and changes file by nickm)
</pre>
</div>
</content>
</entry>
</feed>
