summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_mplx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update APLOGNO tagsStefan Eissing2016-04-291-1/+1
* mod_http2: fix for connection cleanup on early close by clientStefan Eissing2016-04-281-43/+45
* mod_http2: fixes in input/output bucket handlingStefan Eissing2016-04-281-11/+22
* mod_http2: removing beam mutex when task worker doneStefan Eissing2016-04-271-81/+75
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-270/+252
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-447/+245
* mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n...Stefan Eissing2016-03-301-17/+15
* mod_http2: incrementing keepalives on each request started so that loggingStefan Eissing2016-03-301-1/+1
* mod_http2: more effient passing of response bodiesStefan Eissing2016-03-291-38/+7
* mod_http2: fix for scoreboard updates missing, mem leak fix for slave connect...Stefan Eissing2016-03-241-7/+9
* mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends...Stefan Eissing2016-03-181-13/+14
* revert of r1735444 as leaking, fix in task filter removalStefan Eissing2016-03-171-56/+43
* mod_http2: pushing slave conn setup outside of lock areaStefan Eissing2016-03-171-43/+56
* mod_http2: slave connections are reusedStefan Eissing2016-03-171-27/+29
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-36/+100
* sharing bucket_alloc for all streams inside mplx, explicit lifetime handling ...Stefan Eissing2016-03-141-19/+32
* mod_http2: some code cleanup of stream request body handling, potential avoid...Stefan Eissing2016-03-101-42/+2
* mod_proxy_http2: single engine per type per master connection, removing some ...Stefan Eissing2016-03-091-13/+17
* mod_proxy_http2: stability improvementsStefan Eissing2016-03-081-31/+46
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-051-264/+70
* mod_http2: version bump, fixing max connection workers when max workers not c...Stefan Eissing2016-03-021-1/+1
* mod_http2: some DoS protection, fix for read after freeStefan Eissing2016-03-011-19/+199
* mod_http2: add missing APLOGNO()s.Yann Ylavic2016-02-291-1/+1
* mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare...Stefan Eissing2016-02-261-28/+11
* mod_proxy_http2: stability improvements, timeout blocking read when waiting, ...Stefan Eissing2016-02-251-51/+72
* goodbye h2_stream_set, hello h2_ihash in h2_utilStefan Eissing2016-02-251-3/+2
* limiting the number of threads a http/2 connection may occupyStefan Eissing2016-02-241-47/+72
* code cleanup, saving some apr_time_now() calls on scheduling, worker now only...Stefan Eissing2016-02-231-23/+30
* task pools have their h2_io pools as ancestors, some code cleanupStefan Eissing2016-02-191-80/+141
* using proxy http2 connection concurrently, if main connection also uses http/...Stefan Eissing2016-02-181-101/+268
* first working h2 request engine implementation that does serial processing of...Stefan Eissing2016-02-151-14/+155
* adding flush bucket on every main connection buffer flushesStefan Eissing2016-02-091-4/+4
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-68/+128
* removed experimental++ H2* timeout directives, instead using normal Timeout a...Stefan Eissing2016-01-291-5/+5
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* removing session flags, using state enums only, added event enums for state t...Stefan Eissing2016-01-081-4/+7
* always sending GOAWAY frame on session shutdown if not already done, GOAWAY f...Stefan Eissing2016-01-051-1/+15
* reducing # of file handles used in transfers by default, reduced global worke...Stefan Eissing2016-01-051-3/+3
* dynamic allocation of transfer file handles used to pass buckets to master co...Stefan Eissing2016-01-051-9/+38
* fixed early returns on connection shutdown that did not properly release locksStefan Eissing2016-01-041-9/+0
* reworked synching of session shutdown with worker threads, workers now stick ...Stefan Eissing2016-01-041-200/+178
* fixes after fuzzing tests, changed H2KeepAliveTimeout defaultStefan Eissing2015-12-301-3/+12
* fixed bug in upload that triggered window_updates during session shutdown, di...Stefan Eissing2015-12-231-15/+10
* cleanup of DEBUG log level to who all frame types receveid and sentStefan Eissing2015-12-211-7/+7
* 3 new timeout configuration directives for mod_http2Stefan Eissing2015-12-181-35/+28
* Fix some small style issues (extra blank lines, '{' at the end of function de...Christophe Jaillet2015-12-171-7/+10
* incoming trailers passed directly to request_rec, work independant of chunked...Stefan Eissing2015-12-141-3/+4
* fixed window update on chunked uploads, moved handling of chunking to later s...Stefan Eissing2015-12-111-0/+3
* fixing input WINDOW_UPDATE handling for new test casesStefan Eissing2015-12-021-15/+40