aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOGMaximilian Hils2016-12-211-1/+1
|
* Compat 0.19 -> 1.0Aldo Cortesi2016-12-171-0/+6
| | | | | 0.19 was never released, but let's include a conversion for it anyway, since it was the master version.
* Administrivia: docs for new config file, minor adjustmentsAldo Cortesi2016-12-173-81/+11
| | | | | For now, the config file docs basically say "it's YAML, read the source". We should do better for the next release.
* Release administrivia: changelog stub, contributors, bump to v1.0Aldo Cortesi2016-12-173-52/+78
|
* Merge pull request #1864 from cortesi/tdocsAldo Cortesi2016-12-172-3/+17
|\ | | | | Addon test docs, remove stray deprecated events
| * Addon test docs, remove stray deprecated eventsAldo Cortesi2016-12-172-3/+17
|/ | | | Fixes #1572
* Merge pull request #1863 from Kriechi/disable-h2cAldo Cortesi2016-12-172-0/+23
|\ | | | | disable h2c upgrades
| * disable h2c upgradesThomas Kriechbaumer2016-12-162-0/+23
| |
* | Merge pull request #1862 from mhils/remove-intercept-eventsAldo Cortesi2016-12-178-34/+33
|\ \ | | | | | | Remove intercept events, update view manually
| * | remove intercept events, update view manuallyMaximilian Hils2016-12-168-34/+33
| | |
* | | Merge pull request #1861 from cortesi/markingAldo Cortesi2016-12-163-3/+12
|\ \ \ | |_|/ |/| | console: mark view indiciator, fix empty flow list behaviour
| * | console: mark view indiciator, fix empty flow list behaviourAldo Cortesi2016-12-163-3/+12
| |/ | | | | | | Fixes #1782
* | Merge pull request #1860 from cortesi/smokeyMaximilian Hils2016-12-161-11/+11
|\ \ | |/ |/| Catch occasional protocol errors in regular connect
| * Catch occasional protocol errors in regular connectAldo Cortesi2016-12-161-11/+11
|/ | | | Fixes #1843 and #1847
* Merge pull request #1845 from mhils/mitmweb-improvementsAldo Cortesi2016-12-1629-687/+59004
|\ | | | | Mitmweb Improvements
| * [web] various fixesMaximilian Hils2016-12-1220-411/+677
| |
| * [web] style flow menuMaximilian Hils2016-12-115-86/+158
| |
| * [web] style start menuMaximilian Hils2016-12-113-4/+18
| |
| * [web] style options menuMaximilian Hils2016-12-1110-133/+203
| | | | | | | | The other menus are WIP.
| * [web] show proxy address, add websocket toggleMaximilian Hils2016-12-118-492/+58387
| |
* | Merge pull request #1857 from mitmproxy/bump-cryptographyThomas Kriechbaumer2016-12-141-1/+1
|\ \ | | | | | | update dependencies
| * | update dependenciesMaximilian Hils2016-12-141-1/+1
|/ /
* | Merge pull request #1852 from mhils/simplenamespaceMaximilian Hils2016-12-133-23/+4
|\ \ | | | | | | Use types.SimpleNamespace instead of custom NS class
| * | use types.SimpleNamespace instead of custom NS classMaximilian Hils2016-12-133-23/+4
| | |
* | | Merge pull request #1851 from mhils/1850Maximilian Hils2016-12-135-36/+47
|\ \ \ | |/ / |/| | fix #1850
| * | fix #1850Maximilian Hils2016-12-135-36/+47
|/ /
* | console: respect follow in eventlogDoug Freed2016-12-122-1/+5
| | | | | | | | Also make it possible to toggle the option when the eventlog window has focus.
* | console: increase eventlog size limit to 10000Doug Freed2016-12-121-1/+1
| |
* | Merge pull request #1842 from cortesi/optsaveAldo Cortesi2016-12-1210-37/+80
|\ \ | | | | | | Save options to file from console & related work
| * | Minor fixesAldo Cortesi2016-12-121-5/+4
| | |
| * | Merge branch 'master' into optsaveAldo Cortesi2016-12-1216-31/+240
| |\ \ | |/ / |/| |
* | | InstallBuilder (#1826)Maximilian Hils2016-12-1113-14/+216
| | |
* | | Merge pull request #1838 from mhils/http2-is-difficultAldo Cortesi2016-12-121-13/+15
|\ \ \ | | | | | | | | Disable HTTP/2 by default, add explicit on/off switches
| * | | disable http2 by default, add explicit on/off switchesMaximilian Hils2016-12-111-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As long as major HTTP/2 implementers fail to implement the spec correctly, we need to disable HTTP/2 by default. We expect this to be fixed with the next release and re-enabled by default. https://github.com/mitmproxy/mitmproxy/issues/1745 https://github.com/mitmproxy/mitmproxy/issues/1824
* | | | Merge pull request #1837 from mhils/1809Maximilian Hils2016-12-112-4/+9
|\ \ \ \ | | | | | | | | | | Fix #1809
| * | | | fix version sourcing in setup.pyMaximilian Hils2016-12-112-5/+7
| | | | |
| * | | | fix #1809Maximilian Hils2016-12-101-0/+3
| | | | |
| | | * | console: clean path prompt handlingAldo Cortesi2016-12-126-27/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't trigger callback if no path is specified - Expand userdir centrally - Catch IO errors from callbacks and turn them into status messages
| | | * | Replacements and SetHeaders are both defined as text in OptionsAldo Cortesi2016-12-121-5/+5
| | | | | | | | | | | | | | | | | | | | Bytes don't play well with our config serialization or command-line args.
| | | * | Extend type checker validate Sequence specsAldo Cortesi2016-12-122-7/+24
| | | | |
| | | * | console: add saving of config fileAldo Cortesi2016-12-122-1/+15
| |_|/ / |/| | |
* | | | Merge pull request #1841 from mitmproxy/fix-docs-testsMaximilian Hils2016-12-112-0/+5
|\ \ \ \ | | | | | | | | | | pin docutils version to fix docs tests
| * | | | fix install.rstMaximilian Hils2016-12-111-0/+4
| | | | |
| * | | | pin docutils version to fix docs testsMaximilian Hils2016-12-111-0/+1
|/ / / /
* | | | Merge pull request #1840 from mhils/1829Maximilian Hils2016-12-111-9/+12
|\ \ \ \ | | | | | | | | | | fix #1829
| * | | | fix #1829Maximilian Hils2016-12-111-9/+12
| | |_|/ | |/| |
* | | | Merge pull request #1839 from mhils/1830Maximilian Hils2016-12-112-5/+7
|\ \ \ \ | |/ / / |/| | | fix #1830
| * | | fix #1830Maximilian Hils2016-12-112-5/+7
|/ / /
* | | Merge pull request #1836 from Kriechi/wipeout-lxmlMaximilian Hils2016-12-111-49/+37
|\ \ \ | | | | | | | | docs: update installation
| * | | docs: update installationThomas Kriechbaumer2016-12-111-49/+37
| | |/ | |/|