summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-27Execute postinst script and serialize script executionTomas Touceda
2011-06-26Start scripts partTomas Touceda
2011-06-25Adds installation with subdirs and upgrade based on the specTomas Touceda
2011-06-25Adds basic installationTomas Touceda
2011-06-24Adds the ThpTransaction class and its basic structureTomas Touceda
2011-06-24Correct some silly errorsTomas Touceda
2011-06-23Adds the code to introduce Thp TransactionsTomas Touceda
2011-06-23Validate files in a thp and add LockFile bundle depTomas Touceda
2011-06-22Improve ThpDB, implement ThpPackageTomas Touceda
2011-06-22Add really simple checker, installer and thpdbTomas Touceda
2011-06-22Creates basic structure to start the thp checkerTomas Touceda
2011-06-22Make optional keys actually optionalTomas Touceda
2011-06-22Creates the thp fileTomas Touceda
2011-06-21First part of makethppackageTomas Touceda
2011-06-21Fix typo in RPMCheckerTomas Touceda
2010-07-25More unit tests and documentation for the Thandy codeNick Mathewson
2010-07-25Fix the interface of RSAKey.sign() to work as documented.Nick Mathewson
2009-08-25NONE? We are python; we have no NONE. Only none.Nick Mathewson
2009-08-25Add the ability to download files via BitTorrentSebastian Hahn
2009-08-25Add ability to create .torrent metadata when making a packageSebastian Hahn
2009-08-25Allow tracking all bundles in the repository with thandy-clientSebastian Hahn
2009-08-25If we have more than we want, we have too much, not the other way.Sebastian Hahn
2009-08-25All current versions of Thandy have length fieldsSebastian Hahn
2009-08-25Spelling fixes and import cleanupSebastian Hahn
2009-06-01fix "make test"Sebastian Hahn
2009-03-19Actually enforce file lengths when downloading.Nick Mathewson
2009-03-19Add lengths to the timestamp file.Nick Mathewson
2009-01-22Fix multiple pychecker-spotted typos.Nick Mathewson
2009-01-05Correct syntax for name-to-length dictionary assignment.Martin Peck
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-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-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