aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/filt.py
Commit message (Expand)AuthorAgeFilesLines
* Fix minor error in filter help.Aldo Cortesi2012-07-061-1/+2
* Add a domain match filter (~d regex)Aldo Cortesi2012-07-061-0/+8
* Minor cruft removal.Aldo Cortesi2012-04-091-1/+0
* Add a hooks mechanism, based on filter expressions.Aldo Cortesi2012-03-161-0/+1
* Make "~q" filter work more intuitively.Aldo Cortesi2012-02-231-2/+3
* Refactor filter matching.Aldo Cortesi2012-02-231-71/+49
* Fix bug in method filter matching.Aldo Cortesi2012-02-191-3/+1
* Firm up reverse proxy specification.Aldo Cortesi2012-02-181-1/+3
* Add filter for detecting flows with errors.Aldo Cortesi2012-02-101-17/+25
* Expand test coverage.Aldo Cortesi2012-02-101-8/+8
* Add support for filtering by HTTP method (get, post, etc.) using ~m operator.Mark E. Haase2011-12-281-1/+14
* Replaced unnecessary lists with generatorsAndrás Veres-Szentkirályi2011-08-181-3/+3
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-041-15/+15
* General cleanup.Aldo Cortesi2011-08-021-1/+1
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-141-1/+1
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-2/+2
* Show error if compiling of an expression fails.Thomas Roth2010-02-261-1/+3
* Small improvement in regular expression compiler exception handling.Thomas Roth2010-02-251-6/+2
* Fixes crash on illegal regular expression for interception.Thomas Roth2010-02-241-3/+9
* Initial checkin.Aldo Cortesi2010-02-161-0/+316