aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* suppress SPDY/HTTP2 announcement headers, fix #277Maximilian Hils2014-08-031-6/+0
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-101-8/+0
* Fix pretty_size unit tests.Aldo Cortesi2013-08-231-1/+1
* Move cleanBin and hexdump into netutils.Aldo Cortesi2012-09-241-11/+0
* removed unused importsAndrás Veres-Szentkirályi2012-07-151-2/+1
* Refactor protocol.py to remove dependence on flow and utils.Aldo Cortesi2012-06-171-26/+0
* Start conversion to nose.Aldo Cortesi2012-06-091-172/+138
* Fix a crashing bug when replacing text in a flow with unicode bodies.Aldo Cortesi2012-05-251-0/+5
* Integrate lxml for pretty-printing HTML and XML.Aldo Cortesi2012-04-071-58/+0
* Add a variant of cleanBin that escapes newlines and tabs.Aldo Cortesi2012-03-271-0/+10
* Add a simple parser for content type specifications.Aldo Cortesi2012-03-201-0/+11
* Cleanliness fixes.Aldo Cortesi2012-03-121-0/+1
* Removed imports left unused after Py{OpenSSL,ASN1}András Veres-Szentkirályi2012-03-011-1/+1
* Factor out cert operations in to certutils.py.Aldo Cortesi2012-02-291-63/+0
* Repair unit tests.Aldo Cortesi2012-02-271-3/+2
* Fix cert generation harder.Aldo Cortesi2012-02-271-1/+3
* Better certificate parsing.Aldo Cortesi2012-02-271-0/+6
* Add upstream certificate lookup.Aldo Cortesi2012-02-271-3/+15
* Unit test import cleanups.Aldo Cortesi2012-02-201-3/+3
* Firm up what we consider to be a valid proxy spec.Aldo Cortesi2012-02-181-0/+1
* Firm up reverse proxy specification.Aldo Cortesi2012-02-181-0/+9
* Refactor reverse proxyingAldo Cortesi2012-02-181-0/+8
* Expand test coverage.Aldo Cortesi2012-02-101-1/+11
* Fix unit tests broken during previous commit.Aldo Cortesi2012-01-211-4/+4
* Add HTTP body size limit specification to command-line tools.Aldo Cortesi2011-09-091-1/+13
* Improve robustness against invalid data.Aldo Cortesi2011-09-051-0/+3
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-1/+1
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-104/+25
* Unit test++Aldo Cortesi2011-08-021-0/+7
* General cleanup.Aldo Cortesi2011-08-021-23/+1
* Add utility functions to search and replace strings in flowsAldo Cortesi2011-07-221-0/+9
* Adds support for content encoding, namely gip and deflatealts2011-07-161-1/+1
* Add a pretty-printing mode for urlencoded form data.Aldo Cortesi2011-07-151-0/+7
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-141-92/+22
* JSON pretty-printing.Aldo Cortesi2011-06-301-1/+9
* Try not to hang when user views large request & response bodiesAldo Cortesi2011-06-271-0/+8
* Add a hideous kludge to fix not-yet-valid certificates.Aldo Cortesi2011-06-111-0/+2
* Revamp key generation.Aldo Cortesi2011-03-181-0/+6
* Improve responsiveness of request and response viewing.Aldo Cortesi2011-03-151-0/+31
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-071-1/+1
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-3/+0
* Revamp SSL configuration.Aldo Cortesi2011-02-201-0/+6
* Clean up certificate generation.Aldo Cortesi2011-02-201-11/+33
* Further fine-tuning for pretty_xmlish.Aldo Cortesi2011-02-061-1/+4
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-7/+53
* Add timestamps to flows.Aldo Cortesi2011-02-031-1/+7
* UI tweaksAldo Cortesi2011-01-301-1/+0
* Nicer statusbar messages, with timed expiry.Aldo Cortesi2011-01-281-1/+1
* Make pretty-printing more robust.Aldo Cortesi2011-01-281-0/+5
* Basix XML/HTML pretty-printing in flow viewer.Aldo Cortesi2011-01-271-0/+7