summaryrefslogtreecommitdiff
path: root/lib/thandy
AgeCommit message (Expand)Author
2008-12-15Implement lengths in thandy objects, mostly:Nick Mathewson
2008-12-08Make encrypted data format handle unicode.Nick Mathewson
2008-12-08Oops: actually commit the patch from this morning where I made Thandy not bre...Nick Mathewson
2008-12-03add missing PackageItem.getRelativePath()Nick Mathewson
2008-12-01More pydocNick Mathewson
2008-12-01Make controller logging work better on python 2.4 (where the "extra" feature ...Nick Mathewson
2008-12-01Yes, I did mean get.Nick Mathewson
2008-12-01And now omit the cmd_remove entirely so certain pedantic python versions are ...Martin Peck
2008-12-01Correct reference to cmd_remove extras passed to CommandInstaller.Martin Peck
2008-12-01coderman's hack to make it not traceback on etch. nick should do aRoger Dingledine
2008-12-01Kludge harder, but properly.Nick Mathewson
2008-12-01Kludge harder.Nick Mathewson
2008-12-01Add a possible workaround for coderman's Ubuntu's simplejson snafus. 1) Only...Nick Mathewson
2008-11-30Generate new command formats, I believe.Nick Mathewson
2008-11-30Big thandy installation refactoring. Things should be saner now: we recogniz...Nick Mathewson
2008-11-24Document Thandy controller interface better.Nick Mathewson
2008-11-22Fix a bug in userFilename that left us with a directory in ./~/. Add a facil...Nick Mathewson
2008-11-22Add a quick and dirty thandy-client json2xml command. I am going to regret t...Nick Mathewson
2008-11-22PackageDB was supposed to use shelve, not anydbm. What was I thinking?Nick Mathewson
2008-11-22more docs and testsNick Mathewson
2008-11-22call setVersion() by the right name.Nick Mathewson
2008-11-21fix/document issues noted by arma in todo.Nick Mathewson
2008-11-20a little more documentation.Nick Mathewson
2008-11-20If a registry entry exists, treat it as authoritative.Nick Mathewson
2008-11-20Fall back to using built-in db rather than registry when some clever person d...Nick Mathewson
2008-11-20Teach thandy downloader how to back off on failure, ignore failing mirrors fo...Nick Mathewson
2008-11-20do not crash on exe_registry_entNick Mathewson
2008-11-20Unlike everything else in Python, registry keys want Close() not close().Nick Mathewson
2008-11-20Make downloaded files in binary mode.Nick Mathewson
2008-11-20Normalize paths to avoid bugging win32 folks with harmless (i believe) slashes.Nick Mathewson
2008-11-20fix a couple more types in ExePackages.py.Nick Mathewson
2008-11-20various fixes. now thandy will loop infinitely because the exe file gives a ...Nick Mathewson
2008-11-20actually look at the firmat line.Nick Mathewson
2008-11-20maybe if i remove these letters it'll be a recognized variable...Roger Dingledine
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