summaryrefslogtreecommitdiffstats
path: root/os (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-28rebuildRich Bowen26-63/+306
2015-12-28Use the highlight syntax, for better linebreaks.Rich Bowen1-2/+2
2015-12-28mod_cache_socache: Fix a possible cached entity body corruption when itYann Ylavic2-50/+26
2015-12-26Abstract out as macroJim Jagielski3-10/+9
2015-12-25xformsEric Covener1-0/+29
2015-12-25document GlobalLogEric Covener1-0/+29
2015-12-23fixed segfault in connection shutdown, added accept-push-policy supportStefan Eissing6-22/+95
2015-12-23fixed bug in upload that triggered window_updates during session shutdown, di...Stefan Eissing18-218/+138
2015-12-22reduced logging for MPM async query not implemented, normal under 2.4.xStefan Eissing1-1/+3
2015-12-22rewrote http2 connection state handling, fixed keepalive timeout handling for...Stefan Eissing15-412/+443
2015-12-22Save a few bytes in conf pool when processing 'NWSSLTrustedCerts'.Christophe Jaillet1-2/+2
2015-12-21disk_cache: improve logging of errors around reading stored headersEric Covener1-3/+12
2015-12-21cleanup of DEBUG log level to who all frame types receveid and sentStefan Eissing9-50/+53
2015-12-21gack, c99 mode stroke againStefan Eissing1-1/+2
2015-12-21gack, c99 mode stroke againStefan Eissing1-1/+3
2015-12-21when normal read timeout expires, http2 switches to its keepalive timeout, on...Stefan Eissing5-72/+119
2015-12-21hmm, I so love DTDs...Stefan Eissing1-20/+20
2015-12-21subprocess_env vars HTTP2 and H2PUSH supported, export of mod_http2.h with OP...Stefan Eissing7-23/+132
2015-12-21Use 'unsigned int' instead of 'int' for bitfieldsChristophe Jaillet1-1/+1
2015-12-21Use 'unsigned int' instead of 'int' for bitfieldsChristophe Jaillet1-1/+1
2015-12-21Use 'unsigned int' instead of 'int' for bitfieldsChristophe Jaillet8-35/+35
2015-12-21updated CHANGESStefan Eissing1-0/+4
2015-12-21byte savings by using bit fields, new env vars HTTP2 and H2PUSH, set to on wh...Stefan Eissing16-57/+88
2015-12-20Use 'ap_array_str_contains' to simplify code.Christophe Jaillet1-19/+6
2015-12-18removed no longer used h2_strlwr() dinosaurStefan Eissing2-13/+0
2015-12-18version bump, cleanup of module mpm tests by CJ appliedStefan Eissing2-25/+17
2015-12-18logging tweaks and task checkStefan Eissing3-1/+4
2015-12-183 new timeout configuration directives for mod_http2Stefan Eissing14-71/+385
2015-12-17Follow-up r1720608, hello h2_filter.cGregg Lewis Smith1-10/+11
2015-12-17Fix some small style issues (extra blank lines, '{' at the end of function de...Christophe Jaillet9-35/+28
2015-12-17Save a few cycles in 'h2_alt_svc_parse'.Christophe Jaillet1-5/+5
2015-12-17moving session reading into a connection input filterStefan Eissing10-289/+373
2015-12-17fixes after review by CJStefan Eissing1-2/+6
2015-12-17correcting error messages, better str concat, provided by CJStefan Eissing1-18/+9
2015-12-15mod_http2: returning idle connections back to the mpm in case of async mpm en...Stefan Eissing11-256/+330
2015-12-15* mod_ssl: Free dhparams when getting DH params. This fixes issue whenJan Kaluža1-0/+1
2015-12-14update transformationAndré Malo1-0/+8
2015-12-14mod_ssl: fix build with openssl < 0.9.8m (missing semicolon).Yann Ylavic1-1/+1
2015-12-14internal rewiring to prepare for return from connection processing frequently...Stefan Eissing8-62/+112
2015-12-14saving some bytes and cycles by not create h2_ctx for every connection and ch...Stefan Eissing7-28/+61
2015-12-14incoming trailers passed directly to request_rec, work independant of chunked...Stefan Eissing6-10/+33
2015-12-12Rebuild.Lucien Gentis4-10/+8
2015-12-12XML update.Lucien Gentis2-6/+8
2015-12-11Translation docs.Rich Bowen5-4/+6
2015-12-11Rebuilding changes from earlier today.Rich Bowen25-612/+799
2015-12-11Handle www.example.com separately from foo.example.com, as per requestRich Bowen1-6/+12
2015-12-11Re-order listing of pages more logically.Rich Bowen1-3/+3
2015-12-11fixed worker number by default, worker pool reuse experiments, allocatory max...Stefan Eissing5-22/+31
2015-12-11fixed window update on chunked uploads, moved handling of chunking to later s...Stefan Eissing9-126/+141
2015-12-11Do not use the magic string "directory". Use the corresponding global variabl...Christophe Jaillet1-1/+1