Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2484 from mhils/options-into-own-addon | Maximilian Hils | 2017-07-31 | 16 | -85/+64 |
|\ | |||||
| * | fix tflow.js creation on Windows. | Maximilian Hils | 2017-07-30 | 1 | -1/+1 |
| * | fix tool-specific cmdline | Maximilian Hils | 2017-07-30 | 2 | -11/+6 |
| * | disentangle ProxyServer and Master classes. | Maximilian Hils | 2017-07-30 | 14 | -73/+57 |
* | | Merge pull request #2485 from mhils/silent-option-redeclaration | Maximilian Hils | 2017-07-30 | 1 | -0/+8 |
|\ \ | |||||
| * | | make option redeclaration silent if signature is the same | Maximilian Hils | 2017-07-30 | 1 | -0/+8 |
* | | | Merge pull request #2482 from mhils/pure-script-load | Maximilian Hils | 2017-07-30 | 2 | -34/+28 |
|\ \ \ | |/ / |/| | | |||||
| * | | make load_script pure | Maximilian Hils | 2017-07-30 | 2 | -34/+28 |
| |/ | |||||
* | | Merge pull request #2483 from mhils/ignore-imports-with-hook-names | Maximilian Hils | 2017-07-30 | 1 | -0/+5 |
|\ \ | |||||
| * | | gracefully ignore imports with hook names | Maximilian Hils | 2017-07-29 | 1 | -0/+5 |
| |/ | |||||
* | | add option type hints | Maximilian Hils | 2017-07-29 | 1 | -0/+34 |
* | | add OptManager.items | Maximilian Hils | 2017-07-29 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #2452 from mattweidner/add_intercept_toggle | Maximilian Hils | 2017-07-29 | 1 | -0/+12 |
|\ | |||||
| * | Extended intercept tests to include toggle feature | Matt Weidner | 2017-07-27 | 1 | -0/+12 |
* | | Merge pull request #2480 from MatthewShao/mitmweb-options | Maximilian Hils | 2017-07-29 | 4 | -4/+4 |
|\ \ | |||||
| * | | Update tests for the improved verbosity options. | Matthew Shao | 2017-07-28 | 4 | -4/+4 |
| |/ | |||||
* | | Merge pull request #2471 from ujjwal96/traceback-fix | Maximilian Hils | 2017-07-29 | 4 | -11/+15 |
|\ \ | |/ |/| | |||||
| * | fixed addon error | Ujjwal Verma | 2017-07-26 | 4 | -11/+15 |
* | | add console statusbar test | Maximilian Hils | 2017-07-27 | 3 | -11/+46 |
* | | Merge pull request #2460 from MatthewShao/mitmweb-options | Maximilian Hils | 2017-07-27 | 1 | -1/+3 |
|\ \ | |||||
| * | | [web] Minor Fix for backend. | Matthew Shao | 2017-07-27 | 1 | -2/+2 |
| * | | [web] Fix tests. | Matthew Shao | 2017-07-26 | 2 | -5/+1 |
| * | | [web] Update tests. | Matthew Shao | 2017-07-26 | 2 | -11/+2 |
| * | | [web] Update tests. | Matthew Shao | 2017-07-24 | 2 | -1/+16 |
| |/ | |||||
* | | Merge pull request #2469 from Kriechi/nuke-old-openssl | Maximilian Hils | 2017-07-25 | 9 | -145/+90 |
|\ \ | |||||
| * | | 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 |
| |/ | |||||
* / | Squashed commit of the following: | Maximilian Hils | 2017-07-25 | 1 | -0/+4 |
|/ | |||||
* | 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 | Ujjwal Verma | 2017-07-10 | 6 | -43/+92 |
* | | Merge pull request #2423 from MatthewShao/mitmweb-options | Maximilian Hils | 2017-07-05 | 2 | -4/+25 |
|\ \ | |||||
| * | | 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 |
|\ | |||||
| * | 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 |