Log of /httpd/httpd/trunk/Makefile.win
Parent Directory
|
Revision Log
Revision
812927 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 9 12:49:16 2009 UTC
(2 months, 2 weeks ago)
by
wrowe
File length: 41719 byte(s)
Diff to
previous 803159
(
colored)
Note SSL caviet and installer features in windows platform docs.
Drop the symbols/ tree, nothing is installed within it.
Revision
772848 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 8 05:46:28 2009 UTC
(6 months, 2 weeks ago)
by
wrowe
File length: 40953 byte(s)
Diff to
previous 771581
(
colored)
Here's the simpler solution to the two groups of mappers/ modules...
The mod_so and mod_watchdog are truly not mappers/ at all. Very open
to better names than modules/core/ but these are clearly API's which
are to be consumed by the httpd core, or generically, any module.
Revision
735365 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 18 00:47:00 2009 UTC
(10 months, 1 week ago)
by
rjung
File length: 36491 byte(s)
Diff to
previous 720062
(
colored)
Remove some more mod_mem_cache relics from
trunk and add removal to CHANGES.
The module has been removed in r711470.
Revision
720062 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 23 22:49:30 2008 UTC
(12 months ago)
by
wrowe
File length: 36661 byte(s)
Diff to
previous 709839
(
colored)
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.
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: 36499 byte(s)
Diff to
previous 704771
(
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
607371 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 29 03:59:01 2007 UTC
(22 months, 3 weeks ago)
by
wrowe
File length: 33332 byte(s)
Diff to
previous 607369
(
colored)
It turns out copy concat didn't work as I expected,
it does concat to the first named file, but not the
first filepath.
Revision
607316 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 28 19:48:55 2007 UTC
(22 months, 4 weeks ago)
by
wrowe
File length: 33256 byte(s)
Diff to
previous 606394
(
colored)
Add a placeholder to remind us that fcgistarter.exe, once
an implemention exists for apr_proc_create, needs to be added
to the build/install schema.
Revision
606394 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 22 04:35:18 2007 UTC
(23 months ago)
by
wrowe
File length: 33091 byte(s)
Diff to
previous 606383
(
colored)
Install missing modules/xxx/foo.h garbage, the point of this
exercise, and why these aren't in includes/, still escapes me.
Revision
606382 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 22 02:14:14 2007 UTC
(23 months ago)
by
wrowe
File length: 32803 byte(s)
Diff to
previous 606265
(
colored)
Solve two ssl issues; always install both ab.exe and abs.exe
because it's easier to move around ab.exe when that's all
someone needs (and this is precisely how the binary installer
works, too), and also kindly ignore missing openssl tree files
because TIMTOWTDI (although this one is preferred :)
Revision
606158 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 21 11:12:35 2007 UTC
(23 months ago)
by
wrowe
File length: 32736 byte(s)
Diff to
previous 605416
(
colored)
Plug in build/installwinconf.awk, unplug httpd-win.conf
and follow the same general configuration as all platforms.
Revision
604940 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 17 17:46:58 2007 UTC
(23 months, 1 week ago)
by
wrowe
File length: 34495 byte(s)
Diff to
previous 602709
(
colored)
What an obscure reference. Also note the build will append
OPENSSL's LICENSE after the AL in LICENSE.
Revision
569352 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 11:13:35 2007 UTC
(2 years, 3 months ago)
by
wrowe
File length: 34494 byte(s)
Diff to
previous 569249
(
colored)
Once we have a .vcproj, and if we can exec devenv.exe, then prefer it.
If we don't, we still need to use the .mak files, when present, because
a VC5 user (yes it still works) can't build from .dsp files.
But let the user do whatever they like, as trivial as USEMAK=1
to override the presense of .vcproj files, which is a huge improvement
over the prior detection.
Revision
495057 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 11 00:25:35 2007 UTC
(2 years, 10 months ago)
by
wrowe
File length: 32116 byte(s)
Diff to
previous 490066
(
colored)
Add openssl.cnf since openssl will not run without one (explicitly
specifying this .cnf is required, either with the cmd line arg or
the envvar.)
Spell out the correct versions of openssl/apache.
Revision
490066 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 24 19:40:48 2006 UTC
(2 years, 11 months ago)
by
jerenkrantz
File length: 31996 byte(s)
Diff to
previous 483555
(
colored)
Compile mod_authn_core on Win32. (The authz-dev branch forgot to add this.)
* modules/aaa/mod_authn_core.dsp: New DSP file for mod_authn_core.
* Apache.dsw: Add mod_authn_core as a dependency.
* Makefile.win: Add install targets
Revision
483555 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 7 17:11:51 2006 UTC
(2 years, 11 months ago)
by
wrowe
File length: 31825 byte(s)
Diff to
previous 463900
(
colored)
Similar change to r483553 to help developers work in parallel on win32, install
default command-line build to \Apache2x directory, and name service Apache2.x
(which means this doesn't need to change over and over as trunk becomes 2.5, 2.7 etc.)
Revision
424688 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 23 08:36:06 2006 UTC
(3 years, 4 months ago)
by
mturk
File length: 31356 byte(s)
Diff to
previous 424687
(
colored)
Fix the typo (probably). The %~na is something windows
help for batch files does not recognize.
Anyhow, renaming to the %~nf there is no more
%~na.default file generated inside conf/extra on install.
Revision
410765 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 1 05:50:07 2006 UTC
(3 years, 5 months ago)
by
wrowe
File length: 31254 byte(s)
Diff to
previous 398284
(
colored)
One problem with keeping a compost pile. As you add the dog's droppings,
the leaves, the grass clippings, and don't add any bacteral agents, in
the end you have one friggin big smelly pile.
Completely refactor the accumulated cruft of rewriting conf files.
Revision
397647 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 27 21:41:29 2006 UTC
(3 years, 6 months ago)
by
wrowe
File length: 35549 byte(s)
Diff to
previous 397397
(
colored)
This resource /D syntax was pretty horridly imported into VS 2005,
change the quotation to ensure a peaceful transition to sln/vcproj files.
Revision
395397 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 19 21:16:02 2006 UTC
(3 years, 7 months ago)
by
wrowe
File length: 35578 byte(s)
Diff to
previous 387743
(
colored)
As a -fallback- install the release flavor of openssl when building
the debug flavor of apache httpd mod_ssl.
Revision
368538 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 13 01:17:25 2006 UTC
(3 years, 10 months ago)
by
wrowe
File length: 35665 byte(s)
Diff to
previous 357226
(
colored)
Say 'whoops'. When you build the elements explicitly, you must order
them (win32 has no unresolved symbols linkage). modules/database/
is required before modules/aaa/
Revision
357226 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 16 20:54:27 2005 UTC
(3 years, 11 months ago)
by
wrowe
File length: 35665 byte(s)
Diff to
previous 356852
(
colored)
Test _NMAKE_VER define to determine nmake -nologo behavior,
and use $(MAKEOPT) -f syntax throughout to avoid problems
on mingw, borland, etc.
Revision
356852 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 14 20:14:46 2005 UTC
(3 years, 11 months ago)
by
wrowe
File length: 35514 byte(s)
Diff to
previous 356844
(
colored)
Revert 1/2 of my last commit, keep Apache2 as the default name so we don't
need to keep syncing this with releases.
Retain the other 1/2 - a better message since apr's must be in the build
tree srclib/ not the install target srclib/.
Revision
349833 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 29 23:34:28 2005 UTC
(3 years, 11 months ago)
by
colm
File length: 35536 byte(s)
Diff to
previous 349777
(
colored)
Remove the problematic block which is causing problems with the latest versions
of MSVS. Sacrifice some borland options which don't really work anyway, and for
Borland to work, we'e really going to need a Makefile.bor.
Revision
160989 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 12 00:12:14 2005 UTC
(4 years, 7 months ago)
by
slive
File length: 35124 byte(s)
Diff to
previous 160432
(
colored)
Bring the windows config file in line with the simplifications
of the main httpd.conf.
Make a vain attempt to modify Makefile.win appropriately.
Revision
159626 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 31 19:02:44 2005 UTC
(4 years, 7 months ago)
by
wrowe
File length: 30081 byte(s)
Diff to
previous 154911
(
colored)
Apache.exe -> httpd.exe - per discussion on dev@httpd
to make Win32 consistent with Unix, and as importantly,
quitclaim the 'Apache HTTP Server' project's claim on
something not in the spirit of the greater Foundation.
Revision
154911 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 22 23:16:18 2005 UTC
(4 years, 9 months ago)
by
wrowe
File length: 30084 byte(s)
Diff to
previous 154340
(
colored)
Reverting a localization I had attempted to fix back on Saturday.
Must have closed the svn commit shell a bit to quickly.
Revision
154340 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 18 20:32:05 2005 UTC
(4 years, 9 months ago)
by
wrowe
File length: 30103 byte(s)
Diff to
previous 124276
(
colored)
pcre.lib is bound into libhttpd.dll - we no longer need to redistribute
yet another third party lib, while we now have an ap_reg* API exported
and supported by httpd.
Revision
124276 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 5 21:17:09 2005 UTC
(4 years, 10 months ago)
by
wrowe
File length: 30504 byte(s)
Diff to
previous 106897
(
colored)
Deposit mod_bucketeer.so and mod_dumpio.so into the installed apache2
instance. This does not configure httpd.conf to load them.
Revision
104921 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 31 20:11:35 2004 UTC
(5 years, 2 months ago)
by
wrowe
File length: 29806 byte(s)
Diff to
previous 103454
(
colored)
Catch up for Win32 to authnz_ldap changes, and make win32's module
for util_ldap features named mod_ldap.so as on Unix.
Revision
103345 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 11 16:37:43 2004 UTC
(5 years, 7 months ago)
by
nd
File length: 29449 byte(s)
Diff to
previous 102968
(
colored)
nobody came up with another patch or objections and it should not get lost:
add mod_version and invoke it into *x (modules = all) and win32 builds
Revision
102962 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 15 20:01:07 2004 UTC
(5 years, 8 months ago)
by
wrowe
File length: 29071 byte(s)
Diff to
previous 102960
(
colored)
whoops - moving to fast - fix 1.135 to exclude the appropriate
makefile section if ssl.conf is unneeded.
Revision
102370 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 18 17:01:46 2004 UTC
(5 years, 10 months ago)
by
nd
File length: 29791 byte(s)
Diff to
previous 101199
(
colored)
Don't include zlib files directly. That's very nasty!
zlib is now ivoked in a more common way (we link against it :-).
The build process inclusion is probably not the final one, but it works
for me for zlib 1.1.4 and 1.2.1 in command line builds.
PR: 25578
Revision
101199 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 8 21:08:33 2003 UTC
(6 years, 2 months ago)
by
wrowe
File length: 29036 byte(s)
Diff to
previous 101193
(
colored)
By rights this should be a subst - but it gets us building.
Need to revisit pulling this and httpd-std.conf.in so we can
drop all win32 specifics.
Revision
98969 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 11 00:37:05 2003 UTC
(6 years, 8 months ago)
by
wrowe
File length: 29013 byte(s)
Diff to
previous 98963
(
colored)
After much discussion on dev@apr - it turns out that .dbg files served
a very limited purpose and their extraction interfered with the correct
extraction of the (much more useful) .pdb files. Eliminating them now.
It also turns out that without the _src.pdb files for static libraries,
one cannot build debuggable modules with any locals or type information.
We need to copy those _src.pdb files into lib/ as well.
Revision
98606 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 10 15:45:40 2003 UTC
(6 years, 9 months ago)
by
wrowe
File length: 29164 byte(s)
Diff to
previous 98596
(
colored)
Thanks Andre... for pointing out my fat fingers.
Drop the module binaries into the correct location.
Revision
98596 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 7 21:30:53 2003 UTC
(6 years, 9 months ago)
by
wrowe
File length: 29167 byte(s)
Diff to
previous 98386
(
colored)
*) Introduce debugging symbols for Win32 release builds, both .pdb
and .dbg files (older debuggers and Dr. Watson-type utilities
on WinNT or Win9x don't support the newer .pdb flavor.)
[Allen Edwards, William Rowe]
Revision
98386 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 20 21:38:50 2003 UTC
(6 years, 10 months ago)
by
wrowe
File length: 32685 byte(s)
Diff to
previous 98346
(
colored)
Integrate mod_ident with the Win32 build.
Submitted by David Shane Holden <dpejesh@yahoo.com>
Revision
98346 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 19 02:46:55 2003 UTC
(6 years, 10 months ago)
by
wrowe
File length: 32449 byte(s)
Diff to
previous 98319
(
colored)
.dsw IDE builds were building mod_auth_ldap, while .mak builds were not.
Corrected, and cleaned up redundant util_ldap dependency.
Revision
98267 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 14 18:28:13 2003 UTC
(6 years, 10 months ago)
by
wrowe
File length: 32085 byte(s)
Diff to
previous 97762
(
colored)
Adapt to Brane's apr-iconv patch that provides for make install, and makes
httpd a little less intimate with apr internals.
Revision
97762 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 3 06:19:36 2002 UTC
(6 years, 11 months ago)
by
wrowe
File length: 31691 byte(s)
Diff to
previous 97591
(
colored)
Not entirely clear if we should trust iconv or bin/iconv as the target
path for iconv modules, but here goes.
Revision
96794 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 13 21:55:31 2002 UTC
(7 years, 2 months ago)
by
wrowe
File length: 31022 byte(s)
Diff to
previous 96785
(
colored)
A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basic
alone, on Win32 only.
Requires mod_auth_basic be loaded prior to using mod_auth_digest or any
other mod_authn/z modules.
Win32 builds again.
Revision
96785 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 13 16:39:03 2002 UTC
(7 years, 2 months ago)
by
wrowe
File length: 31088 byte(s)
Diff to
previous 96323
(
colored)
Welcome to the new schema. Multiply defined symbols blow.
Don't expect things to compile right now.
Revision
96323 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 9 15:05:43 2002 UTC
(7 years, 3 months ago)
by
wrowe
File length: 29502 byte(s)
Diff to
previous 96322
(
colored)
Reenable apr-iconv for ongoing development effort. Sorry that we had
to defer this, but building with the patch [which will be placed in
patches] will allow anyone to build an xlate-enabled aprutil for ongoing
svn and other development.
Revision
96322 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 9 15:01:45 2002 UTC
(7 years, 3 months ago)
by
wrowe
File length: 28729 byte(s)
Diff to
previous 96239
(
colored)
Since library detection is _not_ complete, and this code is extremely
alpha quality, backout the apr-iconv for Win32 changes from the .40
release. Many have objected [not -1 exactly] to forcing iconv for any
user to build xlate, and the detection/fixup patches are a blocker for
releasing this overdue version.
Recommiting immediately after tagging this sans-iconv point for .40, and
create a patch anyone can apply to enable this for the release tarball.
Revision
96134 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 21 00:24:32 2002 UTC
(7 years, 4 months ago)
by
wrowe
File length: 29230 byte(s)
Diff to
previous 96122
(
colored)
Until we are building loadable iconv modules, the core iconv will always
be carried around with aprutil.
Revision
96112 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 18 18:57:36 2002 UTC
(7 years, 4 months ago)
by
wrowe
File length: 28947 byte(s)
Diff to
previous 96046
(
colored)
Clean up a number of messages, as proposed by David. Ignored the patch
to remove .mak builds, since that eliminates VC5 users from building.
Submitted by: David Shane Holden <dpejesh@yahoo.com>
Revision
95709 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 16 03:25:36 2002 UTC
(7 years, 5 months ago)
by
wrowe
File length: 28990 byte(s)
Diff to
previous 95125
(
colored)
For debug builds, toss the .pdb's alongside the binaries for debugging
in the install tree [note: you still need some sources handy, at least
this solves the 80/20 headache.]
Revision
95084 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 14 12:37:43 2002 UTC
(7 years, 6 months ago)
by
wrowe
File length: 24761 byte(s)
Diff to
previous 94993
(
colored)
Fix command line devenv builds for MS VS 7.0 users. msdev is a command
that no longer exists, and we won't count on .mak files [although they
are much faster if they exist, as there is no such concept as /norecurse
in this newer release.] We will use the existance of a converted
Apache.sln (solution) file as proof of 7.0, there isn't another graceful
way to check that I see.
Revision
94868 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 29 19:53:55 2002 UTC
(7 years, 6 months ago)
by
wrowe
File length: 23831 byte(s)
Diff to
previous 94381
(
colored)
Should correctly build mod_ext_filter, mod_deflate dependant upon zlib,
and change the license-add code for openssl+zlib based on the newest
changes to a global LICENSE for all bundled components.
Revision
93602 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 27 17:41:34 2002 UTC
(7 years, 8 months ago)
by
wrowe
File length: 21436 byte(s)
Diff to
previous 93393
(
colored)
This baffled .mak exported build targets for mod_ssl/abs. They will
recognize their output only as .\Release|Debug\mod_ssl.so, etc. Without
the leading .\ kept getting 'dunno how to make ... target'
Revision
93393 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 13 17:17:50 2002 UTC
(7 years, 9 months ago)
by
wrowe
File length: 21432 byte(s)
Diff to
previous 93121
(
colored)
These files cannot be distributed at present - Justin, update your RC.32
Win32 is not escaping or rejecting ANY hazerdous shell command strings
in Apache 2.0 at present. These would include the pipe character (|)
which allows the user to construct malicious request strings.
This needs consideration in code and configuration before we reintroduce
a batch-file based example.
Reported by: Ory Segal <ORY.SEGAL@SANCTUMINC.COM> 13 Feb 2002
Revision
93121 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 31 01:25:49 2002 UTC
(7 years, 9 months ago)
by
wrowe
File length: 21494 byte(s)
Diff to
previous 93104
(
colored)
The missing xcopy's <.a bit was a showstopper, but to ensure any win32
command.com/cmd.exe lives with us, add the <.y for all copy commands
where the file could already exist.
Revision
93079 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 29 17:22:20 2002 UTC
(7 years, 9 months ago)
by
wrowe
File length: 22993 byte(s)
Diff to
previous 92876
(
colored)
Prepare for some changes to the .dsw - phase 1.
Add /USEENV for msdev so the user with awk.exe in the path can resolve.
Add _dummy: for a new compile-all target.
Revision
92876 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 17 01:05:23 2002 UTC
(7 years, 10 months ago)
by
wrowe
File length: 22957 byte(s)
Diff to
previous 92819
(
colored)
Follow our Unix bretherens' conventions, and name the sub-proxy modules
with the mod_ prefix (al la mod_dav_fs as a sub-dav module.)
Revision
92819 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 11 06:40:43 2002 UTC
(7 years, 10 months ago)
by
wrowe
File length: 22919 byte(s)
Diff to
previous 92814
(
colored)
Some servername goodness (well, if you call 'localhost' good, I don't.)
Add to that some nits in the overall comments, and drop all the bitty
copy modules/somemod/*.h include/ fooness, since we need the various
modules to deposit their droppings into the build tree install/ dir
just to compile ourselves.
Revision
92804 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 10 08:47:23 2002 UTC
(7 years, 10 months ago)
by
wrowe
File length: 23189 byte(s)
Diff to
previous 92796
(
colored)
*) Split all Win32 modules [excluding the core components mod_core,
mod_so, mod_win32 and the winnt mpm] into individual loadable
modules, so the administrator may individually disable the former
compiled-in modules by simply commenting out their LoadModule
directives. [William Rowe]
*) Saved Win32 module authors and porters many future headaches, by
duplicating the appropriate .h files such as os.h into the include
directory, including in the build tree. [William Rowe]
Also noticed that version stamp resources weren't generated for proxy
modules, this too is now fixed.
Revision
92795 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 10 03:12:39 2002 UTC
(7 years, 10 months ago)
by
wrowe
File length: 20045 byte(s)
Diff to
previous 92165
(
colored)
Change the name of the _tryssl to an underbar prefix so we know it is
an 'internal' thing, and try building explicit targets to avoid ever
dragging in .bsc construction.
Also introduce _browse. This is far from complete, but I'm working on
a mechansim to toggle browse database construction - of a single .bsc
file for DevStudio's browser database. The ugly bit is; it gobbles some
80MB for construction, so we will never waste that sort of space on
the typical case, but reserve it for developers who choose to toggle it.
Revision
92165 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 24 16:38:01 2001 UTC
(8 years ago)
by
wrowe
File length: 19887 byte(s)
Diff to
previous 91780
(
colored)
Reports arrive that some awks are tripped up by an unquoted, unpaired
open curly brace. This solves, seems to have to adverse affects on
other awks.
Revision
91780 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 14:00:52 2001 UTC
(8 years ago)
by
wrowe
File length: 19886 byte(s)
Diff to
previous 91631
(
colored)
Add htdbm.c to the windows build - if someone on Unix could check that it
builds and add it to that build it would be appreciated.
Revision
91631 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 22 12:46:29 2001 UTC
(8 years, 1 month ago)
by
wrowe
File length: 19713 byte(s)
Diff to
previous 91577
(
colored)
Remerge proxy configuration. Tally: of 9 votes;
Majority for segregating mod_ssl
Minority for segregating mod_proxy
Also remove a lingering bit of ldap config from httpd-std.conf
Revision
90430 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 20 22:01:58 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 17651 byte(s)
Diff to
previous 90416
(
colored)
Modify Makefile.win to install the ssl-enabled abs.exe binary
as 'bin/ab.exe' if srclib/openssl exists. Adds abs to the Apache.dsw
IDE workspace.
Revision
90358 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 19 14:35:28 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 17225 byte(s)
Diff to
previous 90308
(
colored)
Add the advertising clause text to our own README when we link and copy
the openssl binaries.
Revision
90308 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 22:58:40 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 16522 byte(s)
Diff to
previous 90305
(
colored)
Bring include and lib targets into line with Unix, and drop the segregated
lib vs. libexec, since we have (carefully) avoided potential name clashes.
Revision
90304 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 21:11:57 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 16257 byte(s)
Diff to
previous 90301
(
colored)
As we package the minimal binaries, package a minimal (but comprehensive)
set of readme, license and news for the OpenSSL .dll's and openssl.exe.
Revision
90301 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 19:43:34 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 14280 byte(s)
Diff to
previous 90273
(
colored)
Add some pretty danged important files to the win32 install. It's a shame
these are all mixed up with the other top-level stuff.
Revision
90273 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 05:31:39 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 14142 byte(s)
Diff to
previous 90265
(
colored)
Complete .mak-file-less support for VisualStudio 6.0+. This won't work
on VS5.0, those users must still copy in the make files.
Also, fixes a small typo in the mod_info build.
Revision
89823 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 31 07:27:58 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 12227 byte(s)
Diff to
previous 89742
(
colored)
Ok... for _today_ ...
This patch conditionally builds against openssl 0.9.6b _if_ openssl is
unpacked and properly built (using pretty much the defaults) in the
srclib/openssl/ directory. Someday soon this needs to be more exhaustive,
but this should solve the 80% problem :)
Revision
89742 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 26 19:26:23 2001 UTC
(8 years, 4 months ago)
by
wrowe
File length: 10860 byte(s)
Diff to
previous 89737
(
colored)
Add some logic that gets us over the hump of a missing awk (copying the
files with no editing whatsoever.) Also sets up the shebang for
printenv.pl, and drops in the test-cgi.bat script.
Revision
89216 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 23 13:34:46 2001 UTC
(8 years, 6 months ago)
by
wrowe
File length: 9720 byte(s)
Diff to
previous 88821
(
colored)
One drawback to .dsps, nobody watches the command line build head
anymore :-) Fix for relocation of uri_delims
Revision
88330 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 25 20:53:42 2001 UTC
(8 years, 9 months ago)
by
wrowe
File length: 10016 byte(s)
Diff to
previous 87749
(
colored)
Bring in the expat.lib into the static aprutil.lib win32 library.
Fix up the build order that messed up command-line builds due to
the recent dependency of apr-util on expat-lite.
Revision
87678 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 13 01:50:49 2001 UTC
(8 years, 10 months ago)
by
wrowe
File length: 10280 byte(s)
Diff to
previous 87664
(
colored)
Clearly the last patch is the -wrong- solution for awk... so I'm backing
it out; we need to find another way to help gnu awk users
Revision
87664 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 12 03:38:28 2001 UTC
(8 years, 10 months ago)
by
wrowe
File length: 10281 byte(s)
Diff to
previous 87489
(
colored)
Build was broken on some pure unixish awks, this fixes.
Obtained from: new-httpd
Submitted by: Roman Neuhauser
Revision
87477 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 21 01:32:43 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 10056 byte(s)
Diff to
previous 87471
(
colored)
Back out the target path change from serverroot\bin back to serverroot
for Apache.exe and it's associated lib*.dll files until after beta one.
Change the make projects as well... and a commit of the actual .mak files
will be coming in a moment.
Revision
87471 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 21 01:04:49 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 10121 byte(s)
Diff to
previous 87464
(
colored)
The Win32 overhaul, in summary;
Modules are named mod_foo.so
Dynamic Libraries are named libfoo.dll, and are stored in bin/
The former ApacheCoreDll is now libhttpd.dll
Apache.exe moves to bin/
The make install now copies include, lib, and libexec
All build options are normalized, filenames adjusted appropriately
Revision
87464 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 20 17:40:31 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 9100 byte(s)
Diff to
previous 87462
(
colored)
Talk about a nasty hack :-/ Here is the Win32 build solution for the
missing xcopy /Y option on NT4.0.
Revision
87462 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 20 16:55:50 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 9079 byte(s)
Diff to
previous 87453
(
colored)
Hmmm... seems the /dy solution wasn't sufficiently portable. This patch
prevents us from displaying the files copied, but at least bypasses the
confirmation messages.
Submitted by: W Stoddard
Reviewed by: W Rowe
Revision
87421 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 19 14:51:40 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 9190 byte(s)
Diff to
previous 87418
(
colored)
Add icons and cgi-bin ... needs shebang rewrite for printenv and
lib/exp/h copied to the right places.
Revision
87407 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 18 23:29:20 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 8858 byte(s)
Diff to
previous 87341
(
colored)
The awk update for Win32 build/install. If awk is not installed, only
dbmmmanage.pl, httpd.default.conf and httpd.conf are left uncreated.
Revision
87308 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 12 20:56:35 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 9088 byte(s)
Diff to
previous 87306
(
colored)
Add magic, mime.types and -default of all /conf files to the Win32
build/install. Also copy the manual tree to htdocs/manual/, and the
index pages (if they do not exist) to htdocs/
Revision
87306 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 12 20:34:23 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 8566 byte(s)
Diff to
previous 87303
(
colored)
One, it's very hard to type perl without $'s (stolen by the .mak parser)
Two, it's official ... we don't have anything useful on Win32 to help us
with rewriting (no sed, no nothing, by default) so we will require perl.
Sorry to anyone that causes trouble for, but it's fairly unavoidable
unless we want sed instead.
Revision
87303 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 12 17:41:44 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 7572 byte(s)
Diff to
previous 87302
(
colored)
Changes for correct apr-util.dll lib name, and don't try building into
the current tree from the workspace. Also correct commentary.
Revision
87253 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 7 21:37:42 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 7956 byte(s)
Diff to
previous 87228
(
colored)
With this patch, dav and file_cache ride again :-) Note file_cache now
uses mmaps, which may or may not be desired on win32.
Revision
87228 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 6 04:42:33 2000 UTC
(8 years, 11 months ago)
by
stoddard
File length: 7958 byte(s)
Diff to
previous 87222
(
colored)
And this gets Apache for Windows compiling from the command line and
serving files again. The APR_DECLARE_DATA declaration allows the
ap_*_type structures to be exported which is reqired for the correct
operation of the AP_BUCKET_IS_* macros.
An alternate way to fix this problem is to explicitly break the bucket
type out of the "type" structure in ap_bucketi and represent each bucket
type with an enum.
Revision
86644 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 18 17:37:05 2000 UTC
(9 years, 1 month ago)
by
wrowe
File length: 7261 byte(s)
Diff to
previous 86543
(
colored)
expatlib is definately more in sync with the Unix build, so we now
build the expatlib.dsp rather than seperate xmltok/xmlparse .dsp's.
Submitted by: Greg Stein
Reviewed by: William Rowe
Revision
86536 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 11 14:04:39 2000 UTC
(9 years, 1 month ago)
by
wrowe
File length: 7112 byte(s)
Diff to
previous 86261
(
colored)
Second half of the ugly name to nice name change. Clean your tree
before you grab this set :-)
Reviewed by: rbb, stoddard
Revision
86257 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 20 04:54:06 2000 UTC
(9 years, 2 months ago)
by
wrowe
File length: 7576 byte(s)
Diff to
previous 85966
(
colored)
Get mod_auth_dbm building using Apache's sdbmlib under WinNT.
Bad conditional... need a better test to determine if we are using sdbm.
Also - consistify linkage for expat-lite/sdmb to the same model as all
the modules (no more nasty "conflicting linkage, use /nodefaultlib" msg.)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
85435 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 6 01:15:05 2000 UTC
(9 years, 5 months ago)
by
wrowe
File length: 6840 byte(s)
Diff to
previous 85330
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Fixes 1) The htpasswd and ab binaries, by converting ApacheCore.dsp to
a library MSVC project.
2) Creates the ApacheCoreDll.dsp project to produce the dso
version ApacheCore.dll
3) Some misc fixups to the original http_main.c -> Apache.exe
conversion that misses newly added symbols.
Code fixes to follow in a seperate patch.
Revision
85330 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun May 28 04:16:09 2000 UTC
(9 years, 6 months ago)
by
wrowe
File length: 6646 byte(s)
Diff to
previous 85161
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Of course the build order changes without ap.dsp... so this should
finish things off for tonight.
Revision
85161 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 6 15:02:13 2000 UTC
(9 years, 6 months ago)
by
wrowe
File length: 6737 byte(s)
Diff to
previous 85087
(
colored)
First crack at getting Apache to build with pcre in Win32.
Cleans up all the gen_ projects to strip off garbage files,
as well, and follows the same pattern for dftables.
Revision
85087 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 28 20:10:09 2000 UTC
(9 years, 6 months ago)
by
wrowe
File length: 6553 byte(s)
Diff to
previous 85080
(
colored)
PR:
Obtained from:
Submitted by: William Rowe
Reviewed by:
Not good... can't be adding to the makefile.win list of files to copy
without adding to the list of projects to build :-|
Revision
85080 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 28 18:25:02 2000 UTC
(9 years, 6 months ago)
by
trawick
File length: 6469 byte(s)
Diff to
previous 85075
(
colored)
Win32:
install ab.exe
fix dependency in Apache.dsw (ab is dependent on aprlib and ap)
fix ab and htdigest projects so that they find all header files
define ap_signal() in apr.hw - this is o.k. for casual use as with
cmd-line programs
use API_VAR_EXPORT as appropriate in getopt.c
general:
ab doesn't need to declare ap_optarg/ap_optind; fix a warning
htdigest needs to call ap_initialize() to avoid segfault at
startup
Revision
85075 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 28 07:56:06 2000 UTC
(9 years, 7 months ago)
by
wrowe
File length: 6418 byte(s)
Diff to
previous 85037
(
colored)
Following constructive advise of Ralf, and comments of JLW:
Consitify use of $(MAKE) directive, and add $(MAKEOPT) dependent
on make tool used. Clearly just a start twords bcc compatibility,
but hopefully a good one. In the process, we make the build just
a little less noisy.
Also a test to see if Manoj wrangled my cvs update mail list
access to broadcast correctly.
Revision
85020 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 23 17:42:22 2000 UTC
(9 years, 7 months ago)
by
stoddard
File length: 5880 byte(s)
Diff to
previous 85012
(
colored)
First cut at a file handle cache. It serves on Windows and should work on
Unix systems that implement sendfile.
It is still very rough around the edges (compile warnings, does an unnecessary
stat, not completely Unix friendly, leftover mod_mmap_static code, etc.)
Revision
85012 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 21 22:12:43 2000 UTC
(9 years, 7 months ago)
by
stoddard
File length: 5680 byte(s)
Diff to
previous 85011
(
colored)
Win32: Get mod_auth_digest compiling and added to the Windows
build environment. Not tested and I'd be suprised if it
actually works.
Revision
85004 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 20 19:28:08 2000 UTC
(9 years, 7 months ago)
by
stoddard
File length: 5664 byte(s)
Diff to
previous 84981
(
colored)
Revamp the Win32 make environment. Makefiles have been removed and
Apache.dsw created to bring together all the pieces. Create new file
os/win32/BaseAddr.ref to define module base addresses (to prevent
dll relocation at start-up).
Submitted by: William Rowe
Reviewed by: Bill Stoddard
Revision
84981 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 17 13:45:42 2000 UTC
(9 years, 7 months ago)
by
stoddard
File length: 5702 byte(s)
Diff to
previous 84928
(
colored)
Updates Makefile.win
1) offers a single execution list, regardless of the CTARGET.
Sans CTARGET, it builds the default (the .exe or .dll).
With CTARGET=CLEAN, it cleans back up.
2) To eliminate the _clean block needed to move the delete
generated headers out of that block. They now get wiped only
on a full NMAKE -f makefile.win clean
3) Also threw in the _installdll cleanup with the full
NMAKE -f makefile.win clean.
4) Added RECURSE=0, the REAL reason this patch is absolutely
necessary. As we start tweaking individual .dsp project files,
we will need to prevent the makefile.win from going nuts.
5) Added a commented-out logresolve make item.
Submitted by: William Rowe
Reviewed by: Bill Stoddard
Revision
84919 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 5 03:49:16 2000 UTC
(9 years, 7 months ago)
by
stoddard
File length: 6823 byte(s)
Diff to
previous 84918
(
colored)
Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak is
deleting apr.h and apr_config.h so I don't have to in makefile.win
Revision
84831 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 24 04:45:27 2000 UTC
(9 years, 8 months ago)
by
stoddard
File length: 6823 byte(s)
Diff to
previous 84827
(
colored)
Eliminate os.c and ApacheOS.dsp, ApacheOS.mak, et. al. Update the winnt
MPM to use native thread control calls rather than the deprecated stuff
in os.c. Even though I don't use APR in the MPM yet, this is forward
progress.
Revision
84806 -
(
view)
(
annotate)
-
[select for diffs]
Added
Tue Mar 21 02:00:41 2000 UTC
(9 years, 8 months ago)
by
stoddard
File length: 6997 byte(s)
Create one makefile for all win32 distributions.
Submitted by: Jeff Trawick
Reviewed by: Bill Stoddard
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.