aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-10/+0
| | | | 95% test coverage.
* More mature sticky cookie primitive. Use it in console.py.Aldo Cortesi2011-02-241-0/+8
|
* Clean up and strip down netstrings module.Aldo Cortesi2011-02-201-8/+5
|
* Revamp SSL configuration.Aldo Cortesi2011-02-201-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 Cortesi2011-02-201-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 Cortesi2011-02-171-1/+1
|
* Extract common SSL certificate option processingHenrik Nordstrom2011-02-161-1/+17
|
* Extract common SSL certificate options into a group.Aldo Cortesi2011-02-161-0/+29
| | | | Use this only in mitmdump and mitmproxy for now.
* Implement a dummy CAHenrik Nordstrom2011-02-101-19/+152
|
* Import cache store control into console controllerHenrik Nordstrom2011-02-101-1/+10
|
* Sort header names for a predictable resultHenrik Nordstrom2011-02-101-1/+1
|
* Move try_del to utilsHenrik Nordstrom2011-02-101-0/+7
|
* Further fine-tuning for pretty_xmlish.Aldo Cortesi2011-02-061-8/+8
|
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-9/+41
|
* Add timestamps to flows.Aldo Cortesi2011-02-031-1/+7
| | | | | For now, these are only displayed on the connection view screen, with second granularity.
* Make pretty-printing more robust.Aldo Cortesi2011-01-281-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 Cortesi2011-01-271-0/+10
|
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-0/+10
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+277