aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Descriptive error message for SSL context initialization failure (#1767)Yoginski2016-11-212-1/+35
* remove stickycookie exampleMaximilian Hils2016-11-212-43/+0
* Merge pull request #1768 from mhils/organize-examplesMaximilian Hils2016-11-2143-268/+196
|\
| * organize examplesMaximilian Hils2016-11-2143-268/+196
|/
* rewrite absolute-form HTTP requests to relative form, fix #1759 (#1765)Maximilian Hils2016-11-203-0/+22
* Merge pull request #1766 from Kriechi/fix-test-raceThomas Kriechbaumer2016-11-201-5/+15
|\
| * tests: fix race conditionThomas Kriechbaumer2016-11-201-5/+15
* | handle SIGINT with a quit prompt (#1760)Edgar Boda-Majer2016-11-201-9/+18
|/
* Merge pull request #1751 from dwfreed/patch-1Thomas Kriechbaumer2016-11-192-3/+6
|\
| * proxy/protocol/base: Allow spoofing fixed sourceDoug Freed2016-11-182-3/+6
* | Merge pull request #1757 from fotinakis/masterThomas Kriechbaumer2016-11-191-1/+1
|\ \ | |/ |/|
| * Remove dead run_scripthooks example reference.Mike Fotinakis2016-11-171-1/+1
* | Merge pull request #1753 from mitmproxy/update-dependenciesThomas Kriechbaumer2016-11-1814-3/+20
|\ \ | |/ |/|
| * lint!Maximilian Hils2016-11-1813-1/+18
| * update dependenciesMaximilian Hils2016-11-181-2/+2
|/
* Merge pull request #1729 from mhils/mitmweb-fixesMaximilian Hils2016-11-169-36/+76
|\
| * fix type checksMaximilian Hils2016-11-161-2/+2
| * mitmweb: start browser on startupMaximilian Hils2016-11-161-3/+34
| * minor fixesMaximilian Hils2016-11-168-31/+40
* | Merge pull request #1752 from dwfreed/patch-2Maximilian Hils2016-11-161-1/+1
|\ \ | |/ |/|
| * setup.py: adjust mypy-lang dependency for semverDoug Freed2016-11-161-1/+1
|/
* Merge pull request #1742 from dwfreed/patch-2Maximilian Hils2016-11-163-1/+9
|\
| * proxy/protocol/base: use upstream_bind_addressDoug Freed2016-11-141-1/+1
| * tools/cmdline: add upstream bind address optionDoug Freed2016-11-141-0/+6
| * options: add upstream_bind_addressDoug Freed2016-11-141-0/+2
* | Merge pull request #1748 from Kriechi/better-onboardingThomas Kriechbaumer2016-11-161-1/+21
|\ \
| * | add macOS/OSX installation instructions to onboarding pageThomas Kriechbaumer2016-11-161-1/+21
* | | Merge pull request #1743 from cortesi/viewsigAldo Cortesi2016-11-154-44/+56
|\ \ \ | |_|/ |/| |
| * | addons.view: clarify modification eventsAldo Cortesi2016-11-154-44/+56
|/ /
* | Merge pull request #1740 from pquentin/masterAldo Cortesi2016-11-141-2/+2
|\ \ | |/ |/|
| * docs: Fix typosQuentin Pradet2016-11-141-2/+2
|/
* Merge pull request #1738 from Kriechi/fix-1737Aldo Cortesi2016-11-141-1/+11
|\
| * restrict ALPN offers if host changesThomas Kriechbaumer2016-11-131-1/+11
* | Merge pull request #1720 from cortesi/proxyrefactorAldo Cortesi2016-11-1424-768/+860
|\ \ | |/ |/|
| * addons.proxyauth: out with the old, in with the newAldo Cortesi2016-11-1312-453/+63
| * addons.proxyauth: complete and testAldo Cortesi2016-11-132-16/+205
| * stub out proxyauth addonAldo Cortesi2016-11-132-0/+121
| * upstream_proxy_auth -> upstream_authAldo Cortesi2016-11-134-8/+8
| * Complete upstream authentication moduleAldo Cortesi2016-11-135-11/+62
| * Refine handling of HTTP CONNECTAldo Cortesi2016-11-124-100/+124
| * Add the http_connect event for HTTP CONNECT requestsAldo Cortesi2016-11-124-20/+44
| * Upstream proxy auth to addonAldo Cortesi2016-11-127-44/+86
| * Add HTTPFlow.mode to record the HTTP proxy layer modeAldo Cortesi2016-11-123-4/+13
| * Use an enum for http protocol modesAldo Cortesi2016-11-122-21/+23
| * Remove promotion to raw TCP based on heuristicsAldo Cortesi2016-11-122-11/+2
| * Test failure during 100-continueAldo Cortesi2016-11-123-26/+40
| * Bug: ask requestheaders before request body is readAldo Cortesi2016-11-122-2/+51
| * proxy.protocol.http: cleanups, extract request validationAldo Cortesi2016-11-121-28/+35
| * Remove unused protocol attribute on connections.Aldo Cortesi2016-11-121-2/+0
| * proxy.protocol.http: flatten for refactoringAldo Cortesi2016-11-121-189/+150
|/