Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format Cookies according to the HAR Spec | Shadab Zafar | 2016-08-15 | 1 | -5/+29 |
| | |||||
* | Add method to group pairs by cookies | Shadab Zafar | 2016-08-15 | 2 | -0/+51 |
| | |||||
* | Add simple har_dump test | Shadab Zafar | 2016-08-15 | 1 | -25/+32 |
| | |||||
* | Remove pages object | Shadab Zafar | 2016-08-15 | 1 | -1/+0 |
| | | | | | | | The HAR Spec says that the field can be left out by applications that don't group by pages. http://www.softwareishard.com/blog/har-12-spec/#log | ||||
* | Remove harparser dependency | Shadab Zafar | 2016-08-15 | 1 | -1/+0 |
| | |||||
* | Welcome har_dump | Shadab Zafar | 2016-08-15 | 1 | -0/+145 |
| | |||||
* | Goodbye har_extractor | Shadab Zafar | 2016-08-15 | 1 | -264/+0 |
| | |||||
* | style fixes | Thomas Kriechbaumer | 2016-08-14 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1441 from mitmproxy/integrate_mitmproxy_contentviews | Maximilian Hils | 2016-08-13 | 19 | -758/+64352 |
|\ | | | | | Integrate mitmproxy contentviews | ||||
| * | move content to redux, add lines to view | Clemens | 2016-08-10 | 3 | -15/+35 |
| | | |||||
| * | fix css bug | Clemens | 2016-08-09 | 1 | -1/+1 |
| | | |||||
| * | merge with master | Clemens | 2016-08-09 | 78 | -2078/+659 |
| |\ | |||||
| * | | little changes in css | Clemens | 2016-08-09 | 3 | -16/+18 |
| | | | |||||
| * | | added hints from mhils | Clemens | 2016-08-09 | 10 | -697/+64007 |
| | | | |||||
| * | | add sticky footer contentview | Clemens | 2016-08-06 | 3 | -5/+6 |
| | | | |||||
| * | | change some style | Clemens | 2016-08-05 | 6 | -70/+121 |
| | | | |||||
| * | | fix get contentview in mitmweb | Clemens | 2016-08-04 | 2 | -3/+5 |
| | | | |||||
| * | | litte style changes | Clemens | 2016-08-03 | 3 | -3/+7 |
| | | | |||||
| * | | integrate simplified contentviews | Clemens | 2016-08-03 | 6 | -132/+137 |
| | | | |||||
| * | | add view all button, add dropdown for contentviews | Clemens | 2016-08-03 | 7 | -64/+213 |
| | | | |||||
| * | | replace get_content_view in dumper and flowview | Clemens | 2016-08-01 | 2 | -43/+7 |
| | | | |||||
| * | | moved getlines to contentviews | Clemens | 2016-07-29 | 2 | -32/+33 |
| | | | |||||
| * | | combine clientside and serverside contentviews | Clemens | 2016-07-29 | 6 | -73/+80 |
| | | | |||||
| * | | add image to mitmproxy.contentview.image | Clemens | 2016-07-28 | 3 | -5/+11 |
| | | | |||||
| * | | mitmproxy.contentviews added | Clemens | 2016-07-28 | 8 | -32/+81 |
| | | | |||||
| * | | add contentviews to client | Clemens | 2016-07-27 | 4 | -6/+26 |
| | | | |||||
| * | | add parameter to content requests | Clemens | 2016-07-27 | 2 | -2/+3 |
| | | | |||||
| * | | add contentviews to settings | Clemens | 2016-07-27 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #1479 from Kriechi/fix-1430 | Maximilian Hils | 2016-08-13 | 2 | -13/+15 |
|\ \ \ | | | | | | | | | fix #1430 | ||||
| * | | | fix #1430 | Thomas Kriechbaumer | 2016-08-13 | 2 | -13/+15 |
|/ / / | |||||
* | | | update dependencies (#1478) | Maximilian Hils | 2016-08-11 | 1 | -2/+2 |
| | | | |||||
* | | | fix lxml binary link | Maximilian Hils | 2016-08-10 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1474 from mhils/reply-fix | Maximilian Hils | 2016-08-10 | 27 | -154/+319 |
|\ \ \ | | | | | | | | | Improve controller.Reply semantics | ||||
| * | | | clean up code, improve DummyReply | Maximilian Hils | 2016-08-09 | 21 | -74/+90 |
| | | | | |||||
| * | | | finalize Reply semantics, fix tests | Maximilian Hils | 2016-08-09 | 17 | -68/+183 |
| | | | | |||||
| * | | | make Reply.state readonly | Maximilian Hils | 2016-08-09 | 1 | -5/+19 |
| | | | | |||||
| * | | | improve reply semantics | Maximilian Hils | 2016-08-08 | 1 | -57/+57 |
| | | | | |||||
| * | | | fix reply concurrency | Maximilian Hils | 2016-08-04 | 1 | -2/+22 |
| | |/ | |/| | |||||
* / | | allow tox workdir reconfiguration for ubuntu on windows | Maximilian Hils | 2016-08-09 | 2 | -1/+2 |
|/ / | |||||
* | | fix tests | Maximilian Hils | 2016-08-04 | 4 | -4/+2 |
| | | |||||
* | | minor improvements | Maximilian Hils | 2016-08-04 | 2 | -1/+2 |
| | | |||||
* | | simplify contentview logic | Maximilian Hils | 2016-08-04 | 6 | -125/+127 |
| | | |||||
* | | Update install.rst | Maximilian Hils | 2016-08-02 | 1 | -1/+1 |
| | | |||||
* | | fix #1465, fix ssl_insecure | Maximilian Hils | 2016-08-02 | 3 | -8/+16 |
| | | |||||
* | | Revert "Add missing ssl_insecure option" | Maximilian Hils | 2016-08-02 | 1 | -1/+0 |
| | | | | | | | | This reverts commit 1d33d76bfd489e51c63f1e5075c83c2be81fd56a. | ||||
* | | Merge pull request #1463 from dufferzafar/options-hotfix | Thomas Kriechbaumer | 2016-08-02 | 1 | -0/+1 |
|\ \ | | | | | | | Add missing ssl_insecure option | ||||
| * | | Add missing ssl_insecure option | Shadab Zafar | 2016-08-02 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #1457 from mkagenius/interger_division | Thomas Kriechbaumer | 2016-08-01 | 1 | -1/+1 |
|\ \ | | | | | | | integer division for python 3 compatibility | ||||
| * | | integer division for python 3 compatibility | Manish Kumar | 2016-08-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1453 from dufferzafar/limit-to-filter | Maximilian Hils | 2016-07-31 | 9 | -37/+37 |
|\ \ | | | | | | | Rename "Limit" feature to "Filter View" |