aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* web: update static assetsMaximilian Hils2016-11-093-61000/+495
|
* web: fix header updateMaximilian Hils2016-11-091-26/+27
|
* web: simplify flow storageMaximilian Hils2016-11-0817-573/+363
|
* clean up mitmwebMaximilian Hils2016-11-0821-3059/+2692
|
* fix mitmwebMaximilian Hils2016-11-082-3/+3
|
* http2: add push-promise metadata testThomas Kriechbaumer2016-11-051-0/+6
|
* Merge pull request #1716 from cortesi/deprecated2Aldo Cortesi2016-11-041-11/+0
|\ | | | | Remove sticky[auth,cookie] from http objects
| * Remove sticky[auth,cookie] from http objectsAldo Cortesi2016-11-041-11/+0
| | | | | | | | | | - they're unused - if we want them, they should be set by the addon in the new metadata store
* | Merge pull request #1715 from cortesi/deprecatedAldo Cortesi2016-11-046-42/+10
|\| | | | | Remove deprecated interfaces
| * Remove deprecated interfacesAldo Cortesi2016-11-046-42/+10
| |
* | Merge pull request #1714 from cortesi/justno2Aldo Cortesi2016-11-0414-45/+45
|\| | | | | Test and interface improvements
| * Let's not over-ride __bool__ on connection objectsAldo Cortesi2016-11-0412-21/+21
| | | | | | | | | | If I had a thousand years and every thesaurus in the world, I still couldn't adequately express how much I dislike this piece of interface design.
| * script.concurrent: tests to taddonsAldo Cortesi2016-11-042-24/+24
|/
* Merge pull request #1711 from navinpai/1541Aldo Cortesi2016-11-041-1/+3
|\ | | | | Allow pathoc to pause forever at end of message
| * Allow forever wait at end of message #1541Naveen Pai2016-11-041-1/+3
| |
* | Merge pull request #1712 from navinpai/docsAldo Cortesi2016-11-041-1/+4
|\ \ | |/ |/| [MINOR] fix link in documentation
| * [MINOR] fix link in documentationNaveen Pai2016-11-041-1/+4
|/
* Merge pull request #1709 from cortesi/taddons4Aldo Cortesi2016-11-049-178/+214
|\ | | | | addons.view: test suite to 100%
| * addons: convert last of the test suite to taddonsAldo Cortesi2016-11-045-94/+92
| |
| * addons.setheaders: fix configure bug, tests to taddonsAldo Cortesi2016-11-042-56/+54
| |
| * addons.view: test suite to 100%Aldo Cortesi2016-11-042-28/+68
|/ | | | This takes coverage for all of /addons to 100%
* Merge pull request #1708 from cortesi/taddons3Aldo Cortesi2016-11-045-18/+67
|\ | | | | Test suite improvements
| * addons.view: test improvementsAldo Cortesi2016-11-032-2/+52
| |
| * README.rst: recommend "tox -e lint" over using flake8 directlyAldo Cortesi2016-11-031-2/+3
| |
| * addons.streambodies: 100% test coverageAldo Cortesi2016-11-032-14/+12
| |
* | Merge pull request #1707 from cortesi/taddons2Aldo Cortesi2016-11-034-336/+434
|\| | | | | Addon test suite improvements
| * addons.serverplayback: 100% test coverageAldo Cortesi2016-11-032-271/+318
| |
| * addons.serverplayback: test suite to taddonsAldo Cortesi2016-11-031-58/+61
| |
| * addons.script: 100% test coverageAldo Cortesi2016-11-032-2/+52
| |
| * addons.script: convert to test.taddonsAldo Cortesi2016-11-031-100/+98
| |
* | Merge pull request #1706 from cortesi/taddonsAldo Cortesi2016-11-0313-132/+119
|\| | | | | addons tests and bugfixes
| * addons.onboarding: remove duplicate codeAldo Cortesi2016-11-032-17/+1
| |
| * addons.intercept: 100% test coverageAldo Cortesi2016-11-031-0/+5
| |
| * streamfile: make options less crazyAldo Cortesi2016-11-038-56/+19
| | | | | | | | | | | | | | Instead of a (file, mode) tuple, move to "streamfile" as the path, and "streamfile_append" to specify if we should append or not. Leave the command-line options intact for now.
| * FileStreamer -> StreamFileAldo Cortesi2016-11-038-38/+37
| | | | | | | | options.wfile -> options.streamfile
| * addons: filestreamer test cov to 100%Aldo Cortesi2016-11-034-22/+69
| | | | | | | | | | Also address a bug in taddons that caused options changes that raised errors to be retained rather than rolled back.
| * addons filstreamer: tests and bugfixesAldo Cortesi2016-11-033-42/+31
| | | | | | | | | | - Move tests to taddons - Fix a bug where options updates caused streaming to halt
* | Merge pull request #1705 from cortesi/testsAldo Cortesi2016-11-032-4/+6
|\| | | | | Fix Travis cipher-suite related breakage
| * Change antiquated test cipher suitesAldo Cortesi2016-11-031-4/+4
| | | | | | | | This breaks Travis, possibly due to OpenSSL version.
| * tests: add mitmdump --sysinfo to tests runs for platform infoAldo Cortesi2016-11-031-0/+2
| |
* | Merge pull request #1704 from cortesi/addontest4Aldo Cortesi2016-11-034-92/+223
|\| | | | | addons: dumper spit and polish
| * addons: dumper spit and polishAldo Cortesi2016-11-024-92/+223
| | | | | | | | | | | | | | - 100% test coverage - Cleanups - Add test/mitmproxy/addons/dumperview.py, a small utility for viewing dumper output variations
* | Merge pull request #1702 from cortesi/addontest3Aldo Cortesi2016-11-023-30/+29
|\| | | | | tests: convert test_dumper to use taddons
| * tests: convert test_dumper to use taddonsAldo Cortesi2016-11-023-30/+29
|/
* Merge pull request #1701 from cortesi/addontest2Aldo Cortesi2016-11-0245-273/+294
|\ | | | | Test suite cleanups
| * tests: client_playback coverageAldo Cortesi2016-11-025-45/+80
| |
| * test coverage: complete branch coverage is NOT a goalAldo Cortesi2016-11-021-1/+1
| | | | | | | | | | Branch coverage means lots of duplication in tests to hit all cases, and I'm not sure it's worth it. At any rate, let's aim for statement coverage first.
| * tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-0213-46/+41
| | | | | | | | And remove all aliases for mitmproxy.test.tutils
| * tests: clean up test/mitmproxy/tutils.pyAldo Cortesi2016-11-0228-168/+163
| | | | | | | | Remove aliases, use mitmproxy/test/tutils instead.
| * tests: minor cleanup for tests/mitmproxy/tutils.pyAldo Cortesi2016-11-022-17/+13
|/