| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2402 from ujjwal96/request-replay | Maximilian Hils | 2017-06-27 | 1 | -2/+14 |
| |\ | |||||
| | * | 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 |
| |\ \ | |||||
| | * | | 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 |
| |\ \ | |/ |/| | |||||
| | * | 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 |
| * | | console: key binding viewer | Aldo Cortesi | 2017-06-13 | 1 | -1/+1 |
| * | | 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 |
| * | | 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 |
| |\ | |||||
| | * | 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 | 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 | 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 |
| |/ | |||||
| * | cleanup | Thomas Kriechbaumer | 2017-05-24 | 2 | -3/+0 |
| * | fix various fd/socket leaks | Thomas Kriechbaumer | 2017-05-24 | 10 | -24/+33 |
| * | connections tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 2 | -8/+9 |
| * | proxy tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -2/+1 |
| * | http1 tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -0/+1 |
| * | http2 tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -84/+88 |
| * | websocket tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -60/+62 |
| * | upgrade pytest and remove our pytest.raises wrapper | Thomas Kriechbaumer | 2017-05-24 | 1 | -18/+0 |
| * | fix typo | Thomas Kriechbaumer | 2017-05-24 | 1 | -1/+1 |
| * | auto-close file after reading | Thomas Kriechbaumer | 2017-05-24 | 1 | -4/+5 |
| * | Merge pull request #2342 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-22 | 1 | -0/+18 |
| |\ | |||||
| | * | [web] Set some value as constant, so _tflow.js would not change. | Matthew Shao | 2017-05-22 | 1 | -3/+9 |
| | * | [web] TFlow minor improved. | Matthew Shao | 2017-05-21 | 1 | -1/+2 |
| | * | [web] Fix minior lint problem. | Matthew Shao | 2017-05-19 | 1 | -0/+1 |
| | * | [web] Add _tflow.js generator in test_app.py | Matthew Shao | 2017-05-19 | 1 | -1/+11 |
| * | | Increase net.tcp.py coverage (#2336) | Ujjwal Verma | 2017-05-17 | 2 | -5/+45 |
