index
:
thandy.git
develop
[thandy]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
thandy
Age
Commit message (
Expand
)
Author
2008-11-20
Normalize paths to avoid bugging win32 folks with harmless (i believe) slashes.
Nick Mathewson
2008-11-20
fix a couple more types in ExePackages.py.
Nick Mathewson
2008-11-20
various fixes. now thandy will loop infinitely because the exe file gives a ...
Nick Mathewson
2008-11-20
actually look at the firmat line.
Nick Mathewson
2008-11-20
maybe if i remove these letters it'll be a recognized variable...
Roger Dingledine
2008-11-20
what the heck kind of language doesn't have basic function checking?
Roger Dingledine
2008-11-20
fix syntax error
Roger Dingledine
2008-11-17
Add win32 registry support to thandy. untested.
Nick Mathewson
2008-11-17
misc docs
Nick Mathewson
2008-11-17
Actually call the "flush the downloaded thing's state" callback on success so...
Nick Mathewson
2008-11-17
Make log message not result in exception when timestamp expires.
Nick Mathewson
2008-11-17
Stop dropping a byte every time a download fails. also start working on makin...
Nick Mathewson
2008-11-17
Avoid failure in the common-in-debugging case where we have a completely down...
Nick Mathewson
2008-11-17
Add a --force-check option to make the client download a new timestamp file w...
Nick Mathewson
2008-11-17
document rpm and exe formats in example package config
Nick Mathewson
2008-11-17
make log levels configurable. check file hashes correctly.
Nick Mathewson
2008-11-16
Fix bundle download logic. Better fix needed.
Nick Mathewson
2008-11-16
chmod files on import.
Nick Mathewson
2008-11-16
note changed repo location
Nick Mathewson
2008-11-16
Try to fix timestamp generation with bundles.
Nick Mathewson
2008-11-16
Support socks.
Nick Mathewson
2008-11-16
attach per-file type-specific metainfo to packages. use metainfo to tell wha...
Nick Mathewson
2008-11-16
Make client downloading work. Testing still needed. Glue still needed for i...
Nick Mathewson
2008-11-16
Add main-thread callbacks for download success/failure.
Nick Mathewson
2008-11-16
Add current mirror and master key from updates.torproject.org
Nick Mathewson
2008-11-16
Make more objects get pretty-printed when signed
Nick Mathewson
2008-11-16
have some more thandy. This update includes a working downloader with tor su...
Nick Mathewson
2008-10-15
In python 2.6 and later, simplejson is built-in as json.
Nick Mathewson
2008-10-15
Checkpoint: s/glider/thandy/; s/sexp/json/
Nick Mathewson
2008-10-14
Stop trying to monkeypatch simplejson to support canonical encoding, and just...
Nick Mathewson
2008-10-14
tolerate the 2.4 getpass(), which can't be told which stream
Roger Dingledine
2008-10-14
Fix another syntax error
Nick Mathewson
2008-10-14
Usability fixes and cleanups
Nick Mathewson
2008-10-14
clean up some docstrings
Roger Dingledine
2008-10-14
Add some in-code documentation, fix some dead code, add a license, add a work...
Nick Mathewson
2008-10-14
Support older versions of simplejson.
Nick Mathewson
2008-10-14
Rename glider to thandy, based on discussions on #nottor. Please let me know...
Nick Mathewson