aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/filt/filt.js
Commit message (Collapse)AuthorAgeFilesLines
* update compiled mitmweb assetsMaximilian Hils2018-06-151-1/+1
|
* Fix crash when using body filters (#2744)Wouter Visser2018-01-021-4/+4
| | | | | fix crash when using body filters They still don't work, but at least the web interface won't crash.
* change import of prop-typescle10002017-04-271-1/+1
|
* web: Add websocket filterSachin Kelkar2017-03-061-84/+106
|
* web: Add body filtersSachin Kelkar2017-01-241-276/+426
|
* Merge NullaryExpr, UnaryExpr and BooleanLiteralSachin Kelkar2017-01-231-397/+373
|
* web: Add ~src and ~dst filtersSachin Kelkar2017-01-211-121/+224
|
* web: Add ~http and ~tcp filtersSachin Kelkar2017-01-201-180/+224
|
* web: Add ~marked filterSachin Kelkar2017-01-201-165/+187
|
* fix up web stuffMaximilian Hils2016-02-281-435/+451
|
* move mitmproxy/web to rootMaximilian Hils2016-02-181-0/+1774
|
* move mitmproxyMaximilian Hils2016-02-151-1774/+0
|
* update web builds, use watchifyMaximilian Hils2015-10-081-1/+1
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-2/+2
|
* Add PEG support to gulpfileAldo Cortesi2015-01-031-16/+14
| | | | | - 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-131-82/+162
|
* add filter descriptionsMaximilian Hils2014-12-121-15/+50
|
* web: filteringMaximilian Hils2014-12-121-226/+236
|
* web: implement filtersMaximilian Hils2014-12-121-0/+1647