aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removed imports left unused after Py{OpenSSL,ASN1}András Veres-Szentkirályi2012-03-011-1/+1
* Use PyOpenSSL and PyASN1 for certificate parsing.Aldo Cortesi2012-03-014-149/+191
* Factor out cert operations in to certutils.py.Aldo Cortesi2012-02-292-63/+69
* 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-274-1/+114
* Add upstream certificate lookup.Aldo Cortesi2012-02-273-3/+76
* Unit test++.Aldo Cortesi2012-02-254-5/+30
* Fix detection of URL-encoded forms.Aldo Cortesi2012-02-241-1/+10
* Make "~q" filter work more intuitively.Aldo Cortesi2012-02-231-4/+2
* Refactor filter matching.Aldo Cortesi2012-02-231-14/+20
* Create ODictCaseless for headers, use vanilla ODict for everything else.Aldo Cortesi2012-02-203-36/+50
* Use ODict for request.get_form_urlencoded and set_form_urlencodedAldo Cortesi2012-02-201-3/+3
* Unit test import cleanups.Aldo Cortesi2012-02-209-19/+14
* Use ODict for Request.get_query and Request.set_queryAldo Cortesi2012-02-201-3/+3
* Rename Headers class to ODictAldo Cortesi2012-02-204-58/+62
* Add "p" key binding to connection list view to copy a flow.Aldo Cortesi2012-02-191-0/+2
* Add API for duplicating flows.Aldo Cortesi2012-02-181-0/+18
* 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
* Repair unit tests.Aldo Cortesi2012-02-182-32/+1
* 100% test coverage for flow.pyAldo Cortesi2012-02-102-0/+16
* Make filter matching act more sensibly.Aldo Cortesi2012-02-102-4/+9
* Add filter for detecting flows with errors.Aldo Cortesi2012-02-101-1/+9
* Expand test coverage.Aldo Cortesi2012-02-105-3/+65
* Methods for getting and setting form urlencoded data on Request.Aldo Cortesi2012-02-101-0/+12
* Add get_query and set_query methods to Request.Aldo Cortesi2012-02-091-5/+28
* Refactor console.Aldo Cortesi2012-02-071-11/+12
* Fix unit tests broken during previous commit.Aldo Cortesi2012-01-211-4/+4
* Fix an issue caused by some editors when editing a request/response body.Aldo Cortesi2012-01-213-5/+3
* Add support for filtering by HTTP method (get, post, etc.) using ~m operator.Mark E. Haase2011-12-281-0/+8
* Add HTTP body size limit specification to command-line tools.Aldo Cortesi2011-09-091-1/+13
* Basic infrastructure for request and response body size limits.Aldo Cortesi2011-09-092-6/+37
* Improve robustness against invalid data.Aldo Cortesi2011-09-051-0/+3
* Add attribution and license for tnetstring.pyAldo Cortesi2011-08-191-0/+1
* Move to typed netstrings for serialization.Aldo Cortesi2011-08-191-65/+0
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-048-18/+11
* Move script.Context to flow.ScriptContextAldo Cortesi2011-08-041-5/+8
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-043-5/+5
* Further interface cleaning.Aldo Cortesi2011-08-032-6/+6
* Clean up interfaces by making some methods pseudo-private.Aldo Cortesi2011-08-031-23/+23
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-037-375/+375
* Enable "|" command to run a oneshot script on a single flow.Aldo Cortesi2011-08-031-8/+0
* Add script hooks, enable new engine for mitmdump.Aldo Cortesi2011-08-035-31/+68
* Rip out old script interface, start replacing with new stubs.Aldo Cortesi2011-08-0310-53/+55
* Start stubbing out a much more powerful script architecture.Aldo Cortesi2011-08-033-0/+47
* Refresh current connection when toggling autodecode.Aldo Cortesi2011-08-022-6/+5
* Unit test++Aldo Cortesi2011-08-023-21/+69
* General cleanup.Aldo Cortesi2011-08-023-25/+3