| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_http2: elimination of h2_io intermediate stream instances | Stefan Eissing | 2016-04-20 | 1 | -1/+1 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -5/+3 |
* | mod_http2: support for several different request engines per connection, fixe... | Stefan Eissing | 2016-03-05 | 1 | -1/+1 |
* | goodbye h2_stream_set, hello h2_ihash in h2_util | Stefan Eissing | 2016-02-25 | 1 | -1/+1 |
* | using proxy http2 connection concurrently, if main connection also uses http/... | Stefan Eissing | 2016-02-18 | 1 | -1/+1 |
* | More mod_proxy_http2 build support: | Rainer Jung | 2016-02-12 | 1 | -0/+9 |
* | Follow-up r1720608, hello h2_filter.c | Gregg Lewis Smith | 2015-12-17 | 1 | -10/+11 |
* | goodbye h2_to_h1, hello h2_push.c | Gregg Lewis Smith | 2015-11-11 | 1 | -6/+6 |
* | add new h2_bucket_* files to cmake build | Gregg Lewis Smith | 2015-11-03 | 1 | -1/+2 |
* | leave LoadModule of mod_http2 commented-out by default | Jeff Trawick | 2015-10-04 | 1 | -1/+1 |
* | Support mod_http2 in cmake-based build for Windows | Jeff Trawick | 2015-10-03 | 1 | -0/+39 |
* | Fix a cmake compatiblity issue related to quoting with cmake 2.8.12 | Jeff Trawick | 2014-09-16 | 1 | -3/+3 |
* | follow-up to r1588987: | Jeff Trawick | 2014-04-22 | 1 | -0/+24 |
* | mod_ssl: Add hooks to allow other modules to perform processing at | Jeff Trawick | 2014-04-15 | 1 | -0/+2 |
* | Report OpenSSL directories in configuration summary | Jeff Trawick | 2014-03-29 | 1 | -0/+2 |
* | Workaround issue with defining a preprocessor symbol to a string value | Jeff Trawick | 2013-11-18 | 1 | -6/+21 |
* | fix versioninfo fields for abs.exe | Jeff Trawick | 2013-11-18 | 1 | -1/+1 |
* | cmake build support for Windows is now in the 2.4.x branch; remove support fo... | Jeff Trawick | 2013-11-14 | 1 | -47/+18 |
* | When building modules with prereqs, search httpd include dirs | Jeff Trawick | 2013-10-05 | 1 | -1/+1 |
* | skiplist is gone | Jeff Trawick | 2013-10-05 | 1 | -1/+0 |
* | Follow up to r1527295: | Jeff Trawick | 2013-09-30 | 1 | -0/+5 |
* | Improve ephemeral key handling (companion to r1526168): | Kaspar Brand | 2013-09-29 | 1 | -1/+1 |
* | util_fcgi.c now in 2.4.x branch too | Jeff Trawick | 2013-09-26 | 1 | -1/+1 |
* | install libhttpd.exp | Jeff Trawick | 2013-09-22 | 1 | -0/+17 |
* | rename EXTRA_INCLUDE_DIRS to EXTRA_INCLUDES, add EXTRA_COMPILE_FLAGS | Jeff Trawick | 2013-09-20 | 1 | -15/+19 |
* | skiplist.c now in 2.4.x | Jeff Trawick | 2013-09-14 | 1 | -1/+1 |
* | set binary attributes for remaining binaries via httpd.rc, fix the | Jeff Trawick | 2013-09-12 | 1 | -8/+12 |
* | specify base addresses for libhttpd.dll and modules; mention an issue about P... | Jeff Trawick | 2013-09-12 | 1 | -1/+10 |
* | install .pdb files when available | Jeff Trawick | 2013-09-11 | 1 | -32/+54 |
* | Add a global ENABLE_MODULES setting to make it easy | Jeff Trawick | 2013-09-09 | 1 | -0/+29 |
* | Since a couple of modules have module names that don't | Jeff Trawick | 2013-09-08 | 1 | -140/+137 |
* | install cache_common.h; add notes on other files that aren't installed | Jeff Trawick | 2013-09-08 | 1 | -1/+3 |
* | add apreq and skiplist to libhttpd, support mod_apreq | Jeff Trawick | 2013-09-08 | 1 | -2/+23 |
* | fix odd bug that prevented the manual from being installed | Jeff Trawick | 2013-09-08 | 1 | -3/+1 |
* | support mod_lua; add some tweaks/disclaimers to the README | Jeff Trawick | 2013-09-08 | 1 | -1/+10 |
* | handle mod_ldap/mod_authnz_ldap, along with tiny infrastructure | Jeff Trawick | 2013-09-08 | 1 | -5/+25 |
* | Add macro for checking apr/apu defines like APR_HAS_feature, | Jeff Trawick | 2013-09-07 | 1 | -2/+74 |
* | Set LONG_NAME and BIN_NAME to something reasonable for httpd.rc, | Jeff Trawick | 2013-09-05 | 1 | -0/+1 |
* | Let the location of APR[-Util] and PCRE libs and | Jeff Trawick | 2013-09-01 | 1 | -11/+53 |
* | Simplify -DENABLE_MOD_foo to -DENABLE_FOO | Jeff Trawick | 2013-08-31 | 1 | -10/+25 |
* | add option EXTRA_INCLUDE_DIRS for pointing to outside directories | Jeff Trawick | 2013-08-31 | 1 | -1/+25 |
* | adjust default module enablement to kinda-sorta sync with | Jeff Trawick | 2013-08-30 | 1 | -47/+61 |
* | move cmake howto/buglist to a separate file, README.cmake | Jeff Trawick | 2013-08-29 | 1 | -81/+15 |
* | Only minor adjustments were required to support 2.4.x too, so | Jeff Trawick | 2013-08-29 | 1 | -12/+34 |
* | Fix source path to error documents and icons. | Jeff Trawick | 2013-08-29 | 1 | -2/+2 |
* | Don't forget to disable an optional module if the prerequisite | Jeff Trawick | 2013-08-29 | 1 | -3/+4 |
* | Support new configuration feature | Jeff Trawick | 2013-08-29 | 1 | -1/+34 |
* | Generate and install .conf files | Jeff Trawick | 2013-08-28 | 1 | -10/+58 |
* | Handle the libxml2 prereq of some modules, including its possible | Jeff Trawick | 2013-08-28 | 1 | -23/+50 |
* | Follow up to r1518041: zlib is found, deflate build is working | Jeff Trawick | 2013-08-28 | 1 | -2/+2 |