aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/version.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number.Aldo Cortesi2012-05-111-1/+1
|
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-0/+2
| | | | | | | | This commit adds: - A WSGI App adapter for mitmproxy - An app registry in the proxy instance that lets us link WSGI apps with (hostname, port) combinations. - Fixes for a number of bugs discovered while creating this feature.
* 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
* Start preparing for 0.7Aldo Cortesi2012-02-191-1/+1
| | | | Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version.
* Replaced unnecessary lists with generatorsAndrás Veres-Szentkirályi2011-08-181-1/+1
|
* Prep for 0.6 release.Aldo Cortesi2011-08-061-1/+1
| | | | | | - Update contributors file. - Bump version number - Include version number in docs
* Prep for 0.5 releaseAldo Cortesi2011-06-271-1/+1
| | | | | | - Update CHANGELOG and CONTRIBUTORS - Bump version - Include Apple Gamecenter highscore setting tutorial in docs
* I've now added all the features I want for 0.4. Bump the version number.Aldo Cortesi2011-03-131-1/+1
|
* Move version constants to version.py, add version to serialized flows.Aldo Cortesi2011-03-091-0/+2
For now, we don't do anything with the serialized version info, but this should give us some future-proofing for serialization format changes.