aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/filt
Commit message (Collapse)AuthorAgeFilesLines
* change import of prop-typescle10002017-04-271-1/+1
|
* Match ~d and ~u filters against pretty_host toodequis2017-03-141-1/+1
| | | | | Changed the ~u filter in the console UI to match the behavior of mitmweb, which only matches against pretty_url, never against url.
* web: Add websocket filterSachin Kelkar2017-03-062-84/+111
|
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-2/+2
|
* web: Add body filtersSachin Kelkar2017-01-242-276/+453
|
* Merge NullaryExpr, UnaryExpr and BooleanLiteralSachin Kelkar2017-01-232-421/+392
|
* web: Add ~src and ~dst filtersSachin Kelkar2017-01-212-132/+256
|
* web: Add ~http and ~tcp filtersSachin Kelkar2017-01-202-181/+235
|
* web: Add ~marked filterSachin Kelkar2017-01-202-170/+197
|
* fix up web stuffMaximilian Hils2016-02-282-436/+451
|
* move mitmproxy/web to rootMaximilian Hils2016-02-182-0/+2023
|
* move mitmproxyMaximilian Hils2016-02-152-2023/+0
|
* update web builds, use watchifyMaximilian Hils2015-10-081-1/+1
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-172-4/+4
|
* Add PEG support to gulpfileAldo Cortesi2015-01-032-26/+26
| | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-301-3/+7
|
* web: filter/highlight ui, many fixesMaximilian Hils2014-12-132-95/+177
|
* add filter descriptionsMaximilian Hils2014-12-122-30/+100
|
* web: filteringMaximilian Hils2014-12-122-226/+237
|
* web: implement filtersMaximilian Hils2014-12-122-25/+1788
|
* web: add filter grammarMaximilian Hils2014-12-111-0/+93