summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-21packageLen was meant to be a name-to-length dictionary, not an int.Nick Mathewson
2008-12-21fix a "NameError: global name 'os' is not defined" complaint whenRoger Dingledine
2008-12-21Add no shortcuts option to msiexec arguments to prevent links to tor.exe and ...Martin Peck
2008-12-15Implement lengths in thandy objects, mostly:Nick Mathewson
2008-12-14make a new config/ dir for thandy, and move the actualRoger Dingledine
2008-12-13add in coderman's perspective tooRoger Dingledine
2008-12-13client-side thandy caches just grow without bound. this mightRoger Dingledine
2008-12-11Change expected registry key for per-user installs. Note that this means ins...Martin Peck
2008-12-08Make encrypted data format handle unicode.Nick Mathewson
2008-12-08Add some issues to Thandy TODO; remove completed itemsNick Mathewson
2008-12-08Oops: actually commit the patch from this morning where I made Thandy not bre...Nick Mathewson
2008-12-06make the thandy client instructions a bit more robustRoger Dingledine
2008-12-03add missing PackageItem.getRelativePath()Nick Mathewson
2008-12-03Correct expected version string to match what configure provides the MSI inst...Martin Peck
2008-12-03Correct registry path in sample win32 package. The last element is the name ...Martin Peck
2008-12-02Add additional options for single file py2exe builds.Martin Peck
2008-12-01More pydocNick Mathewson
2008-12-01console option for py2exe wants an array.Martin Peck
2008-12-01Make controller logging work better on python 2.4 (where the "extra" feature ...Nick Mathewson
2008-12-01Only pass the console argument to distutils if it knows how to cope with it. ...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 msi windows installer packageRoger Dingledine
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-30fix typoNick Mathewson
2008-11-30explain a bit better about why GPG signature checking in thandy is not going ...Nick Mathewson
2008-11-30Generate new command formats, I believe.Nick Mathewson
2008-11-30oops; add some documentation for that.Nick Mathewson
2008-11-30Big thandy installation refactoring. Things should be saner now: we recogniz...Nick Mathewson
2008-11-27Add mysterious commands suggested by coderman. He says they will make py2exe...Nick Mathewson
2008-11-24Document Thandy controller interface better.Nick Mathewson
2008-11-23Okay, so I'll admit that my vision of a future where all the world is an s-ex...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