Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make 'none' synonymous to 'identity' | Schamper | 2016-09-06 | 1 | -2/+4 |
| | |||||
* | Also fix for encoding | Schamper | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Fix decoding when content-encoding: none | Schamper | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | improve netlib.encoding | Thomas Kriechbaumer | 2016-09-04 | 1 | -3/+20 |
| | |||||
* | http2: improve kill and cleanup threads | Thomas Kriechbaumer | 2016-09-03 | 1 | -2/+2 |
| | |||||
* | http2: improve framereader | Thomas Kriechbaumer | 2016-09-03 | 2 | -5/+10 |
| | |||||
* | websockets: refactor implementation and add tests | Thomas Kriechbaumer | 2016-09-01 | 5 | -204/+207 |
| | |||||
* | Lint fix - minor | arjun23496 | 2016-08-31 | 1 | -2/+1 |
| | |||||
* | Lint fix - netlib headers | arjun23496 | 2016-08-31 | 1 | -4/+2 |
| | |||||
* | minor bug fix header replace | arjun23496 | 2016-08-31 | 1 | -3/+7 |
| | |||||
* | Added tests for replace in request,message,header | arjun23496 | 2016-08-31 | 1 | -0/+2 |
| | |||||
* | Minor bug fix - messages.py replace | arjun23496 | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | Added replace for request and headers - Fixed missing replace option | arjun23496 | 2016-08-29 | 2 | -5/+6 |
| | |||||
* | Added count argument for replace for contents in body | arjun23496 | 2016-08-26 | 1 | -2/+2 |
| | |||||
* | fixed : Divide by zero error came when string was empty, also a test | Manish Kumar | 2016-08-26 | 1 | -0/+3 |
| | |||||
* | wrap long lines | Thomas Kriechbaumer | 2016-08-24 | 2 | -4/+24 |
| | |||||
* | introduce Response.make for simple response creation | Maximilian Hils | 2016-08-23 | 1 | -5/+49 |
| | |||||
* | Merge pull request #1480 from mhils/reverse-proxy-auth | Thomas Kriechbaumer | 2016-08-16 | 1 | -3/+13 |
|\ | | | | | Add basic auth support for reverse proxy mode | ||||
| * | add basic auth support for reverse proxy mode | Maximilian Hils | 2016-08-13 | 1 | -3/+13 |
| | | |||||
* | | Simplify cookies.is_expired | Shadab Zafar | 2016-08-15 | 1 | -16/+7 |
| | | |||||
* | | Add a function to get cookie expiration time | Shadab Zafar | 2016-08-15 | 1 | -0/+26 |
| | | |||||
* | | Add method to group pairs by cookies | Shadab Zafar | 2016-08-15 | 1 | -0/+31 |
|/ | |||||
* | fix tests | Maximilian Hils | 2016-08-04 | 1 | -0/+1 |
| | |||||
* | simplify contentview logic | Maximilian Hils | 2016-08-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1447 from mitmproxy/secure-by-default | Aldo Cortesi | 2016-08-01 | 1 | -19/+27 |
|\ | | | | | Verify upstream certificates by default | ||||
| * | fix cert verification tests, remove leftovers | Maximilian Hils | 2016-07-27 | 1 | -18/+1 |
| | | |||||
| * | improve invalid certificate ux | Maximilian Hils | 2016-07-27 | 1 | -19/+44 |
| | | |||||
* | | Merge pull request #1449 from mhils/fix-1448 | Maximilian Hils | 2016-07-30 | 1 | -1/+3 |
|\ \ | | | | | | | Add escape_single_quotes=False arg to bytes_to_escaped_str | ||||
| * | | add escape_single_quotes=False arg to bytes_to_escaped_str | Maximilian Hils | 2016-07-29 | 1 | -1/+3 |
| |/ | |||||
* / | Integrated encode/decoder for brotli | Angelo Agatino Nicolosi | 2016-07-30 | 3 | -4/+15 |
|/ | |||||
* | Merge pull request #1426 from mhils/query-encoding | Maximilian Hils | 2016-07-24 | 3 | -19/+52 |
|\ | | | | | Fix query/path_components encoding | ||||
| * | improve query/path_components getter/setter | Maximilian Hils | 2016-07-24 | 3 | -19/+52 |
| | | |||||
* | | silence test warnings | Maximilian Hils | 2016-07-24 | 1 | -0/+2 |
|/ | |||||
* | remove content caching in netlib.http.Message | Maximilian Hils | 2016-07-23 | 1 | -84/+31 |
| | |||||
* | add single-element cache for netlib.encoding | Maximilian Hils | 2016-07-23 | 1 | -8/+39 |
| | |||||
* | Merge pull request #1402 from mhils/console-fixes | Maximilian Hils | 2016-07-23 | 1 | -0/+1 |
|\ | | | | | minor fixes | ||||
| * | fix test_view_urlencoded | Maximilian Hils | 2016-07-23 | 1 | -0/+1 |
| | | |||||
* | | improve dumper addon text alignment (#1415) | Maximilian Hils | 2016-07-23 | 1 | -2/+1 |
|/ | |||||
* | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 2 | -9/+3 |
| | |||||
* | Fix netlib.utils.is_valid_host | Aldo Cortesi | 2016-07-21 | 1 | -2/+2 |
| | | | | | | | | - Don't crash when passed an empty string. This translated into an actual core crash, discovered while fuzzing with afl. - Taking a slice of length one out of bytes returns an integer, so the check for trailing period in this function never worked on Python3. - Add unit tests. | ||||
* | minor fixes | Maximilian Hils | 2016-07-19 | 1 | -2/+2 |
| | |||||
* | fix-1366 | Thomas Kriechbaumer | 2016-07-16 | 1 | -3/+2 |
| | |||||
* | Merge pull request #1306 from mitmproxy/message-body-encoding | Maximilian Hils | 2016-07-16 | 7 | -113/+280 |
|\ | | | | | Improve Message Body Encoding | ||||
| * | preserve content-type parameter order | Maximilian Hils | 2016-07-15 | 1 | -1/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into message-body-encoding | Maximilian Hils | 2016-07-15 | 13 | -95/+205 |
| |\ | |||||
| * | | improve message content semantics | Maximilian Hils | 2016-07-15 | 3 | -57/+98 |
| | | | |||||
| * | | raise ValueError if content-encoding is invalid | Maximilian Hils | 2016-07-04 | 3 | -17/+43 |
| | | | |||||
| * | | tests++ | Maximilian Hils | 2016-07-02 | 1 | -3/+3 |
| | | | |||||
| * | | make the linter happy | Maximilian Hils | 2016-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | message.content -> .raw_content, implement .text | Maximilian Hils | 2016-07-02 | 5 | -100/+202 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR improves our handling of HTTP message body encodings: - The unaltered message body is now accessible as `.raw_content` - The "content-encoding"-decoded content (i.e. gzip removed) content is not `.content`, as this is what we want in 99% of the cases. - `.text` now provides the "content-encoding"-decoded and then "content-type charset"-decoded message body. - The decoded values for `.content` and `.text` are cached, so that repeated access and `x.text = x.text` is cheap. - The `decoded()` decorator is now deprecated, as we can now just use `.content`. Similarly `HTTPMessage.get_decoded_content()` is deprecated. |