Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | + Use sys.platform.startswith("freebsd") instead of matching just freebsd10. | Mike C | 2015-04-27 | 2 | -4/+4 |
| | | | | + This means support for any freebsd version (note that I only tested 11-CURRENT and 9) | ||||
* | Merge pull request #561 from tunz/overwrite | Maximilian Hils | 2015-04-23 | 1 | -2/+20 |
|\ | | | | | Check overwrite, when save to file instaed of clipboard | ||||
| * | Check overwrite, when save to file instaed of clipboard | Choongwoo Han | 2015-04-23 | 1 | -2/+20 |
|/ | |||||
* | python2 -> python in ./dev | Aldo Cortesi | 2015-04-21 | 1 | -2/+2 |
| | | | | | Python 2 is not at python2 in most environments. If we really care, we should just include an explicit version check at the head of the script. | ||||
* | 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 |
| | |||||
* | Fudge a rare race condition in the test suite | Aldo Cortesi | 2015-04-19 | 1 | -1/+4 |
| | |||||
* | console: make g/G shortcuts work in more contexts | Aldo Cortesi | 2015-04-17 | 3 | -2/+15 |
| | |||||
* | console: more consistent view stack management | Aldo Cortesi | 2015-04-17 | 1 | -40/+55 |
| | |||||
* | console: suport unary attributes | Aldo Cortesi | 2015-04-17 | 3 | -28/+66 |
| | | | | | | | | | Attributes with no value are treated as unary, e.g. "Secure" rather than "Secure=". If you really want to have an empty attribute value you can edit the header directly. Behind the scenes, restructure GridEditor to know about data conversion in and out of the editor. | ||||
* | console: refactor grideditor, fix a crash on tab for subeditors | Aldo Cortesi | 2015-04-16 | 1 | -59/+52 |
| | |||||
* | Adjust header key color in solarized palettes | Aldo Cortesi | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | console: first pass of a Set-cookie editor for responses | Aldo Cortesi | 2015-04-16 | 3 | -66/+196 |
| | |||||
* | console: add a -l flag to set the limit on startup | Aldo Cortesi | 2015-04-15 | 4 | -0/+16 |
| | |||||
* | Adjust for ODict interface change | Aldo Cortesi | 2015-04-15 | 3 | -4/+4 |
| | |||||
* | Editor for request cookies | Aldo Cortesi | 2015-04-15 | 2 | -21/+53 |
| | |||||
* | Whitespace, formatting | Aldo Cortesi | 2015-04-15 | 1 | -23/+33 |
| | |||||
* | Add set_cookies method to HTTPResponse | Aldo Cortesi | 2015-04-14 | 2 | -0/+30 |
| | |||||
* | New get_cookies for HttpResponse | Aldo Cortesi | 2015-04-14 | 3 | -67/+70 |
| | |||||
* | New get_cookie and set_cookie implementations for HTTPRequest | Aldo Cortesi | 2015-04-14 | 2 | -16/+31 |
| | |||||
* | Update docs to reflect non-aliased odict module | Aldo Cortesi | 2015-04-14 | 1 | -4/+3 |
| | |||||
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-04-14 | 7 | -7/+79 |
|\ | |||||
| * | make dev script more robust, fix #556 | Maximilian Hils | 2015-04-13 | 2 | -2/+6 |
| | | |||||
| * | spaces, not tabs | Maximilian Hils | 2015-04-12 | 2 | -5/+9 |
| | | |||||
| * | add flowwriter example | Maximilian Hils | 2015-04-12 | 2 | -1/+18 |
| | | |||||
| * | add tests | Maximilian Hils | 2015-04-10 | 1 | -0/+14 |
| | | |||||
| * | fix pretty_host if no host is present | Maximilian Hils | 2015-04-10 | 1 | -2/+4 |
| | | |||||
| * | fix #553 | Maximilian Hils | 2015-04-10 | 2 | -2/+33 |
| | | |||||
* | | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 12 | -93/+97 |
|/ | | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module. | ||||
* | add yappi benchmark tool | Maximilian Hils | 2015-04-08 | 2 | -0/+51252 |
| | |||||
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-04-08 | 10 | -1464/+1283 |
|\ | |||||
| * | Merge pull request #544 from ryoqun/websocket-connection-header-case-sensitivity | Maximilian Hils | 2015-04-08 | 1 | -1/+2 |
| |\ | | | | | | | Make the Websocket's connection header value case-insensitive | ||||
| | * | Make the Websocket's connection header value case-insensitive | Ryo Onodera | 2015-03-31 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #547 from macmantrl/blank_values | Maximilian Hils | 2015-04-08 | 2 | -6/+10 |
| |\ \ | | | | | | | | | Keep blank query values for flow hashing | ||||
| | * | | Keep blank query values for flow hashing | Terry Long | 2015-04-02 | 2 | -6/+10 |
| | | | | |||||
| * | | | fix tests | Maximilian Hils | 2015-04-08 | 1 | -0/+2 |
| | | | | |||||
| * | | | add example which uses filt | Maximilian Hils | 2015-04-08 | 2 | -0/+16 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-04-08 | 23 | -1754/+2009 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #543 from legendtang/master | Maximilian Hils | 2015-04-08 | 3 | -1451/+1247 |
| | |\ \ \ | | | | | | | | | | | | | web: fix delete flows | ||||
| | | * \ \ | Merge https://github.com/mitmproxy/mitmproxy | Legend Tang | 2015-04-06 | 11 | -125/+369 |
| | | |\ \ \ | |||||
| | | * | | | | web: fix delete flows | Legend Tang | 2015-03-30 | 3 | -1451/+1247 |
| | | | | | | | |||||
| * | | | | | | allow passing custom argv to libmproxy.main | Maximilian Hils | 2015-04-08 | 1 | -6/+6 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Add an autoenv file to auto-activate the virtualenv | Aldo Cortesi | 2015-04-08 | 2 | -0/+9 |
| |/ / / / |/| | | | | | | | | | | | | | | See https://github.com/kennethreitz/autoenv | ||||
* | | | | | console: add g/G shortcuts throughout | Aldo Cortesi | 2015-04-07 | 4 | -7/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | g: go to end G: go to beginning | ||||
* | | | | | Refactor flow list state management | Aldo Cortesi | 2015-04-07 | 7 | -48/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P" | ||||
* | | | | | consone: don't enter Options if it's already open | Aldo Cortesi | 2015-04-07 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | console: tune palettes a bit | Aldo Cortesi | 2015-04-07 | 1 | -6/+14 |
| | | | | | |||||
* | | | | | console: toggle palette transparency from options, indicate selected palette | Aldo Cortesi | 2015-04-07 | 1 | -2/+24 |
| | | | | | |||||
* | | | | | console: All palettes now explicitly set a background colour | Aldo Cortesi | 2015-04-07 | 6 | -17/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | There's a new option --palette-transparent to turn this off if you want to use your own terminal background. | ||||
* | | | | | console: palette picker for the options screen | Aldo Cortesi | 2015-04-07 | 7 | -14/+120 |
| | | | | |