aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-105/+0
* tests: use relative importsMaximilian Hils2016-02-021-1/+1
* adjust to new netlib Headers classMaximilian Hils2015-09-051-1/+0
* move code to netlibThomas Kriechbaumer2015-08-101-28/+0
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-011-16/+0
* Add coding style check, reformat.Aldo Cortesi2015-05-301-1/+7
* pretty_size now lives in netlib.utilsAldo Cortesi2015-04-301-10/+5
* Housekeeping and cleanupsAldo Cortesi2015-04-141-1/+2
* Merge pull request #515 from krzysiekbielicki/masterMaximilian Hils2015-03-261-1/+18
|\
| * Added testsKrzysztof Bielicki2015-03-161-1/+18
* | Replace far-too-clever decorator LRU cache with something simplerAldo Cortesi2015-03-221-13/+13
|/
* fixed formatting and added a 'test' (sort of)Marcelo Glezer2015-03-021-0/+2
* added to flowlist / flowdetail time elapsed between request sent and response...Marcelo Glezer2015-02-261-0/+13
* 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