aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor bug fix - messages.py replacearjun234962016-08-291-1/+1
* Added replace for request and headers - Fixed missing replace optionarjun234962016-08-292-5/+6
* Added count argument for replace for contents in bodyarjun234962016-08-261-2/+2
* Merge pull request #1493 from dufferzafar/long-urlsThomas Kriechbaumer2016-08-262-10/+20
|\
| * Show full URL in flowviewShadab Zafar2016-08-231-4/+0
| * Use unicode elipsis & make extra params a part of dictShadab Zafar2016-08-232-16/+16
| * Use terminal width rather than a constantShadab Zafar2016-08-203-10/+12
| * Truncate URLs in consoleShadab Zafar2016-08-202-3/+15
* | Merge pull request #1510 from mkagenius/dividebyzeroThomas Kriechbaumer2016-08-262-0/+4
|\ \
| * | fixing lint errorManish Kumar2016-08-261-0/+1
| * | fixed : Divide by zero error came when string was empty, also a testManish Kumar2016-08-262-1/+4
|/ /
* | allow test classes to dynamically specify ssl contextThomas Kriechbaumer2016-08-241-1/+2
* | refactor httpThomas Kriechbaumer2016-08-241-7/+11
* | ignore all coverage temp filesThomas Kriechbaumer2016-08-241-1/+1
* | wrap long linesThomas Kriechbaumer2016-08-242-4/+24
* | bump h2 dependencyThomas Kriechbaumer2016-08-241-1/+1
* | fix #1504Maximilian Hils2016-08-231-0/+3
* | Merge pull request #1500 from mhils/simple-response-creationMaximilian Hils2016-08-235-15/+73
|\ \
| * | introduce Response.make for simple response creationMaximilian Hils2016-08-235-15/+73
|/ /
* | remove redundant propertyMaximilian Hils2016-08-221-4/+0
* | Merge pull request #1489 from mitmproxy/web_refactorMaximilian Hils2016-08-2218-4276/+1237
|\ \
| * | fix dropdown css, add new selection after deleteClemens2016-08-222-3/+10
| * | fix refactoring bugClemens2016-08-191-2/+2
| * | refactoringClemens2016-08-194-9/+7
| * | add static filesClemens2016-08-183-4053/+1006
| * | refactor contentviews, dropdown, filemenu and footerClemens2016-08-185-93/+83
| * | refactor dropdown menu, view selectorClemens2016-08-184-115/+103
| * | fix viewselector bugClemens2016-08-171-1/+1
| * | refactor codeeditorClemens2016-08-171-2/+1
| * | fix deselection on delete, fix toggleInputButton propsClemens2016-08-172-4/+7
| * | refactor flow menuClemens2016-08-161-1/+5
| * | refactor file up and downloadClemens2016-08-163-30/+49
| * | refactor header_optionsClemens2016-08-162-17/+17
* | | Merge pull request #1490 from mitmproxy/web_write_testsMaximilian Hils2016-08-214-13/+87
|\ \ \ | |_|/ |/| |
| * | added testsClemens2016-08-194-13/+87
|/ /
* | Merge pull request #1486 from dufferzafar/mouse-drag-textMaximilian Hils2016-08-171-1/+1
|\ \
| * | Better status message on mouse dragShadab Zafar2016-08-181-1/+1
|/ /
* | Merge pull request #1484 from mitmproxy/fix-1476Maximilian Hils2016-08-163-30/+35
|\ \
| * | reenable options testThomas Kriechbaumer2016-08-161-13/+13
| * | add regression test for #1476Thomas Kriechbaumer2016-08-161-0/+5
| * | fix #1476Thomas Kriechbaumer2016-08-161-17/+17
|/ /
* | Merge pull request #1481 from Kriechi/http2-simplify-zombiesThomas Kriechbaumer2016-08-162-39/+43
|\ \
| * | http2: cleanupThomas Kriechbaumer2016-08-142-3/+6
| * | http2: simplify zombie detectionThomas Kriechbaumer2016-08-141-36/+37
* | | fix styleThomas Kriechbaumer2016-08-161-1/+1
| |/ |/|
* | Merge pull request #1480 from mhils/reverse-proxy-authThomas Kriechbaumer2016-08-164-13/+55
|\ \
| * | add basic auth support for reverse proxy modeMaximilian Hils2016-08-134-13/+55
* | | Merge pull request #1483 from gzzhanghao/historyMaximilian Hils2016-08-155-47/+63
|\ \ \
| * | | [web] bug fixJason2016-08-161-5/+6
| * | | [web] fix testRegexJason2016-08-151-1/+1