Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | http2: improve framereader | Thomas Kriechbaumer | 2016-09-03 | 1 | -1/+1 | |
| | ||||||
* | add websockets support to mitmproxy | Thomas Kriechbaumer | 2016-09-01 | 4 | -8/+9 | |
| | ||||||
* | add escape_single_quotes=False arg to bytes_to_escaped_str | Maximilian Hils | 2016-07-29 | 2 | -5/+5 | |
| | ||||||
* | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 1 | -1/+4 | |
| | ||||||
* | fix pathod log encoding | Maximilian Hils | 2016-07-06 | 1 | -3/+9 | |
| | ||||||
* | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -2/+3 | |
| | ||||||
* | py3: fix bytes vs. str | Thomas Kriechbaumer | 2016-07-03 | 1 | -5/+5 | |
| | ||||||
* | h2: move header parsing to netlib | Shadab Zafar | 2016-07-03 | 1 | -39/+7 | |
| | ||||||
* | minor fixes | Maximilian Hils | 2016-07-01 | 2 | -2/+2 | |
| | ||||||
* | py3++: test/mitmproxy/test_server | Shadab Zafar | 2016-07-01 | 1 | -1/+1 | |
| | ||||||
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -9/+442 | |
| | ||||||
* | pathoc: use idna encoding for hostnames | Maximilian Hils | 2016-06-16 | 1 | -1/+1 | |
| | ||||||
* | Py3: Send bytes to get_cert | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
| | ||||||
* | Py3: pathoc should send bytes over wire | Shadab Zafar | 2016-06-16 | 2 | -5/+5 | |
| | ||||||
* | Unexpected spaces around = | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
| | ||||||
* | Py3: Split on byte newlines in pathod.log | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
| | ||||||
* | Py3: Find Content-Length header by bytes | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
| | ||||||
* | Py3: pathoc | Shadab Zafar | 2016-06-15 | 1 | -10/+17 | |
| | ||||||
* | Py3: pathod | Shadab Zafar | 2016-06-15 | 1 | -11/+7 | |
| | ||||||
* | Py3: websockets | Shadab Zafar | 2016-06-15 | 2 | -3/+4 | |
| | ||||||
* | Py3: fix http2 bytes issue | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
| | ||||||
* | Start rolling out leak detection in netlib | Aldo Cortesi | 2016-06-14 | 1 | -13/+1 | |
| | ||||||
* | Merge branch 'master' into appveyor | Aldo Cortesi | 2016-06-12 | 5 | -21/+15 | |
|\ | ||||||
| * | Fold mitmproxy.version and pathod.version into netlib.version | Aldo Cortesi | 2016-06-12 | 5 | -21/+15 | |
| | | ||||||
* | | Make the tcp connection closer cancellable | Aldo Cortesi | 2016-06-12 | 1 | -33/+34 | |
|/ | | | | And use this to make pathoc error handling more sophisticated | |||||
* | Improve debugging of thread and other leaks | Aldo Cortesi | 2016-06-11 | 2 | -21/+20 | |
| | | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable | |||||
* | Fix a crash when pathoc connections fail | Aldo Cortesi | 2016-06-10 | 2 | -66/+62 | |
| | | | | Use the new handler to tidy this up. | |||||
* | Remove timestamps from pathoc output | Aldo Cortesi | 2016-06-10 | 3 | -16/+20 | |
| | | | | | | Pathoc is an interactive tool, no need for a long leading timestamp. More generally, make timestamps optional in the logging mechanism so we can configure this with command-line flags or something down the track. | |||||
* | Py3: encode() the spec before appending to path | Shadab Zafar | 2016-06-08 | 1 | -1/+1 | |
| | ||||||
* | Py3: Find content-length header by bytes | Shadab Zafar | 2016-06-08 | 1 | -1/+1 | |
| | ||||||
* | Py3: Pass bytes to http Request and Response | Shadab Zafar | 2016-06-08 | 1 | -5/+5 | |
| | ||||||
* | Py3: Properly encode() access to user_agents | Shadab Zafar | 2016-06-08 | 1 | -1/+1 | |
| | ||||||
* | Utils cleanups | Aldo Cortesi | 2016-06-07 | 2 | -11/+11 | |
| | | | | | | | | - Move more stuff that belongs in netlib.human - Move some stuff to near the only use - Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it interchangeably with time.time() throughout the project. Since time.time() dominates in the codebase and timestamp() is such low utility, away it goes. | |||||
* | Merge remote-tracking branch 'upstream/master' | Aldo Cortesi | 2016-06-07 | 5 | -62/+71 | |
|\ | ||||||
| * | fix NestedMessage encoding | Maximilian Hils | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | fix .freeze(), improve tests | Maximilian Hils | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Py3: encode() status code responses | Shadab Zafar | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Py3: Exception doesn't have to be bytes | Shadab Zafar | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Py3: Fix corresponding base.Integer test in test_language_base | Shadab Zafar | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Py3: Store base.Integer value as bytes | Shadab Zafar | 2016-06-06 | 1 | -2/+2 | |
| | | ||||||
| * | Py3: UASTRINGS should be indexed by and return bytes | Shadab Zafar | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Py3: decode() input before creating new Header token | Shadab Zafar | 2016-06-06 | 1 | -4/+4 | |
| | | ||||||
| * | Py3: Use bytes_to_escaped_str for escaping message | Shadab Zafar | 2016-06-06 | 1 | -3/+4 | |
| | | ||||||
| * | Py3: More byte literals | Shadab Zafar | 2016-06-06 | 1 | -6/+6 | |
| | | ||||||
| * | Py3: Use byte string literals | Shadab Zafar | 2016-06-06 | 1 | -4/+4 | |
| | | ||||||
| * | Py3: Return bytes from _Component class | Shadab Zafar | 2016-06-06 | 1 | -3/+3 | |
| | | ||||||
| * | fix pathod test on Windows | Maximilian Hils | 2016-06-06 | 1 | -1/+2 | |
| | | ||||||
| * | Fix sequencing in Pathoc websocket termination test | Aldo Cortesi | 2016-06-06 | 1 | -0/+1 | |
| | | ||||||
| * | Close when Pathoc.connect raises an exception | Aldo Cortesi | 2016-06-06 | 1 | -35/+41 | |
| | | ||||||
* | | Migrate pathod docs to Sphinx | Aldo Cortesi | 2016-06-07 | 23 | -1561/+0 | |
|/ | | | | | | All the content of the pathod docs are moved into Sphinx. The interactive format has not translated well to static docs, and there's still a lot of rewriting, format fixing, structuring, etc to be done. |