aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* fix testsMaximilian Hils2014-11-151-0/+1
|
* Merge pull request #410 from JustusW/masterMaximilian Hils2014-11-151-0/+4
|\ | | | | Added HAR generation as inline script
| * Updated setup.py and moved requirements to examples section. Included ↵Justus Wingert2014-11-151-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 Wingert2014-11-151-0/+1
| | | | | | | | HAREncodable. Added missing parameter in reset(). Fixed accessing headers.
| * Hopefully fixed dependency fuckup.Justus Wingert2014-11-151-1/+1
| |
| * Added script dependencie to harparser.Justus Wingert2014-11-151-0/+1
| |
* | Remove sortedcontainers from deps - we don't use itAldo Cortesi2014-11-151-1/+0
| |
* | First-order integration of configargparser to add config file supportAldo Cortesi2014-11-151-2/+5
|/
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-11-111-10/+1
|\
| * Remove entry points in favor of vanilla scripts, fix test-releaseAldo Cortesi2014-11-111-10/+1
| |
* | be more explicit about requirementsMaximilian Hils2014-11-111-2/+2
|/
* We don't need requests for mitmproxyAldo Cortesi2014-11-051-2/+1
|
* distutils -> setuptoolsMaximilian Hils2014-10-011-78/+21
|
* Add tornado dependency, serve index fileAldo Cortesi2014-09-141-1/+2
|
* update distribution: pip install now works on WindowsMaximilian Hils2014-09-091-34/+71
|
* Drop usage of obsolete function "file"Seppo Yli-Olli2014-08-291-2/+2
| | | Also use context manager
* add trove classifier for Python 2Maximilian Hils2014-08-191-0/+1
|
* 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.