Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | test & examples: zap six | Aldo Cortesi | 2016-10-17 | 1 | -3/+3 |
| | |||||
* | debug: Hard exit after debug signal | Aldo Cortesi | 2016-10-04 | 1 | -2/+2 |
| | |||||
* | fix debug mode on Windows | Maximilian Hils | 2016-06-13 | 1 | -0/+4 |
| | |||||
* | debug: On SIGUSR2, we dump tracebacks for all threads to screen | Aldo Cortesi | 2016-06-11 | 1 | -0/+6 |
| | |||||
* | Improve debugging of thread and other leaks | Aldo Cortesi | 2016-06-11 | 1 | -0/+8 |
| | | | | | | | - 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 | ||||
* | debug.sysinfo: tests and coverage | Aldo Cortesi | 2016-06-11 | 1 | -0/+6 |