aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | make load_script pureMaximilian Hils2017-07-302-34/+28
| |/
* | Merge pull request #2483 from mhils/ignore-imports-with-hook-namesMaximilian Hils2017-07-301-0/+5
|\ \ | | | | | | Gracefully ignore imports with hook names
| * | gracefully ignore imports with hook namesMaximilian Hils2017-07-291-0/+5
| |/
* | add option type hintsMaximilian Hils2017-07-291-0/+34
| |
* | add OptManager.itemsMaximilian Hils2017-07-291-0/+4
|/
* Merge pull request #2452 from mattweidner/add_intercept_toggleMaximilian Hils2017-07-291-0/+12
|\ | | | | Add intercept toggle feature.
| * Extended intercept tests to include toggle featureMatt Weidner2017-07-271-0/+12
| |
* | Merge pull request #2480 from MatthewShao/mitmweb-optionsMaximilian Hils2017-07-294-4/+4
|\ \ | | | | | | Fix #2448: Improve flow_detail and verbosity options
| * | Update tests for the improved verbosity options.Matthew Shao2017-07-284-4/+4
| |/
* | Merge pull request #2471 from ujjwal96/traceback-fixMaximilian Hils2017-07-294-11/+15
|\ \ | |/ |/| Fixed addon error in test suite
| * fixed addon errorUjjwal Verma2017-07-264-11/+15
| |
* | add console statusbar testMaximilian Hils2017-07-273-11/+46
| |
* | Merge pull request #2460 from MatthewShao/mitmweb-optionsMaximilian Hils2017-07-271-1/+3
|\ \ | | | | | | Add default value suggester in mitmweb options
| * | [web] Minor Fix for backend.Matthew Shao2017-07-271-2/+2
| | |
| * | [web] Fix tests.Matthew Shao2017-07-262-5/+1
| | |
| * | [web] Update tests.Matthew Shao2017-07-262-11/+2
| | |
| * | [web] Update tests.Matthew Shao2017-07-242-1/+16
| |/
* | Merge pull request #2469 from Kriechi/nuke-old-opensslMaximilian Hils2017-07-259-145/+90
|\ \ | | | | | | nuke old openssl
| * | nuke old opensslThomas Kriechbaumer2017-07-258-129/+10
| | |
| * | update cert with too small keyThomas Kriechbaumer2017-07-251-16/+80
| |/ | | | | | | | | | | $ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes (keep everything default, do not enter a Common Name or FQDN) $ cat key.pem cert.pem > test/mitmproxy/data/no_common_name.pem
* / Squashed commit of the following:Maximilian Hils2017-07-251-0/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit edfbd41200a854f0bb7bb99f8bb70af9dbb9b8e0 Author: Matt Weidner <matt.weidner@gmail.com> Date: Tue Jul 25 01:19:53 2017 -0500 Extended view.load test to check for unhandled IOError exception. commit a523b534bc59ea97ed1fd5a3e6f78112fee19b6f Author: requires.io <support@requires.io> Date: Mon Jul 24 21:25:04 2017 +0200 [requires.io] dependency update commit c725540c6eb92c003616b649ba43bee1f14e56ac Author: Thomas Kriechbaumer <thomas@kriechbaumer.name> Date: Mon Jul 24 21:01:25 2017 +0200 update travis commit eeb6cfb4c76e60ac1813b839f589cd489c041c6c Author: Thomas Kriechbaumer <Kriechi@users.noreply.github.com> Date: Mon Jul 24 21:03:14 2017 +0200 [requires.io] dependency update on master branch (#2435) commit 51a2672c782ee8ba8c7d5c7116073feccb4d8430 Author: Maximilian Hils <git@maximilianhils.com> Date: Mon Jul 24 19:03:01 2017 +0200 require latest mypy version (refs #2452) commit 5685a4850af6edda7100cae900487955c8b7a3ab Author: Maximilian Hils <git@maximilianhils.com> Date: Fri Jul 21 11:24:42 2017 +0200 fix addon tracebacks `.tb_next` discards the first interesting frame, this shouldn't happen. commit a2da9b6c02030293f3a412d16df819868c581a29 Author: Matt Weidner <matt.weidner@gmail.com> Date: Sat Jul 22 12:30:15 2017 -0500 Added os.path.expanduser() before open() calls with user supplied paths commit 05db6e32c7957f267e97c34aa8f5a3cd6cb7dbb2 Author: Matt Weidner <matt.weidner@gmail.com> Date: Fri Jul 21 16:25:16 2017 -0500 Added support for the ~ path shortcut when loading flows from disk. for consistency. Saving flows supports using paths with the ~ shortcut. commit b7f864b6bbd221093aeb1c384dd16038f490441a Author: Matt Weidner <matt.weidner@gmail.com> Date: Fri Jul 21 16:06:38 2017 -0500 Fixed crash when loading flows from a file that does not exist
* fix loading scripts with same filenameMaximilian Hils2017-07-202-0/+25
|
* Update test_allowremote.pyThomas Kriechbaumer2017-07-151-31/+28
|
* Allow remote addonUjjwal Verma2017-07-151-0/+41
|
* Merge pull request #2427 from ujjwal96/protobufThomas Kriechbaumer2017-07-106-43/+92
|\ | | | | Kaitai parser for protobuf
| * Kaitai parser for protobufUjjwal Verma2017-07-106-43/+92
| |
* | Merge pull request #2423 from MatthewShao/mitmweb-optionsMaximilian Hils2017-07-052-4/+25
|\ \ | | | | | | [web] [WIP] Mitmweb options editor content
| * | Fix the test for websocket connection.Matthew Shao2017-07-051-2/+22
| | |
| * | [web] Add keys argument for dump_dict in optmanager.Matthew Shao2017-07-052-2/+3
| | |
* | | add websocket streaming optionUjjwal Verma2017-07-041-0/+1
| | |
* | | fix HTTP retry if sending a request fails onceUjjwal Verma2017-07-041-6/+41
| | |
* | | websocket streamingUjjwal Verma2017-07-042-1/+41
| | |
* | | request streaming for HTTP/2Ujjwal Verma2017-07-041-2/+122
| | |
* | | request streaming for HTTP/1Ujjwal Verma2017-07-041-7/+2
| |/ |/|
* | Fixes #2315Ujjwal Verma2017-06-281-0/+15
|/
* Merge pull request #2402 from ujjwal96/request-replayMaximilian Hils2017-06-271-2/+14
|\ | | | | Fixes #2197
| * request replay testUjjwal Verma2017-06-261-2/+14
| |
* | Merge pull request #2411 from ujjwal96/ico-parserMaximilian Hils2017-06-252-2/+24
|\ \ | | | | | | ICO content view
| * | Added testUjjwal Verma2017-06-252-2/+24
| |/
* | Merge pull request #2395 from MatthewShao/mitmweb-optionsMaximilian Hils2017-06-243-0/+23
|\ \ | |/ |/| [WIP] Add RESTful API for mitmweb option
| * Minor Update for /options API of mitmweb.Matthew Shao2017-06-242-2/+3
| |
| * Add test for POST /options API of mitmweb.Matthew Shao2017-06-231-0/+4
| |
| * Add test for typespec_to_str.Matthew Shao2017-06-141-0/+8
| |
| * Minor Update and add test.Matthew Shao2017-06-131-0/+5
| |
| * Add tests for dump_dicts in optmanager.py.Matthew Shao2017-06-121-0/+5
| |
* | console: console.key.bind console.key.unbind commandsAldo Cortesi2017-06-141-0/+35
| |
* | console: teach keymap to understand "space"Aldo Cortesi2017-06-131-0/+5
| | | | | | | | Urwid uses " ", which is not a great user experience.
* | console: key binding viewerAldo Cortesi2017-06-131-1/+1
| | | | | | | | Read-only for now.
* | view: show a message if we remove more than one flow from viewAldo Cortesi2017-06-131-0/+10
| |
* | commands: teach parser correct annotations for variable argsAldo Cortesi2017-06-131-1/+1
| | | | | | | | We should annotate with the base type, not the resulting sequence.