Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | netlib: condition on PY2 rather than on PY3 | Shadab Zafar | 2016-07-02 | 1 | -4/+4 | |
| |/ | ||||||
* | | py3: fix bytes vs. str | Thomas Kriechbaumer | 2016-07-03 | 1 | -4/+4 | |
* | | h2: move header parsing to netlib | Shadab Zafar | 2016-07-03 | 2 | -0/+39 | |
|/ | ||||||
* | minor fixes | Maximilian Hils | 2016-07-01 | 1 | -1/+1 | |
* | fix tcp message handling | Maximilian Hils | 2016-07-01 | 2 | -4/+7 | |
* | py3++ | Maximilian Hils | 2016-07-01 | 4 | -17/+17 | |
* | Handle case when scheme is None | Shadab Zafar | 2016-07-01 | 1 | -1/+1 | |
* | http2: improve error handling in tests | Thomas Kriechbaumer | 2016-06-22 | 1 | -1/+2 | |
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -434/+0 | |
* | Py3: websockets | Shadab Zafar | 2016-06-15 | 1 | -2/+2 | |
* | Py3: fix http2 bytes issue | Shadab Zafar | 2016-06-15 | 1 | -2/+2 | |
* | Merge pull request #1253 from mhils/fix-debug | Aldo Cortesi | 2016-06-14 | 1 | -3/+5 | |
|\ | ||||||
| * | fix debug mode on Windows | Maximilian Hils | 2016-06-13 | 1 | -3/+5 | |
* | | Start rolling out leak detection in netlib | Aldo Cortesi | 2016-06-14 | 2 | -0/+15 | |
|/ | ||||||
* | Merge branch 'master' into appveyor | Aldo Cortesi | 2016-06-12 | 1 | -2/+2 | |
|\ | ||||||
| * | Fold mitmproxy.version and pathod.version into netlib.version | Aldo Cortesi | 2016-06-12 | 1 | -2/+2 | |
* | | Make the tcp connection closer cancellable | Aldo Cortesi | 2016-06-12 | 1 | -9/+21 | |
|/ | ||||||
* | Satisfy lint | Aldo Cortesi | 2016-06-11 | 1 | -1/+5 | |
* | debug: On SIGUSR2, we dump tracebacks for all threads to screen | Aldo Cortesi | 2016-06-11 | 1 | -1/+15 | |
* | Zap stray semicolon | Aldo Cortesi | 2016-06-11 | 1 | -1/+1 | |
* | debug: num_fds is posix-only | Aldo Cortesi | 2016-06-11 | 1 | -1/+2 | |
* | debug: add OpenSSL | Aldo Cortesi | 2016-06-11 | 1 | -0/+3 | |
* | debug: verison -> version | Aldo Cortesi | 2016-06-11 | 1 | -1/+1 | |
* | Improve debugging of thread and other leaks | Aldo Cortesi | 2016-06-11 | 3 | -17/+86 | |
* | debug.sysinfo: tests and coverage | Aldo Cortesi | 2016-06-11 | 1 | -6/+9 | |
* | Add a --sysinfo flag to all daemons | Aldo Cortesi | 2016-06-11 | 1 | -0/+26 | |
* | Remove odict | Aldo Cortesi | 2016-06-09 | 3 | -174/+13 | |
* | tests++ | Maximilian Hils | 2016-06-07 | 1 | -7/+1 | |
* | Utils cleanups | Aldo Cortesi | 2016-06-07 | 4 | -18/+30 | |
* | minor fixes | Maximilian Hils | 2016-06-06 | 2 | -5/+5 | |
* | netlib: always disconnect when using context manager | Maximilian Hils | 2016-06-06 | 1 | -2/+4 | |
* | Now keeps header capitalization | redfast00 | 2016-06-05 | 1 | -1/+1 | |
* | Fix test that may fail due to binary header data | Aldo Cortesi | 2016-06-05 | 1 | -1/+3 | |
* | More explicit name for the tcp.Server handler counter | Aldo Cortesi | 2016-06-03 | 1 | -2/+2 | |
* | Make tcp.Client.connect return a context manager that closes the connection | Aldo Cortesi | 2016-06-03 | 1 | -0/+8 | |
* | Implement a service connection handler counter, use it in Pathod test suite | Aldo Cortesi | 2016-06-03 | 1 | -7/+28 |