Commit Graph

8300 Commits

Author SHA1 Message Date
Maximilian Hils
ec41091748
Merge pull request #3791 from Eluch/master
Fix wording for ssl_insecure option on mitmweb
2020-01-20 11:24:45 +01:00
Ferenc soós
e838aa1860 Fix wording for ssl_insecure option on mitmweb 2020-01-20 10:09:16 +01:00
Maximilian Hils
b020a11c1a
Merge pull request #3787 from itaisod/console-command-quotes
Fix console command quotes issues
2020-01-19 18:36:49 +01:00
Itai Sadan
78dc2094b0 fix re-raised exceptions not having a message 2020-01-18 12:59:59 +02:00
Itai Sadan
04c88b49c8 remove status_message.send where log.error has the same effect 2020-01-18 12:00:23 +02:00
Itai Sadan
eaab77960b fix missing error to event log in commandexecutor.py 2020-01-18 11:44:12 +02:00
Itai Sadan
046de4a39b Expose CommandManager.call_strings and use it in consoleaddons.py
This avoids the whole quote/unquote issue.
2020-01-18 11:22:54 +02:00
Itai Sadan
0afd0c933b consoleaddons.py - add command_lexer.quote where it seems relevant 2020-01-18 10:44:00 +02:00
Itai Sadan
f2c0f598b5 Replace tabs with spaces in error
because the event log replaces them with question marks
2020-01-17 16:26:59 +02:00
Itai Sadan
825bc9aa47 Fix command quotes and error logging
Fixes error when trying to manually set "multipart form" view.
Also fixes "(more in eventlog)" prompt where nothing is written to the
event log.
2020-01-17 16:22:38 +02:00
Maximilian Hils
6e57d60f7d
Merge pull request #3782 from ThinkChaos/fix_sigterm
Exit on SIGTERM instead of prompting
2020-01-15 01:02:05 +01:00
ThinkChaos
c416ac0517 Exit on SIGTERM instead of prompting 2020-01-11 13:18:54 +01:00
Maximilian Hils
ffbe558b6c
Merge pull request #3779 from ylmrx/fix_negative_duration
fix: ValueError: math domain error" in table mode #3778
2020-01-10 18:45:45 +01:00
Yoann Lamouroux
d7f43e72ca fix: ValueError: math domain error" in table mode when displaying a server replay flow #3778 2020-01-10 18:10:24 +01:00
Maximilian Hils
184384af57
docs: document no websocket replay
this refs #3564
2020-01-03 13:47:09 +01:00
Maximilian Hils
13a7f18084
docs: update Windows cert import instructions
as per https://github.com/mitmproxy/mitmproxy/issues/3622#issuecomment-561968523
2020-01-03 13:17:25 +01:00
Thomas Kriechbaumer
7b638f1b6b
Merge pull request #3766 from Kriechi/bump-urwid
bump urwid
2019-12-31 11:54:26 +01:00
Thomas Kriechbaumer
842ecbf82c bump urwid
fixes #3765
2019-12-31 11:03:54 +01:00
Maximilian Hils
406f8acc97
Merge pull request #3762 from asfaltboy/add-pep-561-py.typed
Add py.typed stub as per PEP-561
2019-12-29 22:46:01 +01:00
Pavel Savchenko
5b2767d18b Add py.typed stub as per PEP-561 2019-12-29 14:19:39 +02:00
Maximilian Hils
f245d24767 update CHANGELOG for 5.0.1 2019-12-27 18:25:57 +01:00
Maximilian Hils
56e108bcfc pyinstaller: add publicsuffix2 hook 2019-12-27 17:59:56 +01:00
Maximilian Hils
d604e210d0 enable UTF-8 icons for WSL
conhost.exe supports UTF-8 nowadays, even though there is no font fallback and your
font needs to have the appropriate glyphs (DejaVu works, for example).
The new "Windows Terminal" application has a revamped font renderer and just works.
2019-12-27 17:52:51 +01:00
Thomas Kriechbaumer
f9798e8331
Merge pull request #3758 from pasanr/patch-1
Minor typo of 'with'
2019-12-27 13:55:35 +01:00
pasanr
e3c5505540
Minor typo of 'with' 2019-12-25 08:23:05 +05:30
Maximilian Hils
3da40eaaa4
Merge pull request #3754 from mhils/docker-latest
docker: auto-update latest tag
2019-12-21 11:31:14 +01:00
Maximilian Hils
b48260d20e docker: auto-update latest tag 2019-12-21 03:18:19 +01:00
Maximilian Hils
e48c91b0a4 update release instructions 2019-12-21 02:57:53 +01:00
Maximilian Hils
89c3675741 mitmproxy --version: incorporate non-annotated tags 2019-12-21 02:18:26 +01:00
Maximilian Hils
294eb32689
update release checklist 2019-12-21 02:17:39 +01:00
Maximilian Hils
62b89e9447
Merge pull request #3747 from cixtor/master
Fix #3571 to support image/webp in mitmweb to display previews
2019-12-20 16:31:29 +01:00
Cixtor
c872a5c700
Fix #3571 to support image/webp in mitmweb to display previews 2019-12-17 12:52:14 -08:00
Maximilian Hils
67955fad32 update trove classifiers 2019-12-16 03:10:32 +01:00
Maximilian Hils
642de3925d Revert "ci: run on tags"
This reverts commit 924f677fb6.
We suddenly get "push" builds for tags as well, so it's not really clear
what's happening. Removing for now.
2019-12-16 03:00:26 +01:00
Maximilian Hils
68e11a2611 bump version 2019-12-16 02:57:54 +01:00
Maximilian Hils
095e1ee3e9 bump version 2019-12-16 02:32:30 +01:00
Maximilian Hils
924f677fb6 ci: run on tags 2019-12-16 02:24:46 +01:00
Maximilian Hils
7810b68c82
Merge pull request #3745 from mhils/v5.x
Prepare 5.0 release
2019-12-12 16:53:14 +01:00
Maximilian Hils
1f45e14242 update CHANGELOG for 5.0 2019-12-12 16:38:29 +01:00
Maximilian Hils
8c3947743f [web] update compiled assets 2019-12-12 16:31:56 +01:00
Maximilian Hils
c8b6c6150b [web] fix status column rendering 2019-12-12 16:28:22 +01:00
Maximilian Hils
60b95d12f2 [web] update gulp to fix nodejs compatibility 2019-12-12 16:28:11 +01:00
Maximilian Hils
005cb7cf5a fix #3722 2019-12-12 15:34:32 +01:00
Maximilian Hils
a58b8c9cdb
Merge pull request #3724 from typoon/command-history-file
Save user executed commands to a history file
2019-12-12 15:12:37 +01:00
Maximilian Hils
d62835f6cd
Merge pull request #3739 from gergesh/add-flow-to-contentview-metadata
Add flow to ContentView metadata
2019-12-06 13:32:44 +01:00
Yoav Shai
4ffa1ed7b6 Add flow to ContentView metadata 2019-12-06 00:13:20 +02:00
Maximilian Hils
ab08a0def6
Merge pull request #3738 from gergesh/add-message-to-contentview-headers
Add message to ContentView metadata
2019-12-05 22:08:03 +01:00
Yoav Shai
056a9024ec Add message to ContentView metadata 2019-12-05 22:36:26 +02:00
Maximilian Hils
1f91f5ce12
Merge pull request #3734 from worldmind/master
Fix converting to HAR in case of void response
2019-12-05 13:40:25 +01:00
Maximilian Hils
0b86d65b61
Merge pull request #3735 from Kriechi/fix-3733
close the client connection if TLS ClientHello parsing fails
2019-12-05 13:39:44 +01:00