| Commit message (Expand) | Author | Age | Files | Lines |
* | *) mod_md: Adding the several new features. | Stefan Eissing | 2019-10-16 | 1 | -1/+2 |
* | Complete mod_md CMake config by adding a _requires iterator, using the official | William A. Rowe Jr | 2019-08-30 | 1 | -25/+20 |
* | Improvement to mod_md cmake support. thanks to bill. | Stefan Eissing | 2019-08-30 | 1 | -1/+4 |
* | mod_md: copy recent fixes, adding new sources to mod_md.dsp | Stefan Eissing | 2019-06-25 | 1 | -0/+50 |
* | Removing no longer existing h2 source file from cmake. | Stefan Eissing | 2019-04-04 | 1 | -1/+1 |
* | Patch PR 62567. Fix by Michal Karm Babacek <michal.babacek gmail.com> | Jim Jagielski | 2018-08-09 | 1 | -2/+2 |
* | * Forward port r1832855 missing in trunk. | Ruediger Pluem | 2018-07-25 | 1 | -0/+2 |
* | Avoid cyclic dependency by moving ap_set_etag() from module http to core. | Yann Ylavic | 2018-06-06 | 1 | -1/+1 |
* | modules/md/mod_md.h is now a new public API | Rainer Jung | 2018-04-09 | 1 | -0/+1 |
* | Fix missing util_debug.c omitted from CMakeLists.txt | William A. Rowe Jr | 2018-02-27 | 1 | -0/+1 |
* | httpdunit: add CMake support for Windows | Jacob Champion | 2017-05-25 | 1 | -0/+67 |
* | On the trunk: | Stefan Eissing | 2017-03-25 | 1 | -1/+1 |
* | On the trunk: | Stefan Eissing | 2017-01-21 | 1 | -1/+1 |
* | Follow up to r1768070, wire mod_socache_redis into windows build schemes | William A. Rowe Jr | 2016-12-16 | 1 | -0/+1 |
* | mod_brotli: Update makefiles to use the library layout of the official | Evgeny Kotkov | 2016-11-29 | 1 | -2/+2 |
* | various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi... | Stefan Eissing | 2016-10-03 | 1 | -1/+1 |
* | mod_brotli: Add initial implementation. | Evgeny Kotkov | 2016-09-21 | 1 | -0/+29 |
* | CMake: quote installation paths | Jacob Champion | 2016-07-12 | 1 | -5/+5 |
* | CMake: use generator expressions to find output files | Jacob Champion | 2016-07-12 | 1 | -9/+9 |
* | CMake: use CMAKE_REQUIRED_INCLUDES to find APR macros | Jacob Champion | 2016-07-12 | 1 | -1/+2 |
* | mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2... | Stefan Eissing | 2016-06-09 | 1 | -1/+1 |
* | applied mod_proxy_http2 related cmake biuld changes as proposed by Evgeny Kotkov | Stefan Eissing | 2016-05-12 | 1 | -2/+3 |
* | mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy module | Stefan Eissing | 2016-04-29 | 1 | -2/+1 |
* | 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-03 | 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 |