Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 11 | -108/+206 | |
| | ||||||
* | web: squash bugs | Maximilian Hils | 2014-12-23 | 1 | -16/+12 | |
| | ||||||
* | web: simpler filter ui | Maximilian Hils | 2014-12-23 | 2 | -87/+43 | |
| | ||||||
* | simplify code | Maximilian Hils | 2014-12-23 | 1 | -19/+13 | |
| | ||||||
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-12-23 | 3 | -15/+45 | |
|\ | ||||||
| * | --replay_ignore_payload_params added, to filter params in form posts | Marcelo Glezer | 2014-12-18 | 3 | -15/+45 | |
| | | ||||||
* | | highlight ui: complicated version | Maximilian Hils | 2014-12-22 | 1 | -16/+57 | |
|/ | ||||||
* | fix #427, tolerate servers that reject connections without SNI | Maximilian Hils | 2014-12-15 | 1 | -2/+16 | |
| | ||||||
* | allow specification of SSL version, only allow TLS1.0+ by default | Maximilian Hils | 2014-12-15 | 4 | -22/+71 | |
| | ||||||
* | web: filter/highlight ui, many fixes | Maximilian Hils | 2014-12-13 | 4 | -124/+427 | |
| | ||||||
* | web: disable autoscroll at top | Maximilian Hils | 2014-12-12 | 1 | -1/+5 | |
| | ||||||
* | web: filtering | Maximilian Hils | 2014-12-12 | 1 | -235/+253 | |
| | ||||||
* | web: fight against react-router | Maximilian Hils | 2014-12-12 | 2 | -10/+1742 | |
| | ||||||
* | Merge pull request #414 from mitmproxy/flowviews2 | Aldo Cortesi | 2014-12-12 | 10 | -14178/+6173 | |
|\ | | | | | Flowviews2 | |||||
| * | web: add filter grammar | Maximilian Hils | 2014-12-11 | 1 | -2321/+0 | |
| | | ||||||
| * | web: add file menu stub | Maximilian Hils | 2014-12-10 | 2 | -37/+2411 | |
| | | ||||||
| * | web: implement settings store, modularize store | Maximilian Hils | 2014-12-10 | 2 | -100/+174 | |
| | | ||||||
| * | web: take viewport resize into account | Maximilian Hils | 2014-12-10 | 1 | -52/+77 | |
| | | ||||||
| * | web: add event store, fix all those bugs | Maximilian Hils | 2014-12-10 | 3 | -231/+150 | |
| | | ||||||
| * | generalize store | Maximilian Hils | 2014-12-09 | 3 | -131/+145 | |
| | | ||||||
| * | always use the app dispatcher | Maximilian Hils | 2014-12-09 | 7 | -7777/+608 | |
| | | ||||||
| * | web: various improvements | Maximilian Hils | 2014-11-29 | 1 | -29/+84 | |
| | | ||||||
| * | event log: virtual scrolling | Maximilian Hils | 2014-11-28 | 1 | -38/+69 | |
| | | ||||||
| * | web: add virtualscroll mixin | Maximilian Hils | 2014-11-28 | 1 | -48/+71 | |
| | | ||||||
| * | web: various fixes, add clear button | Maximilian Hils | 2014-11-28 | 3 | -37/+84 | |
| | | ||||||
| * | web: virtual scrolling | Maximilian Hils | 2014-11-28 | 1 | -48/+95 | |
| | | ||||||
| * | web: fixes | Maximilian Hils | 2014-11-27 | 1 | -13/+21 | |
| | | ||||||
| * | format code | Maximilian Hils | 2014-11-27 | 1 | -148/+153 | |
| | | ||||||
| * | web++ | Maximilian Hils | 2014-11-27 | 1 | -257/+284 | |
| | | ||||||
| * | web: update dependencies | Maximilian Hils | 2014-11-27 | 1 | -5815/+4395 | |
| | | ||||||
| * | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 6 | -195/+451 | |
| | | ||||||
* | | append file mode for saving flows merged to master | Marcelo Glezer | 2014-12-11 | 2 | -8/+14 | |
| | | ||||||
* | | fix #411 | Maximilian Hils | 2014-12-08 | 1 | -3/+3 | |
| | | ||||||
* | | fix #419 | Maximilian Hils | 2014-12-08 | 1 | -1/+10 | |
| | | ||||||
* | | fix HTTPResponse creation | Maximilian Hils | 2014-12-04 | 1 | -2/+1 | |
| | | ||||||
* | | add inline script example for websocket passthrough, fix #340 | Maximilian Hils | 2014-12-01 | 1 | -0/+6 | |
| | | ||||||
* | | make header processing configurable by inline scripts, refs #340 | Maximilian Hils | 2014-12-01 | 1 | -11/+15 | |
| | | ||||||
* | | fix #413 | Maximilian Hils | 2014-11-28 | 1 | -3/+4 | |
| | | ||||||
* | | fix error html | Maximilian Hils | 2014-11-26 | 1 | -1/+1 | |
|/ | ||||||
* | fix limit_txt, fix #412 | Maximilian Hils | 2014-11-23 | 1 | -2/+2 | |
| | ||||||
* | retain raw filter str on filt objects | Maximilian Hils | 2014-11-22 | 2 | -5/+7 | |
| | ||||||
* | add sni support to LiveConnection.change_server | Maximilian Hils | 2014-11-19 | 1 | -2/+11 | |
| | ||||||
* | One common --version flag | Aldo Cortesi | 2014-11-15 | 1 | -15/+5 | |
| | ||||||
* | Remove last vestiges of argparse | Aldo Cortesi | 2014-11-15 | 1 | -7/+6 | |
| | ||||||
* | Exclude main.py from coverage analysis | Aldo Cortesi | 2014-11-15 | 1 | -0/+3 | |
| | ||||||
* | Make sure all command-line arguments have a long form | Aldo Cortesi | 2014-11-15 | 1 | -21/+20 | |
| | | | | ... so they can be used in config files | |||||
* | Enable config file parsing | Aldo Cortesi | 2014-11-15 | 1 | -4/+32 | |
| | | | | | | | | | | | | | We support 4 different config files: ~/.mitmproxy/common.conf: Options that are common to all tools ~/.mitmproxy/mitmproxy.conf: Options for mitmproxy ~/.mitmproxy/mitmdump.conf: Options for mitmdump ~/.mitmproxy/mitmweb.conf: Options for mitmweb Options in the tool-specific config files over-ride options in common.conf. If a non-common option is put in common.conf, an error will be raised if a non-supporting tool is used. | |||||
* | Refactor command-line argument definition | Aldo Cortesi | 2014-11-15 | 2 | -122/+124 | |
| | | | | | - Argument definitions live in cmdline.py - Parsing and initial processing lives in main.py | |||||
* | First-order integration of configargparser to add config file support | Aldo Cortesi | 2014-11-15 | 5 | -69/+160 | |
| | ||||||
* | always show error messages | Maximilian Hils | 2014-11-15 | 2 | -2/+2 | |
| |