summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-11-20what the heck kind of language doesn't have basic function checking?Roger Dingledine
2008-11-20fix syntax errorRoger Dingledine
2008-11-17Add win32 registry support to thandy. untested.Nick Mathewson
2008-11-17misc docsNick Mathewson
2008-11-17Actually call the "flush the downloaded thing's state" callback on success so...Nick Mathewson
2008-11-17Make log message not result in exception when timestamp expires.Nick Mathewson
2008-11-17Stop dropping a byte every time a download fails. also start working on makin...Nick Mathewson
2008-11-17Avoid failure in the common-in-debugging case where we have a completely down...Nick Mathewson
2008-11-17Add a --force-check option to make the client download a new timestamp file w...Nick Mathewson
2008-11-17document rpm and exe formats in example package configNick Mathewson
2008-11-17make log levels configurable. check file hashes correctly.Nick Mathewson
2008-11-16Fix bundle download logic. Better fix needed.Nick Mathewson
2008-11-16chmod files on import.Nick Mathewson
2008-11-16note changed repo locationNick Mathewson
2008-11-16Try to fix timestamp generation with bundles.Nick Mathewson
2008-11-16Support socks.Nick Mathewson
2008-11-16attach per-file type-specific metainfo to packages. use metainfo to tell wha...Nick Mathewson
2008-11-16Make client downloading work. Testing still needed. Glue still needed for i...Nick Mathewson
2008-11-16Add main-thread callbacks for download success/failure.Nick Mathewson
2008-11-16Add current mirror and master key from updates.torproject.orgNick Mathewson
2008-11-16Make more objects get pretty-printed when signedNick Mathewson
2008-11-16have some more thandy. This update includes a working downloader with tor su...Nick Mathewson
2008-10-15In python 2.6 and later, simplejson is built-in as json.Nick Mathewson
2008-10-15Checkpoint: s/glider/thandy/; s/sexp/json/Nick Mathewson
2008-10-14Stop trying to monkeypatch simplejson to support canonical encoding, and just...Nick Mathewson
2008-10-14tolerate the 2.4 getpass(), which can't be told which streamRoger Dingledine
2008-10-14Fix another syntax errorNick Mathewson
2008-10-14Usability fixes and cleanupsNick Mathewson
2008-10-14clean up some docstringsRoger Dingledine
2008-10-14Add some in-code documentation, fix some dead code, add a license, add a work...Nick Mathewson
2008-10-14Support older versions of simplejson.Nick Mathewson
2008-10-14Rename glider to thandy, based on discussions on #nottor. Please let me know...Nick Mathewson
2008-10-14Implement all of signing-side and server-side for updater, and the core loops...Nick Mathewson
2008-09-19More repository/signing/marshalling/crypto work for glider.Nick Mathewson
2008-09-16More glider hacks: implement public keys.Nick Mathewson
2008-09-13More code for glider.Nick Mathewson
2008-09-11Initial glider TODO and format-handling codeNick Mathewson
2008-09-11More tests and bugfixes for data access code in sexp libNick Mathewson
2008-08-30Initial auto-updater commit: s-expression libray and format spec.Nick Mathewson