Age | Commit message (Expand) | Author |
2009-08-25 | Add the ability to download files via BitTorrent | Sebastian Hahn |
2009-08-25 | Add ability to create .torrent metadata when making a package | Sebastian Hahn |
2009-08-25 | Allow tracking all bundles in the repository with thandy-client | Sebastian Hahn |
2009-08-25 | If we have more than we want, we have too much, not the other way. | Sebastian Hahn |
2009-08-25 | All current versions of Thandy have length fields | Sebastian Hahn |
2009-08-25 | Spelling fixes and import cleanup | Sebastian Hahn |
2009-06-01 | fix "make test" | Sebastian Hahn |
2009-03-19 | Actually enforce file lengths when downloading. | Nick Mathewson |
2009-03-19 | Add lengths to the timestamp file. | Nick Mathewson |
2009-01-22 | Fix multiple pychecker-spotted typos. | Nick Mathewson |
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-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 |