Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1920 from rodsenra/master | Maximilian Hils | 2017-01-10 | 1 | -0/+13 | |
|\ \ \ | |/ / |/| | | Added note about server-side replay for sessions recorded in reverse-proxy mode | |||||
| * | | Added note about server-side replay for sessions recorded in reverse-proxy mode | Rodrigo Senra | 2017-01-07 | 1 | -0/+13 | |
|/ / | ||||||
* | | stronger tests, lint | Maximilian Hils | 2017-01-07 | 3 | -4/+3 | |
| | | ||||||
* | | fix #1910 | Maximilian Hils | 2017-01-07 | 1 | -1/+1 | |
| | | ||||||
* | | minor legibility improvements | Maximilian Hils | 2017-01-07 | 1 | -8/+17 | |
| | | ||||||
* | | Revert "add strutils.replace_surrogates" | Maximilian Hils | 2017-01-07 | 2 | -16/+0 | |
| | | | | | | | | This reverts commit 15ae88db08dbf2725c8c9f945f2006c4b2a10d46. | |||||
* | | add strutils.replace_surrogates | Maximilian Hils | 2017-01-07 | 2 | -0/+16 | |
| | | ||||||
* | | minor encoding fixes | Maximilian Hils | 2017-01-07 | 10 | -63/+68 | |
| | | | | | | | | | | | | - native() -> always_str() The old function name does not make sense on Python 3 only. - Inline utility functions in message.py. | |||||
* | | fix HTTP reason phrase encoding | Maximilian Hils | 2017-01-07 | 1 | -2/+4 | |
| | | | | | | | | | | While not explicitly spelled out in the RFCs, the reason phrase is expected to be ISO-8859-1. | |||||
* | | update dependencies | Maximilian Hils | 2017-01-07 | 1 | -5/+4 | |
|/ | ||||||
* | Controls the length of URL displayed using the -d option (#1903) | lymanZerga11 | 2017-01-05 | 2 | -0/+13 | |
| | ||||||
* | Merge pull request #1904 from chhsiao90/edit-form-encode | Maximilian Hils | 2016-12-31 | 1 | -2/+2 | |
|\ | | | | | Encode urlencoded_form items when editing | |||||
| * | Fixed edit form failed | chhsiao90 | 2016-12-31 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #1905 from chhsiao90/allow-underscore-hostname | Maximilian Hils | 2016-12-30 | 2 | -1/+4 | |
|\ | | | | | Allow underscore in hostname | |||||
| * | Allow underscore in hostname | chhsiao90 | 2016-12-30 | 2 | -1/+4 | |
|/ | ||||||
* | Merge pull request #1896 from mhils/3.5.0-compat | Maximilian Hils | 2016-12-28 | 2 | -8/+32 | |
|\ | | | | | Fix compat with Python 3.5.0 | |||||
| * | fix IO type checking | Maximilian Hils | 2016-12-28 | 2 | -0/+10 | |
| | | ||||||
| * | fix compat with Python 3.5.0 | Maximilian Hils | 2016-12-28 | 2 | -8/+22 | |
|/ | ||||||
* | update io compat for 2.0 | Maximilian Hils | 2016-12-27 | 1 | -0/+6 | |
| | ||||||
* | Update README.md | Maximilian Hils | 2016-12-27 | 1 | -1/+1 | |
| | ||||||
* | Update README.md | Maximilian Hils | 2016-12-27 | 1 | -0/+1 | |
| | ||||||
* | bump version for next release cycle | Maximilian Hils | 2016-12-27 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1887 from Kriechi/h2-enable | Thomas Kriechbaumer | 2016-12-27 | 2 | -5/+4 | |
|\ | | | | | enable HTTP/2 by default | |||||
| * | enable HTTP/2 by default | Thomas Kriechbaumer | 2016-12-26 | 2 | -5/+4 | |
| | | ||||||
* | | add mitmweb to README | Maximilian Hils | 2016-12-27 | 1 | -0/+2 | |
| | | ||||||
* | | bump version to 1.0.1 | Maximilian Hils | 2016-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | turns out we need this | Maximilian Hils | 2016-12-27 | 1 | -0/+1 | |
| | | ||||||
* | | fix url.parse tests for Python 3.6 | Maximilian Hils | 2016-12-27 | 1 | -3/+10 | |
| | | | | | | | | This is a simpler version of @Kriechi's patch. | |||||
* | | py36: fix type information | Thomas Kriechbaumer | 2016-12-27 | 1 | -7/+20 | |
| | | ||||||
* | | run tests on Python 3.6 | Thomas Kriechbaumer | 2016-12-27 | 5 | -3/+15 | |
| | | ||||||
* | | pyinstaller: use fixed bootloaders on linux | Maximilian Hils | 2016-12-27 | 1 | -1/+3 | |
|/ | ||||||
* | update windows dev script | Maximilian Hils | 2016-12-26 | 1 | -1/+6 | |
| | ||||||
* | add mitmweb explanation to introduction | Maximilian Hils | 2016-12-26 | 1 | -0/+2 | |
| | ||||||
* | Bump changelog timestamp | Aldo Cortesi | 2016-12-26 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1865 from cortesi/admin | Aldo Cortesi | 2016-12-24 | 5 | -131/+102 | |
|\ | | | | | Release administrivia: changelog stub, contributors, bump to v1.0 | |||||
| * | Merge branch 'master' into admin | Aldo Cortesi | 2016-12-24 | 30 | -110/+310 | |
| |\ | |/ |/| | ||||||
* | | remove output of dumper during tests | Thomas Kriechbaumer | 2016-12-21 | 4 | -8/+11 | |
| | | ||||||
* | | remove output of webmaster during tests | Thomas Kriechbaumer | 2016-12-21 | 1 | -0/+1 | |
| | | ||||||
* | | reflow docs | Thomas Kriechbaumer | 2016-12-21 | 2 | -25/+45 | |
| | | ||||||
* | | Merge pull request #1882 from mhils/docs | Thomas Kriechbaumer | 2016-12-21 | 4 | -60/+86 | |
|\ \ | | | | | | | Docs: Add mitmweb, restructure installation | |||||
| * | | update installation page | Maximilian Hils | 2016-12-20 | 1 | -60/+69 | |
| | | | | | | | | | | | | | | | We emphasize the binary installation because that is usually the simplest method to install mitmproxy on all major platforms. | |||||
| * | | docs: add mitmweb stub | Maximilian Hils | 2016-12-20 | 3 | -0/+17 | |
| | | | ||||||
* | | | Merge pull request #1881 from mhils/fix-alpn-bytes | Thomas Kriechbaumer | 2016-12-20 | 4 | -6/+26 | |
|\ \ \ | | | | | | | | | Always Decode ALPN Where Required | |||||
| * | | | always decode alpn where required | Maximilian Hils | 2016-12-20 | 4 | -6/+26 | |
| |/ / | ||||||
* | | | Merge pull request #1880 from mhils/1877 | Maximilian Hils | 2016-12-19 | 2 | -1/+14 | |
|\ \ \ | |/ / |/| | | Fix #1877 | |||||
| * | | fix #1877 | Maximilian Hils | 2016-12-19 | 2 | -1/+14 | |
| | | | ||||||
* | | | Merge branch 'rename-log-example' | Maximilian Hils | 2016-12-19 | 2 | -2/+2 | |
|\ \ \ | ||||||
| * | | | rename logging.py example. this conflicted with Python's stdlib | Maximilian Hils | 2016-12-19 | 2 | -2/+2 | |
| |/ / | ||||||
* / / | fix io compat with previous releases | Maximilian Hils | 2016-12-19 | 3 | -4/+99 | |
|/ / | ||||||
* | | Merge pull request #1876 from mhils/1858 | Maximilian Hils | 2016-12-19 | 5 | -20/+29 | |
|\ \ | | | | | | | fix #1858 |