summaryrefslogtreecommitdiff
path: root/lib/thandy/repository.py
AgeCommit message (Expand)Author
2013-04-11Remove unneeded debug printTomas Touceda
2013-04-02Several fixesTomás Touceda
2011-11-01Make transactions not Thp specificTomás Touceda
2011-10-20Fix file permissionsTomá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-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-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
2010-07-25More unit tests and documentation for the Thandy codeNick Mathewson
2009-08-25Add the ability to download files via BitTorrentSebastian Hahn
2009-08-25Allow tracking all bundles in the repository with thandy-clientSebastian Hahn
2009-01-22Fix multiple pychecker-spotted typos.Nick Mathewson
2008-12-15Implement lengths in thandy objects, mostly:Nick Mathewson
2008-12-01Make controller logging work better on python 2.4 (where the "extra" feature ...Nick Mathewson
2008-12-01Add a possible workaround for coderman's Ubuntu's simplejson snafus. 1) Only...Nick Mathewson
2008-11-30Big thandy installation refactoring. Things should be saner now: we recogniz...Nick Mathewson
2008-11-22Fix a bug in userFilename that left us with a directory in ./~/. Add a facil...Nick Mathewson
2008-11-20Normalize paths to avoid bugging win32 folks with harmless (i believe) slashes.Nick Mathewson
2008-11-20what the heck kind of language doesn't have basic function checking?Roger Dingledine
2008-11-17Make log message not result in exception when timestamp expires.Nick Mathewson
2008-11-17Add a --force-check option to make the client download a new timestamp file w...Nick Mathewson
2008-11-17make log levels configurable. check file hashes correctly.Nick Mathewson
2008-11-16Fix bundle download logic. Better fix needed.Nick Mathewson
2008-11-16attach per-file type-specific metainfo to packages. use metainfo to tell wha...Nick Mathewson
2008-11-16Make client downloading work. Testing still needed. Glue still needed for i...Nick Mathewson
2008-11-16have some more thandy. This update includes a working downloader with tor su...Nick Mathewson
2008-10-15In python 2.6 and later, simplejson is built-in as json.Nick Mathewson
2008-10-14Add some in-code documentation, fix some dead code, add a license, add a work...Nick Mathewson
2008-10-14Rename glider to thandy, based on discussions on #nottor. Please let me know...Nick Mathewson