aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
* More browesrification.Aldo Cortesi2014-12-311-48/+209
|
* More conversions to browserifyAldo Cortesi2014-12-301-21/+427
|
* Fix fonts, stylesheets, add much more flexible bootstrap over-rides.Aldo Cortesi2014-12-3021-581/+1524
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-307-43712/+44741
|
* Bump for next dev iterationAldo Cortesi2014-12-301-1/+1
|
* Bump versionAldo Cortesi2014-12-301-2/+2
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-12-295-23/+80
|\
| * Documentation for config filesAldo Cortesi2014-12-281-1/+2
| |
| * Minor improvements to osx binary build processAldo Cortesi2014-12-281-3/+8
| | | | | | | | | | - Add --shortversion on tools to make packaging easier - Automate tarfile generation
| * Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxyAldo Cortesi2014-12-274-10/+98
| |\
| * | Move onboarding app to TornadoAldo Cortesi2014-12-274-20/+71
| | | | | | | | | | | | | | | | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer.
* | | fix #435Maximilian Hils2014-12-291-0/+4
| | |
* | | fix mitmproxy -wMaximilian Hils2014-12-292-7/+7
| |/ |/|
* | web: integrate filter docsMaximilian Hils2014-12-264-10/+98
|/
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-256-89/+114
|
* web: show mitmproxy versionMaximilian Hils2014-12-251-0/+2
|
* web: much ui work, such christmasMaximilian Hils2014-12-254-57/+165
|
* bump version, update release checklistMaximilian Hils2014-12-241-1/+1
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-245-132/+225
|
* web: move eventlog state out of settingsMaximilian Hils2014-12-233-16/+47
|
* fix gzipped body editMaximilian Hils2014-12-231-15/+20
|
* web: intercept featureMaximilian Hils2014-12-2311-108/+206
|
* web: squash bugsMaximilian Hils2014-12-231-16/+12
|
* web: simpler filter uiMaximilian Hils2014-12-232-87/+43
|
* simplify codeMaximilian Hils2014-12-231-19/+13
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-12-233-15/+45
|\
| * --replay_ignore_payload_params added, to filter params in form postsMarcelo Glezer2014-12-183-15/+45
| |
* | highlight ui: complicated versionMaximilian Hils2014-12-221-16/+57
|/
* fix #427, tolerate servers that reject connections without SNIMaximilian Hils2014-12-151-2/+16
|
* allow specification of SSL version, only allow TLS1.0+ by defaultMaximilian Hils2014-12-154-22/+71
|
* web: filter/highlight ui, many fixesMaximilian Hils2014-12-134-124/+427
|
* web: disable autoscroll at topMaximilian Hils2014-12-121-1/+5
|
* web: filteringMaximilian Hils2014-12-121-235/+253
|
* web: fight against react-routerMaximilian Hils2014-12-122-10/+1742
|
* Merge pull request #414 from mitmproxy/flowviews2Aldo Cortesi2014-12-1210-14178/+6173
|\ | | | | Flowviews2
| * web: add filter grammarMaximilian Hils2014-12-111-2321/+0
| |
| * web: add file menu stubMaximilian Hils2014-12-102-37/+2411
| |
| * web: implement settings store, modularize storeMaximilian Hils2014-12-102-100/+174
| |
| * web: take viewport resize into accountMaximilian Hils2014-12-101-52/+77
| |
| * web: add event store, fix all those bugsMaximilian Hils2014-12-103-231/+150
| |
| * generalize storeMaximilian Hils2014-12-093-131/+145
| |
| * always use the app dispatcherMaximilian Hils2014-12-097-7777/+608
| |
| * web: various improvementsMaximilian Hils2014-11-291-29/+84
| |
| * event log: virtual scrollingMaximilian Hils2014-11-281-38/+69
| |
| * web: add virtualscroll mixinMaximilian Hils2014-11-281-48/+71
| |
| * web: various fixes, add clear buttonMaximilian Hils2014-11-283-37/+84
| |
| * web: virtual scrollingMaximilian Hils2014-11-281-48/+95
| |
| * web: fixesMaximilian Hils2014-11-271-13/+21
| |
| * format codeMaximilian Hils2014-11-271-148/+153
| |
| * web++Maximilian Hils2014-11-271-257/+284
| |