aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_filt.py
Commit message (Expand)AuthorAgeFilesLines
* adjust to netlib changesMaximilian Hils2015-09-161-3/+2
* adjust to new netlib Headers classMaximilian Hils2015-09-051-9/+7
* move files aroundMaximilian Hils2015-08-301-1/+1
* Add ~src ~dst REGEX filtersisra172015-07-131-0/+17
* Add coding style check, reformat.Aldo Cortesi2015-05-301-1/+10
* Housekeeping and cleanupsAldo Cortesi2015-04-141-3/+3
* fix #307Maximilian Hils2014-08-031-3/+11
* push failing tests down to 43Maximilian Hils2014-02-041-1/+2
* bring failing tests back into the double-digit rangeMaximilian Hils2014-01-311-23/+20
* Add an ~a filter expression, matching an asset content type in responses.Aldo Cortesi2012-07-141-0/+6
* Add a domain match filter (~d regex)Aldo Cortesi2012-07-061-0/+6
* Add HTTP version to response objects.Aldo Cortesi2012-06-101-0/+1
* Add HTTP version to flow.RequestAldo Cortesi2012-06-101-0/+1
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-11/+2
* Expand SSL cert supportAldo Cortesi2012-04-021-1/+2
* 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-201-2/+2
* Rename Headers class to ODictAldo Cortesi2012-02-201-2/+2
* Add filter for detecting flows with errors.Aldo Cortesi2012-02-101-1/+9
* Expand test coverage.Aldo Cortesi2012-02-101-0/+2
* Add support for filtering by HTTP method (get, post, etc.) using ~m operator.Mark E. Haase2011-12-281-0/+8
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-6/+6
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-1/+1
* drop unused protocol parameter from ResponseHenrik Nordstrom2011-02-151-1/+0
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-1/+1
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-1/+1
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-3/+6
* Initial checkin.Aldo Cortesi2010-02-161-0/+220