aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | simplify conditionMaximilian Hils2019-10-291-3/+1
* | | | | | | missed a type ignore, for mypy complianceYoann L2019-10-291-1/+1
* | | | | | | several fixes on command exports has several problems: #3676Yoann L2019-10-291-22/+11
* | | | | | | several fixes on command exports has several problems: #3676Yoann L2019-10-281-0/+15
|/ / / / / /
* | | | | | add http message type hintsMaximilian Hils2019-10-163-10/+18
* | | | | | Move onboardingapp from tornado to flask (#3661)Maximilian Hils2019-10-0610-139/+62
* | | | | | Add EKU extension for dummy certificatesvin012019-10-031-0/+7
* | | | | | Add key_size option to define rsa key size (#3657)vin012019-09-304-7/+17
* | | | | | Merge pull request #3560 from travelperk/add-refresh-optionThomas Kriechbaumer2019-09-281-0/+1
|\ \ \ \ \ \
| * | | | | | Add refresh option to disable cookiesJavier Tejero2019-06-051-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3594 from Jessonsotoventura/open_editorThomas Kriechbaumer2019-09-281-1/+6
|\ \ \ \ \ \
| * | | | | | Edit URL now opens the external editorJesson Soto Ventura2019-07-221-1/+6
* | | | | | | Merge pull request #3464 from rjt-gupta/url-fixThomas Kriechbaumer2019-09-281-6/+15
|\ \ \ \ \ \ \
| * | | | | | | url-fixrjt-gupta2019-02-031-6/+15
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3486 from rjt-gupta/unicode-filterThomas Kriechbaumer2019-09-281-0/+23
|\ \ \ \ \ \ \
| * | | | | | | filter unicode fixrjt-gupta2019-02-241-0/+23
| |/ / / / / /
* | | | | | | Merge pull request #3526 from pierlon/feature/allow-hostsThomas Kriechbaumer2019-09-285-15/+33
|\ \ \ \ \ \ \
| * | | | | | | Only handle types "allow", "ignore" & "tcp"Pierre Gordon2019-04-191-3/+1
| * | | | | | | Verify ignore_hosts & allow_hosts are mutually exclusivePierre Gordon2019-04-191-1/+1
| * | | | | | | Add --allow_hosts optionPierre Gordon2019-04-195-13/+33
| | |_|/ / / / | |/| | | | |
* | | | | | | ssl_insecure added to option_whitelist because it was missingFerenc soós2019-09-271-1/+1
* | | | | | | Merge branch 'master' into tabularJesson Soto Ventura2019-09-246-7/+27
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #3631 from mhils/lintMaximilian Hils2019-09-052-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | lintMaximilian Hils2019-09-052-2/+2
| * | | | | | | | Merge pull request #3630 from tsaaristo/encode-zstandardMaximilian Hils2019-09-054-5/+25
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | encoding: add support for zstd (zstandard)Tero Saaristo2019-09-054-5/+25
| | | |_|/ / / / | | |/| | | | |
| * / | | | | | lintMaximilian Hils2019-09-051-0/+1
| |/ / / / / /
* | | | | | | Fixed Duration on list viewJesson Soto Ventura2019-09-241-2/+3
* | | | | | | TLD and SLD are now highlighted using publicsuffixJesson Soto Ventura2019-09-242-17/+25
* | | | | | | Fixed linting issuesJesson Soto Ventura2019-07-217-17/+17
* | | | | | | Added console_flowlist_layout optionJesson Soto Ventura2019-07-215-13/+125
* | | | | | | Merge branch 'tabular' of github.com:Jessonsotoventura/mitmproxy into tabularJesson Soto Ventura2019-07-211-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Added Color palettes for lowlight, lowdark, solarized light, and solarized darkJesson Soto Ventura2019-07-212-6/+67
* | | | | | | | Merge branch 'tabular' of https://github.com/BkPHcgQL3V/mitmproxy into tabularJesson Soto Ventura2019-07-211-1/+2
|\| | | | | | |
| * | | | | | | Tabular list flowBkPHcgQL3V2018-12-194-75/+356
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Added Color palettes for lowlight, lowdark, solarized light, and solarized darkJesson Soto Ventura2019-07-212-6/+67
* | | | | | | Tabular list flowBkPHcgQL3V2019-07-214-75/+356
| |/ / / / / |/| | | | |
* | | | | | fix addon deconstructionMaximilian Hils2019-07-181-1/+1
* | | | | | Merge pull request #3587 from mhils/yaml-listMaximilian Hils2019-07-181-1/+3
|\ \ \ \ \ \
| * | | | | | fix sequence option declaration in yaml filesMaximilian Hils2019-07-181-1/+3
* | | | | | | remove unused dependencyMaximilian Hils2019-07-181-3/+0
* | | | | | | fix py38 compatMaximilian Hils2019-07-181-1/+2
|/ / / / / /
* | | | | | Merge pull request #3516 from pierlon/remove-confdir-argumentMaximilian Hils2019-07-172-8/+1
|\ \ \ \ \ \
| * | | | | | Remove the confdir argumentPierre Gordon2019-04-092-8/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3525 from tonyb486/bugfix-dateheaderMaximilian Hils2019-07-172-2/+2
|\ \ \ \ \ \
| * | | | | | update formatdate for cookies and tests to use GMT formattingAnthony Biondo2019-04-161-1/+1
| * | | | | | Fix #3502 by using email.utils.formatdate's usegmt argument.Anthony Biondo2019-04-161-1/+1
| |/ / / / /
* / / / / / websockets: replace masker with more optimized oneMathieu Borderé2019-07-061-6/+10
|/ / / / /
* | / / / Fixed the exif .ksy files in the kaitai repo. Compiled the .ksy to python fil...ls2019-02-172-12/+28
| |/ / / |/| | |
* | | | removed whitespace in kwargsrpigott2019-01-311-4/+4