| Commit message (Expand) | Author | Files | Lines |
2015-12-28 | rebuild | Rich Bowen | 26 | -63/+306 |
2015-12-28 | Use the highlight syntax, for better linebreaks. | Rich Bowen | 1 | -2/+2 |
2015-12-28 | mod_cache_socache: Fix a possible cached entity body corruption when it | Yann Ylavic | 2 | -50/+26 |
2015-12-26 | Abstract out as macro | Jim Jagielski | 3 | -10/+9 |
2015-12-25 | xforms | Eric Covener | 1 | -0/+29 |
2015-12-25 | document GlobalLog | Eric Covener | 1 | -0/+29 |
2015-12-23 | fixed segfault in connection shutdown, added accept-push-policy support | Stefan Eissing | 6 | -22/+95 |
2015-12-23 | fixed bug in upload that triggered window_updates during session shutdown, di... | Stefan Eissing | 18 | -218/+138 |
2015-12-22 | reduced logging for MPM async query not implemented, normal under 2.4.x | Stefan Eissing | 1 | -1/+3 |
2015-12-22 | rewrote http2 connection state handling, fixed keepalive timeout handling for... | Stefan Eissing | 15 | -412/+443 |
2015-12-22 | Save a few bytes in conf pool when processing 'NWSSLTrustedCerts'. | Christophe Jaillet | 1 | -2/+2 |
2015-12-21 | disk_cache: improve logging of errors around reading stored headers | Eric Covener | 1 | -3/+12 |
2015-12-21 | cleanup of DEBUG log level to who all frame types receveid and sent | Stefan Eissing | 9 | -50/+53 |
2015-12-21 | gack, c99 mode stroke again | Stefan Eissing | 1 | -1/+2 |
2015-12-21 | gack, c99 mode stroke again | Stefan Eissing | 1 | -1/+3 |
2015-12-21 | when normal read timeout expires, http2 switches to its keepalive timeout, on... | Stefan Eissing | 5 | -72/+119 |
2015-12-21 | hmm, I so love DTDs... | Stefan Eissing | 1 | -20/+20 |
2015-12-21 | subprocess_env vars HTTP2 and H2PUSH supported, export of mod_http2.h with OP... | Stefan Eissing | 7 | -23/+132 |
2015-12-21 | Use 'unsigned int' instead of 'int' for bitfields | Christophe Jaillet | 1 | -1/+1 |
2015-12-21 | Use 'unsigned int' instead of 'int' for bitfields | Christophe Jaillet | 1 | -1/+1 |
2015-12-21 | Use 'unsigned int' instead of 'int' for bitfields | Christophe Jaillet | 8 | -35/+35 |
2015-12-21 | updated CHANGES | Stefan Eissing | 1 | -0/+4 |
2015-12-21 | byte savings by using bit fields, new env vars HTTP2 and H2PUSH, set to on wh... | Stefan Eissing | 16 | -57/+88 |
2015-12-20 | Use 'ap_array_str_contains' to simplify code. | Christophe Jaillet | 1 | -19/+6 |
2015-12-18 | removed no longer used h2_strlwr() dinosaur | Stefan Eissing | 2 | -13/+0 |
2015-12-18 | version bump, cleanup of module mpm tests by CJ applied | Stefan Eissing | 2 | -25/+17 |
2015-12-18 | logging tweaks and task check | Stefan Eissing | 3 | -1/+4 |
2015-12-18 | 3 new timeout configuration directives for mod_http2 | Stefan Eissing | 14 | -71/+385 |
2015-12-17 | Follow-up r1720608, hello h2_filter.c | Gregg Lewis Smith | 1 | -10/+11 |
2015-12-17 | Fix some small style issues (extra blank lines, '{' at the end of function de... | Christophe Jaillet | 9 | -35/+28 |
2015-12-17 | Save a few cycles in 'h2_alt_svc_parse'. | Christophe Jaillet | 1 | -5/+5 |
2015-12-17 | moving session reading into a connection input filter | Stefan Eissing | 10 | -289/+373 |
2015-12-17 | fixes after review by CJ | Stefan Eissing | 1 | -2/+6 |
2015-12-17 | correcting error messages, better str concat, provided by CJ | Stefan Eissing | 1 | -18/+9 |
2015-12-15 | mod_http2: returning idle connections back to the mpm in case of async mpm en... | Stefan Eissing | 11 | -256/+330 |
2015-12-15 | * mod_ssl: Free dhparams when getting DH params. This fixes issue when | Jan Kaluža | 1 | -0/+1 |
2015-12-14 | update transformation | André Malo | 1 | -0/+8 |
2015-12-14 | mod_ssl: fix build with openssl < 0.9.8m (missing semicolon). | Yann Ylavic | 1 | -1/+1 |
2015-12-14 | internal rewiring to prepare for return from connection processing frequently... | Stefan Eissing | 8 | -62/+112 |
2015-12-14 | saving some bytes and cycles by not create h2_ctx for every connection and ch... | Stefan Eissing | 7 | -28/+61 |
2015-12-14 | incoming trailers passed directly to request_rec, work independant of chunked... | Stefan Eissing | 6 | -10/+33 |
2015-12-12 | Rebuild. | Lucien Gentis | 4 | -10/+8 |
2015-12-12 | XML update. | Lucien Gentis | 2 | -6/+8 |
2015-12-11 | Translation docs. | Rich Bowen | 5 | -4/+6 |
2015-12-11 | Rebuilding changes from earlier today. | Rich Bowen | 25 | -612/+799 |
2015-12-11 | Handle www.example.com separately from foo.example.com, as per request | Rich Bowen | 1 | -6/+12 |
2015-12-11 | Re-order listing of pages more logically. | Rich Bowen | 1 | -3/+3 |
2015-12-11 | fixed worker number by default, worker pool reuse experiments, allocatory max... | Stefan Eissing | 5 | -22/+31 |
2015-12-11 | fixed window update on chunked uploads, moved handling of chunking to later s... | Stefan Eissing | 9 | -126/+141 |
2015-12-11 | Do not use the magic string "directory". Use the corresponding global variabl... | Christophe Jaillet | 1 | -1/+1 |