aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3437 from yan12125/fix-tests-on-mojaveThomas Kriechbaumer2019-01-261-1/+5
|\ | | | | Fix a failing test on macOS Mojave
| * Fix a failing test on macOS MojaveChih-Hsuan Yen2018-12-291-1/+5
| |
* | Merge pull request #3444 from BoboTiG/fix-resource-leaksMaximilian Hils2019-01-061-1/+2
|\ \ | | | | | | Fix ResourceWarning: unclosed file, prevent resource leaks
| * | Fix ResourceWarning: unclosed file, prevent resource leaksMickaël Schoentgen2019-01-061-1/+2
| |/ | | | | | | Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
* / Fix several DeprecationWarning: invalid escape sequenceMickaël Schoentgen2019-01-053-4/+4
|/ | | | Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
* charset in meta tags (#3411)Rajat Gupta2018-12-131-0/+10
| | | original contribution from @0xHJK in https://github.com/mitmproxy/mitmproxy/pull/3150
* fix query arrayRajat Gupta2018-12-032-2/+17
| | | | fixes #3072 closes #3254
* bump dependenciesThomas Kriechbaumer2018-12-023-5/+5
|
* Change variable o to organization for generated certficates.Abhigyan Khaund2018-11-111-3/+3
|
* Add Organization field for the generated certificate (#3376)Abcdefghijklmnopqrstuvwxyzxyz2018-11-091-2/+7
| | | add organization field for the generated certificate
* test_dumper.py - Add sio_err everywhere + adjust test_simpleJessica Favin2018-11-041-4/+26
|
* Fix test_dumper.py - Dumper constructorJessica Favin2018-11-041-2/+2
|
* Update test_dumper.pyJessica Favin2018-11-041-2/+4
|
* use skip_windows decorator consistentlyMaximilian Hils2018-10-231-4/+2
|
* Skip file permission test on WindowsFred Miller2018-10-231-0/+4
|
* Make private keys readable only by the ownerFred Miller2018-10-221-0/+7
|
* keys.yaml priority over defaultkeys.py. Test for this.Miroslav2018-09-291-0/+15
|
* fix #3316Maximilian Hils2018-09-0714-297/+310
|
* session: implemented changes requested after PR review.madt1m2018-08-051-20/+20
|
* tests: Full coverage. Everything working, ready for reviewmadt1m2018-08-031-17/+51
|
* tests: 97% coverage reached. Session opportunely patched after emerged defects.madt1m2018-08-021-1/+152
|
* Merge pull request #3252 from madt1m/session-dbPietro Francesco Tirenna2018-07-241-0/+58
|\ | | | | Session - Hybrid DB
| * session: temporary DB is now stored in temporary dirmadt1m2018-07-241-2/+6
| |
| * session: modified schema. Now SessionDB uses tempfile module for temp sessionmadt1m2018-07-241-10/+12
| |
| * test_linting: removed some unused local variablesmadt1m2018-07-201-6/+6
| |
| * tests: SessionDB fully testedmadt1m2018-07-201-0/+52
| |
* | Merge pull request #3245 from madt1m/protobuf-serialization-cleanAldo Cortesi2018-07-212-0/+146
|\ \ | | | | | | Shifting to Protobuf Serialization - Cleaned
| * | protobuf: tests implemented, full coveragePietro Francesco Tirenna2018-07-172-0/+146
| |/
* | Some refactoring. New test case.Miroslav2018-07-191-8/+19
| |
* | Command history implementationMiroslav2018-07-171-0/+51
|/
* Merge pull request #3211 from cortesi/tcheckThomas Kriechbaumer2018-06-171-1/+1
|\ | | | | Add typechecking of Any values for state object
| * Add typechecking of Any values for state objectAldo Cortesi2018-06-171-1/+1
| | | | | | | | | | | | | | | | An ugly solution for an ugly little problem. This patch uses JSON's type checker to validate Any values in stateobject, in order to avoid a circular import. Fixes #3180
* | fixed exception type; full coverage on viewmadt1m2018-06-131-0/+5
| |
* | Added tests for new primitivesmadt1m2018-06-131-17/+28
| |
* | View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-132-2/+2
|/
* improve websocket frame masking apiThomas Kriechbaumer2018-06-111-1/+1
|
* Such CI, Very Wow. (#3182)Maximilian Hils2018-06-021-11/+9
|
* add missing awaitMaximilian Hils2018-05-281-1/+1
|
* addons/block: teach block about IPv6 scope suffixesAldo Cortesi2018-05-271-0/+4
| | | | Fixes #3160
* optmanager: tweaks and cleanupsAldo Cortesi2018-05-271-10/+10
|
* Use deferral mechanism for cfg file optionsAldo Cortesi2018-05-271-3/+6
| | | | Fixes #3162
* clientreplay: fix racy tests harderAldo Cortesi2018-05-181-0/+3
|
* websocket: inject messages via flowThomas Kriechbaumer2018-05-162-0/+55
|
* fix py36/37 escaping issuesThomas Kriechbaumer2018-05-141-6/+10
| | | | | | | | closes #3122 https://bugs.python.org/issue16285 https://bugs.python.org/issue12910 https://github.com/python/cpython/commit/21024f06622c4c55b666adb130797a4ee205d005
* command: handle string without terminal escaped charAldo Cortesi2018-05-121-0/+2
| | | | Fixes #2810
* script: revamp ephemeral script runningAldo Cortesi2018-05-121-5/+3
| | | | Fixes 2838
* commands: handle type errors on startupAldo Cortesi2018-05-121-3/+29
| | | | | fixes #3088 fixes #2787
* commands: if no explicit return type is specified, assume NoneAldo Cortesi2018-05-121-0/+13
| | | | | This is going to be a super common error for addon authors, so we might as well handle it.
* keymap: read keys from CONFDIR/keys.yaml by defaultAldo Cortesi2018-05-102-2/+3
|
* cadir -> confdirAldo Cortesi2018-05-107-13/+13
| | | | | We store a lot more than just the CAs in our configuration directory. Clarify the option name.