Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | New explicit parsing HTTPFlow into proto native object. Viceversa not yet imp... | madt1m | 2018-06-23 | 3 | -9/+185 | |
| * | | Fixed a bug in protobuf loading -> no return | madt1m | 2018-06-23 | 2 | -1/+3 | |
| * | | Hooking the view to load from new DB handler | madt1m | 2018-06-23 | 4 | -20/+23 | |
| * | | Added protobuf methods; implemented initial DB logic | madt1m | 2018-06-23 | 7 | -60/+868 | |
| * | | Added initial protobuf definitions | madt1m | 2018-06-22 | 4 | -0/+100 | |
* | | | Merge pull request #3251 from kajojify/command_history | Aldo Cortesi | 2018-07-21 | 3 | -2/+116 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Some refactoring. New test case. | Miroslav | 2018-07-19 | 3 | -17/+30 | |
| * | | Command history implementation | Miroslav | 2018-07-17 | 3 | -2/+103 | |
|/ / | ||||||
* | | Merge pull request #3243 from mhils/dns-rebinding | Maximilian Hils | 2018-07-17 | 1 | -26/+41 | |
|\ \ | ||||||
| * | | mitmweb: improve dns rebinding protection, support ipv6 | Maximilian Hils | 2018-07-12 | 1 | -1/+12 | |
| * | | mitmweb: protect against dns rebinding | Maximilian Hils | 2018-07-11 | 1 | -26/+30 | |
|/ / | ||||||
* | | Merge pull request #3186 from andersonvom/master | Aldo Cortesi | 2018-07-11 | 2 | -1/+16 | |
|\ \ | ||||||
| * | | Add example to intercept/change specific requests | Anderson Mesquita | 2018-06-16 | 1 | -0/+15 | |
| * | | Rename scripting file | Anderson Mesquita | 2018-06-08 | 2 | -1/+1 | |
* | | | Merge pull request #3235 from gcmurphy/issues/3230 | Aldo Cortesi | 2018-07-11 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Pass option, not option name to parse_setval | Grant Murphy | 2018-07-02 | 1 | -1/+1 | |
* | | | | Merge pull request #3239 from bunnyhero/patch-1 | Thomas Kriechbaumer | 2018-07-08 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update howto-transparent.md | bunnyhero | 2018-07-05 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #3233 from kajojify/defaultkey | Samoilenko Roman | 2018-06-30 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | view.create to view.flows.create for defaultkeys | Miroslav | 2018-06-30 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #3225 from amm0nite/patch-1 | Thomas Kriechbaumer | 2018-06-26 | 1 | -3/+3 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Update CLI usage instructions | Pierre Cavan | 2018-06-26 | 1 | -3/+3 | |
|/ / | ||||||
* | | Merge pull request #3211 from cortesi/tcheck | Thomas Kriechbaumer | 2018-06-17 | 2 | -3/+10 | |
|\ \ | ||||||
| * | | Add typechecking of Any values for state object | Aldo Cortesi | 2018-06-17 | 2 | -3/+10 | |
* | | | Merge pull request #3202 from madt1m/view-cleanup | Aldo Cortesi | 2018-06-17 | 11 | -122/+191 | |
|\ \ \ | ||||||
| * | | | fixed exception type; full coverage on view | madt1m | 2018-06-13 | 2 | -1/+6 | |
| * | | | Added tests for new primitives | madt1m | 2018-06-13 | 2 | -18/+29 | |
| * | | | fixed linting errors | madt1m | 2018-06-13 | 1 | -1/+3 | |
| * | | | added return statements to commands | madt1m | 2018-06-13 | 1 | -2/+2 | |
| * | | | View API slightly extended; codebase cleaned in some points | madt1m | 2018-06-13 | 10 | -104/+155 | |
* | | | | Merge pull request #3207 from cortesi/postrelease | Aldo Cortesi | 2018-06-17 | 2 | -6/+7 | |
|\ \ \ \ | ||||||
| * | | | | CHANGELOG, release/README updates | Aldo Cortesi | 2018-06-16 | 2 | -6/+7 | |
* | | | | | update release information for Docker | Thomas Kriechbaumer | 2018-06-16 | 1 | -1/+1 | |
* | | | | | Merge pull request #3205 from cortesi/ccase | Aldo Cortesi | 2018-06-16 | 2 | -4/+44 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | cibuild: permit non-dev versions on maintenance branches | Aldo Cortesi | 2018-06-16 | 2 | -4/+44 | |
|/ / / / | ||||||
* | | | | Merge pull request #3204 from cortesi/nurelease | Aldo Cortesi | 2018-06-16 | 4 | -31/+89 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Simpler addon clear mechanism | Aldo Cortesi | 2018-06-16 | 1 | -2/+3 | |
| * | | | cibuild: Match Travis env variable behaviour | Aldo Cortesi | 2018-06-16 | 2 | -9/+25 | |
| * | | | cibuild: refactor to handle v prefix for release tag names | Aldo Cortesi | 2018-06-16 | 2 | -22/+47 | |
| * | | | Sync CHANGELOG for v4.x | Aldo Cortesi | 2018-06-16 | 1 | -0/+16 | |
|/ / / | ||||||
* | | | update compiled mitmweb assets | Maximilian Hils | 2018-06-15 | 5 | -207/+203 | |
* | | | Merge pull request #3188 from Kriechi/py36-check | Aldo Cortesi | 2018-06-14 | 4 | -173/+200 | |
|\ \ \ | ||||||
| * | | | fix syntax-error on older python interpreters | Thomas Kriechbaumer | 2018-06-08 | 4 | -173/+200 | |
* | | | | Merge pull request #3190 from realeyes-media/master | Aldo Cortesi | 2018-06-13 | 2 | -1/+56 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Combining Docker push steps, clarifying tag name | marcymarcy | 2018-06-06 | 1 | -11/+2 | |
| * | | | Using subprocesses | marcymarcy | 2018-06-06 | 1 | -5/+1 | |
| * | | | Renaming function, formatting fix | marcymarcy | 2018-06-06 | 1 | -1/+2 | |
| * | | | Adding ARMv7 into build | marcymarcy | 2018-06-05 | 1 | -0/+22 | |
| * | | | Dockerfile for Raspberry Pi 3 | marcymarcy | 2018-06-05 | 1 | -0/+45 | |
| |/ / | ||||||
* | | | Merge pull request #3200 from Kriechi/websocket-frame-masking-api | Thomas Kriechbaumer | 2018-06-11 | 3 | -8/+2 | |
|\ \ \ | |_|/ |/| | |