Commit Graph

91 Commits

Author SHA1 Message Date
7ac49b7933 add mod_proxy_uwsgi.so to windows build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824736 13f79535-47bb-0310-9956-ffa450edef68
2018-02-19 11:12:41 +00:00
346a85a8bd mod_socache_redis seems to be missing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820719 13f79535-47bb-0310-9956-ffa450edef68
2018-01-10 02:27:52 +00:00
db74222513 mod_md: maxsize was less than the resulting image size
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820583 13f79535-47bb-0310-9956-ffa450edef68
2018-01-08 16:45:53 +00:00
0e295e2e15 Win32 legacy bits for mod_md
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815264 13f79535-47bb-0310-9956-ffa450edef68
2017-11-14 21:01:37 +00:00
a697cb95be LINK : warning LNK4013: image size 0xB1000 exceeds specified maximum 0x20000
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780035 13f79535-47bb-0310-9956-ffa450edef68
2017-01-24 07:50:31 +00:00
280008d94d add mod_proxy_hcheck to legacy build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1771839 13f79535-47bb-0310-9956-ffa450edef68
2016-11-29 03:27:37 +00:00
44c1d726d1 mod_brotli: Add initial implementation.
This new module supports dynamic Brotli (RFC 7932) compression.  Existing
mod_deflate installations can benefit from better compression ratio by
sending Brotli-compressed data to the clients that support it:

    SetOutputFilter BROTLI_COMPRESS;DEFLATE

The module features zero-copy processing, which is only possible with the
new API from the upcoming 1.0.x series of brotli [1].  The Linux makefile
works against libbrotli [2], as currently the core brotli repository doesn't
offer a way to build a library [3].  Apart from that, only the CMake build
is now supported.

[1] https://github.com/google/brotli
[2] https://github.com/bagder/libbrotli
[3] https://github.com/google/brotli/pull/332


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1761714 13f79535-47bb-0310-9956-ffa450edef68
2016-09-21 10:38:48 +00:00
bec200611b Support build files for mod_proxy_http2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744792 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 20:11:41 +00:00
ac26fcdb9b mod_http2 larger with 64-bit VS 2012 RelWithDebInfo build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706635 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 21:24:29 +00:00
df0a03587e bye bye mod_h2, hello mod_http2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705749 13f79535-47bb-0310-9956-ffa450edef68
2015-09-28 19:26:32 +00:00
98077e4911 Windows traditional build files for mod_h2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1698023 13f79535-47bb-0310-9956-ffa450edef68
2015-08-26 22:14:16 +00:00
cfd84fad8a cosmetic: match case style to all previous
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696490 13f79535-47bb-0310-9956-ffa450edef68
2015-08-18 19:50:08 +00:00
44fe3a68a5 include mod_ssl_ct
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1631603 13f79535-47bb-0310-9956-ffa450edef68
2014-10-14 00:11:52 +00:00
86335b8bb8 BaseAddr.ref:
. Update sizes as necessary based on a 64-bit debug build with Visual Studio
  2012.
. Add missing modules mod_apreq, mod_authnz_fcgi, mod_dialup,
  mod_optional_fn_export, mod_optional_fn_import, mod_optional_hook_export,
  mod_optional_hook_import, and mod_policy.
  (The example mods aren't important, but adding them avoids having to
  treat those as exceptions in any sort of automatic update mechanism.
  Potential issues with the several modules that aren't currently buildable
  with the cmake-based solution have not been addressed.)

fixBaseAddrs.pl:
. New script to generate a new BaseAddr.ref based on Microsoft linker
  warnings about inadequate size or missing module.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1522544 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 12:15:02 +00:00
143d9b62b8 Increase stack size for mod_cache and mod_ldap and readdress
VC11 reporting image size exceeds specified maximum

