Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 22 | -63006/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-02-14 | 1 | -0/+1 |
|\ | |||||
| * | autopep8 | Thomas Kriechbaumer | 2016-02-14 | 1 | -0/+1 |
| | | |||||
* | | mitmweb: fix _strip_content | Maximilian Hils | 2016-02-14 | 1 | -0/+2 |
|/ | |||||
* | Send password_manager as a general application setting instead of per handler | Guillem Anguera | 2016-02-12 | 1 | -12/+4 |
| | |||||
* | Added Basic Auth support for MITMWeb interface | Guillem Anguera | 2016-02-11 | 2 | -4/+57 |
| | |||||
* | make stateobject simpler and stricter | Maximilian Hils | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | simplify state management | Maximilian Hils | 2016-02-08 | 2 | -3/+33 |
| | |||||
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 2 | -0/+18 |
| | |||||
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 1 | -1/+0 |
| | |||||
* | Support writing to outfile from mitmweb | Chris Czub | 2016-01-10 | 1 | -0/+10 |
| | |||||
* | update web builds, use watchify | Maximilian Hils | 2015-10-08 | 5 | -4296/+5695 |
| | |||||
* | adjust to netlib response changes + docs | Maximilian Hils | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 2 | -8/+8 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -4/+2 |
| | |||||
* | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -4/+3 |
| | |||||
* | Use `ensure_ascii` in wep.app#broadcast | isra17 | 2015-07-13 | 1 | -1/+2 |
| | | | | Otherwise, a non-unicode character in a flow cause mitmweb to crash. | ||||
* | fix #615 | Maximilian Hils | 2015-06-08 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into print-bracket-fix | Jim Shaver | 2015-05-31 | 6 | -6064/+9388 |
|\ | | | | | | | | | | | | | | | Conflicts: examples/har_extractor.py examples/nonblocking.py examples/read_dumpfile libmproxy/web/app.py | ||||
| * | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 2 | -7/+11 |
| | | |||||
| * | web: try harder to fix editor | Maximilian Hils | 2015-05-01 | 1 | -2/+7 |
| | | |||||
| * | mitmweb: add editor | Maximilian Hils | 2015-05-01 | 3 | -1423/+1713 |
| | | |||||
| * | web: fix delete flows | Legend Tang | 2015-03-30 | 2 | -1450/+1246 |
| | | |||||
| * | web: add prompt for keyboard navigation | Maximilian Hils | 2015-03-30 | 2 | -76/+309 |
| | | |||||
| * | s/filter/search/ | Maximilian Hils | 2015-03-30 | 1 | -9/+9 |
| | | | | | | | | | | no matter what we agree on in #542, this needs to be done anyway. | ||||
| * | web: add more keyboard shortcuts | Maximilian Hils | 2015-03-29 | 1 | -21900/+67 |
| | | |||||
| * | web: global key handling | Maximilian Hils | 2015-03-29 | 2 | -30/+21906 |
| | | |||||
| * | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -137/+131 |
| | | | | | | | | | | | | Using contexts frees us from the contracts we have using props - namely, we can assume them to be constant for the lifetime of the object. | ||||
| * | web: minor ux improvements | Maximilian Hils | 2015-03-27 | 2 | -0/+5 |
| | | |||||
| * | web: fix react-router | Maximilian Hils | 2015-03-27 | 1 | -2/+4 |
| | | |||||
| * | Merge remote-tracking branch 'vzvu/react-router-0.13.2' | Maximilian Hils | 2015-03-27 | 1 | -3/+0 |
| |\ | | | | | | | | | | | | | Conflicts: libmproxy/web/static/vendor.js | ||||
| | * | web: upgrade to react-router 0.13.2 | vzvu3k6k | 2015-03-27 | 2 | -1426/+1753 |
| | | | |||||
| * | | web: initial attempt at header editor | Maximilian Hils | 2015-03-27 | 2 | -1015/+1456 |
| |/ | |||||
| * | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-03-26 | 1 | -1/+4 |
| |\ | |||||
| | * | mitmweb: start onboarding app if instructed to | peralta | 2015-03-26 | 1 | -1/+4 |
| | | | |||||
| * | | web: backup flows on edit | Maximilian Hils | 2015-03-26 | 1 | -0/+7 |
| | | | |||||
| * | | web: add basic edit capability for first line | Maximilian Hils | 2015-03-23 | 3 | -73/+396 |
| |/ | |||||
| * | web: add content download | Maximilian Hils | 2015-03-22 | 2 | -3/+7 |
| | | |||||
| * | web: improve views | Maximilian Hils | 2015-03-22 | 1 | -25/+71 |
| | | |||||
| * | web: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 3 | -4620/+6511 |
| | | |||||
| * | web: raw content view | Maximilian Hils | 2015-03-22 | 2 | -7/+54 |
| | | |||||
| * | tweak css | Maximilian Hils | 2015-03-22 | 1 | -0/+6 |
| | | |||||
| * | web: add content views | Maximilian Hils | 2015-03-22 | 2 | -33/+192 |
| | | |||||
| * | structure components | Maximilian Hils | 2015-03-21 | 1 | -424/+449 |
| | | |||||
| * | web: fix bugs | Maximilian Hils | 2015-03-21 | 1 | -7/+10 |
| | | |||||
* | | Fixed print function to be inline with python 3 | Jim Shaver | 2015-05-29 | 1 | -3/+3 |
|/ | |||||
* | add table sort | Maximilian Hils | 2015-03-17 | 2 | -56/+196 |
| | |||||
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 1 | -54/+33 |
| | |||||
* | improve source map generation | Maximilian Hils | 2015-03-11 | 1 | -466/+550 |
| | |||||
* | add sourcemap generation for scripts-app-dev task | Suyash | 2015-03-07 | 1 | -1/+3 |
| |