Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Py3: pathoc | Shadab Zafar | 2016-06-15 | 1 | -10/+17 |
| | |||||
* | 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 | 1 | -17/+17 |
| | | | | | | | - 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 | 1 | -65/+62 |
| | | | | Use the new handler to tidy this up. | ||||
* | Remove timestamps from pathoc output | Aldo Cortesi | 2016-06-10 | 1 | -2/+6 |
| | | | | | | 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. | ||||
* | 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 |
| | |||||
* | Make tcp.Client.connect return a context manager that closes the connection | Aldo Cortesi | 2016-06-03 | 1 | -1/+2 |
| | |||||
* | Consolidate some functions to strutils.bytes_to_escaped_str | Aldo Cortesi | 2016-06-02 | 1 | -2/+3 |
| | |||||
* | xrepr is used exactly once. move to pathoc.py. | Aldo Cortesi | 2016-06-02 | 1 | -1/+5 |
| | |||||
* | pathod: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 1 | -2/+1 |
| | |||||
* | Py3: Import and Other misc. stuff | Shadab Zafar | 2016-05-26 | 1 | -4/+2 |
| | |||||
* | py3++ | Maximilian Hils | 2016-04-13 | 1 | -4/+5 |
| | |||||
* | response.msg -> response.reason | Maximilian Hils | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | s/nocover/no cover/g | Thomas Kriechbaumer | 2016-03-27 | 1 | -2/+2 |
| | | | according to coveralls docs | ||||
* | py3++ | Maximilian Hils | 2016-03-20 | 1 | -5/+5 |
| | |||||
* | fix for sslinfo cert chain printing bug - now all certs get printed | ikoz | 2016-03-15 | 1 | -2/+3 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+534 |