Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp key generation. | Aldo Cortesi | 2011-03-18 | 1 | -5/+47 |
| | | | | | | | | | | | 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. | ||||
* | We have to pass -CAcreateserial after all. | Aldo Cortesi | 2011-03-18 | 1 | -0/+1 |
| | |||||
* | Docs, minor cert tweaks. | Aldo Cortesi | 2011-03-18 | 1 | -1/+0 |
| | |||||
* | Improve responsiveness of request and response viewing. | Aldo Cortesi | 2011-03-15 | 1 | -1/+39 |
| | | | | | | | | - Computing the view of a large body is expensive, so we introduce an LRU cache to hold the latest 20 results. - Use ListView more correctly, passing it individual urwid.Text snippets, rather than a single large one. This hugely improves render time. | ||||
* | We no longer use pytz. | Aldo Cortesi | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | Fix stickycookie setting, indented view traceback. | Aldo Cortesi | 2011-03-13 | 1 | -0/+1 |
| | |||||
* | Think harder about timestamps. Just save seconds since the epoch as a float. | Aldo Cortesi | 2011-03-09 | 1 | -4/+5 |
| | |||||
* | Store timestamps on flow components as a UTC time tuple. | Aldo Cortesi | 2011-03-07 | 1 | -2/+10 |
| | | | | | | Format is: (tm_year,tm_mon,tm_mday,tm_hour,tm_min, tm_sec,tm_wday,tm_yday,tm_isdst) | ||||
* | Minor housekeeping - unused code, nocover directives. | Aldo Cortesi | 2011-02-24 | 1 | -10/+0 |
| | | | | 95% test coverage. | ||||
* | More mature sticky cookie primitive. Use it in console.py. | Aldo Cortesi | 2011-02-24 | 1 | -0/+8 |
| | |||||
* | Clean up and strip down netstrings module. | Aldo Cortesi | 2011-02-20 | 1 | -8/+5 |
| | |||||
* | Revamp SSL configuration. | Aldo Cortesi | 2011-02-20 | 1 | -49/+9 |
| | | | | | | | | - Move option parsing utiliities to proxy.py - Don't have a global config object. Pass it as an argument to ProxyServer. - Simplify certificate generation logic. | ||||
* | Clean up certificate generation. | Aldo Cortesi | 2011-02-20 | 1 | -137/+88 |
| | | | | | | | | | | | | - Use templates for config files. We can re-introduce customization of the certificate attributes when we need them. - Split CA and cert generation into separate functions. - Generation methods provide an error return when generation fails. - When the user explicitly specifies a certificate, we don't generate it, but fail if it doesn't exist. | ||||
* | Add file writing to mitmdump. | Aldo Cortesi | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | Extract common SSL certificate option processing | Henrik Nordstrom | 2011-02-16 | 1 | -1/+17 |
| | |||||
* | Extract common SSL certificate options into a group. | Aldo Cortesi | 2011-02-16 | 1 | -0/+29 |
| | | | | Use this only in mitmdump and mitmproxy for now. | ||||
* | Implement a dummy CA | Henrik Nordstrom | 2011-02-10 | 1 | -19/+152 |
| | |||||
* | Import cache store control into console controller | Henrik Nordstrom | 2011-02-10 | 1 | -1/+10 |
| | |||||
* | Sort header names for a predictable result | Henrik Nordstrom | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | Move try_del to utils | Henrik Nordstrom | 2011-02-10 | 1 | -0/+7 |
| | |||||
* | Further fine-tuning for pretty_xmlish. | Aldo Cortesi | 2011-02-06 | 1 | -8/+8 |
| | |||||
* | Rip out BeautifulSoup, and use a custom XML-ish prettyprinter. | Aldo Cortesi | 2011-02-06 | 1 | -9/+41 |
| | |||||
* | Add timestamps to flows. | Aldo Cortesi | 2011-02-03 | 1 | -1/+7 |
| | | | | | For now, these are only displayed on the connection view screen, with second granularity. | ||||
* | Make pretty-printing more robust. | Aldo Cortesi | 2011-01-28 | 1 | -2/+3 |
| | | | | | | Also, since BeautifulSoup is so damn slow, print a statusbar message saying that we're calculating a pretty version of the response. Maybe I should add hangman or something, becuase on a 200k document this can take ages. | ||||
* | Basix XML/HTML pretty-printing in flow viewer. | Aldo Cortesi | 2011-01-27 | 1 | -0/+10 |
| | |||||
* | Add serialization hooks to flows and flow component objects. | Aldo Cortesi | 2011-01-26 | 1 | -0/+10 |
| | |||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+277 |