| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- Capture the remote SSL certificate
- Expose the remote cert as an attribute on Response
- Expand the certutils.SSLCert interface to expose more cert info
|
|
|
|
| |
Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version.
|
| |
|
|
|
|
|
|
| |
- Update contributors file.
- Bump version number
- Include version number in docs
|
|
|
|
|
|
| |
- Update CHANGELOG and CONTRIBUTORS
- Bump version
- Include Apple Gamecenter highscore setting tutorial in docs
|
| |
|
|
For now, we don't do anything with the serialized version info, but this should
give us some future-proofing for serialization format changes.
|