| Commit message (Expand) | Author | Age | Files | Lines |
* | provide git information with --version | Thomas Kriechbaumer | 2017-01-19 | 2 | -6/+7 |
* | stronger tests, lint | Maximilian Hils | 2017-01-07 | 2 | -3/+3 |
* | Revert "add strutils.replace_surrogates" | Maximilian Hils | 2017-01-07 | 1 | -5/+0 |
* | add strutils.replace_surrogates | Maximilian Hils | 2017-01-07 | 1 | -0/+5 |
* | minor encoding fixes | Maximilian Hils | 2017-01-07 | 2 | -5/+19 |
* | Controls the length of URL displayed using the -d option (#1903) | lymanZerga11 | 2017-01-05 | 1 | -0/+9 |
* | Allow underscore in hostname | chhsiao90 | 2016-12-30 | 1 | -0/+2 |
* | fix IO type checking | Maximilian Hils | 2016-12-28 | 1 | -0/+8 |
* | fix compat with Python 3.5.0 | Maximilian Hils | 2016-12-28 | 1 | -0/+9 |
* | fix url.parse tests for Python 3.6 | Maximilian Hils | 2016-12-27 | 1 | -3/+10 |
* | remove output of dumper during tests | Thomas Kriechbaumer | 2016-12-21 | 2 | -3/+3 |
* | remove output of webmaster during tests | Thomas Kriechbaumer | 2016-12-21 | 1 | -0/+1 |
* | Merge pull request #1880 from mhils/1877 | Maximilian Hils | 2016-12-19 | 1 | -0/+9 |
|\ |
|
| * | fix #1877 | Maximilian Hils | 2016-12-19 | 1 | -0/+9 |
* | | fix io compat with previous releases | Maximilian Hils | 2016-12-19 | 2 | -0/+93 |
|/ |
|
* | fix #1858 | Maximilian Hils | 2016-12-19 | 2 | -4/+4 |
* | Merge pull request #1862 from mhils/remove-intercept-events | Aldo Cortesi | 2016-12-17 | 2 | -8/+6 |
|\ |
|
| * | remove intercept events, update view manually | Maximilian Hils | 2016-12-16 | 2 | -8/+6 |
* | | console: mark view indiciator, fix empty flow list behaviour | Aldo Cortesi | 2016-12-16 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #1845 from mhils/mitmweb-improvements | Aldo Cortesi | 2016-12-16 | 1 | -3/+16 |
|\ |
|
| * | [web] various fixes | Maximilian Hils | 2016-12-12 | 1 | -3/+16 |
* | | Merge pull request #1852 from mhils/simplenamespace | Maximilian Hils | 2016-12-13 | 2 | -8/+1 |
|\ \ |
|
| * | | use types.SimpleNamespace instead of custom NS class | Maximilian Hils | 2016-12-13 | 2 | -8/+1 |
* | | | fix #1850 | Maximilian Hils | 2016-12-13 | 1 | -1/+2 |
|/ / |
|
* | | console: clean path prompt handling | Aldo Cortesi | 2016-12-12 | 1 | -1/+1 |
* | | Extend type checker validate Sequence specs | Aldo Cortesi | 2016-12-12 | 1 | -1/+12 |
|/ |
|
* | minor fixes | Maximilian Hils | 2016-12-10 | 2 | -2/+2 |
* | add new xml/html pretty-printer :tada: | Maximilian Hils | 2016-12-10 | 10 | -1/+102 |
* | remove lxml-dependent code | Maximilian Hils | 2016-12-10 | 3 | -35/+9 |
* | update tests, increase coverage, add type info | Maximilian Hils | 2016-12-09 | 22 | -333/+355 |
* | options: add a merge method to assimilate options | Aldo Cortesi | 2016-12-08 | 3 | -5/+23 |
* | Minor tweaks | Aldo Cortesi | 2016-12-08 | 2 | -13/+13 |
* | Amalgamate all the Options objects | Aldo Cortesi | 2016-12-08 | 3 | -8/+11 |
* | Replace configargparse with argparse, enable new options loading | Aldo Cortesi | 2016-12-08 | 1 | -1/+2 |
* | options: defaults are a class attribute | Aldo Cortesi | 2016-12-08 | 1 | -0/+5 |
* | options: save defaults, add .reset() to restore defaults | Aldo Cortesi | 2016-12-08 | 1 | -5/+0 |
* | Add YAML serialization of options | Aldo Cortesi | 2016-12-08 | 1 | -1/+54 |
* | options: defaults are a class attribute | Aldo Cortesi | 2016-12-08 | 1 | -0/+5 |
* | Add OptManager.subscribe, use it to clean up palettes in console | Aldo Cortesi | 2016-12-08 | 1 | -0/+23 |
* | Options - avoid mutation, API cleanup, has_changed | Aldo Cortesi | 2016-12-08 | 1 | -2/+5 |
* | Get rid of tfile testing option | Aldo Cortesi | 2016-12-08 | 2 | -27/+22 |
* | Clean up dump tests | Aldo Cortesi | 2016-12-08 | 2 | -163/+38 |
* | options: save defaults, add .reset() to restore defaults | Aldo Cortesi | 2016-12-08 | 1 | -0/+37 |
* | tls_parser: allow optional extensions | Thomas Kriechbaumer | 2016-12-06 | 2 | -0/+64 |
* | simplify ALPN and OpenSSL on macOS | Thomas Kriechbaumer | 2016-12-04 | 7 | -95/+131 |
* | websocket: update close handshake tests | Thomas Kriechbaumer | 2016-11-29 | 1 | -0/+4 |
* | fix #1783 (#1794) | Maximilian Hils | 2016-11-28 | 1 | -0/+12 |
* | fix pyinstaller | Maximilian Hils | 2016-11-28 | 1 | -2/+2 |
* | Fix transparent mode initialisation, refactor mitmproxy.platform (#1787) | Maximilian Hils | 2016-11-25 | 3 | -29/+14 |
* | Merge branch 'mitmweb-eventlog' | Maximilian Hils | 2016-11-23 | 3 | -11/+278 |
|\ |
|