aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/netstring.py
Commit message (Collapse)AuthorAgeFilesLines
* Add attribution and license for tnetstring.pyAldo Cortesi2011-08-191-393/+0
|
* Move to typed netstrings for serialization.Aldo Cortesi2011-08-191-143/+385
| | | | This change is backwards incompatible with the old serialization format!
* 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.