summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* httpdunit: add CMake support for WindowsJacob Champion2017-05-251-0/+67
* On the trunk:Stefan Eissing2017-03-251-1/+1
* On the trunk:Stefan Eissing2017-01-211-1/+1
* Follow up to r1768070, wire mod_socache_redis into windows build schemesWilliam A. Rowe Jr2016-12-161-0/+1
* mod_brotli: Update makefiles to use the library layout of the officialEvgeny Kotkov2016-11-291-2/+2
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-1/+1
* mod_brotli: Add initial implementation.Evgeny Kotkov2016-09-211-0/+29
* CMake: quote installation pathsJacob Champion2016-07-121-5/+5
* CMake: use generator expressions to find output filesJacob Champion2016-07-121-9/+9
* CMake: use CMAKE_REQUIRED_INCLUDES to find APR macrosJacob Champion2016-07-121-1/+2
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-1/+1
* applied mod_proxy_http2 related cmake biuld changes as proposed by Evgeny KotkovStefan Eissing2016-05-121-2/+3
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-291-2/+1
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-1/+1
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-5/+3
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-051-1/+1
* goodbye h2_stream_set, hello h2_ihash in h2_utilStefan Eissing2016-02-251-1/+1
* using proxy http2 connection concurrently, if main connection also uses http/...Stefan Eissing2016-02-181-1/+1
* More mod_proxy_http2 build support:Rainer Jung2016-02-121-0/+9
* Follow-up r1720608, hello h2_filter.cGregg Lewis Smith2015-12-171-10/+11
* goodbye h2_to_h1, hello h2_push.cGregg Lewis Smith2015-11-111-6/+6
* add new h2_bucket_* files to cmake buildGregg Lewis Smith2015-11-031-1/+2
* leave LoadModule of mod_http2 commented-out by defaultJeff Trawick2015-10-031-1/+1
* Support mod_http2 in cmake-based build for WindowsJeff Trawick2015-10-031-0/+39
* Fix a cmake compatiblity issue related to quoting with cmake 2.8.12Jeff Trawick2014-09-161-3/+3
* follow-up to r1588987:Jeff Trawick2014-04-221-0/+24
* mod_ssl: Add hooks to allow other modules to perform processing atJeff Trawick2014-04-151-0/+2
* Report OpenSSL directories in configuration summaryJeff Trawick2014-03-291-0/+2
* Workaround issue with defining a preprocessor symbol to a string valueJeff Trawick2013-11-181-6/+21
* fix versioninfo fields for abs.exeJeff Trawick2013-11-181-1/+1
* cmake build support for Windows is now in the 2.4.x branch; remove support fo...Jeff Trawick2013-11-141-47/+18
* When building modules with prereqs, search httpd include dirsJeff Trawick2013-10-051-1/+1
* skiplist is goneJeff Trawick2013-10-051-1/+0
* Follow up to r1527295:Jeff Trawick2013-09-301-0/+5
* Improve ephemeral key handling (companion to r1526168):Kaspar Brand2013-09-291-1/+1
* util_fcgi.c now in 2.4.x branch tooJeff Trawick2013-09-261-1/+1
* install libhttpd.expJeff Trawick2013-09-221-0/+17
* rename EXTRA_INCLUDE_DIRS to EXTRA_INCLUDES, add EXTRA_COMPILE_FLAGSJeff Trawick2013-09-201-15/+19
* skiplist.c now in 2.4.xJeff Trawick2013-09-141-1/+1
* set binary attributes for remaining binaries via httpd.rc, fix theJeff Trawick2013-09-121-8/+12
* specify base addresses for libhttpd.dll and modules; mention an issue about P...Jeff Trawick2013-09-121-1/+10
* install .pdb files when availableJeff Trawick2013-09-111-32/+54
* Add a global ENABLE_MODULES setting to make it easyJeff Trawick2013-09-081-0/+29
* Since a couple of modules have module names that don'tJeff Trawick2013-09-081-140/+137
* install cache_common.h; add notes on other files that aren't installedJeff Trawick2013-09-081-1/+3
* add apreq and skiplist to libhttpd, support mod_apreqJeff Trawick2013-09-081-2/+23
* fix odd bug that prevented the manual from being installedJeff Trawick2013-09-081-3/+1
* support mod_lua; add some tweaks/disclaimers to the READMEJeff Trawick2013-09-081-1/+10
* handle mod_ldap/mod_authnz_ldap, along with tiny infrastructureJeff Trawick2013-09-071-5/+25
* Add macro for checking apr/apu defines like APR_HAS_feature,Jeff Trawick2013-09-071-2/+74