| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 2 | -3/+5 |
* | Remove stray print & massage whitespace a bit | Aldo Cortesi | 2015-06-25 | 1 | -9/+6 |
* | changed error handling (ssl spoof mode) | iroiro123 | 2015-06-23 | 1 | -1/+6 |
* | SSL Spoof mode | iroiro123 | 2015-06-21 | 1 | -3/+8 |
* | Spoof mode | iroiro123 | 2015-06-20 | 1 | -3/+6 |
* | HTTP Transparent Proxy | iroiro123 | 2015-06-18 | 1 | -1/+14 |
* | Handle invalid IDNA encoding in hostnames | Aldo Cortesi | 2015-06-12 | 1 | -6/+8 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 5 | -31/+93 |
* | Merge pull request #584 from dlethin/feature/http_1_0 | Aldo Cortesi | 2015-05-18 | 1 | -1/+2 |
|\ |
|
| * | Make sure proxy returns the httpversion specified in the request rather | Doug Lethin | 2015-05-15 | 1 | -1/+2 |
* | | Accurately timestamp start of request | Nick Raptis | 2015-05-08 | 1 | -0/+5 |
|/ |
|
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 1 | -1/+4 |
* | Missed some un-needed variable declarations | Aldo Cortesi | 2015-04-21 | 1 | -3/+1 |
* | HTTP request reading moves to netlib | Aldo Cortesi | 2015-04-21 | 1 | -105/+64 |
* | Adjust for ODict interface change | Aldo Cortesi | 2015-04-15 | 1 | -2/+2 |
* | Add set_cookies method to HTTPResponse | Aldo Cortesi | 2015-04-14 | 1 | -0/+19 |
* | New get_cookies for HttpResponse | Aldo Cortesi | 2015-04-14 | 1 | -13/+14 |
* | New get_cookie and set_cookie implementations for HTTPRequest | Aldo Cortesi | 2015-04-14 | 1 | -9/+16 |
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-04-14 | 1 | -4/+29 |
|\ |
|
| * | fix pretty_host if no host is present | Maximilian Hils | 2015-04-10 | 1 | -2/+4 |
| * | fix #553 | Maximilian Hils | 2015-04-10 | 1 | -2/+25 |
* | | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 1 | -14/+14 |
|/ |
|
* | Merge pull request #515 from krzysiekbielicki/master | Maximilian Hils | 2015-03-26 | 1 | -1/+20 |
|\ |
|
| * | [#514] Add support for ignoring payload params in multipart/form-data | Krzysztof Bielicki | 2015-03-10 | 1 | -1/+20 |
* | | structure components | Maximilian Hils | 2015-03-21 | 1 | -0/+2 |
|/ |
|
* | fix #319 | Maximilian Hils | 2015-02-27 | 1 | -9/+13 |
* | Correct typo; https://github.com/mitmproxy/mitmproxy/issues/319 | Youhei Sakurai | 2015-02-27 | 1 | -1/+1 |
* | Change from checking __call__ to using callable; | Youhei Sakurai | 2015-02-27 | 1 | -1/+1 |
* | Maybe it should work; https://github.com/mitmproxy/mitmproxy/issues/319 | Youhei Sakurai | 2015-02-27 | 1 | -1/+6 |
* | added sni and ssl_established=true in ServerConnection. removed check for Non... | Marcelo Glezer | 2015-02-12 | 1 | -4/+1 |
* | set sni to None when no server_conn is None | Marcelo Glezer | 2015-02-10 | 1 | -2/+4 |
* | fix #451 | Maximilian Hils | 2015-02-07 | 1 | -12/+26 |
* | fix ssl shutdown in tcp mode, refs #464 | Maximilian Hils | 2015-02-05 | 1 | -1/+3 |
* | fix #464 | Maximilian Hils | 2015-02-05 | 2 | -5/+7 |
* | web: CSP, revert functionality, serve content | Maximilian Hils | 2014-12-25 | 1 | -0/+5 |
* | web: much ui work, such christmas | Maximilian Hils | 2014-12-25 | 1 | -1/+2 |
* | web: duplicate, delete, replay flows | Maximilian Hils | 2014-12-24 | 1 | -0/+6 |
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 2 | -29/+32 |
* | allow specification of SSL version, only allow TLS1.0+ by default | Maximilian Hils | 2014-12-15 | 1 | -4/+2 |
* | Merge pull request #414 from mitmproxy/flowviews2 | Aldo Cortesi | 2014-12-12 | 1 | -1/+4 |
|\ |
|
| * | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 1 | -1/+4 |
* | | fix #411 | Maximilian Hils | 2014-12-08 | 1 | -3/+3 |
* | | 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 error html | Maximilian Hils | 2014-11-26 | 1 | -1/+1 |
|/ |
|
* | add sni support to LiveConnection.change_server | Maximilian Hils | 2014-11-19 | 1 | -2/+11 |
* | handle script hooks in replay, fix tests, fix #402 | Maximilian Hils | 2014-11-14 | 1 | -28/+38 |
* | fix #401 | Maximilian Hils | 2014-11-07 | 1 | -8/+4 |
* | Fixing issue #392. | Wade 524 | 2014-10-31 | 1 | -3/+2 |
* | Legibility | Aldo Cortesi | 2014-10-26 | 1 | -48/+124 |