| Commit message (Expand) | Author | Age | Files | Lines |
* | update APLOGNO tags | Stefan Eissing | 2016-04-29 | 1 | -1/+1 |
* | mod_http2: fix for connection cleanup on early close by client | Stefan Eissing | 2016-04-28 | 1 | -43/+45 |
* | mod_http2: fixes in input/output bucket handling | Stefan Eissing | 2016-04-28 | 1 | -11/+22 |
* | mod_http2: removing beam mutex when task worker done | Stefan Eissing | 2016-04-27 | 1 | -81/+75 |
* | mod_http2: elimination of h2_io intermediate stream instances | Stefan Eissing | 2016-04-20 | 1 | -270/+252 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -447/+245 |
* | mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n... | Stefan Eissing | 2016-03-30 | 1 | -17/+15 |
* | mod_http2: incrementing keepalives on each request started so that logging | Stefan Eissing | 2016-03-30 | 1 | -1/+1 |
* | mod_http2: more effient passing of response bodies | Stefan Eissing | 2016-03-29 | 1 | -38/+7 |
* | mod_http2: fix for scoreboard updates missing, mem leak fix for slave connect... | Stefan Eissing | 2016-03-24 | 1 | -7/+9 |
* | mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends... | Stefan Eissing | 2016-03-18 | 1 | -13/+14 |
* | revert of r1735444 as leaking, fix in task filter removal | Stefan Eissing | 2016-03-17 | 1 | -56/+43 |
* | mod_http2: pushing slave conn setup outside of lock area | Stefan Eissing | 2016-03-17 | 1 | -43/+56 |
* | mod_http2: slave connections are reused | Stefan Eissing | 2016-03-17 | 1 | -27/+29 |
* | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 1 | -36/+100 |
* | sharing bucket_alloc for all streams inside mplx, explicit lifetime handling ... | Stefan Eissing | 2016-03-14 | 1 | -19/+32 |
* | mod_http2: some code cleanup of stream request body handling, potential avoid... | Stefan Eissing | 2016-03-10 | 1 | -42/+2 |
* | mod_proxy_http2: single engine per type per master connection, removing some ... | Stefan Eissing | 2016-03-09 | 1 | -13/+17 |
* | mod_proxy_http2: stability improvements | Stefan Eissing | 2016-03-08 | 1 | -31/+46 |
* | mod_http2: support for several different request engines per connection, fixe... | Stefan Eissing | 2016-03-05 | 1 | -264/+70 |
* | mod_http2: version bump, fixing max connection workers when max workers not c... | Stefan Eissing | 2016-03-02 | 1 | -1/+1 |
* | mod_http2: some DoS protection, fix for read after free | Stefan Eissing | 2016-03-01 | 1 | -19/+199 |
* | mod_http2: add missing APLOGNO()s. | Yann Ylavic | 2016-02-29 | 1 | -1/+1 |
* | mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare... | Stefan Eissing | 2016-02-26 | 1 | -28/+11 |
* | mod_proxy_http2: stability improvements, timeout blocking read when waiting, ... | Stefan Eissing | 2016-02-25 | 1 | -51/+72 |
* | goodbye h2_stream_set, hello h2_ihash in h2_util | Stefan Eissing | 2016-02-25 | 1 | -3/+2 |
* | limiting the number of threads a http/2 connection may occupy | Stefan Eissing | 2016-02-24 | 1 | -47/+72 |
* | code cleanup, saving some apr_time_now() calls on scheduling, worker now only... | Stefan Eissing | 2016-02-23 | 1 | -23/+30 |
* | task pools have their h2_io pools as ancestors, some code cleanup | Stefan Eissing | 2016-02-19 | 1 | -80/+141 |
* | using proxy http2 connection concurrently, if main connection also uses http/... | Stefan Eissing | 2016-02-18 | 1 | -101/+268 |
* | first working h2 request engine implementation that does serial processing of... | Stefan Eissing | 2016-02-15 | 1 | -14/+155 |
* | adding flush bucket on every main connection buffer flushes | Stefan Eissing | 2016-02-09 | 1 | -4/+4 |
* | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -68/+128 |
* | removed experimental++ H2* timeout directives, instead using normal Timeout a... | Stefan Eissing | 2016-01-29 | 1 | -5/+5 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -1/+1 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -1/+1 |
* | removing session flags, using state enums only, added event enums for state t... | Stefan Eissing | 2016-01-08 | 1 | -4/+7 |
* | always sending GOAWAY frame on session shutdown if not already done, GOAWAY f... | Stefan Eissing | 2016-01-05 | 1 | -1/+15 |
* | reducing # of file handles used in transfers by default, reduced global worke... | Stefan Eissing | 2016-01-05 | 1 | -3/+3 |
* | dynamic allocation of transfer file handles used to pass buckets to master co... | Stefan Eissing | 2016-01-05 | 1 | -9/+38 |
* | fixed early returns on connection shutdown that did not properly release locks | Stefan Eissing | 2016-01-04 | 1 | -9/+0 |
* | reworked synching of session shutdown with worker threads, workers now stick ... | Stefan Eissing | 2016-01-04 | 1 | -200/+178 |
* | fixes after fuzzing tests, changed H2KeepAliveTimeout default | Stefan Eissing | 2015-12-30 | 1 | -3/+12 |
* | fixed bug in upload that triggered window_updates during session shutdown, di... | Stefan Eissing | 2015-12-23 | 1 | -15/+10 |
* | cleanup of DEBUG log level to who all frame types receveid and sent | Stefan Eissing | 2015-12-21 | 1 | -7/+7 |
* | 3 new timeout configuration directives for mod_http2 | Stefan Eissing | 2015-12-18 | 1 | -35/+28 |
* | Fix some small style issues (extra blank lines, '{' at the end of function de... | Christophe Jaillet | 2015-12-17 | 1 | -7/+10 |
* | incoming trailers passed directly to request_rec, work independant of chunked... | Stefan Eissing | 2015-12-14 | 1 | -3/+4 |
* | fixed window update on chunked uploads, moved handling of chunking to later s... | Stefan Eissing | 2015-12-11 | 1 | -0/+3 |
* | fixing input WINDOW_UPDATE handling for new test cases | Stefan Eissing | 2015-12-02 | 1 | -15/+40 |