summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-11-01Fix minor bug in the ThpCheck: broken status wont mark it as not installedTomás Touceda
2011-10-20Paths inside a Thp cfg will use / from now onTomás Touceda
2011-10-20Fix possible race condition with os.path.existsTomás Touceda
2011-10-20Documents the ThpPackages codeTomás Touceda
2011-10-20Use the tmp dir just for the metadataTomás Touceda
2011-10-20Handle Thp package creation in a separate CLI from SignerTomás Touceda
2011-10-20Fix file permissionsTomás Touceda
2011-09-07Adds README, RELEASE-NOTES and ACKS files for lockfileTomás Touceda
2011-09-07Add the LICENSE file for the lockfile libraryTomás Touceda
2011-09-03Add a WAIT-FOR logCtrl messageTomás Touceda
2011-09-03Try to install only if isReadyTomás Touceda
2011-09-03Improve handling of updates to thp bundlesTomás Touceda
2011-09-03Improve re-install behaviorTomás Touceda
2011-09-02Fix behavior for bundles with more than one thp and add thpTomás Touceda
2011-09-02Run transactions only if --install is given, and create pkg-status if it does...Tomás Touceda
2011-09-01Log with loggin instead of print, and add thp files to download when neededTomás Touceda
2011-07-26Update lockfile to work on OSXTomás Touceda
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