Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #585 from TearsDontFalls/master | Aldo Cortesi | 2015-05-18 | 1 | -1/+1 |
|\ | | | | | docs: Single Qoute for ignore pattern with "!" | ||||
| * | docs: Single Qoute for ignore pattern with "!" | TearsDontFalls | 2015-05-16 | 1 | -1/+1 |
| | | | | | | because wouldnt work with default bash settings as its part of history expansion in bash | ||||
* | | Release pep: bump version, changelog, contributors | Aldo Cortesi | 2015-05-18 | 3 | -33/+96 |
|/ | |||||
* | docs: add parantheses for ignore parameters. | Maximilian Hils | 2015-05-10 | 1 | -4/+4 |
| | |||||
* | Merge pull request #576 from nickraptis/req-ts-start | Maximilian Hils | 2015-05-08 | 1 | -0/+5 |
|\ | | | | | Accurately timestamp start of request | ||||
| * | Accurately timestamp start of request | Nick Raptis | 2015-05-08 | 1 | -0/+5 |
|/ | | | | | | | | | | | When building a request from a stream, try to get an accurate start timestamp from the Reader. This was already in the code and also used when building response objects, but was ommited in commit ddf458b330bf9fe200cb1dbc3ddb5ae1a5d2102a Without his logic and when the client is reusing a connection to send requests, the timestamp_start of subsequent requests is early and equal to when the connection started read blocking | ||||
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-05-03 | 1 | -25/+71 |
|\ | |||||
| * | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-05-02 | 3 | -10/+19 |
| |\ | |||||
| * | | check in last attempt at contenteditable before retreating to inputs | Maximilian Hils | 2015-05-02 | 1 | -25/+71 |
| | | | |||||
* | | | Adapt to new literal escaping style in pathod | Aldo Cortesi | 2015-05-03 | 1 | -3/+1 |
| |/ |/| | |||||
* | | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-05-02 | 8 | -1578/+1962 |
|\| | |||||
| * | web: try harder to fix editor | Maximilian Hils | 2015-05-01 | 2 | -4/+14 |
| | | |||||
| * | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-05-01 | 7 | -31/+16 |
| |\ | |||||
| * | | mitmweb: add editor | Maximilian Hils | 2015-05-01 | 8 | -1578/+1952 |
| | | | |||||
* | | | Adapt to new Pathoc API - silence output to stdout. | Aldo Cortesi | 2015-05-02 | 3 | -10/+19 |
| |/ |/| | |||||
* | | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 7 | -31/+16 |
|/ | |||||
* | Merge pull request #569 from mike-pt/master | Maximilian Hils | 2015-04-27 | 2 | -4/+4 |
|\ | | | | | Match all freebsd versions and not just freebsd10 | ||||
| * | + 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) | ||||
* | | improve docs for win install | Maximilian Hils | 2015-04-26 | 1 | -12/+18 |
| | | | | | | | | | | | | | | Adding Python to PATH during installation is useful, but doesn't help users who have already installed Python. The Powershell command takes care of the Scripts directory as well. | ||||
* | | Merge pull request #555 from elitest/userinstalldocs | Maximilian Hils | 2015-04-26 | 2 | -32/+46 |
|\ \ | | | | | | | User Installation Documentation update | ||||
| * | | Re-org and added platform specific install from source docs, refs: ↵ | Jim Shaver | 2015-04-25 | 1 | -30/+34 |
| | | | | | | | | | | | | mitmproxy/mitmproxy#398 | ||||
| * | | Moved installing from Source to the bottom. | Jim Shaver | 2015-04-21 | 1 | -18/+18 |
| | | | |||||
| * | | Removed logging out added setting variables manually. | Jim Shaver | 2015-04-11 | 1 | -2/+2 |
| | | | |||||
| * | | added the most important part of "sudo apt-get install ..." to the docs | Jim Shaver | 2015-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | Removed mitmweb referrences and added On This Page section | Jim Shaver | 2015-04-11 | 1 | -10/+15 |
| | | | |||||
| * | | cleaned up Installing from source section. | Jim Shaver | 2015-04-11 | 1 | -18/+9 |
| | | | |||||
| * | | Fixed image name and moved it into the screenshots folder | Jim Shaver | 2015-04-11 | 1 | -0/+0 |
| | | | |||||
| * | | Fixed english and made each OS consistent | Jim Shaver | 2015-04-11 | 2 | -12/+6 |
| | | | |||||
| * | | Cleaned up Ubuntu docs and added Windows installation information | Jim Shaver | 2015-04-11 | 2 | -14/+34 |
| | | | |||||
* | | | make code more pythonic | Maximilian Hils | 2015-04-26 | 1 | -8/+11 |
| | | | |||||
* | | | Merge remote-tracking branch 'tunz/crash1' | Maximilian Hils | 2015-04-26 | 1 | -4/+11 |
|\ \ \ | |||||
| * | | | Fix crash when save to clipboard before loading | Choongwoo Han | 2015-04-23 | 1 | -4/+11 |
| | | | | |||||
* | | | | remove superfluous set_focus | Maximilian Hils | 2015-04-26 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-04-26 | 4 | -113/+91 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | 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 |
| | | | |||||
* | | | fix #568 | Maximilian Hils | 2015-04-26 | 2 | -2/+3 |
|/ / | |||||
* | | 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 |
| | |