aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* stronger tests, lintMaximilian Hils2017-01-073-4/+3
|
* fix #1910Maximilian Hils2017-01-071-1/+1
|
* minor legibility improvementsMaximilian Hils2017-01-071-8/+17
|
* Revert "add strutils.replace_surrogates"Maximilian Hils2017-01-072-16/+0
| | | | This reverts commit 15ae88db08dbf2725c8c9f945f2006c4b2a10d46.
* add strutils.replace_surrogatesMaximilian Hils2017-01-072-0/+16
|
* minor encoding fixesMaximilian Hils2017-01-0710-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 encodingMaximilian Hils2017-01-071-2/+4
| | | | | While not explicitly spelled out in the RFCs, the reason phrase is expected to be ISO-8859-1.
* update dependenciesMaximilian Hils2017-01-071-5/+4
|
* Controls the length of URL displayed using the -d option (#1903)lymanZerga112017-01-052-0/+13
|
* Merge pull request #1904 from chhsiao90/edit-form-encodeMaximilian Hils2016-12-311-2/+2
|\ | | | | Encode urlencoded_form items when editing
| * Fixed edit form failedchhsiao902016-12-311-2/+2
|/
* Merge pull request #1905 from chhsiao90/allow-underscore-hostnameMaximilian Hils2016-12-302-1/+4
|\ | | | | Allow underscore in hostname
| * Allow underscore in hostnamechhsiao902016-12-302-1/+4
|/
* Merge pull request #1896 from mhils/3.5.0-compatMaximilian Hils2016-12-282-8/+32
|\ | | | | Fix compat with Python 3.5.0
| * fix IO type checkingMaximilian Hils2016-12-282-0/+10
| |
| * fix compat with Python 3.5.0Maximilian Hils2016-12-282-8/+22
|/
* update io compat for 2.0Maximilian Hils2016-12-271-0/+6
|
* Update README.mdMaximilian Hils2016-12-271-1/+1
|
* Update README.mdMaximilian Hils2016-12-271-0/+1
|
* bump version for next release cycleMaximilian Hils2016-12-271-1/+1
|
* Merge pull request #1887 from Kriechi/h2-enableThomas Kriechbaumer2016-12-272-5/+4
|\ | | | | enable HTTP/2 by default
| * enable HTTP/2 by defaultThomas Kriechbaumer2016-12-262-5/+4
| |
* | add mitmweb to READMEMaximilian Hils2016-12-271-0/+2
| |
* | bump version to 1.0.1Maximilian Hils2016-12-271-1/+1
| |
* | turns out we need thisMaximilian Hils2016-12-271-0/+1
| |
* | fix url.parse tests for Python 3.6Maximilian Hils2016-12-271-3/+10
| | | | | | | | This is a simpler version of @Kriechi's patch.
* | py36: fix type informationThomas Kriechbaumer2016-12-271-7/+20
| |
* | run tests on Python 3.6Thomas Kriechbaumer2016-12-275-3/+15
| |
* | pyinstaller: use fixed bootloaders on linuxMaximilian Hils2016-12-271-1/+3
|/
* update windows dev scriptMaximilian Hils2016-12-261-1/+6
|
* add mitmweb explanation to introductionMaximilian Hils2016-12-261-0/+2
|
* Bump changelog timestampAldo Cortesi2016-12-261-1/+1
|
* Merge pull request #1865 from cortesi/adminAldo Cortesi2016-12-245-131/+102
|\ | | | | Release administrivia: changelog stub, contributors, bump to v1.0
| * Merge branch 'master' into adminAldo Cortesi2016-12-2430-110/+310
| |\ | |/ |/|
* | remove output of dumper during testsThomas Kriechbaumer2016-12-214-8/+11
| |
* | remove output of webmaster during testsThomas Kriechbaumer2016-12-211-0/+1
| |
* | reflow docsThomas Kriechbaumer2016-12-212-25/+45
| |
* | Merge pull request #1882 from mhils/docsThomas Kriechbaumer2016-12-214-60/+86
|\ \ | | | | | | Docs: Add mitmweb, restructure installation
| * | update installation pageMaximilian Hils2016-12-201-60/+69
| | | | | | | | | | | | | | | We emphasize the binary installation because that is usually the simplest method to install mitmproxy on all major platforms.
| * | docs: add mitmweb stubMaximilian Hils2016-12-203-0/+17
| | |
* | | Merge pull request #1881 from mhils/fix-alpn-bytesThomas Kriechbaumer2016-12-204-6/+26
|\ \ \ | | | | | | | | Always Decode ALPN Where Required
| * | | always decode alpn where requiredMaximilian Hils2016-12-204-6/+26
| |/ /
* | | Merge pull request #1880 from mhils/1877Maximilian Hils2016-12-192-1/+14
|\ \ \ | |/ / |/| | Fix #1877
| * | fix #1877Maximilian Hils2016-12-192-1/+14
| | |
* | | Merge branch 'rename-log-example'Maximilian Hils2016-12-192-2/+2
|\ \ \
| * | | rename logging.py example. this conflicted with Python's stdlibMaximilian Hils2016-12-192-2/+2
| |/ /
* / / fix io compat with previous releasesMaximilian Hils2016-12-193-4/+99
|/ /
* | Merge pull request #1876 from mhils/1858Maximilian Hils2016-12-195-20/+29
|\ \ | | | | | | fix #1858
| * | fix #1858Maximilian Hils2016-12-195-20/+29
| | |
* | | Merge pull request #1875 from Kriechi/dont-log-tracebacksThomas Kriechbaumer2016-12-173-9/+3
|\ \ \ | | | | | | | | don't log full tracebacks