Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nuke old openssl | Thomas Kriechbaumer | 2017-07-25 | 8 | -129/+10 |
| | |||||
* | update cert with too small key | Thomas Kriechbaumer | 2017-07-25 | 1 | -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 | ||||
* | fix loading scripts with same filename | Maximilian Hils | 2017-07-20 | 2 | -0/+25 |
| | |||||
* | Update test_allowremote.py | Thomas Kriechbaumer | 2017-07-15 | 1 | -31/+28 |
| | |||||
* | Allow remote addon | Ujjwal Verma | 2017-07-15 | 1 | -0/+41 |
| | |||||
* | Merge pull request #2427 from ujjwal96/protobuf | Thomas Kriechbaumer | 2017-07-10 | 6 | -43/+92 |
|\ | | | | | Kaitai parser for protobuf | ||||
| * | Kaitai parser for protobuf | Ujjwal Verma | 2017-07-10 | 6 | -43/+92 |
| | | |||||
* | | Merge pull request #2423 from MatthewShao/mitmweb-options | Maximilian Hils | 2017-07-05 | 2 | -4/+25 |
|\ \ | | | | | | | [web] [WIP] Mitmweb options editor content | ||||
| * | | Fix the test for websocket connection. | Matthew Shao | 2017-07-05 | 1 | -2/+22 |
| | | | |||||
| * | | [web] Add keys argument for dump_dict in optmanager. | Matthew Shao | 2017-07-05 | 2 | -2/+3 |
| | | | |||||
* | | | add websocket streaming option | Ujjwal Verma | 2017-07-04 | 1 | -0/+1 |
| | | | |||||
* | | | fix HTTP retry if sending a request fails once | Ujjwal Verma | 2017-07-04 | 1 | -6/+41 |
| | | | |||||
* | | | websocket streaming | Ujjwal Verma | 2017-07-04 | 2 | -1/+41 |
| | | | |||||
* | | | request streaming for HTTP/2 | Ujjwal Verma | 2017-07-04 | 1 | -2/+122 |
| | | | |||||
* | | | request streaming for HTTP/1 | Ujjwal Verma | 2017-07-04 | 1 | -7/+2 |
| |/ |/| | |||||
* | | Fixes #2315 | Ujjwal Verma | 2017-06-28 | 1 | -0/+15 |
|/ | |||||
* | Merge pull request #2402 from ujjwal96/request-replay | Maximilian Hils | 2017-06-27 | 1 | -2/+14 |
|\ | | | | | Fixes #2197 | ||||
| * | request replay test | Ujjwal Verma | 2017-06-26 | 1 | -2/+14 |
| | | |||||
* | | Merge pull request #2411 from ujjwal96/ico-parser | Maximilian Hils | 2017-06-25 | 2 | -2/+24 |
|\ \ | | | | | | | ICO content view | ||||
| * | | Added test | Ujjwal Verma | 2017-06-25 | 2 | -2/+24 |
| |/ | |||||
* | | Merge pull request #2395 from MatthewShao/mitmweb-options | Maximilian Hils | 2017-06-24 | 3 | -0/+23 |
|\ \ | |/ |/| | [WIP] Add RESTful API for mitmweb option | ||||
| * | Minor Update for /options API of mitmweb. | Matthew Shao | 2017-06-24 | 2 | -2/+3 |
| | | |||||
| * | Add test for POST /options API of mitmweb. | Matthew Shao | 2017-06-23 | 1 | -0/+4 |
| | | |||||
| * | Add test for typespec_to_str. | Matthew Shao | 2017-06-14 | 1 | -0/+8 |
| | | |||||
| * | Minor Update and add test. | Matthew Shao | 2017-06-13 | 1 | -0/+5 |
| | | |||||
| * | Add tests for dump_dicts in optmanager.py. | Matthew Shao | 2017-06-12 | 1 | -0/+5 |
| | | |||||
* | | console: console.key.bind console.key.unbind commands | Aldo Cortesi | 2017-06-14 | 1 | -0/+35 |
| | | |||||
* | | console: teach keymap to understand "space" | Aldo Cortesi | 2017-06-13 | 1 | -0/+5 |
| | | | | | | | | Urwid uses " ", which is not a great user experience. | ||||
* | | console: key binding viewer | Aldo Cortesi | 2017-06-13 | 1 | -1/+1 |
| | | | | | | | | Read-only for now. | ||||
* | | view: show a message if we remove more than one flow from view | Aldo Cortesi | 2017-06-13 | 1 | -0/+10 |
| | | |||||
* | | commands: teach parser correct annotations for variable args | Aldo Cortesi | 2017-06-13 | 1 | -1/+1 |
| | | | | | | | | We should annotate with the base type, not the resulting sequence. | ||||
* | | config: don't crash with a config file containing only comments | Aldo Cortesi | 2017-06-13 | 1 | -0/+4 |
| | | |||||
* | | Test for streaming | Ujjwal Verma | 2017-06-12 | 1 | -0/+37 |
|/ | |||||
* | tests for Proxy config | Ujjwal Verma | 2017-06-12 | 1 | -1/+38 |
| | |||||
* | console: auto-generate context key binding help | Aldo Cortesi | 2017-06-11 | 2 | -28/+20 |
| | |||||
* | always pretend to have a tty in tests | Maximilian Hils | 2017-06-05 | 1 | -0/+9 |
| | |||||
* | Merge pull request #2367 from mhils/issue-2329 | Thomas Kriechbaumer | 2017-06-02 | 2 | -12/+50 |
|\ | | | | | Fix #2329 | ||||
| * | minor improvements | Maximilian Hils | 2017-06-02 | 2 | -12/+16 |
| | | |||||
| * | fix #2329 | Maximilian Hils | 2017-06-01 | 1 | -0/+34 |
| | | |||||
* | | Fixes #2230 (#2361) | Ujjwal Verma | 2017-06-02 | 3 | -27/+56 |
|/ | |||||
* | Increase test coverage | Ujjwal Verma | 2017-05-31 | 2 | -5/+28 |
| | |||||
* | coverage++ | Thomas Kriechbaumer | 2017-05-26 | 1 | -0/+3 |
| | |||||
* | Merge pull request #2346 from ujjwal96/test-coverage | Thomas Kriechbaumer | 2017-05-26 | 3 | -1/+31 |
|\ | | | | | Tests for wbxml | ||||
| * | Tests for wbxml | Ujjwal Verma | 2017-05-24 | 3 | -1/+31 |
| | | |||||
* | | remove old test file | Thomas Kriechbaumer | 2017-05-26 | 1 | -43/+0 |
| | | |||||
* | | Merge pull request #2353 from ujjwal96/tls-parser | Thomas Kriechbaumer | 2017-05-26 | 2 | -8/+14 |
|\ \ | | | | | | | Using kaitai struct to parse tls client hello | ||||
| * | | Using kaitai struct to parse tls client hello | Ujjwal Verma | 2017-05-26 | 2 | -8/+14 |
| |/ | |||||
* | | pathod: fix leaking fds | Thomas Kriechbaumer | 2017-05-24 | 3 | -9/+7 |
| | | |||||
* | | pathod: properly verify certificate in tests | Thomas Kriechbaumer | 2017-05-24 | 2 | -30/+14 |
| | | |||||
* | | fix openssl cipher_list bytes/str deprecation | Thomas Kriechbaumer | 2017-05-24 | 1 | -1/+1 |
|/ |