Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix windows tests, include improvements from 0.10.1 | Maximilian Hils | 2014-03-08 | 1 | -0/+1 |
| | |||||
* | Bump version | Maximilian Hils | 2014-02-11 | 1 | -1/+1 |
| | | | Do it now already so that mitmproxy will warn the user if netlib is not from master. | ||||
* | Bump version | Aldo Cortesi | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Version bump. | Aldo Cortesi | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Version bump, doc extension, URLs to github.com/mitmproxy/* | Aldo Cortesi | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | Bump version number. | Aldo Cortesi | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy. | Aldo Cortesi | 2012-04-24 | 1 | -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 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 | ||||
* | Start preparing for 0.7 | Aldo Cortesi | 2012-02-19 | 1 | -1/+1 |
| | | | | Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version. | ||||
* | Replaced unnecessary lists with generators | András Veres-Szentkirályi | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Prep for 0.6 release. | Aldo Cortesi | 2011-08-06 | 1 | -1/+1 |
| | | | | | | - Update contributors file. - Bump version number - Include version number in docs | ||||
* | Prep for 0.5 release | Aldo Cortesi | 2011-06-27 | 1 | -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 Cortesi | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | Move version constants to version.py, add version to serialized flows. | Aldo Cortesi | 2011-03-09 | 1 | -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. |