aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* remove depth attribute from set_serverMaximilian Hils2015-09-031-11/+1
* update inline script hooksMaximilian Hils2015-08-311-3/+10
* fix dns_spoofing example, avoid connecting to itselfMaximilian Hils2015-08-311-17/+30
* fix upstream proxy server change, update exampleMaximilian Hils2015-08-311-21/+26
* remove old codeMaximilian Hils2015-08-301-37/+0
* Fixing issue #710. Prety printing in read_dumpfileFreeArtMan2015-08-191-1/+3
* Small tweaks to read_dumpfile example.Aldo Cortesi2015-08-171-1/+1
* move code to netlibThomas Kriechbaumer2015-08-101-5/+6
* attach application protocol to connectionThomas Kriechbaumer2015-07-301-1/+1
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-301-1/+1
* Merge remote-tracking branch 'upstream/master' into print-bracket-fixJim Shaver2015-05-3122-78/+194
|\
| * Add coding style check, reformat.Aldo Cortesi2015-05-3022-85/+164
| * Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxyAldo Cortesi2015-04-142-0/+21
| |\
| | * spaces, not tabsMaximilian Hils2015-04-122-5/+9
| | * add flowwriter exampleMaximilian Hils2015-04-121-0/+17
| * | Housekeeping and cleanupsAldo Cortesi2015-04-141-2/+1
| |/
| * Merge pull request #544 from ryoqun/websocket-connection-header-case-sensitivityMaximilian Hils2015-04-081-1/+2
| |\
| | * Make the Websocket's connection header value case-insensitiveRyo Onodera2015-03-311-1/+2
| * | add example which uses filtMaximilian Hils2015-04-082-0/+16
| |/
* / Fixed print function to be inline with python 3Jim Shaver2015-05-295-9/+9
|/
* fix #319Maximilian Hils2015-02-271-8/+11
* Merge remote-tracking branch 'sakurai/feature/issue319'Maximilian Hils2015-02-271-0/+19
|\
| * Modify example to notify incompatibility with --stream SIZE command lineYouhei Sakurai2015-02-271-0/+8
| * Maybe it should work; https://github.com/mitmproxy/mitmproxy/issues/319Youhei Sakurai2015-02-271-0/+11
* | add example inline script for dns spoofing, refs #486Maximilian Hils2015-02-272-0/+36
|/
* Clean up har_extractor exampleAldo Cortesi2015-01-021-54/+76
* fix testsMaximilian Hils2014-12-011-8/+15
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-12-011-1/+1
|\
| * Changed argument name from confdir to cadir in flowbasic exampleGabriel Kirkpatrick2014-11-281-1/+1
* | add inline script example for websocket passthrough, fix #340Maximilian Hils2014-12-011-0/+27
|/
* Added try/except block for import errors with harparser and pytz.Justus Wingert2014-11-151-2/+8
* Updated setup.py and moved requirements to examples section. Included example...Justus Wingert2014-11-151-14/+22
* Switched to pytz. Added comment for clarification on behaviour of HAREncodabl...Justus Wingert2014-11-151-15/+8
* It seems get_decoded_content can actually be shorter than content due to enco...Justus Wingert2014-11-151-1/+1
* Removed the globals and replaced them with internal attributes of _HARLog. Mi...Justus Wingert2014-11-151-34/+46
* Typo...Justus Wingert2014-11-151-1/+1
* Improved helper method, marginally.Justus Wingert2014-11-151-4/+4
* Updated documentation and cleaned up the code.Justus Wingert2014-11-151-105/+91
* Initial checkin with har_extractor script.Justus Wingert2014-11-151-0/+207
* update change_upstream_proxy exampleMaximilian Hils2014-11-101-2/+2
* remove default_caMaximilian Hils2014-10-182-5/+2
* fix support for chained certificatesMaximilian Hils2014-10-082-2/+2
* Clean up and clarify StateObjectAldo Cortesi2014-09-171-2/+2
* update iframe injector example to use BeautifulSoupMaximilian Hils2014-09-121-6/+10
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-082-3/+5
* update examples, fix #353Maximilian Hils2014-09-0818-132/+135
* add note that request.host should be used in the majority of casesMaximilian Hils2014-09-071-0/+3
* improve change_server api, add example how to change the upstream serverMaximilian Hils2014-09-071-0/+17
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-0510-27/+32
* iframe injector example: use inline scriptMaximilian Hils2014-09-052-50/+18