aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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