Reported by Steffen <info apachelounge com>



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1505178 13f79535-47bb-0310-9956-ffa450edef68
2013-07-20 18:14:43 +00:00
e5d0f97ec8 Final rename per r1454386, we hope
Set eol style of mod_proxy_wstunnel.dsp to native
for easy editing on any OS



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1454659 13f79535-47bb-0310-9956-ffa450edef68
2013-03-09 05:51:48 +00:00
723bba5dff finish up mod_proxy_websocket/tunnel rename on Windows
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1453974 13f79535-47bb-0310-9956-ffa450edef68
2013-03-07 17:27:55 +00:00
60efc021bb Add mod_proxy_websocket to Windows
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1453552 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 20:54:48 +00:00
62980ad902 fix r1439000 per rjung remarks
http://marc.info/?l=apache-httpd-dev&m=135925949528376&w=2


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1439027 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 05:45:21 +00:00
3fb478dd70 mod_lua image size has surpassed 0x00010000, step it up a notch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1439000 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 00:08:04 +00:00
8e0c2d91e0 Add mod_macro to Windows build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436058 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 01:20:33 +00:00
3e8254fb4c Add mod_allowhandlers to Windows build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418867 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 09:46:47 +00:00
f696d241c7 Windows build for mod_cache_socache added in r1388660
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388899 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22 21:14:00 +00:00
86598d3b90 Fix my typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210869 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 11:28:44 +00:00
1a3e83723a Build mod_allowmethods on Windows
project file exists


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203924 13f79535-47bb-0310-9956-ffa450edef68
2011-11-19 00:35:17 +00:00
324946aeb5 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202537 13f79535-47bb-0310-9956-ffa450edef68
2011-11-16 06:27:41 +00:00
4cb6f6baad Add mod_data to Windown build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202365 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15 18:36:06 +00:00
4708643686 Added proxy_html and xml2enc to Windows build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1196876 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03 00:01:55 +00:00
82b385559c Added new mods to Windows build system.
Submitted by: Gregg L. Smith <gls gknw net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147823 13f79535-47bb-0310-9956-ffa450edef68
2011-07-18 11:58:43 +00:00
ed79086152 Added slotmem* modules to Win32 build.
Submitted by Gregg L. Smith - gregg AT apachehaus.com.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063507 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25 23:05:46 +00:00
d058fb69c9 Added mod_reflector to Win32 build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059644 13f79535-47bb-0310-9956-ffa450edef68
2011-01-16 19:39:33 +00:00
f6816b7aa2 Fix Windows build of mod_cache_disk which was broken after
renaming the module.

Submitted by: Gregg L. Smith <lists glsnet net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039295 13f79535-47bb-0310-9956-ffa450edef68
2010-11-26 10:02:49 +00:00
c9b45bef06 build mod_reqtimeout on Windows
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916866 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 23:36:07 +00:00
ffbb8a2e28 fix base addr of mod_serf
Submitted by: Gregg L. Smith <lists@glewis.com>
Reviewed by:  trawick


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916804 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 20:11:37 +00:00
a63cdab32f Finish libserf magic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906612 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04 19:32:24 +00:00
6a6cc5a680 Add mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885655 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01 02:24:31 +00:00
57112d5328 Complete the integration of mod_heartbeat, mod_heartmonitor and the
loadable mod_watchdog, started with 771581.

This clears my list of missing modules as of 6 weeks ago, might be
a few new still to clear up.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771589 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 06:47:21 +00:00
0fe6d791a5 complete r771579, refactoring mod_watchdog as loadable on win32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771581 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 06:26:24 +00:00
b7eba4ab7f Add balancer module targets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771564 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 04:58:44 +00:00
2bb8b243e0 Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteip
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767786 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 04:19:36 +00:00
63c73dc56d integrate lua, ratelimit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758657 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 14:18:58 +00:00
3a8d6ff515 add lua
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758427 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25 20:07:47 +00:00
3d6d0bc25d Base our mod_buffer.so
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739843 13f79535-47bb-0310-9956-ffa450edef68
2009-02-01 21:30:07 +00:00
a5f27a0dbc Remove some more mod_mem_cache relics from
trunk and add removal to CHANGES.

The module has been removed in r711470.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735365 13f79535-47bb-0310-9956-ffa450edef68
2009-01-18 00:47:00 +00:00
6703fd4835 So close ;-) Nicely done Jim
Add the sed sources to mod_sed, no different than the sed_obj
list from config.m4 (.h files just for easy reference).

Apache.dsw is simply sorted entries, and picking to drop
a new module under BuildBin (common) or BuildAll (test and
nonstandard extensions).  Give us mod_sed :)

Makefile.win is simply the invocation of the .mak file that
gets exported, and the copy of that module (pdb debugging)
binary.

Can't update BaseAddr.ref except from windows, however, we
have to build once and determine how many 64k pages this
object is going to eat.  Turns out, it's only one.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720062 13f79535-47bb-0310-9956-ffa450edef68
2008-11-23 22:49:30 +00:00
cf4e94f55e Remove mod_authn_default and mod_authz_default.
Note: I've attempted to work through the Windows and Netware build files,
but if those with such systems could repair any damage, that would be
appreciated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 04:21:48 +00:00
1ed653d36a Catch up with a host of changes to the current module set
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664240 13f79535-47bb-0310-9956-ffa450edef68
2008-06-07 02:10:32 +00:00
ac6ab5f301 s/mod_example/mod_example_hooks/
and move mod_example_hooks, mod_case_filter[_in] to modules/examples/


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596395 13f79535-47bb-0310-9956-ffa450edef68
2007-11-19 18:47:23 +00:00
bdb8a01c26 Bless the module mod_substitute, with the Substitute directive
and SUBSTITUTE filter name.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569533 13f79535-47bb-0310-9956-ffa450edef68
2007-08-24 21:41:35 +00:00
8cf800578c Adding the last two, missing mod_filter and mod_dav_lock infos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569233 13f79535-47bb-0310-9956-ffa450edef68
2007-08-24 03:00:40 +00:00