Age | Commit message (Expand) | Author |
2009-01-05 | Correct syntax for name-to-length dictionary assignment. | Martin Peck |
2008-12-21 | packageLen was meant to be a name-to-length dictionary, not an int. | Nick Mathewson |
2008-12-21 | fix a "NameError: global name 'os' is not defined" complaint when | Roger Dingledine |
2008-12-15 | Implement lengths in thandy objects, mostly: | Nick Mathewson |
2008-12-08 | Make encrypted data format handle unicode. | Nick Mathewson |
2008-12-08 | Oops: actually commit the patch from this morning where I made Thandy not bre... | Nick Mathewson |
2008-12-03 | add missing PackageItem.getRelativePath() | Nick Mathewson |
2008-12-01 | More pydoc | Nick Mathewson |
2008-12-01 | Make controller logging work better on python 2.4 (where the "extra" feature ... | Nick Mathewson |
2008-12-01 | Yes, I did mean get. | Nick Mathewson |
2008-12-01 | And now omit the cmd_remove entirely so certain pedantic python versions are ... | Martin Peck |
2008-12-01 | Correct reference to cmd_remove extras passed to CommandInstaller. | Martin Peck |
2008-12-01 | coderman's hack to make it not traceback on etch. nick should do a | Roger Dingledine |
2008-12-01 | Kludge harder, but properly. | Nick Mathewson |
2008-12-01 | Kludge harder. | Nick Mathewson |
2008-12-01 | Add a possible workaround for coderman's Ubuntu's simplejson snafus. 1) Only... | Nick Mathewson |
2008-11-30 | Generate new command formats, I believe. | Nick Mathewson |
2008-11-30 | Big thandy installation refactoring. Things should be saner now: we recogniz... | Nick Mathewson |
2008-11-24 | Document Thandy controller interface better. | Nick Mathewson |
2008-11-23 | Okay, so I'll admit that my vision of a future where all the world is an s-ex... | Nick Mathewson |
2008-11-22 | Fix a bug in userFilename that left us with a directory in ./~/. Add a facil... | Nick Mathewson |
2008-11-22 | Add a quick and dirty thandy-client json2xml command. I am going to regret t... | Nick Mathewson |
2008-11-22 | PackageDB was supposed to use shelve, not anydbm. What was I thinking? | Nick Mathewson |
2008-11-22 | more docs and tests | Nick Mathewson |
2008-11-22 | call setVersion() by the right name. | Nick Mathewson |
2008-11-21 | fix/document issues noted by arma in todo. | Nick Mathewson |
2008-11-20 | a little more documentation. | Nick Mathewson |
2008-11-20 | If a registry entry exists, treat it as authoritative. | Nick Mathewson |
2008-11-20 | Fall back to using built-in db rather than registry when some clever person d... | Nick Mathewson |
2008-11-20 | Teach thandy downloader how to back off on failure, ignore failing mirrors fo... | Nick Mathewson |
2008-11-20 | do not crash on exe_registry_ent | Nick Mathewson |
2008-11-20 | Unlike everything else in Python, registry keys want Close() not close(). | Nick Mathewson |
2008-11-20 | Make downloaded files in binary mode. | Nick Mathewson |
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 |