aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* fix addon tracebacksMaximilian Hils2017-07-211-1/+1
* Merge pull request #2430 from MatthewShao/mitmweb-optionsMaximilian Hils2017-07-201-1/+1
|\
| * [web] Update error msg in PUT /options API.Matthew Shao2017-07-171-1/+1
* | Merge pull request #2454 from mhils/minor-improvementsMaximilian Hils2017-07-205-62/+72
|\ \
| * | update mypyMaximilian Hils2017-07-203-13/+13
| * | fix type declarationMaximilian Hils2017-07-201-1/+1
| * | shorten option helpMaximilian Hils2017-07-203-18/+17
| * | make eventsequence.iterate extendableMaximilian Hils2017-07-151-39/+55
| * | remove `--shortversion`Maximilian Hils2017-07-151-6/+1
| |/
* | replace deprecated use of SourceFileLoader.load_moduleMaximilian Hils2017-07-201-2/+4
* | fix loading scripts with same filenameMaximilian Hils2017-07-201-3/+10
* | Allow remote addonUjjwal Verma2017-07-152-0/+31
|/
* Merge pull request #2427 from ujjwal96/protobufThomas Kriechbaumer2017-07-104-22/+280
|\
| * Kaitai parser for protobufUjjwal Verma2017-07-104-22/+280
* | Merge pull request #2423 from MatthewShao/mitmweb-optionsMaximilian Hils2017-07-052-7/+17
|\ \
| * | [web] Broadcast options update in backend.Matthew Shao2017-07-051-0/+10
| * | [web] Add keys argument for dump_dict in optmanager.Matthew Shao2017-07-051-2/+3
| * | [web] Change the response format of GET /options.Matthew Shao2017-07-021-5/+4
* | | add websocket streaming optionUjjwal Verma2017-07-042-9/+13
* | | fix HTTP retry if sending a request fails onceUjjwal Verma2017-07-041-14/+14
* | | websocket streamingUjjwal Verma2017-07-043-35/+55
* | | request streaming for HTTP/2Ujjwal Verma2017-07-042-11/+33
* | | request streaming for HTTP/1Ujjwal Verma2017-07-043-4/+22
| |/ |/|
* | Fixes #2315Ujjwal Verma2017-06-281-1/+9
|/
* Merge pull request #2402 from ujjwal96/request-replayMaximilian Hils2017-06-271-0/+5
|\
| * request replay testUjjwal Verma2017-06-261-1/+1
| * Fixes #2197Ujjwal Verma2017-06-191-0/+5
* | Merge pull request #2412 from ujjwal96/ip-formattingThomas Kriechbaumer2017-06-251-5/+5
|\ \
| * | Few ip formatting fixesUjjwal Verma2017-06-251-5/+5
| |/
* | Merge pull request #2411 from ujjwal96/ico-parserMaximilian Hils2017-06-255-1/+124
|\ \
| * | lint!Ujjwal Verma2017-06-252-6/+7
| * | Added testUjjwal Verma2017-06-251-5/+6
| * | ICO Parser. Closes #2407Ujjwal Verma2017-06-245-1/+122
* | | Merge pull request #2395 from MatthewShao/mitmweb-optionsMaximilian Hils2017-06-243-9/+50
|\ \ \
| * | | Minor Update for /options API of mitmweb.Matthew Shao2017-06-242-11/+4
| * | | Add test for POST /options API of mitmweb.Matthew Shao2017-06-231-1/+0
| * | | Add POST /options RESTful API for mitmweb.Matthew Shao2017-06-231-0/+8
| * | | Add typesepc_to_str function to mitmproxy/utils/typechck.pyMatthew Shao2017-06-132-8/+13
| * | | Minor Update and add test.Matthew Shao2017-06-131-2/+17
| * | | Add tests for dump_dicts in optmanager.py.Matthew Shao2017-06-121-1/+0
| * | | Add GET /options RESTful API for mitmweb.Matthew Shao2017-06-122-0/+22
* | | | Slight wording changeWilliam Entriken2017-06-231-1/+1
| |/ / |/| |
* | | Removed redundant typeUjjwal Verma2017-06-223-16/+4
| |/ |/|
* | Fix ip formatting in websocket messagesUjjwal Verma2017-06-181-3/+3
* | console: keybindings tweaksAldo Cortesi2017-06-142-7/+10
* | console: add console.key.edit.focus, bind to "enter"Aldo Cortesi2017-06-142-4/+23
* | console: add console.key.execute.focus, bind to xAldo Cortesi2017-06-142-2/+16
* | console: add console.key.unbind.focus, bind "d" key in keymap editorAldo Cortesi2017-06-144-6/+42
* | console: console.key.bind console.key.unbind commandsAldo Cortesi2017-06-146-19/+112
* | console: use master.shutdown rather than raising urwid.ExitMainLoopAldo Cortesi2017-06-131-2/+1