aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol
Commit message (Expand)AuthorAgeFilesLines
* always add common name as subjectAltNameMaximilian Hils2016-02-041-1/+3
* remove debug outputMaximilian Hils2016-02-041-4/+1
* fix importMaximilian Hils2016-02-041-1/+0
* check for channel error locationMaximilian Hils2016-02-041-0/+4
* fix http2 race conditionThomas Kriechbaumer2016-02-041-14/+53
* cleanupThomas Kriechbaumer2016-02-041-7/+7
* do not send RST if there is not upstream stream openend yetMaximilian Hils2016-02-041-1/+2
* fix exception classesThomas Kriechbaumer2016-02-041-1/+2
* fix locking issuesThomas Kriechbaumer2016-02-041-0/+1
* fix flow == None errorsThomas Kriechbaumer2016-02-041-1/+1
* fix tests and use netlib utilsThomas Kriechbaumer2016-02-041-1/+2
* code formattingThomas Kriechbaumer2016-02-043-10/+11
* fix authority handlingThomas Kriechbaumer2016-02-041-4/+4
* add more tests, improve coverageThomas Kriechbaumer2016-02-041-15/+11
* bump h2 dependency and use latest APIThomas Kriechbaumer2016-02-041-1/+1
* test PushPromise supportThomas Kriechbaumer2016-02-041-2/+9
* increase coverageThomas Kriechbaumer2016-02-043-8/+9
* improve http2 header parsingThomas Kriechbaumer2016-02-041-0/+3
* reuse frame reading snippetThomas Kriechbaumer2016-02-041-5/+1
* split files into http, http1, and http2Thomas Kriechbaumer2016-02-044-421/+452
* cleanup lock usageThomas Kriechbaumer2016-02-041-1/+1
* remove manual settings acknowledgeThomas Kriechbaumer2016-02-041-15/+0
* implemented push promiseThomas Kriechbaumer2016-02-041-5/+17
* fix flow control on closed streamsThomas Kriechbaumer2016-02-041-2/+2
* fix errors in http body parsingThomas Kriechbaumer2016-02-041-0/+6
* fix private API and RstStream issuesThomas Kriechbaumer2016-02-041-11/+14
* update hyper-h2 exception handlingThomas Kriechbaumer2016-02-041-1/+1
* cleanup codeThomas Kriechbaumer2016-02-041-50/+56
* remove form_out todoThomas Kriechbaumer2016-02-041-1/+0
* use proper exception classesThomas Kriechbaumer2016-02-041-5/+1
* --wip--Thomas Kriechbaumer2016-02-041-8/+23
* improved zombie detectionThomas Kriechbaumer2016-02-041-61/+71
* --wip--Thomas Kriechbaumer2016-02-041-12/+33
* add todo noteThomas Kriechbaumer2016-02-041-0/+2
* improve flow controlThomas Kriechbaumer2016-02-041-4/+15
* propagate GoAway to the other sideThomas Kriechbaumer2016-02-041-0/+8
* --wip--Thomas Kriechbaumer2016-02-041-126/+294
* fix #861, fix #888Maximilian Hils2016-02-021-2/+14
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-274-9/+23
* cleanup importsThomas Kriechbaumer2016-01-274-6/+7
* Include raw client hello in exceptionDavid Weinstein2016-01-261-3/+3
* Log exceptions parsing TlsClientHello in TlsLayerDavid Weinstein2016-01-261-4/+7
* remove client_tls property from TlsLayerDavid Weinstein2016-01-261-4/+0
* add TlsClientHello reprDavid Weinstein2016-01-261-0/+5
* Add ignore based on TLS ClientHello SNIDavid Weinstein2016-01-232-51/+79
* remove unnecessary source_address from proxy modesSandor Nemes2016-01-181-1/+1
* Minor aesthetic fixes.Sandor Nemes2016-01-182-5/+5
* Merge branch 'master' into masterSandor Nemes2016-01-171-2/+17
|\
| * Merge pull request #872 from bazzinotti/inline-tcpMaximilian Hils2016-01-171-2/+17
| |\
| | * Add Inline Script Hooks to TCP modeMichael J. Bazzinotti2016-01-101-2/+17