aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* add test for console errorroot2020-05-011-0/+2
|
* Merge pull request #3929 from sarthak212/colorizejsonMaximilian Hils2020-04-191-5/+32
|\ | | | | colorize json
| * json contentview: minor improvementsMaximilian Hils2020-04-191-5/+30
| |
| * colorize jsonroot2020-04-191-0/+2
| |
* | lint, mypy, tests++Maximilian Hils2020-04-124-6/+51
|/
* minor improvements, tests++Maximilian Hils2020-04-093-4/+25
|
* #3911 Support keybinding for different contexts with different commandsKevin Cui2020-04-071-4/+18
|
* Merge pull request #3893 from matosconsulting/mitmenhancedhostcheckMaximilian Hils2020-04-061-0/+58
|\ | | | | #3885 handle hyphens in domain name, enhance validation checks
| * #3885 implement simpler regex for host validationMarcus R. Matos2020-04-051-8/+2
| |
| * #3885 handle hyphens in domain name, enhance validation checks, linter updatesMarcus R. Matos2020-04-031-2/+2
| |
| * #3885 handle hyphens in domain name, enhance validation checksMarcus R. Matos2020-04-031-0/+64
| |
* | don't force host header on outgoing requestsMaximilian Hils2020-04-041-12/+0
| |
* | sync sans-io adjustmentsMaximilian Hils2020-04-041-0/+5
|/
* Merge pull request #3692 from mhils/tls13Maximilian Hils2020-04-0316-347/+378
|\ | | | | Update cryptography, enable TLS 1.3
| * fix tls test on WindowsMaximilian Hils2020-04-031-0/+4
| |
| * use OpenSSL's hostname validationMaximilian Hils2019-11-2314-341/+363
| |
| * update cryptographyMaximilian Hils2019-11-232-6/+11
| |
* | Merge pull request #3849 from sarthak212/errorhandlingMaximilian Hils2020-04-022-0/+32
|\ \ | | | | | | Fix:Addon OptionsError is neither logged, nor does it stop mitmproxy
| * | Changesroot2020-03-311-10/+4
| | |
| * | remove whitespaceroot2020-03-111-1/+1
| | |
| * | test case option errorroot2020-03-112-0/+38
| | |
* | | remove duplicate testMaximilian Hils2020-03-091-4/+0
| | |
* | | extend tests for headers.replace()naivekun2020-03-021-0/+6
|/ /
* | http2: added test for all stream reset typesRohan Fletcher2020-02-121-0/+65
| |
* | fix #3801Maximilian Hils2020-02-041-1/+8
| |
* | `mitmproxy --version`: incorporate non-annotated tagsMaximilian Hils2019-12-211-1/+1
| |
* | Merge pull request #3724 from typoon/command-history-fileMaximilian Hils2019-12-122-163/+507
|\ \ | | | | | | Save user executed commands to a history file
| * | Fixed small issueHenrique2019-11-271-2/+2
| | |
| * | Fixed small bugs on command_history and testsHenrique2019-11-271-155/+165
| | |
| * | command history: start adjusting testsMaximilian Hils2019-11-262-83/+32
| | |
| * | Addressing comments from reviewHenrique2019-11-252-19/+44
| | |
| * | Logic to handle multiple instances using CommandHistory.Henrique2019-11-251-6/+76
| | |
| * | Make windows happy once againHenrique2019-11-251-0/+8
| | |
| * | Make windows happyHenrique2019-11-251-0/+2
| | |
| * | Making windows happyHenrique2019-11-251-0/+1
| | |
| * | Oops, forgot to add the tests for the CommandHistory addonHenrique2019-11-251-0/+196
| | |
| * | Fixed the logic according to some tests, added new testsHenrique2019-11-241-166/+246
| | |
| * | Implemented feature to save command history to a file. This allows usersHenrique2019-11-221-2/+5
| |/ | | | | | | to reuse their commands the next time they open mitmproxy
* / Add flow to ContentView metadataYoav Shai2019-12-062-6/+8
|/
* Merge pull request #3693 from typoon/fix-command-bar-issue-3259Maximilian Hils2019-11-217-100/+440
|\ | | | | Improve Command Bar UX
| * lint!Maximilian Hils2019-11-191-3/+5
| |
| * fix testsMaximilian Hils2019-11-191-13/+20
| |
| * fix 'set' to only accept a single argumentMaximilian Hils2019-11-191-1/+1
| |
| * fix lexing, sort ofMaximilian Hils2019-11-192-1/+39
| |
| * wipMaximilian Hils2019-11-181-2/+2
| |
| * coverage++Maximilian Hils2019-11-181-1/+23
| |
| * adjust testMaximilian Hils2019-11-181-1/+1
| |
| * fix vararg handlingMaximilian Hils2019-11-183-15/+19
| |
| * revamp command processingMaximilian Hils2019-11-182-116/+150
| | | | | | | | | | | | | | | | | | | | | | | | - Display the parameter name instead of the parameter type whenver users interact with commands. This makes it easy to enter commands just by their signature. We may want to expose type information in the command list, but some quick testing showed that this are rather intuitive anyways. - Add shift tab backward cycling for the command completion. - Use inspect.Signature instead of homebrew argument matching solution. This gets rid of quite a bit of cruft. - Remove some type checking hacks in mitmproxy.types
| * Added coverage for the changes madeHenrique2019-11-171-0/+4
| |