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
40925181e9
re-add missing CI steps and fix linting
2019-12-31 16:27:22 +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
Thomas Kriechbaumer
79778071cf
close the client connection if TLS ClientHello parsing fails
2019-11-30 12:43:25 +01:00
Shrub, Aliaksei
6e1cf33071
Fix converting to HAR in case of void response
2019-11-29 10:08:19 +03:00
Henrique
d42e8b2fe6
Making linter happy
2019-11-27 09:44:47 -05:00
Henrique
2177eb9e35
Fixed small issue
2019-11-27 09:27:38 -05:00
Henrique
8eb173b44e
Fixed small bugs on command_history and tests
2019-11-27 09:21:30 -05:00
Henrique
863d2fbcb2
Merge branch 'command-history-file' of github.com:typoon/mitmproxy into command-history-file
2019-11-27 08:13:19 -05:00
Henrique
09c0162e8d
Merge branch 'master' of github.com:mitmproxy/mitmproxy into command-history-file
2019-11-27 08:07:22 -05:00
Henrique
8fbd0bb9ce
Merge branch 'mitmproxy-improve-commander' of github.com:typoon/mitmproxy into command-history-file
2019-11-27 08:06:40 -05:00
Maximilian Hils
f026285434
Merge pull request #3727 from typoon/mitmproxy-improve-commander
...
Commander bar navigation keys
2019-11-26 02:47:34 +01:00
Maximilian Hils
819d5e6317
command history: start adjusting tests
2019-11-26 02:43:09 +01:00
Maximilian Hils
06ef7350f5
simplify command history addon
2019-11-26 02:42:47 +01:00