Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -0/+1 |
| | |||||
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
| | | | | Thanks to Roy Shamir for reporting this. | ||||
* | Added handling for EOF reading error in gzipped content. | Oleksandr Sheremet | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 |
| | |||||
* | Tweak encoding behaviour | Aldo Cortesi | 2011-08-02 | 1 | -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 functions | Stephen Altamirano | 2011-07-17 | 1 | -4/+25 |
| | |||||
* | Refine encoding support | Aldo Cortesi | 2011-07-17 | 1 | -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 deflate | alts | 2011-07-16 | 1 | -0/+43 |