aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* add requests to requrements, improve error loggingMaximilian Hils2014-03-191-0/+1
|
* fix windows tests, include improvements from 0.10.1Maximilian Hils2014-03-081-1/+1
|
* Minor cleanups.Aldo Cortesi2014-03-021-1/+1
|
* remove upper bound for Pillow in setup.pyMikhail Korobov2014-02-051-1/+1
|
* Tweak setup.py to allow installs outside source dirAldo Cortesi2014-01-191-1/+7
| | | | Also fix mitmdump version output
* Migrate from Pil to the latest version of Pillow.Tomaz Muraus2014-01-031-1/+1
|
* Update license trove classifier.Aldo Cortesi2013-05-301-1/+1
|
* Update PyOpenSSL version requirement.Aldo Cortesi2013-05-201-1/+1
|
* README, Linux transparent mode docs, requirements additions.Aldo Cortesi2013-05-141-1/+2
|
* Fix crash in client playback.Aldo Cortesi2013-05-051-1/+8
|
* Fix typo in setup.pyAldo Cortesi2013-03-141-1/+1
| | | | Fixes #105
* Sync mitmproxy, pathod and netlib version numbers.Aldo Cortesi2013-03-051-1/+1
|
* Documentation, setup.py updates, styling.Aldo Cortesi2013-01-021-3/+0
|
* We now require Urwid 1.1 or newer.Aldo Cortesi2012-11-231-1/+1
|
* Add dependency reference for netlib.Aldo Cortesi2012-06-281-0/+3
|
* Extract protocol and tcp server implementations into netlib.Aldo Cortesi2012-06-191-1/+1
|
* Note dependency on PyASN1 > 0.1.2 in setup.pyAldo Cortesi2012-04-131-1/+1
|
* Make pypi render our perfectly valid RST description.Aldo Cortesi2012-04-091-1/+1
|
* Expand SSL cert supportAldo Cortesi2012-04-021-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 Cortesi2012-03-261-1/+1
|
* Use PyOpenSSL and PyASN1 for certificate parsing.Aldo Cortesi2012-03-011-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 Cortesi2012-02-251-0/+3
|
* Add README.txt for PyPi.Aldo Cortesi2012-02-251-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.7Aldo Cortesi2012-02-191-4/+2
| | | | Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version.
* added installRory McCann2012-02-071-1/+2
|
* Update trove classiviers in setup.pyAldo Cortesi2011-08-071-2/+6
|
* Spell-check docs, setup.py fixes, add missing files to manifest.Aldo Cortesi2011-03-301-1/+1
|
* Minor fix to setup.py.Aldo Cortesi2011-03-181-2/+2
|
* Fix setup.pyAldo Cortesi2011-02-211-2/+2
|
* Simple record & playback functionalityHenrik Nordstrom2011-02-101-1/+1
|
* Abstract flow management out of the interactive code.Aldo Cortesi2011-01-251-2/+2
|
* Release mitmproxy 0.2Aldo Cortesi2010-03-011-1/+1
|
* Split mitmproxy and mitmdump - mitmdump is the non-interactive verison of ↵Aldo Cortesi2010-03-011-1/+1
| | | | mitmproxy.
* setup.py updates.Aldo Cortesi2010-02-161-13/+6
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+97