aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1517 from cortesi/httperrsThomas Kriechbaumer2016-09-012-27/+39
|\ \ | | | | | | Improve the way we handle upstream errors
| * | Improve the way we handle upstream errorsAldo Cortesi2016-09-012-27/+39
|/ / | | | | | | | | | | | | - Don't log a traceback for either HTTP or HTTPS DNS resolution or TCP connection errors. These are "ordinary" errors, not mitmproxy issues. - Ensure that the error handler is correctly called for SSL-related protocol errors.
* | Adjust flowbasic example for Options API changesAldo Cortesi2016-09-011-11/+13
| |
* | Merge pull request #1511 from arjun23496/count_in_replaceThomas Kriechbaumer2016-08-316-9/+38
|\ \ | | | | | | Fixes #1495 - Added count argument for replacing contents in body
| * | Lint fix - minorarjun234962016-08-312-3/+2
| | |
| * | Lint fix - replace testsarjun234962016-08-313-6/+9
| | |
| * | Lint fix - netlib headersarjun234962016-08-311-4/+2
| | |
| * | minor bug fix header replacearjun234962016-08-311-3/+7
| | |
| * | Added tests for replace in request,message,headerarjun234962016-08-314-1/+25
| | |
| * | 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
|\ \ | | | | | | Truncate URLs in console
| * | 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
|\ \ \ | | | | | | | | fixed #1501 : Divide by zero error came when string was empty, also a test
| * | | 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
| | | | | | | | | | | | This fixes a bug with empty HEAD responses: https://github.com/python-hyper/hyper-h2/issues/255
* | | 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 creation
| * | | 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
|\ \ \ | | | | | | | | Web refactor
| * | | 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
|\ \ \ \ | |_|/ / |/| | | [web] add tests
| * | | 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 drag
| * | | Better status message on mouse dragShadab Zafar2016-08-181-1/+1
|/ / /
* | | Merge pull request #1484 from mitmproxy/fix-1476Maximilian Hils2016-08-163-30/+35
|\ \ \ | | | | | | | | fix #1476
| * | | 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
|/ / /