aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-1/+1
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-118/+26
* Unit test++Aldo Cortesi2011-08-021-5/+4
* General cleanup.Aldo Cortesi2011-08-021-31/+7
* Changes replace logic to function in both Python 2.6.x and 2.7.xStephen Altamirano2011-07-261-8/+8
* Add utility functions to search and replace strings in flowsAldo Cortesi2011-07-221-0/+15
* Drop cert expiry time to avoid a bug in some OpenSSL versions.Aldo Cortesi2011-07-221-3/+4
* Add a pretty-printing mode for urlencoded form data.Aldo Cortesi2011-07-151-1/+6
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-141-98/+56
* JSON pretty-printing.Aldo Cortesi2011-06-301-0/+9
* Make the certificate wait time configurable.Aldo Cortesi2011-06-271-1/+0
* Try not to hang when user views large request & response bodiesAldo Cortesi2011-06-271-1/+12
* Add a hideous kludge to fix not-yet-valid certificates.Aldo Cortesi2011-06-111-0/+2
* Revamp key generation.Aldo Cortesi2011-03-181-5/+47
* We have to pass -CAcreateserial after all.Aldo Cortesi2011-03-181-0/+1
* Docs, minor cert tweaks.Aldo Cortesi2011-03-181-1/+0
* Improve responsiveness of request and response viewing.Aldo Cortesi2011-03-151-1/+39
* We no longer use pytz.Aldo Cortesi2011-03-141-1/+1
* Fix stickycookie setting, indented view traceback.Aldo Cortesi2011-03-131-0/+1
* Think harder about timestamps. Just save seconds since the epoch as a float.Aldo Cortesi2011-03-091-4/+5
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-071-2/+10
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-10/+0
* 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
* Clean up certificate generation.Aldo Cortesi2011-02-201-137/+88
* 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
* 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
* Make pretty-printing more robust.Aldo Cortesi2011-01-281-2/+3
* 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