Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | --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 |
* | better error messages, remove error cause | Maximilian Hils | 2015-09-11 | 4 | -8/+18 |
* | tls layer: fix early peek | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
* | better exception handling | Maximilian Hils | 2015-09-11 | 3 | -16/+46 |
* | fix chunked encoding | Maximilian Hils | 2015-09-11 | 1 | -8/+14 |
* | polish for release: introduce http2 and rawtcp as command line switches | Maximilian Hils | 2015-09-11 | 2 | -4/+14 |
* | fix exception re-raise | Maximilian Hils | 2015-09-10 | 1 | -1/+1 |
* | start reraising exceptions properly | Maximilian Hils | 2015-09-10 | 1 | -3/+5 |
* | raw tcp mode: use ssl_read_select | Maximilian Hils | 2015-09-10 | 1 | -2/+2 |
* | fix send_response if content is missing | Maximilian Hils | 2015-09-10 | 1 | -0/+2 |
* | simplify streaming http layer | Maximilian Hils | 2015-09-10 | 1 | -11/+11 |
* | http protocol: use new tls attribute | Maximilian Hils | 2015-09-09 | 1 | -1/+1 |
* | expose `next_layer` to inline scripts | Maximilian Hils | 2015-09-07 | 2 | -9/+8 |