2015-10-10 |
Rainer Jung | Xforms |
commit | commitdiff | tree | snapshot |
2015-10-10 |
Rainer Jung | Fix small typo in new docs. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Roy T. Fielding | PR 53845: Remove commented config regarding DNT because... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Stefan Eissing | avoid double eos buckets on stream output brigades... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Gregg Lewis... | add nghttp2 and libxml2 stuff to NOTICE.txt & COPYRIGHT.txt |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Rainer Jung | Xforms |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Rainer Jung | Sort MPMs given in modulelist uniformly, list |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Rainer Jung | Add event in mpm docs where currently only |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Gregg Lewis... | remove conf/extra/http-h2.conf from install filelist |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Stefan Eissing | removing no longer needed h2 extra conf thing |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Joe Orton | * modules/ssl/ssl_engine_kernel.c: Constify the ssl_hoo... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Stefan Eissing | improved fix for EOS checking on zero length read,... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Stefan Eissing | reverted r1707468 as not good enough |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Stefan Eissing | fix for empty responses with nghttp2 v1.3.x, bump versi... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Yann Ylavic | eor_bucket: follow up to r1707159. |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Yann Ylavic | mod_ssl: follow up to r1707230: fix (inverted) logic... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Yann Ylavic | mod_ssl: follow up to r1705823. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Eric Covener | remove copy/paste paragraph in r1707161 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Graham Leggett | Make sure that transient buckets are morphed into real... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Graham Leggett | Add the AsyncFilter directive that allows the asynchron... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Yann Ylavic | eor_bucket: follow up to r1707084: use an inner shared... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Graham Leggett | Make sure we free the main request rather than the... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Yann Ylavic | eor_bucket: follow up to r1707084: fix comment. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Yann Ylavic | mod_substitute: cleanup properly on EOS. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Yann Ylavic | mod_bucketeer: cleanup properly on EOS and write. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Yann Ylavic | eor_bucket: don't destroy the request multiple times... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Yann Ylavic | mod_ssl: fix comment: alpn_proto_negotiated is now... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Rainer Jung | Xforms. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Rainer Jung | mod_ssl: Extend expression parser registration |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Rainer Jung | Update xforms. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Rainer Jung | Add a docs remark about "SSLOptions StdEnvVars" |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Eric Covener | fix parameter name in ap_log_rdata C99 macro def. |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Yann Ylavic | m4: please any autoconf by quoting AC_DEFUN's names... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Yann Ylavic | Follow up to r1706669: fix compile error (unknown sbh). |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Graham Leggett | Remain compatible with legacy MPMs that passed NULL... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Graham Leggett | core: Extend support for asynchronous write completion... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Jeff Trawick | leave LoadModule of mod_http2 commented-out by default |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Jeff Trawick | Follow-up to r1690248: |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Jeff Trawick | mod_http2 larger with 64-bit VS 2012 RelWithDebInfo... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Jeff Trawick | Support mod_http2 in cmake-based build for Windows |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Lucien Gentis | Rebuild. |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Lucien Gentis | XML update. |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Jeff Trawick | Follow-up to r1702948: |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Daniel Gruno | Turn 5.1/5.2 order upside down, simplify. This should... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Stefan Fritsch | update log number |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Stefan Fritsch | rename some variables to be more descriptive |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Rich Bowen | Adds a hint to look at the 'Protocols' doc to enable... |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Rich Bowen | Rebuild |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Rich Bowen | Add link to the mod_http2 docs to the trunk version... |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Rich Bowen | Rebuild Eric's change from a few days ago. |
commit | commitdiff | tree | snapshot |
2015-10-01 |
Yann Ylavic | mod_ssl: follow up to r1705823. |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Jim Jagielski | Do only on 2nd pass |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Jim Jagielski | Some motorz improvements |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Kaspar Brand | remove backported items |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Christophe... | Fix some style issues on files that can easily be synch... |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Christophe... | Synch 2.4.x and trunk. |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Christophe... | mod_mpm_eventopt is no more, so remove reference to it |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Stefan Fritsch | When shutting down a process, free resources early |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Yann Ylavic | Sync some (more) http2 stuff with 2.4.x. |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Yann Ylavic | mod_ssl: follow up to r1705194, r1705823, r1705826... |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Yann Ylavic | mod_ssl: pass through metadata buckets untouched in... |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Yann Ylavic | mod_ssl: follow up to r1705823. |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Yann Ylavic | mod_ssl: don't FLUSH output (blocking) on read. |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Yann Ylavic | Revert r1705236, better solution to come. |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Yann Ylavic | Sync http2 stuff with 2.4.x. |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Eric Covener | had a couple different trains of thought mashed together |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Jim Jagielski | Adjust since we are now in shared mem area |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Jim Jagielski | doccos |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Jim Jagielski | bye bye mod_h2, hello mod_http2 |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Eric Covener | add an experimental warning to h2 docs |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Yann Ylavic | Fix availability version for 'ListenCoresBucketsRatio'. |
commit | commitdiff | tree | snapshot |
2015-09-27 |
Kaspar Brand | deduplicate the code handling the directory traversal... |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Graham Leggett | Add MMN bump: Add protocols and protocols_honor_order... |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Lucien Gentis | Rebuild. |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Lucien Gentis | XML update. |
commit | commitdiff | tree | snapshot |
2015-09-25 |
André Malo | update transformation |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Gregg Lewis... | typo |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Ruediger Pluem | * Disable the http2 modules if nghttp2 is not present |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Yann Ylavic | mod_ssl: don't FLUSH first for non blocking reads. |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Gregg Lewis... | core/util_script: relax alphanumeric filter of envirome... |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Yann Ylavic | mod_ssl: forward EOR (only) brigades to the core_output... |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Yann Ylavic | Revert r1705157: why not "insert the filter (twice... |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Yann Ylavic | Follow up to r1705134: don't insert the filter (twice... |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Eric Covener | Avoid storing request stuff in r->connection->conn_conf... |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Eric Covener | Don't count initial handshake I/O when determining... |
commit | commitdiff | tree | snapshot |
2015-09-23 |
Stefan Eissing | adding --enable-http2 as preferred config option |
commit | commitdiff | tree | snapshot |
2015-09-23 |
Stefan Eissing | mod_h2 version bump |
commit | commitdiff | tree | snapshot |
2015-09-23 |
Stefan Eissing | avoiding race where h2_stream is closed/reset by client... |
commit | commitdiff | tree | snapshot |
2015-09-22 |
Eric Covener | add warnings and emphasize the defaults for trusted... |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Edward Lu | not sure how that got in there |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Edward Lu | Stop destroying headers when passing through the cache... |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Stefan Eissing | no GOAWAYs on connection failures, sending last receive... |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Stefan Eissing | removed wrong error supression in h2 connection writes |
commit | commitdiff | tree | snapshot |
2015-09-20 |
Christophe... | Fix a spurious test where a condition is always true: |
commit | commitdiff | tree | snapshot |
2015-09-19 |
Lucien Gentis | Rebuild. |
commit | commitdiff | tree | snapshot |
2015-09-19 |
Lucien Gentis | XML update. |
commit | commitdiff | tree | snapshot |
2015-09-19 |
Kaspar Brand | update mod_ssl.html.en transformation |
commit | commitdiff | tree | snapshot |
2015-09-19 |
Kaspar Brand | Support compilation against libssl built with OPENSSL_N... |
commit | commitdiff | tree | snapshot |
2015-09-18 |
Yann Ylavic | mod_proxy: Fix ProxySourceAddress binding failure with... |
commit | commitdiff | tree | snapshot |
2015-09-18 |
Yann Ylavic | mod_ssl: update the current handshake server once a... |
commit | commitdiff | tree | snapshot |
next |