aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_encoding.py
Commit message (Collapse)AuthorAgeFilesLines
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-22/+13
|
* Unit test import cleanups.Aldo Cortesi2012-02-201-2/+0
|
* Expand test coverage.Aldo Cortesi2012-02-101-0/+1
|
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-1/+0
|
* Refresh current connection when toggling autodecode.Aldo Cortesi2011-08-021-2/+1
| | | | Also fix the unit tests I forgot to commit...
* Adds encode counterparts to decode functionsStephen Altamirano2011-07-171-16/+14
|
* Refine encoding supportAldo Cortesi2011-07-171-0/+2
| | | | | - Push decoding down into the LRU cache - Cope gracefully with corrupted data and incorrect encoding headers
* Adds support for content encoding, namely gip and deflatealts2011-07-161-0/+31