Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netlib.utils.[get,set]bit -> mitmproxy.utils.bits | Aldo Cortesi | 2016-10-20 | 1 | -11/+11 |
| | |||||
* | netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi | Aldo Cortesi | 2016-10-20 | 1 | -2/+3 |
| | |||||
* | netlib.strutils -> mitmproxy.utils.strutils | Aldo Cortesi | 2016-10-20 | 2 | -2/+3 |
| | |||||
* | netlib.human -> mitmproxy.utils.human | Aldo Cortesi | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | remove empty lines at beginning of file | Thomas Kriechbaumer | 2016-10-17 | 2 | -3/+0 |
| | |||||
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 4 | -4/+0 |
| | |||||
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 2 | -3/+3 |
| | |||||
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 2 | -3/+3 |
| | |||||
* | First-order conversion to Python3-only | Aldo Cortesi | 2016-10-17 | 2 | -18/+3 |
| | | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works. | ||||
* | websockets: refactor implementation and add tests | Thomas Kriechbaumer | 2016-09-01 | 5 | -204/+207 |
| | |||||
* | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | minor fixes | Maximilian Hils | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Py3: websockets | Shadab Zafar | 2016-06-15 | 1 | -2/+2 |
| | |||||
* | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 1 | -1/+2 |
| | | | | Extract a number of string and format-related functions to netlib.strutils. | ||||
* | Reorganise netlib imports according to Google Style Guide | Aldo Cortesi | 2016-06-01 | 2 | -7/+8 |
| | |||||
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 1 | -1/+2 |
| | | | | implementations | ||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+11 |
| | |||||
* | netlib: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 2 | -15/+12 |
| | |||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 1 | -1/+0 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 3 | -0/+433 |