index
:
thandy.git
develop
[thandy]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
thandy
/
formats.py
Age
Commit message (
Expand
)
Author
2011-09-02
Fix behavior for bundles with more than one thp and add thp
Tomás Touceda
2011-07-26
Update lockfile to work on OSX
Tomás Touceda
2011-06-22
Add really simple checker, installer and thpdb
Tomas Touceda
2011-06-22
Creates basic structure to start the thp checker
Tomas Touceda
2011-06-22
Make optional keys actually optional
Tomas Touceda
2011-06-22
Creates the thp file
Tomas Touceda
2011-06-21
First part of makethppackage
Tomas Touceda
2010-07-25
More unit tests and documentation for the Thandy code
Nick Mathewson
2010-07-25
Fix the interface of RSAKey.sign() to work as documented.
Nick Mathewson
2009-08-25
Allow tracking all bundles in the repository with thandy-client
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-03-19
Add lengths to the timestamp file.
Nick Mathewson
2009-01-22
Fix multiple pychecker-spotted typos.
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
Oops: actually commit the patch from this morning where I made Thandy not bre...
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-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-21
fix/document issues noted by arma in todo.
Nick Mathewson
2008-11-20
do not crash on exe_registry_ent
Nick Mathewson
2008-11-20
actually look at the firmat line.
Nick Mathewson
2008-11-17
Add win32 registry support to thandy. untested.
Nick Mathewson
2008-11-17
document rpm and exe formats in example package config
Nick Mathewson
2008-11-16
Fix bundle download logic. Better fix needed.
Nick Mathewson
2008-11-16
attach per-file type-specific metainfo to packages. use metainfo to tell wha...
Nick Mathewson
2008-11-16
have some more thandy. This update includes a working downloader with tor su...
Nick Mathewson
2008-10-15
In python 2.6 and later, simplejson is built-in as json.
Nick Mathewson
2008-10-15
Checkpoint: s/glider/thandy/; s/sexp/json/
Nick Mathewson
2008-10-14
Stop trying to monkeypatch simplejson to support canonical encoding, and just...
Nick Mathewson
2008-10-14
Fix another syntax error
Nick Mathewson
2008-10-14
Usability fixes and cleanups
Nick Mathewson
2008-10-14
Add some in-code documentation, fix some dead code, add a license, add a work...
Nick Mathewson
2008-10-14
Support older versions of simplejson.
Nick Mathewson
2008-10-14
Rename glider to thandy, based on discussions on #nottor. Please let me know...
Nick Mathewson