Log of /httpd/httpd/trunk/NWGNUmakefile
Parent Directory
|
Revision Log
Revision
709839 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 2 04:21:48 2008 UTC
(12 months, 3 weeks ago)
by
chrisd
File length: 10753 byte(s)
Diff to
previous 645889
(
colored)
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.
Revision
551196 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 27 15:25:36 2007 UTC
(2 years, 5 months ago)
by
fuankg
File length: 10630 byte(s)
Diff to
previous 526617
(
colored)
added mod_ssl to httpd.conf for BSD socket build;
some more fixes to httpd-ssl.conf; sync'd with r515403.
Revision
502051 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 31 23:55:44 2007 UTC
(2 years, 9 months ago)
by
bnicholes
File length: 10913 byte(s)
Diff to
previous 468049
(
colored)
Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files
Submitted by: Guenter Knauf <fuankg apache org>
Revision
161368 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 14 23:42:21 2005 UTC
(4 years, 7 months ago)
by
bnicholes
File length: 10183 byte(s)
Diff to
previous 160726
(
colored)
Allow httpd on NetWare to build using either the standard socket libraries or the Winsock libraries.
Revision
160625 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 8 22:03:36 2005 UTC
(4 years, 7 months ago)
by
bnicholes
File length: 8617 byte(s)
Diff to
previous 160560
(
colored)
Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod_actions, mod_cgi, mod_imagemap, mod_userdir and mod_autoindex as shared rather than built-in.
Revision
152957 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 8 23:17:38 2005 UTC
(4 years, 9 months ago)
by
bnicholes
File length: 8771 byte(s)
Diff to
previous 106975
(
colored)
Add a target to build the prebuild utilities on NetWare
Submitted by: Guenter Knauf <fuankg@apache.org>
Revision
106692 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 27 08:07:44 2004 UTC
(5 years ago)
by
jerenkrantz
File length: 8426 byte(s)
Diff to
previous 106103
(
colored)
Initial pass at refactoring some files to eliminate our 150K C source behemoths.
* Makefile.in: Change order of dependencies to bring in exports.o first so that
we have every symbol 'used' before the linker starts processing.
* build/rules.mk.in: Add a 'program-install' target which just copies httpd.
* server/Makefile.in, modules/http/config2.m4: Add in new file targets.
* NWGNUmakefile, libhttpd.dsp: Blind updates for Netware and Win32. (I tried.)
* server/core.c: Move core_input_filter, net_time_filter, and core_output_filter and all supporting functions to...
* server/core_filters.c (copied): ...here.
* modules/http/http_protocol.c: Move functions from here to there...namely:
* modules/http/byterange_filter.c (copied): Relocate ap_byterange_filter() and
friends.
* modules/http/chunk_filter.c (copied): Relocate chunk_filter().
* modules/http/http_etag.c (copied): Relocate ap_set_etag and ap_make_etag().
* modules/http/http_filters.c (copied): Relocate ap_http_filter(),
ap_http_header_filter(), ap_discard_request_body(), ap_setup_client_block(),
ap_should_client_block(), and ap_get_client_block().
Revision
103816 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 1 17:48:21 2004 UTC
(5 years, 5 months ago)
by
bnicholes
File length: 8215 byte(s)
Diff to
previous 103550
(
colored)
Eliminate the redundant compiler rules
Submitted by: Guenter Knauf <fuankg@apache.org>, Brad Nicholes
Revision
103550 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 29 16:49:50 2004 UTC
(5 years, 6 months ago)
by
bnicholes
File length: 9720 byte(s)
Diff to
previous 103286
(
colored)
Remove the hardcoded /Y parameter when doing a xcopy
Submitted by: Guenter Knauf <fuankg@apache.org>
Revision
102876 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 7 03:04:51 2004 UTC
(5 years, 8 months ago)
by
bnicholes
File length: 9680 byte(s)
Diff to
previous 102874
(
colored)
Allow make files to create a cc.opt compiler options file per NLM rather than a single file per directory
Revision
100022 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 23 22:42:26 2003 UTC
(6 years, 6 months ago)
by
bnicholes
File length: 9535 byte(s)
Diff to
previous 98987
(
colored)
Copy the .XDC data file during the installdev make process. This allows other
modules to link same .XDC data file used by the httpd and APR builds.
Submitted by: G�nter Knauf <gk@gknw.de>
Revision
96931 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 20 16:23:38 2002 UTC
(7 years, 2 months ago)
by
bnicholes
File length: 9271 byte(s)
Diff to
previous 96925
(
colored)
Clean up some left over garbage in the NetWare make files after moving the
provider API's into the core.
Revision
96925 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 20 06:12:38 2002 UTC
(7 years, 2 months ago)
by
jerenkrantz
File length: 9300 byte(s)
Diff to
previous 96846
(
colored)
Take a stab in the dark at fixing up the Netware build due to the
addition of ap_{register|lookup}_provider.
Completely and utterly untested, but seems close.
Revision
96846 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 16 21:22:25 2002 UTC
(7 years, 2 months ago)
by
bnicholes
File length: 9305 byte(s)
Diff to
previous 96792
(
colored)
Moving the auth_provider APIs into the core binary to avoid a chicken and
egg problem when loading the auth modules vs the providers. (Can't load the
auth module until the provider has registered. Can't register the provider until
the auth module is loaded and APIs are available.)
Revision
96792 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 13 21:43:22 2002 UTC
(7 years, 2 months ago)
by
bnicholes
File length: 9247 byte(s)
Diff to
previous 96698
(
colored)
Removed access_module, auth_module and added authz_host_module in
order to comply with the new auth module architecture
Revision
95365 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 29 21:16:46 2002 UTC
(7 years, 6 months ago)
by
bnicholes
File length: 9202 byte(s)
Diff to
previous 94863
(
colored)
Updated the NetWare makefiles to include the rotatelogs NLM and to copy
all of the support NLMs to a bin directory.
Revision
94863 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 29 15:10:20 2002 UTC
(7 years, 7 months ago)
by
bnicholes
File length: 9194 byte(s)
Diff to
previous 94472
(
colored)
Fixing up the distribution and install section of the NetWare make files
Submitted by: Guenter Knauf
Revision
94238 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 27 22:13:26 2002 UTC
(7 years, 8 months ago)
by
bnicholes
File length: 9002 byte(s)
Diff to
previous 93867
(
colored)
Switched to xcopy commands in the make file so that we are sure all of the
document directories are copied during the install processing
Revision
93665 -
(
view)
(
annotate)
-
[select for diffs]
Added
Fri Mar 1 22:21:25 2002 UTC
(7 years, 8 months ago)
by
bnicholes
File length: 9702 byte(s)
Switching from a project build file to GNU make files
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.