| Commit message (Expand) | Author | Age | Files | Lines |
* | FIx typo | manu | 2023-02-14 | 1 | -1/+1 |
* | Add MS-WDV support | manu | 2023-02-13 | 1 | -0/+1 |
* | * CMakeLists.txt: Configure stack size to 256K for httpd.exe to match NMake | Ivan Zhakov | 2023-01-24 | 1 | -1/+4 |
* | * CMakeLists.txt: Support building against static version of PCRE2. | Ivan Zhakov | 2023-01-18 | 1 | -0/+6 |
* | * CMakeLists.txt: Make CMAKE_MINIMUM_REQUIRED the first directive as | Ivan Zhakov | 2022-11-29 | 1 | -2/+4 |
* | *) mod_http2: synchronization with github sources. | Stefan Eissing | 2022-09-27 | 1 | -1/+1 |
* | * CMakeLists.txt: Use full path to gen_test_char.exe in CUSTOM_COMMAND. | Ivan Zhakov | 2022-06-30 | 1 | -2/+1 |
* | *) mod_md: added support for managing certificates via a | Stefan Eissing | 2022-04-27 | 1 | -1/+1 |
* | *) mod_http2: use the new RESPONSE buckets introduced in r1899648. | Stefan Eissing | 2022-04-07 | 1 | -1/+1 |
* | *) core/mod_http/mod_http2: | Stefan Eissing | 2022-04-04 | 1 | -0/+1 |
* | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -12/+9 |
* | *) core: provide ap_ssl_* functions in new http_ssl.h header file. | Stefan Eissing | 2021-03-26 | 1 | -0/+1 |
* | *) mod_md: v2.4.0 with improvements and bugfixes | Stefan Eissing | 2021-03-08 | 1 | -2/+2 |
* | Support PCRE2 compile and linkage on Windows | William A. Rowe Jr | 2020-09-05 | 1 | -2/+9 |
* | Remove problematic version check for OpenSSL < 1.0.2 | William A. Rowe Jr | 2020-08-10 | 1 | -13/+0 |
* | *) 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-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 |