<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/chiiph/thandy, branch local_repo</title>
<subtitle>Chiiph's thandy repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/'/>
<entry>
<title>Basic config for the local test repo</title>
<updated>2011-06-22T00:23:35+00:00</updated>
<author>
<name>Tomas Touceda</name>
<email>chiiph@gentoo.org</email>
</author>
<published>2011-06-22T00:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=0841081159dabb99b3716ed65ce81c90c1a2f1b2'/>
<id>0841081159dabb99b3716ed65ce81c90c1a2f1b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in RPMChecker</title>
<updated>2011-06-22T00:22:18+00:00</updated>
<author>
<name>Tomas Touceda</name>
<email>chiiph@gentoo.org</email>
</author>
<published>2011-06-22T00:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=ba87d47619e73663d3a1475f954451c5ac8047ca'/>
<id>ba87d47619e73663d3a1475f954451c5ac8047ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>note that the Thandy TODO has migrated to trac</title>
<updated>2010-08-26T15:12:12+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2010-08-26T15:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=d15423810edc1ca5337b060ecc35425475b4e439'/>
<id>d15423810edc1ca5337b060ecc35425475b4e439</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More unit tests and documentation for the Thandy code</title>
<updated>2010-07-25T20:57:24+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2010-07-25T19:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=bbb6cb5fe6a61aa0975dcd9df11f9f648f6abba2'/>
<id>bbb6cb5fe6a61aa0975dcd9df11f9f648f6abba2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the interface of RSAKey.sign() to work as documented.</title>
<updated>2010-07-25T19:17:57+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2010-07-25T19:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=5f2d07ce78e6443592f84a803fe2adced49ada39'/>
<id>5f2d07ce78e6443592f84a803fe2adced49ada39</id>
<content type='text'>
Also, remove the (unused) thandy.formats.Key
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, remove the (unused) thandy.formats.Key
</pre>
</div>
</content>
</entry>
<entry>
<title>NONE? We are python; we have no NONE.  Only none.</title>
<updated>2009-08-25T21:03:57+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2009-08-25T21:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=88e9bef040e05e0d94846577cd1c0a3d8f9a0653'/>
<id>88e9bef040e05e0d94846577cd1c0a3d8f9a0653</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the ability to download files via BitTorrent</title>
<updated>2009-08-25T18:10:54+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2009-08-16T20:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=4c383af36602612be745764463dd76fee17ae205'/>
<id>4c383af36602612be745764463dd76fee17ae205</id>
<content type='text'>
The Client has learned a new option, --download-method, too specify
whether we're downloading directly or via BitTorrent.

This implementation has a few remaining issues, the biggest one is
that seeding isn't implemented at all (when the download stops,
Thandy stops sharing). Failure to download due to no available
peers also doesn't work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Client has learned a new option, --download-method, too specify
whether we're downloading directly or via BitTorrent.

This implementation has a few remaining issues, the biggest one is
that seeding isn't implemented at all (when the download stops,
Thandy stops sharing). Failure to download due to no available
peers also doesn't work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to create .torrent metadata when making a package</title>
<updated>2009-08-25T18:10:25+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2009-08-11T11:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=aa0d32f4b675e155e6e004604bf8b6ee4e607873'/>
<id>aa0d32f4b675e155e6e004604bf8b6ee4e607873</id>
<content type='text'>
Also update the spec with the information where the .torrent
metadata file will be stored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update the spec with the information where the .torrent
metadata file will be stored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install with BitTorrent support if the library is available</title>
<updated>2009-08-25T17:56:06+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2009-08-11T10:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=6ebc7d6103098e695c33f55f84e6f64f5d795e84'/>
<id>6ebc7d6103098e695c33f55f84e6f64f5d795e84</id>
<content type='text'>
Based on patch by coderman
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by coderman
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow tracking all bundles in the repository with thandy-client</title>
<updated>2009-08-25T17:50:44+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2009-08-11T09:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chiiph/thandy.git/commit/?id=ebbcff7f7a99eec8075d67cba18e349562507513'/>
<id>ebbcff7f7a99eec8075d67cba18e349562507513</id>
<content type='text'>
thandy-client now allows passing ** instead of a path for bundles.
This is treated as a special case, other wild card or regular
expression matching is not included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thandy-client now allows passing ** instead of a path for bundles.
This is treated as a special case, other wild card or regular
expression matching is not included.
</pre>
</div>
</content>
</entry>
</feed>
