]> granicus.if.org Git - apache/history - CMakeLists.txt
Help doc writer to spot places where:
[apache] / CMakeLists.txt
2019-10-16 Stefan Eissing *) mod_md: Adding the several new features.
2019-08-30 William A. Rowe JrComplete mod_md CMake config by adding a _requires...
2019-08-30 Stefan EissingImprovement to mod_md cmake support. thanks to bill.
2019-06-25 Stefan Eissing mod_md: copy recent fixes, adding new sources to...
2019-04-04 Stefan EissingRemoving no longer existing h2 source file from cmake.
2018-08-09 Jim JagielskiPatch PR 62567. Fix by Michal Karm Babacek <michal...
2018-07-25 Ruediger Pluem* Forward port r1832855 missing in trunk.
2018-06-06 Yann YlavicAvoid cyclic dependency by moving ap_set_etag() from...
2018-04-09 Rainer Jungmodules/md/mod_md.h is now a new public API
2018-02-27 William A. Rowe JrFix missing util_debug.c omitted from CMakeLists.txt
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-06-20 Jacob Championhttpdunit: merge to trunk from feature branch
2017-05-25 Jacob Championhttpdunit: add CMake support for Windows
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-03-25 Stefan EissingOn the trunk:
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-01-21 Stefan EissingOn the trunk:
2016-12-16 William A. Rowe JrFollow up to r1768070, wire mod_socache_redis into...
2016-11-29 Evgeny Kotkovmod_brotli: Update makefiles to use the library layout...
2016-10-03 Stefan Eissingvarious fixes, mod_cgid interop, response/trailer forwa...
2016-09-21 Evgeny Kotkovmod_brotli: Add initial implementation.
2016-07-12 Jacob ChampionCMake: quote installation paths
2016-07-12 Jacob ChampionCMake: use generator expressions to find output files
2016-07-12 Jacob ChampionCMake: use CMAKE_REQUIRED_INCLUDES to find APR macros
2016-06-09 Stefan Eissingmod_proxy_http2: own h2_proxy_util.c source file to...
2016-05-12 Stefan Eissingapplied mod_proxy_http2 related cmake biuld changes...
2016-04-29 Stefan Eissingmod_http2/mod_proxy_http2: no longer reusing h2_request...
2016-04-20 Stefan Eissingmod_http2: elimination of h2_io intermediate stream...
2016-04-15 Stefan Eissingmod_http2: new bucket beams for tranporting buckets...
2016-03-05 Stefan Eissingmod_http2: support for several different request engine...
2016-02-25 Stefan Eissinggoodbye h2_stream_set, hello h2_ihash in h2_util
2016-02-18 Stefan Eissingusing proxy http2 connection concurrently, if main...
2016-02-12 Rainer JungMore mod_proxy_http2 build support:
2015-12-17 Gregg Lewis SmithFollow-up r1720608, hello h2_filter.c
2015-11-11 Gregg Lewis Smithgoodbye h2_to_h1, hello h2_push.c
2015-11-03 Gregg Lewis Smithadd new h2_bucket_* files to cmake build
2015-10-03 Jeff Trawickleave LoadModule of mod_http2 commented-out by default
2015-10-03 Jeff TrawickSupport mod_http2 in cmake-based build for Windows
2014-09-16 Jeff TrawickFix a cmake compatiblity issue related to quoting with...
2014-04-22 Jeff Trawickfollow-up to r1588987:
2014-04-15 Jeff Trawickmod_ssl: Add hooks to allow other modules to perform...
2014-03-29 Jeff TrawickReport OpenSSL directories in configuration summary
2013-11-18 Jeff TrawickWorkaround issue with defining a preprocessor symbol...
2013-11-18 Jeff Trawickfix versioninfo fields for abs.exe
2013-11-14 Jeff Trawickcmake build support for Windows is now in the 2.4.x...
2013-10-05 Jeff TrawickWhen building modules with prereqs, search httpd includ...
2013-10-05 Jeff Trawickskiplist is gone
2013-09-30 Jeff TrawickFollow up to r1527295:
2013-09-29 Kaspar BrandImprove ephemeral key handling (companion to r1526168):
2013-09-26 Jeff Trawickutil_fcgi.c now in 2.4.x branch too
2013-09-22 Jeff Trawickinstall libhttpd.exp
2013-09-20 Jeff Trawickrename EXTRA_INCLUDE_DIRS to EXTRA_INCLUDES, add EXTRA_...
2013-09-14 Jeff Trawickskiplist.c now in 2.4.x
2013-09-12 Jeff Trawickset binary attributes for remaining binaries via httpd...
2013-09-12 Jeff Trawickspecify base addresses for libhttpd.dll and modules...
2013-09-11 Jeff Trawickinstall .pdb files when available
2013-09-08 Jeff TrawickAdd a global ENABLE_MODULES setting to make it easy
2013-09-08 Jeff TrawickSince a couple of modules have module names that don't
2013-09-08 Jeff Trawickinstall cache_common.h; add notes on other files that...
2013-09-08 Jeff Trawickadd apreq and skiplist to libhttpd, support mod_apreq
2013-09-08 Jeff Trawickfix odd bug that prevented the manual from being installed
2013-09-08 Jeff Trawicksupport mod_lua; add some tweaks/disclaimers to the...
2013-09-07 Jeff Trawickhandle mod_ldap/mod_authnz_ldap, along with tiny infras...
2013-09-07 Jeff TrawickAdd macro for checking apr/apu defines like APR_HAS_fea...
2013-09-04 Jeff TrawickSet LONG_NAME and BIN_NAME to something reasonable...
2013-09-01 Jeff TrawickLet the location of APR[-Util] and PCRE libs and
2013-08-31 Jeff TrawickSimplify -DENABLE_MOD_foo to -DENABLE_FOO
2013-08-31 Jeff Trawickadd option EXTRA_INCLUDE_DIRS for pointing to outside...
2013-08-29 Jeff Trawickadjust default module enablement to kinda-sorta sync...
2013-08-29 Jeff Trawickmove cmake howto/buglist to a separate file, README...
2013-08-29 Jeff TrawickOnly minor adjustments were required to support 2.4...
2013-08-29 Jeff TrawickFix source path to error documents and icons.
2013-08-29 Jeff TrawickDon't forget to disable an optional module if the prere...
2013-08-28 Jeff TrawickSupport new configuration feature
2013-08-28 Jeff TrawickGenerate and install .conf files
2013-08-28 Jeff TrawickHandle the libxml2 prereq of some modules, including...
2013-08-28 Jeff TrawickFollow up to r1518041: zlib is found, deflate build...
2013-08-28 Jeff TrawickAdd mod_deflate build support, along with module enable...
2013-08-27 Jeff TrawickAdd experimental cmake-based build system for Windows.