Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 | 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 |
|\ | |||||
| * | 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 |
|\ | |||||
| * | 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 |
* | 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 |
|\ | |||||
| * | 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 |
* | | | replacehooks -> addon | Aldo Cortesi | 2016-07-16 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Convert examples and example tests for new-style scripts | Aldo Cortesi | 2016-07-14 | 1 | -0/+7 |
* | | fix sysinfo for py3 | Thomas Kriechbaumer | 2016-07-10 | 1 | -1/+1 |
* | | Test cookies.is_expired separately | Shadab Zafar | 2016-07-10 | 1 | -4/+9 |
* | | Move cookie expiry detection to separate function | Shadab Zafar | 2016-07-09 | 1 | -1/+23 |
* | | Make escape_control_characters handle strings on Py2 | Shadab Zafar | 2016-07-09 | 1 | -2/+2 |
* | | strutils.hexdump returns native_strings | Shadab Zafar | 2016-07-09 | 1 | -1/+1 |
* | | fix #1314 | Maximilian Hils | 2016-07-08 | 1 | -20/+23 |
* | | fix tests | Maximilian Hils | 2016-07-07 | 1 | -0/+1 |
* | | tests++ | Maximilian Hils | 2016-07-07 | 1 | -1/+1 |
* | | py3++ | Maximilian Hils | 2016-07-07 | 3 | -1/+23 |
* | | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 2 | -5/+3 |
* | | py3++, multidict fixes | Maximilian Hils | 2016-07-06 | 3 | -20/+19 |
* | | Merge pull request #1319 from mitmproxy/fix-py27-encoding-issues | Maximilian Hils | 2016-07-06 | 1 | -2/+2 |
|\ \ | |||||
| * | | fix pathod log encoding | Maximilian Hils | 2016-07-06 | 1 | -2/+2 |
* | | | py3++ | Maximilian Hils | 2016-07-06 | 1 | -16/+9 |
|/ / | |||||
* | | Merge pull request #1315 from mitmproxy/better-unicode-handling | Maximilian Hils | 2016-07-05 | 2 | -29/+53 |
|\ \ | |||||
| * | | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 2 | -29/+53 |
* | | | Merge pull request #1297 from dufferzafar/py3-flow-export | Maximilian Hils | 2016-07-05 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | |