Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup lock usage | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | remove manual settings acknowledge | Thomas Kriechbaumer | 2016-02-04 | 1 | -15/+0 |
* | implemented push promise | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+17 |
* | fix flow control on closed streams | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+2 |
* | fix errors in http body parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+6 |
* | fix private API and RstStream issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -11/+14 |
* | update hyper-h2 exception handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | cleanup code | Thomas Kriechbaumer | 2016-02-04 | 1 | -50/+56 |
* | remove form_out todo | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+0 |
* | use proper exception classes | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+1 |
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -8/+23 |
* | improved zombie detection | Thomas Kriechbaumer | 2016-02-04 | 1 | -61/+71 |
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -12/+33 |
* | add todo note | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+2 |
* | improve flow control | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+15 |
* | propagate GoAway to the other side | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+8 |
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -126/+294 |
* | fix #861, fix #888 | Maximilian Hils | 2016-02-02 | 1 | -2/+14 |
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 4 | -9/+23 |
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 4 | -6/+7 |
* | Include raw client hello in exception | David Weinstein | 2016-01-26 | 1 | -3/+3 |
* | Log exceptions parsing TlsClientHello in TlsLayer | David Weinstein | 2016-01-26 | 1 | -4/+7 |
* | remove client_tls property from TlsLayer | David Weinstein | 2016-01-26 | 1 | -4/+0 |
* | add TlsClientHello repr | David Weinstein | 2016-01-26 | 1 | -0/+5 |
* | Add ignore based on TLS ClientHello SNI | David Weinstein | 2016-01-23 | 2 | -51/+79 |
* | remove unnecessary source_address from proxy modes | Sandor Nemes | 2016-01-18 | 1 | -1/+1 |
* | Minor aesthetic fixes. | Sandor Nemes | 2016-01-18 | 2 | -5/+5 |
* | Merge branch 'master' into master | Sandor Nemes | 2016-01-17 | 1 | -2/+17 |
|\ | |||||
| * | Merge pull request #872 from bazzinotti/inline-tcp | Maximilian Hils | 2016-01-17 | 1 | -2/+17 |
| |\ | |||||
| | * | Add Inline Script Hooks to TCP mode | Michael J. Bazzinotti | 2016-01-10 | 1 | -2/+17 |
* | | | Fixed a problem with the bind address not being used as the source address on... | Sandor Nemes | 2016-01-08 | 2 | -5/+6 |
|/ / | |||||
* / | fix #659 | Maximilian Hils | 2016-01-02 | 1 | -3/+3 |
|/ | |||||
* | fix #847 | Maximilian Hils | 2015-11-27 | 1 | -1/+1 |
* | http: catch all exceptions | Maximilian Hils | 2015-11-26 | 1 | -7/+6 |
* | establish tls with client even if server connection fails | Maximilian Hils | 2015-11-26 | 1 | -2/+1 |
* | fix HTTPS Proxy-Authentication, refs #824 | Maximilian Hils | 2015-11-14 | 1 | -1/+4 |
* | fix #811 | Maximilian Hils | 2015-11-01 | 1 | -6/+5 |
* | fix #786 | Maximilian Hils | 2015-10-03 | 1 | -0/+5 |
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 2 | -6/+5 |
|\ | |||||
| * | adjust to netlib response changes + docs | Maximilian Hils | 2015-09-26 | 2 | -6/+5 |
* | | handle Expect: 100-continue header, fix #770 | Maximilian Hils | 2015-09-28 | 1 | -3/+19 |
|/ | |||||
* | fix replay functionality | Maximilian Hils | 2015-09-19 | 1 | -4/+4 |
* | experimental: don't interfere with headers, fix #93 | Maximilian Hils | 2015-09-18 | 2 | -2/+6 |
* | trigger inline script hooks for artifical responses, fix #775 | Maximilian Hils | 2015-09-18 | 1 | -10/+11 |
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 2 | -7/+7 |
* | move body assembly to netlib | Maximilian Hils | 2015-09-17 | 1 | -11/+2 |
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 5 | -23/+24 |
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 3 | -129/+99 |
* | minor fixes | Maximilian Hils | 2015-09-14 | 1 | -0/+1 |
* | improve display of non-ascii contents | Maximilian Hils | 2015-09-12 | 2 | -7/+14 |