aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* web: fight against react-routerMaximilian Hils2014-12-128-19/+1825
* web: implement filtersMaximilian Hils2014-12-126-52/+1841
* Merge pull request #414 from mitmproxy/flowviews2Aldo Cortesi2014-12-1249-30328/+16583
|\
| * web: add filter grammarMaximilian Hils2014-12-112-2321/+93
| * web: add file menu stubMaximilian Hils2014-12-103-46/+2494
| * web: implement settings store, modularize storeMaximilian Hils2014-12-109-204/+321
| * web: take viewport resize into accountMaximilian Hils2014-12-104-58/+105
| * web: add event store, fix all those bugsMaximilian Hils2014-12-1017-507/+335
| * generalize storeMaximilian Hils2014-12-095-241/+259
| * always use the app dispatcherMaximilian Hils2014-12-0924-16210/+2491
| * web: various improvementsMaximilian Hils2014-11-297-58/+168
| * event log: virtual scrollingMaximilian Hils2014-11-285-75/+137
| * web: add virtualscroll mixinMaximilian Hils2014-11-284-96/+143
| * web: various fixes, add clear buttonMaximilian Hils2014-11-289-70/+156
| * web: virtual scrollingMaximilian Hils2014-11-284-96/+190
| * web: fixesMaximilian Hils2014-11-273-26/+42
| * format codeMaximilian Hils2014-11-2713-296/+306
| * web++Maximilian Hils2014-11-2712-423/+477
| * web: update dependenciesMaximilian Hils2014-11-274-13039/+11952
| * introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-2613-327/+679
* | Merge pull request #425 from tekii/masterMaximilian Hils2014-12-113-10/+23
|\ \
| * | append file mode for saving flows merged to masterMarcelo Glezer2014-12-113-10/+23
| * | Merge remote-tracking branch 'base/master'Marcelo Glezer2014-12-1170-781/+1979
| |\ \ | |/ / |/| |
* | | fix #304Maximilian Hils2014-12-091-1/+25
* | | fix #411Maximilian Hils2014-12-081-3/+3
* | | fix #419Maximilian Hils2014-12-081-1/+10
* | | fix HTTPResponse creationMaximilian Hils2014-12-041-2/+1
* | | fix testsMaximilian Hils2014-12-012-9/+17
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-12-012-8/+2
|\ \ \
| * \ \ Merge pull request #416 from elimisteve/patch-1Maximilian Hils2014-11-291-7/+1
| |\ \ \
| | * | | README: Fixed double-quote and whitespace issuesSteve Phillips2014-11-291-7/+1
| |/ / /
| * | | Merge pull request #415 from gabe-k/flowbasic-fixMaximilian Hils2014-11-281-1/+1
| |\ \ \
| | * | | Changed argument name from confdir to cadir in flowbasic exampleGabriel Kirkpatrick2014-11-281-1/+1
| |/ / /
* | | | add inline script example for websocket passthrough, fix #340Maximilian Hils2014-12-012-0/+33
* | | | make header processing configurable by inline scripts, refs #340Maximilian Hils2014-12-011-11/+15
|/ / /
* | | fix #413Maximilian Hils2014-11-281-3/+4
* | | fix error htmlMaximilian Hils2014-11-261-1/+1
| |/ |/|
* | fix limit_txt, fix #412Maximilian Hils2014-11-231-2/+2
* | retain raw filter str on filt objectsMaximilian Hils2014-11-222-5/+7
* | add sni support to LiveConnection.change_serverMaximilian Hils2014-11-191-2/+11
* | fix testsMaximilian Hils2014-11-152-2/+3
* | Merge pull request #410 from JustusW/masterMaximilian Hils2014-11-153-1/+217
|\ \
| * | Added try/except block for import errors with harparser and pytz.Justus Wingert2014-11-151-2/+8
| * | Updated setup.py and moved requirements to examples section. Included example...Justus Wingert2014-11-153-17/+27
| * | Switched to pytz. Added comment for clarification on behaviour of HAREncodabl...Justus Wingert2014-11-152-15/+9
| * | It seems get_decoded_content can actually be shorter than content due to enco...Justus Wingert2014-11-151-1/+1
| * | Removed the globals and replaced them with internal attributes of _HARLog. Mi...Justus Wingert2014-11-151-34/+46
| * | Hopefully fixed dependency fuckup.Justus Wingert2014-11-151-1/+1
| * | Added script dependencie to harparser.Justus Wingert2014-11-151-0/+1
| * | Typo...Justus Wingert2014-11-151-1/+1