aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/filt.py
Commit message (Expand)AuthorAgeFilesLines
* improve HTTPRequest syntaxMaximilian Hils2014-09-031-2/+2
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-2/+2
* fix #307Maximilian Hils2014-08-031-8/+17
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-1/+2
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-061-1/+1
* bring failing tests back into the double-digit rangeMaximilian Hils2014-01-311-1/+1
* Silence pyflakesAldo Cortesi2014-01-191-1/+1
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
* Add application/javascript to ~a filter asset matcher.Aldo Cortesi2012-08-301-0/+2
* Add an ~a filter expression, matching an asset content type in responses.Aldo Cortesi2012-07-141-1/+26
* 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