<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/yawning/obfsclient, branch master</title>
<subtitle>Yawning's obfsclient repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/'/>
<entry>
<title>And IPv6 is 0x04 (comment change, no functional changes).</title>
<updated>2015-05-11T19:42:38+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2015-05-11T19:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=a7aedbc77d6714ad32c042a51334e541da8d6a41'/>
<id>a7aedbc77d6714ad32c042a51334e541da8d6a41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derp kDOMAINNAME is 0x03 in RFC1928 (Unused/unsupported).</title>
<updated>2015-05-11T19:34:21+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2015-05-11T19:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=66cce362a4d0189cf7ca9ce9d84d81a760c56851'/>
<id>66cce362a4d0189cf7ca9ce9d84d81a760c56851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress more useless warnings.</title>
<updated>2014-06-14T23:09:08+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2014-06-14T23:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=9c164b2afb666d0bcd26ba3eeb6da07a9fff551c'/>
<id>9c164b2afb666d0bcd26ba3eeb6da07a9fff551c</id>
<content type='text'>
Apparently I forgot to check the IAT code when I switched to building
wiht -Wextra, since no one should use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently I forgot to check the IAT code when I switched to building
wiht -Wextra, since no one should use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build on GCC 4.9.0.</title>
<updated>2014-06-14T22:42:35+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2014-06-14T22:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=85dd63b32a0b77c57cbae224f7862a5fb9c069a8'/>
<id>85dd63b32a0b77c57cbae224f7862a5fb9c069a8</id>
<content type='text'>
Just potentially uninitialized warnings in the 3rd party command line
option parsing code, probably spurious and should be ignored but,
initialize them for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just potentially uninitialized warnings in the 3rd party command line
option parsing code, probably spurious and should be ignored but,
initialize them for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a potential bug found by clang's scan-build.</title>
<updated>2014-04-20T16:52:06+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2014-04-20T16:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=c91f7bbf3e0eedb080319ba3cfed7b47597b5aeb'/>
<id>c91f7bbf3e0eedb080319ba3cfed7b47597b5aeb</id>
<content type='text'>
With all current uses of Ctr, the conditional I was missing is never
triggered since the paramenters are guaranteed to be sane, but this is
not guaranteed to be true in the future.

scan-build also points out a bunch of things in easylogging++ and gtest
but they don't look to be real problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With all current uses of Ctr, the conditional I was missing is never
triggered since the paramenters are guaranteed to be sane, but this is
not guaranteed to be true in the future.

scan-build also points out a bunch of things in easylogging++ and gtest
but they don't look to be real problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix easylogging++ not building on Android with -Werror.</title>
<updated>2014-04-09T21:10:30+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2014-04-09T21:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=81d8c2da9864bafc249aa4a058426ef982a61ac3'/>
<id>81d8c2da9864bafc249aa4a058426ef982a61ac3</id>
<content type='text'>
A minor matter of ifdefing out code that read device properties that
obfsclient will NEVER call for obvious reasons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A minor matter of ifdefing out code that read device properties that
obfsclient will NEVER call for obvious reasons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues found by -Wextra and start compiling with it.</title>
<updated>2014-04-09T06:24:47+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2014-04-09T06:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=60257cc49ac686b554b7658748d6f380b12b1b0e'/>
<id>60257cc49ac686b554b7658748d6f380b12b1b0e</id>
<content type='text'>
Everything it pointed out was harmless, but being extra pedantic does
not hurt.  -Wno-missing-field-initializers is also added to the
compiler flags because zero initializing a std::array with empty braces
should not be a compiler warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everything it pointed out was harmless, but being extra pedantic does
not hurt.  -Wno-missing-field-initializers is also added to the
compiler flags because zero initializing a std::array with empty braces
should not be a compiler warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed documentation English, no functional changes</title>
<updated>2014-03-28T09:18:23+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-28T09:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=7bc341f9fd922d4970cdfb3a722a7923e2b21465'/>
<id>7bc341f9fd922d4970cdfb3a722a7923e2b21465</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the ChangeLog and autoconf script for the 0.0.2 release</title>
<updated>2014-03-28T08:35:09+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-28T08:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=3c551c5b73931994986d3bfb673640cf3dd0ec4f'/>
<id>3c551c5b73931994986d3bfb673640cf3dd0ec4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>schedule_iat_transmit() being called when pending is normal now</title>
<updated>2014-03-27T10:48:16+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-27T10:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/obfsclient.git/commit/?id=dc3361560771ef45c35c21fc1e09d85c5666ad60'/>
<id>dc3361560771ef45c35c21fc1e09d85c5666ad60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
