aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/encoding.py
Commit message (Collapse)AuthorAgeFilesLines
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-0/+1
|
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| | | | Thanks to Roy Shamir for reporting this.
* Added handling for EOF reading error in gzipped content.Oleksandr Sheremet2013-06-171-1/+1
|
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* Tweak encoding behaviourAldo Cortesi2011-08-021-4/+8
| | | | | | | | | - Don't fail to identity encoding when an unknown encoding is specified. - Don't constrain encodings. I want to try to modify traffic as little as possible by default. - When decoding, delete content-encoding header rather than set it to "identity" - Refuse to decode/encode when there is an existing but unknown content-encoding header.
* Adds encode counterparts to decode functionsStephen Altamirano2011-07-171-4/+25
|
* Refine encoding supportAldo Cortesi2011-07-171-4/+9
| | | | | - 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/+43