Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Thomas Kriechbaumer | 2016-02-04 | 1 | -7/+7 |
| | |||||
* | do not send RST if there is not upstream stream openend yet | Maximilian Hils | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | fix exception classes | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | fix locking issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
| | |||||
* | fix flow == None errors | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | fix tests and use netlib utils | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | code formatting | Thomas Kriechbaumer | 2016-02-04 | 3 | -10/+11 |
| | |||||
* | fix authority handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+4 |
| | |||||
* | add more tests, improve coverage | Thomas Kriechbaumer | 2016-02-04 | 1 | -15/+11 |
| | |||||
* | bump h2 dependency and use latest API | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | test PushPromise support | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+9 |
| | |||||
* | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 3 | -8/+9 |
| | |||||
* | improve http2 header parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+3 |
| | |||||
* | reuse frame reading snippet | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+1 |
| | |||||
* | split files into http, http1, and http2 | Thomas Kriechbaumer | 2016-02-04 | 4 | -421/+452 |
| | |||||
* | 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 |
| | | | | - also add some documentation about ignoring based on SNI | ||||
* | 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 "tcp_message" Inline Script Hook | ||||
| | * | 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 ↵ | Sandor Nemes | 2016-01-08 | 2 | -5/+6 |
|/ / | | | | | | | on outgoing TCP packets | ||||
* / | 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 |
| |