Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move from requests to human_curl. | Aldo Cortesi | 2012-06-09 | 1 | -9/+12 | |
| | | | | | It turns out that _none_ of the Python stdlib or anything that relies on it supports CONNECT through a proxy. Beggars belief, but there you go. | |||||
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -2/+19 | |
| | ||||||
* | Move pathod service testing truss to nose. | Aldo Cortesi | 2012-06-09 | 1 | -25/+18 | |
| | ||||||
* | Start conversion to nose. | Aldo Cortesi | 2012-06-09 | 1 | -0/+39 | |
| | | | | RIP pry. | |||||
* | Shift mitmproxy test suite over to pathod. | Aldo Cortesi | 2012-06-08 | 1 | -25/+43 | |
| | | | | This opens a whole brave new world of testing for mitmproxy. | |||||
* | 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 | |||||
* | Create ODictCaseless for headers, use vanilla ODict for everything else. | Aldo Cortesi | 2012-02-20 | 1 | -2/+2 | |
| | ||||||
* | Unit test import cleanups. | Aldo Cortesi | 2012-02-20 | 1 | -4/+4 | |
| | ||||||
* | Rename Headers class to ODict | Aldo Cortesi | 2012-02-20 | 1 | -2/+2 | |
| | | | | | ODict is an ordered dictionary class that will be useful in many other parts of our API. | |||||
* | Basic infrastructure for request and response body size limits. | Aldo Cortesi | 2011-09-09 | 1 | -1/+1 | |
| | ||||||
* | Further interface cleaning. | Aldo Cortesi | 2011-08-03 | 1 | -1/+1 | |
| | ||||||
* | Move all HTTP objects to flow.py | Aldo Cortesi | 2011-08-03 | 1 | -7/+7 | |
| | | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers. | |||||
* | General cleanup. | Aldo Cortesi | 2011-08-02 | 1 | -1/+1 | |
| | | | | | Cut out unused variables and code, generally shut up pychecker as much as is reasonable. | |||||
* | Add a new flow loading mechanism. | Aldo Cortesi | 2011-05-15 | 1 | -0/+7 | |
| | | | | | We now simulate the normal connection flow when we load flows. That means that we can run scripts, hooks, sticky cookies, etc. | |||||
* | Revamp key generation. | Aldo Cortesi | 2011-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | We now create three different files in the .mitmproxy directory when a dummy CA is made: mitmproxy-ca.pem - the CA, including private key mitmproxy-ca-cert.p12 - A pkcs12 version of the certificate, for distribution to Windows. mitmproxy-ca-cert.pem - A PEM version of the certificate, for distribution to everyone else. | |||||
* | Fix hang on shutdown. | Aldo Cortesi | 2011-03-15 | 1 | -0/+1 | |
| | ||||||
* | Add client replay options to mitmdump. | Aldo Cortesi | 2011-03-06 | 1 | -2/+0 | |
| | ||||||
* | Reorganize test suite to remove confusion between test utils and libmproxy ↵ | Aldo Cortesi | 2011-03-05 | 1 | -0/+111 | |
utils. |