aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix #2767 (#2770)Samoilenko Roman2018-01-071-1/+1
* | | only use annotated tags for version calculationMaximilian Hils2018-01-071-1/+1
* | | avoid TLS/SSL ambiguity for Cert classThomas Kriechbaumer2018-01-073-15/+15
* | | rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-0611-49/+49
* | | rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-065-10/+10
* | | refactor common.format_keyvalsMaximilian Hils2018-01-052-13/+25
* | | fix test flow timestamps to values that don't overflow in certain timezonesMaximilian Hils2018-01-054-14/+10
* | | fix #2470Maximilian Hils2018-01-041-1/+4
* | | do not add leading zeroes to .dev version part.Maximilian Hils2018-01-041-1/+1
|/ /
* | Merge pull request #2733 from mitmproxy/pyinstallerMaximilian Hils2017-12-302-13/+23
|\ \
| * | single-source version processingMaximilian Hils2017-12-302-13/+23
* | | Merge pull request #2703 from mhils/test-defaultkeysMaximilian Hils2017-12-301-0/+23
|\ \ \
| * | | test that defaultkeys are valid commandsMaximilian Hils2017-12-291-0/+23
| |/ /
* | | fix Flow.kill behaviourMaximilian Hils2017-12-291-2/+2
* | | websocket: add flow kill testThomas Kriechbaumer2017-12-291-0/+19
* | | websocket: test killableThomas Kriechbaumer2017-12-281-0/+15
* | | websocket: docs++ and kill messagesThomas Kriechbaumer2017-12-271-0/+6
* | | Display "*" when listening on all interfacesMaximilian Hils2017-12-261-0/+2
|/ /
* | @concurrent decorator works for class methods. (#2708)fate02017-12-261-1/+1
* | cuts: don't crash when retrieving header of a non-existent responseAldo Cortesi2017-12-201-0/+5
* | commander: command argument underlayAldo Cortesi2017-12-201-0/+71
* | commander: palette entries, highlight errorsAldo Cortesi2017-12-202-2/+15
* | commander: highlight commandsAldo Cortesi2017-12-202-12/+23
* | commands: partial parser now returns help for remaining argumentsAldo Cortesi2017-12-192-57/+37
* | types: add validation to partial parserAldo Cortesi2017-12-192-15/+16
* | types: use new type validation mechanism in commandsAldo Cortesi2017-12-193-35/+4
* | types: add validation functionsAldo Cortesi2017-12-191-0/+42
* | types: cleanups and minor refactoringsAldo Cortesi2017-12-191-12/+12
* | Merge pull request #2702 from Kriechi/fix-2640Thomas Kriechbaumer2017-12-183-1/+42
|\ \
| * | add testsThomas Kriechbaumer2017-12-182-1/+16
| * | fix #2640Thomas Kriechbaumer2017-12-181-0/+12
| * | websocket: support domain and url filtersThomas Kriechbaumer2017-12-181-0/+14
* | | commands: refactor typesAldo Cortesi2017-12-185-62/+200
|/ /
* | Merge pull request #2690 from cortesi/typesAldo Cortesi2017-12-187-6/+6
|\ \
| * | mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-177-6/+6
* | | commands: minor refactoring and command renamingAldo Cortesi2017-12-171-10/+9
|/ /
* | Disable implicit JS test asset generationAldo Cortesi2017-12-171-1/+1
* | minor: fix key bindings, adjust flow command presentationAldo Cortesi2017-12-171-1/+1
* | command cuts: add completionAldo Cortesi2017-12-173-59/+64
* | commands: Reassess the cuts APIAldo Cortesi2017-12-172-73/+32
* | commander: test++Aldo Cortesi2017-12-151-6/+48
* | command: path completionAldo Cortesi2017-12-152-72/+13
* | command: recursive command parsingAldo Cortesi2017-12-151-0/+19
* | Merge pull request #2678 from mhils/console-startup-eventsAldo Cortesi2017-12-151-0/+15
|\ \
| * | improve eventstore truncationMaximilian Hils2017-12-151-0/+15
* | | commands: emit types from partial parser, implement choice completionAldo Cortesi2017-12-151-2/+22
* | | commander: tab completion for command namesAldo Cortesi2017-12-151-0/+25
* | | WIP: autocompletionAldo Cortesi2017-12-152-15/+38
* | | commands: add a parser for partial commandsAldo Cortesi2017-12-151-0/+10
* | | commands: add a Cmd argument typeAldo Cortesi2017-12-152-3/+4