<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/dgoulet/chutney, branch ticket22430_01</title>
<subtitle>David's Chutney repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/'/>
<entry>
<title>fixup! Introduce hs-v3 network file and temlate.</title>
<updated>2017-09-07T14:07:11+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2017-09-07T14:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=5cb639ec9fe1c0045397361aa4d18028750f9432'/>
<id>5cb639ec9fe1c0045397361aa4d18028750f9432</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! Introduce hs-v3 network file and temlate.</title>
<updated>2017-09-07T14:06:33+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2017-09-07T14:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=dcd9c7504297da03b2a8993b08f0cd1f44ae8968'/>
<id>dcd9c7504297da03b2a8993b08f0cd1f44ae8968</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce hs-v3 network file and temlate.</title>
<updated>2017-08-31T15:32:16+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2017-08-31T15:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=b1ce23e4ea70055456dd1fd6eccadaf5f528408e'/>
<id>b1ce23e4ea70055456dd1fd6eccadaf5f528408e</id>
<content type='text'>
This is a chutney network with next generation hidden services.

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a chutney network with next generation hidden services.

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a minimal network with a hidden service and an exit</title>
<updated>2017-06-19T07:01:00+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2017-06-19T07:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=72fa2618de0f40eab0ef15e6eca6d642c073c0db'/>
<id>72fa2618de0f40eab0ef15e6eca6d642c073c0db</id>
<content type='text'>
Implements #22667.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements #22667.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an hs-intro network</title>
<updated>2017-06-14T04:12:45+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2017-06-14T04:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=cc9de2764a8816892706fa484eae419ea9b5aa11'/>
<id>cc9de2764a8816892706fa484eae419ea9b5aa11</id>
<content type='text'>
This network has different hidden service intro point counts.

Implements #22599.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This network has different hidden service intro point counts.

Implements #22599.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use LogTimeGranularity 1 because precision is sometimes useful</title>
<updated>2017-05-25T04:23:16+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2017-05-25T04:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=c3b5e393d7227ff96557cb21ecc253c9f8dc1790'/>
<id>c3b5e393d7227ff96557cb21ecc253c9f8dc1790</id>
<content type='text'>
Implements #22373.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements #22373.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use POSIX shell arithmetic syntax, not a bashism</title>
<updated>2017-05-19T19:10:49+00:00</updated>
<author>
<name>Taylor Yu</name>
<email>tlyu@mit.edu</email>
</author>
<published>2017-05-19T19:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=9e48988877c848faa9d398b5486ebf313c48a816'/>
<id>9e48988877c848faa9d398b5486ebf313c48a816</id>
<content type='text'>
Some distributions have a /bin/sh that isn't bash.  Use POSIX syntax
for shell arithmetic, instead of a deprecated bash-specific syntax.

Fixes 22302.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some distributions have a /bin/sh that isn't bash.  Use POSIX syntax
for shell arithmetic, instead of a deprecated bash-specific syntax.

Fixes 22302.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a shell variable increment that was accidentally executed</title>
<updated>2017-05-11T06:21:25+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2017-05-11T06:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=ee777176704017f2fb4f0cdb2d9d2217909dd817'/>
<id>ee777176704017f2fb4f0cdb2d9d2217909dd817</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option for test-network.sh to run multiple verify rounds</title>
<updated>2017-05-11T01:28:14+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2017-05-11T01:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=f020fb9f0d92866b7b4d6a2a10e6af966f23164d'/>
<id>f020fb9f0d92866b7b4d6a2a10e6af966f23164d</id>
<content type='text'>
This option can be used via --rounds or CHUTNEY_ROUNDS.
The default is 1.

Also clarify that connections are opened simultaneously.

Implements #22225.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option can be used via --rounds or CHUTNEY_ROUNDS.
The default is 1.

Also clarify that connections are opened simultaneously.

Implements #22225.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'nickm/misc_bugs'</title>
<updated>2017-05-08T05:50:58+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2017-05-08T05:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/chutney.git/commit/?id=3a3c1d5020d259e1243b8b4bd28be9c417b2c002'/>
<id>3a3c1d5020d259e1243b8b4bd28be9c417b2c002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
