aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix #2065 by setting correct content encoding for brotliJett2017-02-261-1/+1
|
* optmanager: coverage++ (#2062)Thomas Kriechbaumer2017-02-252-9/+15
|
* http: coverage++ (#2060)Thomas Kriechbaumer2017-02-242-2/+25
|
* move tests around (#2059)Thomas Kriechbaumer2017-02-242-225/+232
|
* move tests around (#2058)Thomas Kriechbaumer2017-02-243-67/+68
|
* Merge pull request #2057 from Kriechi/flowfilter-coverageThomas Kriechbaumer2017-02-246-4/+105
|\ | | | | flowfilter: coverage++
| * flowfilter: coverage++Thomas Kriechbaumer2017-02-246-4/+105
|/
* Merge pull request #2050 from Kriechi/create_connectionThomas Kriechbaumer2017-02-2438-254/+210
|\ | | | | nuke tcp.Address and add proper IPv6 support
| * fix constant definitionMaximilian Hils2017-02-241-4/+3
| |
| * nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-2438-254/+211
|/
* Merge pull request #2055 from Kriechi/http2-normalize-headersThomas Kriechbaumer2017-02-231-2/+0
|\ | | | | http2: normalize headers before sending
| * http2: normalize headers before sendingThomas Kriechbaumer2017-02-231-2/+0
| |
* | Merge pull request #2048 from ujjwal96/ipv6-addressesMaximilian Hils2017-02-222-2/+13
|\ \ | |/ |/| Absolute IPv6 addresses supported
| * minor changesMaximilian Hils2017-02-211-3/+6
| |
| * Absolute IPv6 addresses supportedUjjwal Verma2017-02-202-1/+9
| |
* | Merge pull request #2018 from dlenski/save_mitm_certThomas Kriechbaumer2017-02-213-2/+9
|\ \
| * | update compatThomas Kriechbaumer2017-02-211-1/+1
| | |
| * | minor adjustmentsMaximilian Hils2017-02-212-4/+3
| | |
| * | store generated cert for each flowDaniel Lenski2017-02-214-0/+8
|/ / | | | | | | fixes #1935
* | lint!Thomas Kriechbaumer2017-02-211-0/+2
| |
* | bump dev versionThomas Kriechbaumer2017-02-212-1/+5
| |
* | update CHANGELOG with 2.0.0 releaseThomas Kriechbaumer2017-02-211-0/+23
| |
* | Update README.mdMaximilian Hils2017-02-211-1/+1
| |
* | Update README.mdMaximilian Hils2017-02-211-0/+1
| |
* | [web] yarn? yarn.Maximilian Hils2017-02-212-32/+5318
| |
* | Merge pull request #2051 from MatthewShao/fix-#1928-@concurrent-in-OOPMaximilian Hils2017-02-213-1/+36
|\ \ | | | | | | Fix #1928, @concurrent decorator in class
| * | docs++Maximilian Hils2017-02-211-0/+1
| | |
| * | Add test for @concurrent decorator in class.Matthew Shao2017-02-212-0/+31
| | |
| * | Fix #1928, @concurrent decorator now works for class methods.Matthew Shao2017-02-211-1/+4
| |/
* / update mitmweb resourcesMaximilian Hils2017-02-213-428/+746
|/
* Merge pull request #2047 from Kriechi/lymanZerga11-patch-1Thomas Kriechbaumer2017-02-201-3/+3
|\ | | | | improve tests
| * improve testThomas Kriechbaumer2017-02-201-3/+3
|/
* Merge pull request #2017 from lymanZerga11/patch-1Thomas Kriechbaumer2017-02-202-3/+25
|\ | | | | Catch ValueErrors from url.parse()
| * Update test_flowlist.pylymanZerga112017-02-141-4/+3
| |
| * Update test_flowlist.pylymanZerga112017-02-141-13/+4
| |
| * Update test_flowlist.pylymanZerga112017-02-131-4/+5
| |
| * Update test_flowlist.pylymanZerga112017-02-131-1/+0
| |
| * Update test_flowlist.pylymanZerga112017-02-131-3/+3
| |
| * Update test_flowlist.pylymanZerga112017-02-121-2/+2
| |
| * Update test_flowlist.pylymanZerga112017-02-121-7/+5
| |
| * Create test_flowlist.pylymanZerga112017-02-121-0/+33
| |
| * Catch ValueErrors from url.parse()lymanZerga112017-02-121-3/+4
| |
* | Merge pull request #2046 from Kriechi/krsoninikhil-debugThomas Kriechbaumer2017-02-201-3/+8
|\ \ | | | | | | improve tests
| * | improve testsThomas Kriechbaumer2017-02-201-3/+8
|/ /
* | Merge pull request #2041 from krsoninikhil/debugThomas Kriechbaumer2017-02-202-1/+7
|\ \ | | | | | | Adds PyInstaller build indicator to --version argument
| * | Adds test for pyinstaller indicatorNikhil Soni2017-02-191-0/+2
| | |
| * | Adds PyInstaller build indicator to --version argumentNikhil Soni2017-02-181-1/+5
| | |
* | | Merge pull request #2045 from Kriechi/protobufThomas Kriechbaumer2017-02-206-28/+57
|\ \ \ | | | | | | | | protobuf: coverage++
| * | | protobuf: coverage++Thomas Kriechbaumer2017-02-196-28/+57
|/ / /
* | | Merge pull request #2043 from Kriechi/http2Maximilian Hils2017-02-184-143/+77
|\ \ \ | | | | | | | | http2: disable priority forwarding