Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add mitmweb executable | Maximilian Hils | 2015-03-06 | 1 | -2/+3 |
| | |||||
* | use entry_points for Windows support | Maximilian Hils | 2015-02-27 | 1 | -1/+7 |
| | |||||
* | Merge pull request #467 from mitmproxy/clipboard | Maximilian Hils | 2015-02-08 | 1 | -1/+2 |
|\ | | | | | Clipboard | ||||
| * | save_flow now uses with, and pyperclip requirement updated to 1.5.8 | Marcelo Glezer | 2015-02-06 | 1 | -1/+1 |
| | | |||||
| * | added pyperclip dependency | Marcelo Glezer | 2015-02-05 | 1 | -1/+2 |
| | | |||||
* | | fix tests, re-enable pypy, do housekeeping | Maximilian Hils | 2015-02-07 | 1 | -3/+4 |
|/ | |||||
* | Move onboarding app to Tornado | Aldo Cortesi | 2014-12-27 | 1 | -1/+0 |
| | | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer. | ||||
* | fix tests | Maximilian Hils | 2014-11-15 | 1 | -0/+1 |
| | |||||
* | Merge pull request #410 from JustusW/master | Maximilian Hils | 2014-11-15 | 1 | -0/+4 |
|\ | | | | | Added HAR generation as inline script | ||||
| * | Updated setup.py and moved requirements to examples section. Included ↵ | Justus Wingert | 2014-11-15 | 1 | -2/+4 |
| | | | | | | | | examples section in requirements.txt. Updated har_extractor to use command line arguments. | ||||
| * | Switched to pytz. Added comment for clarification on behaviour of ↵ | Justus Wingert | 2014-11-15 | 1 | -0/+1 |
| | | | | | | | | HAREncodable. Added missing parameter in reset(). Fixed accessing headers. | ||||
| * | Hopefully fixed dependency fuckup. | Justus Wingert | 2014-11-15 | 1 | -1/+1 |
| | | |||||
| * | Added script dependencie to harparser. | Justus Wingert | 2014-11-15 | 1 | -0/+1 |
| | | |||||
* | | Remove sortedcontainers from deps - we don't use it | Aldo Cortesi | 2014-11-15 | 1 | -1/+0 |
| | | |||||
* | | First-order integration of configargparser to add config file support | Aldo Cortesi | 2014-11-15 | 1 | -2/+5 |
|/ | |||||
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-11-11 | 1 | -10/+1 |
|\ | |||||
| * | Remove entry points in favor of vanilla scripts, fix test-release | Aldo Cortesi | 2014-11-11 | 1 | -10/+1 |
| | | |||||
* | | be more explicit about requirements | Maximilian Hils | 2014-11-11 | 1 | -2/+2 |
|/ | |||||
* | We don't need requests for mitmproxy | Aldo Cortesi | 2014-11-05 | 1 | -2/+1 |
| | |||||
* | distutils -> setuptools | Maximilian Hils | 2014-10-01 | 1 | -78/+21 |
| | |||||
* | Add tornado dependency, serve index file | Aldo Cortesi | 2014-09-14 | 1 | -1/+2 |
| | |||||
* | update distribution: pip install now works on Windows | Maximilian Hils | 2014-09-09 | 1 | -34/+71 |
| | |||||
* | Drop usage of obsolete function "file" | Seppo Yli-Olli | 2014-08-29 | 1 | -2/+2 |
| | | | Also use context manager | ||||
* | add trove classifier for Python 2 | Maximilian Hils | 2014-08-19 | 1 | -0/+1 |
| | |||||
* | add requests to requrements, improve error logging | Maximilian Hils | 2014-03-19 | 1 | -0/+1 |
| | |||||
* | fix windows tests, include improvements from 0.10.1 | Maximilian Hils | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | Minor cleanups. | Aldo Cortesi | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | remove upper bound for Pillow in setup.py | Mikhail Korobov | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Tweak setup.py to allow installs outside source dir | Aldo Cortesi | 2014-01-19 | 1 | -1/+7 |
| | | | | Also fix mitmdump version output | ||||
* | Migrate from Pil to the latest version of Pillow. | Tomaz Muraus | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Update license trove classifier. | Aldo Cortesi | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Update PyOpenSSL version requirement. | Aldo Cortesi | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | README, Linux transparent mode docs, requirements additions. | Aldo Cortesi | 2013-05-14 | 1 | -1/+2 |
| | |||||
* | Fix crash in client playback. | Aldo Cortesi | 2013-05-05 | 1 | -1/+8 |
| | |||||
* | Fix typo in setup.py | Aldo Cortesi | 2013-03-14 | 1 | -1/+1 |
| | | | | Fixes #105 | ||||
* | Sync mitmproxy, pathod and netlib version numbers. | Aldo Cortesi | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | Documentation, setup.py updates, styling. | Aldo Cortesi | 2013-01-02 | 1 | -3/+0 |
| | |||||
* | We now require Urwid 1.1 or newer. | Aldo Cortesi | 2012-11-23 | 1 | -1/+1 |
| | |||||
* | Add dependency reference for netlib. | Aldo Cortesi | 2012-06-28 | 1 | -0/+3 |
| | |||||
* | Extract protocol and tcp server implementations into netlib. | Aldo Cortesi | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Note dependency on PyASN1 > 0.1.2 in setup.py | Aldo Cortesi | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Make pypi render our perfectly valid RST description. | Aldo Cortesi | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | Expand SSL cert support | Aldo Cortesi | 2012-04-02 | 1 | -1/+1 |
| | | | | | | - Capture the remote SSL certificate - Expose the remote cert as an attribute on Response - Expand the certutils.SSLCert interface to expose more cert info | ||||
* | Add PIL to our ever-increasing stable of dependencies. | Aldo Cortesi | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | Use PyOpenSSL and PyASN1 for certificate parsing. | Aldo Cortesi | 2012-03-01 | 1 | -1/+1 |
| | | | | | Yes, these are two more major dependencies for mitmproxy, but if we're going to do all the cool things I want to do with SSL certs, there is no other way. | ||||
* | Improve README.txt legibility, add some trove classifiers. | Aldo Cortesi | 2012-02-25 | 1 | -0/+3 |
| | |||||
* | Add README.txt for PyPi. | Aldo Cortesi | 2012-02-25 | 1 | -1/+1 |
| | | | | | | Yes, this means we now maintain two complete README files that are identical except for markup. We distribute with only README.txt, so README.mkd can actually move in to the documentation tree at some point. | ||||
* | Start preparing for 0.7 | Aldo Cortesi | 2012-02-19 | 1 | -4/+2 |
| | | | | Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version. | ||||
* | added install | Rory McCann | 2012-02-07 | 1 | -1/+2 |
| | |||||
* | Update trove classiviers in setup.py | Aldo Cortesi | 2011-08-07 | 1 | -2/+6 |
| |