<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/linus/chutney, branch bug8531</title>
<subtitle>Linus' Chutney repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/'/>
<entry>
<title>Return 1 from Source.on_readable() when connected over proxy.</title>
<updated>2013-06-18T11:57:27+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=2b948b5631ba6c5acfc381050520dc32dfac9a2e'/>
<id>2b948b5631ba6c5acfc381050520dc32dfac9a2e</id>
<content type='text'>
We used to return 8 by accident (8 minus length of emptied inbuf).
This is more explicit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to return 8 by accident (8 minus length of emptied inbuf).
This is more explicit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some documentation and comments.</title>
<updated>2013-06-18T11:54:22+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=69301e1cb215576ff116b285f9098c243d1eeaf5'/>
<id>69301e1cb215576ff116b285f9098c243d1eeaf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exit with 255 since that's more explicit.</title>
<updated>2013-06-18T11:15:04+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=acb1aa3c2987eab96f86df87c26ddeaa7c646d45'/>
<id>acb1aa3c2987eab96f86df87c26ddeaa7c646d45</id>
<content type='text'>
Rationale behind exit(-1) is that it turns into highest available
number which hopefully won't collide with a wrapping shell script
trying to exit with different codes depending on error (like 1, 2, 3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rationale behind exit(-1) is that it turns into highest available
number which hopefully won't collide with a wrapping shell script
trying to exit with different codes depending on error (like 1, 2, 3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Report "successfully connected" at most once.</title>
<updated>2013-06-18T10:59:23+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=dc66b42be6a19cb5bb31ee1108c7d8a3c769491a'/>
<id>dc66b42be6a19cb5bb31ee1108c7d8a3c769491a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When testing traffic, bind to 127.0.0.1 rather than localhost.</title>
<updated>2013-06-18T10:37:40+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=c987c77d183b462c3b960039abca020ad43b5133'/>
<id>c987c77d183b462c3b960039abca020ad43b5133</id>
<content type='text'>
Proxy handshake fails with 0x5b on FreeBSD. I've seen it on Debian too
but never chased it down.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Proxy handshake fails with 0x5b on FreeBSD. I've seen it on Debian too
but never chased it down.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use values from errno instead of literal constants.</title>
<updated>2013-06-18T10:19:09+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=dfa4cd3a77ff5e5b3b2dfefff167efad3f546a8e'/>
<id>dfa4cd3a77ff5e5b3b2dfefff167efad3f546a8e</id>
<content type='text'>
Now it might even have a chance of working on non-linuxes!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it might even have a chance of working on non-linuxes!
</pre>
</div>
</content>
</entry>
<entry>
<title>Make chutney exit with -1 on failure.</title>
<updated>2013-06-12T15:24:15+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=19abaf8052e8a561536ec102f1c4f624d2494de6'/>
<id>19abaf8052e8a561536ec102f1c4f624d2494de6</id>
<content type='text'>
If the function implementing the command (the verb, in argv[1]) return
False, exit with -1. Else exit with 0 as before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the function implementing the command (the verb, in argv[1]) return
False, exit with -1. Else exit with 0 as before.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'verify' command.</title>
<updated>2013-06-12T15:22:53+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2013-06-05T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=8d75181d9c2a45b555f27e5126173026987ddf0d'/>
<id>8d75181d9c2a45b555f27e5126173026987ddf0d</id>
<content type='text'>
Addresses #8531.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #8531.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the "basic" and "mixed" networks work again. Need a better fix to make "bridges" work too</title>
<updated>2012-12-20T00:30:44+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-12-20T00:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=2ce7c427d1e916b083c81781a17beb35dc5713e2'/>
<id>2ce7c427d1e916b083c81781a17beb35dc5713e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for bridges on IPv6 and clients using them.</title>
<updated>2012-07-18T20:06:11+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@torproject.org</email>
</author>
<published>2012-07-18T20:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/chutney.git/commit/?id=36cbc892d4a22a6284d4d1776824cedad89a555b'/>
<id>36cbc892d4a22a6284d4d1776824cedad89a555b</id>
<content type='text'>
No IPv6-only support atm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No IPv6-only support atm.
</pre>
</div>
</content>
</entry>
</feed>
