Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | py36: fix type information | Thomas Kriechbaumer | 2016-12-27 | 1 | -7/+20 | |
| | ||||||
* | Extend type checker validate Sequence specs | Aldo Cortesi | 2016-12-12 | 1 | -6/+12 | |
| | ||||||
* | update tests, increase coverage, add type info | Maximilian Hils | 2016-12-09 | 1 | -0/+30 | |
| | ||||||
* | fix pyinstaller | Maximilian Hils | 2016-11-28 | 1 | -2/+2 | |
| | | | amongst other things, fix #1746 | |||||
* | fix type checks | Maximilian Hils | 2016-11-16 | 1 | -2/+2 | |
| | ||||||
* | tests: clean up test/mitmproxy/tutils.py | Aldo Cortesi | 2016-11-02 | 1 | -2/+5 | |
| | | | | Remove aliases, use mitmproxy/test/tutils instead. | |||||
* | remove mitmproxy.utils.lrucache | Maximilian Hils | 2016-10-27 | 1 | -32/+0 | |
| | ||||||
* | typecheck options, fix current inconsistencies | Maximilian Hils | 2016-10-25 | 1 | -0/+54 | |
| | ||||||
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 2 | -4/+3 | |
| | ||||||
* | netlib.utils.[get,set]bit -> mitmproxy.utils.bits | Aldo Cortesi | 2016-10-20 | 2 | -0/+58 | |
| | ||||||
* | netlib.debug -> mitmproxy.utils.debug | Aldo Cortesi | 2016-10-20 | 1 | -0/+120 | |
| | ||||||
* | mitmproxy.types.[basethread,multidict,serializable] | Aldo Cortesi | 2016-10-20 | 1 | -0/+0 | |
| | ||||||
* | netlib.strutils -> mitmproxy.utils.strutils | Aldo Cortesi | 2016-10-20 | 1 | -0/+142 | |
| | ||||||
* | netlib.human -> mitmproxy.utils.human | Aldo Cortesi | 2016-10-20 | 1 | -0/+64 | |
| | ||||||
* | Create mitmproxy.utils hierarchy | Aldo Cortesi | 2016-10-20 | 2 | -0/+65 | |
- Add mitproxy.utils.lrucache, mitproxy.utils.data |