aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/netstring.py
Commit message (Collapse)AuthorAgeFilesLines
* netstring.py 100% unit test coverage.Aldo Cortesi2011-03-121-4/+0
|
* Clean up and strip down netstrings module.Aldo Cortesi2011-02-201-83/+8
|
* Import Will McGugan's netstring module.Aldo Cortesi2011-02-161-0/+230
Module is in the Public Domain. I expect to modify and extend this module, so I've imported into main library rather than contrib. Code has been reformatted to suite our code standard, tests have been extrated into /tests directory.