/[Apache-SVN]/httpd/httpd/trunk/Makefile.win
ViewVC logotype

Log of /httpd/httpd/trunk/Makefile.win

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

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 803159 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 15:30:25 2009 UTC (3 months, 2 weeks ago) by wrowe
File length: 41846 byte(s)
Diff to previous 799069 (colored)
Work around an empty DBM_LIST

Revision 799069 - (view) (annotate) - [select for diffs]
Modified Wed Jul 29 20:47:49 2009 UTC (3 months, 3 weeks ago) by wrowe
File length: 41761 byte(s)
Diff to previous 773372 (colored)
Catch up to apr_dbm projects

Revision 773372 - (view) (annotate) - [select for diffs]
Modified Sun May 10 17:46:12 2009 UTC (6 months, 2 weeks ago) by rjung
File length: 40950 byte(s)
Diff to previous 772848 (colored)
mod_watchdog: mappers -> core forgotten in
Makefile.win.

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 771581 - (view) (annotate) - [select for diffs]
Modified Tue May 5 06:26:24 2009 UTC (6 months, 3 weeks ago) by wrowe
File length: 40920 byte(s)
Diff to previous 771564 (colored)
complete r771579, refactoring mod_watchdog as loadable on win32

Revision 771564 - (view) (annotate) - [select for diffs]
Modified Tue May 5 04:58:44 2009 UTC (6 months, 3 weeks ago) by wrowe
File length: 40403 byte(s)
Diff to previous 767786 (colored)
Add balancer module targets

Revision 767786 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 04:19:36 2009 UTC (7 months ago) by wrowe
File length: 39533 byte(s)
Diff to previous 759698 (colored)
Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteip

Revision 759698 - (view) (annotate) - [select for diffs]
Modified Sun Mar 29 14:37:48 2009 UTC (7 months, 3 weeks ago) by trawick
File length: 39361 byte(s)
Diff to previous 758659 (colored)
install mod_serf.h

Revision 758659 - (view) (annotate) - [select for diffs]
Modified Thu Mar 26 14:23:56 2009 UTC (8 months ago) by wrowe
File length: 39332 byte(s)
Diff to previous 758657 (colored)
try lua, you'll like it; completes r758657

Revision 758657 - (view) (annotate) - [select for diffs]
Modified Thu Mar 26 14:18:58 2009 UTC (8 months ago) by wrowe
File length: 39681 byte(s)
Diff to previous 758376 (colored)
integrate lua, ratelimit

Revision 758376 - (view) (annotate) - [select for diffs]
Modified Wed Mar 25 18:03:26 2009 UTC (8 months ago) by trawick
File length: 37401 byte(s)
Diff to previous 745172 (colored)
mpm header files shouldn't be installed; not part of API

Revision 745172 - (view) (annotate) - [select for diffs]
Modified Tue Feb 17 17:51:17 2009 UTC (9 months ago) by mturk
File length: 37429 byte(s)
Diff to previous 739838 (colored)
Add watchdog module to win32 build.
Since it can only operate as static module reference it inside modules.c

Revision 739838 - (view) (annotate) - [select for diffs]
Modified Sun Feb 1 21:10:47 2009 UTC (9 months, 3 weeks ago) by wrowe
File length: 37394 byte(s)
Diff to previous 739827 (colored)
The binary win32 installer copies pcre.dll

Revision 739827 - (view) (annotate) - [select for diffs]
Modified Sun Feb 1 20:30:44 2009 UTC (9 months, 3 weeks ago) by wrowe
File length: 36838 byte(s)
Diff to previous 739824 (colored)
Build mod_buffer on win32

Revision 739824 - (view) (annotate) - [select for diffs]
Modified Sun Feb 1 19:51:21 2009 UTC (9 months, 3 weeks ago) by wrowe
File length: 36671 byte(s)
Diff to previous 735365 (colored)
Change top level win32 Makefile for seperate pcre compilation

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 704771 - (view) (annotate) - [select for diffs]
Modified Wed Oct 15 03:14:11 2008 UTC (13 months, 1 week ago) by tdonovan
File length: 36857 byte(s)
Diff to previous 667141 (colored)
Always build the odbc dbd driver on winodws, to be consistent with the apr-util default


Revision 667141 - (view) (annotate) - [select for diffs]
Modified Thu Jun 12 15:59:16 2008 UTC (17 months, 1 week ago) by wrowe
File length: 37123 byte(s)
Diff to previous 667134 (colored)
Add whitespace for clarity

Revision 667134 - (view) (annotate) - [select for diffs]
Modified Thu Jun 12 15:30:46 2008 UTC (17 months, 1 week ago) by wrowe
File length: 37122 byte(s)
Diff to previous 667133 (colored)
Fix whitespace -> tabs, it is a makefile

Revision 667133 - (view) (annotate) - [select for diffs]
Modified Thu Jun 12 15:28:08 2008 UTC (17 months, 1 week ago) by wrowe
File length: 37171 byte(s)
Diff to previous 666676 (colored)
Additional fix up of command line .mak dbd module builds,
and optional .mak dbd IDE build. 

Revision 666676 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 14:10:51 2008 UTC (17 months, 2 weeks ago) by tdonovan
File length: 36975 byte(s)
Diff to previous 666351 (colored)
fix ldap make - ARCH is only defined in apr, not in httpd

Revision 666351 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 22:37:03 2008 UTC (17 months, 2 weeks ago) by wrowe
File length: 36965 byte(s)
Diff to previous 664253 (colored)
Correct install script flaw when DBD_LIST is provided by the
build user.

Revision 664253 - (view) (annotate) - [select for diffs]
Modified Sat Jun 7 03:13:28 2008 UTC (17 months, 2 weeks ago) by wrowe
File length: 36968 byte(s)
Diff to previous 664240 (colored)
Catch up to apr-util-1.3.0, build apr_ldap always, and
conditionally build DBD_LIST members.

Revision 664240 - (view) (annotate) - [select for diffs]
Modified Sat Jun 7 02:10:32 2008 UTC (17 months, 2 weeks ago) by wrowe
File length: 35704 byte(s)
Diff to previous 620145 (colored)
Catch up with a host of changes to the current module set

Revision 620145 - (view) (annotate) - [select for diffs]
Modified Sat Feb 9 16:11:50 2008 UTC (21 months, 2 weeks ago) by wrowe
File length: 33425 byte(s)
Diff to previous 607371 (colored)
Catch win32 up with r620135 for unix., install so, cache and rewrite .h files.

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 607369 - (view) (annotate) - [select for diffs]
Modified Sat Dec 29 03:49:35 2007 UTC (22 months, 3 weeks ago) by wrowe
File length: 33284 byte(s)
Diff to previous 607319 (colored)
Avoid build directory pollution

Revision 607319 - (view) (annotate) - [select for diffs]
Modified Fri Dec 28 20:07:26 2007 UTC (22 months, 4 weeks ago) by wrowe
File length: 33256 byte(s)
Diff to previous 607316 (colored)
Win32 doesn't like \t#

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 606383 - (view) (annotate) - [select for diffs]
Modified Sat Dec 22 02:18:09 2007 UTC (23 months ago) by wrowe
File length: 32804 byte(s)
Diff to previous 606382 (colored)
Replace whitespace

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 606265 - (view) (annotate) - [select for diffs]
Modified Fri Dec 21 18:46:12 2007 UTC (23 months ago) by wrowe
File length: 32767 byte(s)
Diff to previous 606162 (colored)
Kill proxy\ dir, a horrible name with no corresponding example

Revision 606162 - (view) (annotate) - [select for diffs]
Modified Fri Dec 21 11:25:04 2007 UTC (23 months ago) by wrowe
File length: 32794 byte(s)
Diff to previous 606160 (colored)
Tab-consistency (it's a makefile after all)

Revision 606160 - (view) (annotate) - [select for diffs]
Modified Fri Dec 21 11:24:42 2007 UTC (23 months ago) by wrowe
File length: 32815 byte(s)
Diff to previous 606158 (colored)
Present other variables

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 605416 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 04:15:58 2007 UTC (23 months, 1 week ago) by wrowe
File length: 34485 byte(s)
Diff to previous 604940 (colored)
Catch up to apr-1.3.0 which names the pdb's to match the static libs

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 602709 - (view) (annotate) - [select for diffs]
Modified Sun Dec 9 18:10:44 2007 UTC (23 months, 2 weeks ago) by wrowe
File length: 34477 byte(s)
Diff to previous 596395 (colored)
One file hadn't noted the movement -> filters from experimental

Revision 596395 - (view) (annotate) - [select for diffs]
Modified Mon Nov 19 18:47:23 2007 UTC (2 years ago) by wrowe
File length: 34516 byte(s)
Diff to previous 584353 (colored)
s/mod_example/mod_example_hooks/

and move mod_example_hooks, mod_case_filter[_in] to modules/examples/

Revision 584353 - (view) (annotate) - [select for diffs]
Modified Sat Oct 13 00:43:20 2007 UTC (2 years, 1 month ago) by wrowe
File length: 34483 byte(s)
Diff to previous 569533 (colored)
Fix spelling

Revision 569533 - (view) (annotate) - [select for diffs]
Modified Fri Aug 24 21:41:35 2007 UTC (2 years, 3 months ago) by wrowe
File length: 34482 byte(s)
Diff to previous 569352 (colored)
Bless the module mod_substitute, with the Substitute directive
and SUBSTITUTE filter name.

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 569249 - (view) (annotate) - [select for diffs]
Modified Fri Aug 24 05:17:48 2007 UTC (2 years, 3 months ago) by wrowe
File length: 34333 byte(s)
Diff to previous 569233 (colored)
Complete the build changes for win32, document the 'ALL' option

Revision 569233 - (view) (annotate) - [select for diffs]
Modified Fri Aug 24 03:00:40 2007 UTC (2 years, 3 months ago) by wrowe
File length: 33964 byte(s)
Diff to previous 563941 (colored)
Adding the last two, missing mod_filter and mod_dav_lock infos


Revision 563941 - (view) (annotate) - [select for diffs]
Modified Wed Aug 8 16:56:01 2007 UTC (2 years, 3 months ago) by ake
File length: 32275 byte(s)
Diff to previous 495057 (colored)
add httxt2dbm.exe

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 463900 - (view) (annotate) - [select for diffs]
Modified Sat Oct 14 08:23:43 2006 UTC (3 years, 1 month ago) by mturk
File length: 31823 byte(s)
Diff to previous 425433 (colored)
Added mod_proxy_fcgi win32 build.

Revision 425433 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 15:59:43 2006 UTC (3 years, 4 months ago) by mturk
File length: 31650 byte(s)
Diff to previous 425423 (colored)
Add mod_authz_core module to the build.

Revision 425423 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 15:29:32 2006 UTC (3 years, 4 months ago) by mturk
File length: 31479 byte(s)
Diff to previous 425420 (colored)
Oops. Something went wrong with the merge.
Use the original ~nf.default.

Revision 425420 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 15:26:14 2006 UTC (3 years, 4 months ago) by mturk
File length: 31479 byte(s)
Diff to previous 424691 (colored)
Add mod_access_conf to the build.

Revision 424691 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 08:59:14 2006 UTC (3 years, 4 months ago) by wrowe
File length: 31299 byte(s)
Diff to previous 424688 (colored)
  Simplify; installtest was an -artifact-, not a design decision :-)

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 424687 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 08:24:23 2006 UTC (3 years, 4 months ago) by mturk
File length: 31356 byte(s)
Diff to previous 419652 (colored)
Fix targets so that InstallBin calls the conf install,
as well as installr and installd.

Revision 419652 - (view) (annotate) - [select for diffs]
Modified Thu Jul 6 18:47:09 2006 UTC (3 years, 4 months ago) by wrowe
File length: 31312 byte(s)
Diff to previous 410767 (colored)
  This tree can't be named modules/debug/.  Now it isn't.

Revision 410767 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 05:52:22 2006 UTC (3 years, 5 months ago) by wrowe
File length: 31301 byte(s)
Diff to previous 410765 (colored)
Notice, we got NOTICE.txt

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 398284 - (view) (annotate) - [select for diffs]
Modified Sun Apr 30 06:21:41 2006 UTC (3 years, 6 months ago) by wrowe
File length: 35785 byte(s)
Diff to previous 397647 (colored)
  Fix two common overrides required for Win32

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 397397 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 05:01:58 2006 UTC (3 years, 7 months ago) by wrowe
File length: 35526 byte(s)
Diff to previous 395397 (colored)
  Make clean was -borked-!  Too many extra target specifiers

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 387743 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 05:59:02 2006 UTC (3 years, 8 months ago) by wrowe
File length: 35526 byte(s)
Diff to previous 368538 (colored)
  Axe a previously axed reference to an unused build-time
  generator.

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 356844 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 20:07:37 2005 UTC (3 years, 11 months ago) by wrowe
File length: 35515 byte(s)
Diff to previous 351703 (colored)
  Keep default INSTDIR out of a 2.0, 2.2 tree when working in svn trunk

Revision 351703 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 12:34:40 2005 UTC (3 years, 11 months ago) by wrowe
File length: 35536 byte(s)
Diff to previous 349833 (colored)
  Style nit - alpha order is slightly easier to later review

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 349777 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 18:12:33 2005 UTC (3 years, 11 months ago) by colm
File length: 35688 byte(s)
Diff to previous 349772 (colored)
Adding mod_authn_dbd to the Windows build environments.

Revision 349772 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 17:48:35 2005 UTC (3 years, 11 months ago) by colm
File length: 35519 byte(s)
Diff to previous 349713 (colored)
Update to reflect the mod_dbd inclusion

Revision 349713 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 12:37:03 2005 UTC (3 years, 11 months ago) by colm
File length: 35326 byte(s)
Diff to previous 290715 (colored)
Correct a syntax error detected by MSVC2005

Revision 290715 - (view) (annotate) - [select for diffs]
Modified Wed Sep 21 14:39:53 2005 UTC (4 years, 2 months ago) by colm
File length: 35326 byte(s)
Diff to previous 290669 (colored)
Add htcacheclean to Makefile.win (thanks to wrowe for pointers)

Revision 290669 - (view) (annotate) - [select for diffs]
Modified Wed Sep 21 09:46:12 2005 UTC (4 years, 2 months ago) by niq
File length: 35161 byte(s)
Diff to previous 178665 (colored)
Move mod_filter and mod_charset_lite from /experimental/ to /filters/

Revision 178665 - (view) (annotate) - [select for diffs]
Modified Thu May 26 18:33:23 2005 UTC (4 years, 6 months ago) by striker
File length: 35166 byte(s)
Diff to previous 160989 (colored)
* Makefile.win

  Fix config installation.

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 160432 - (view) (annotate) - [select for diffs]
Modified Thu Apr 7 18:56:56 2005 UTC (4 years, 7 months ago) by wrowe
File length: 30089 byte(s)
Diff to previous 159626 (colored)
  Fix Win32 imap->imagemap transformation

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 106897 - (view) (annotate) - [select for diffs]
Modified Mon Nov 29 09:49:55 2004 UTC (4 years, 11 months ago) by mturk
File length: 30140 byte(s)
Diff to previous 106103 (colored)
Update cache module project and modules location from experimental to cache.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 30161 byte(s)
Diff to previous 105106 (colored)
general property cleanup

Revision 105106 - (view) (annotate) - [select for diffs]
Modified Mon Sep 13 11:02:12 2004 UTC (5 years, 2 months ago) by mturk
File length: 30161 byte(s)
Diff to previous 105102 (colored)
Oops. Do not commit private settings.

Revision 105102 - (view) (annotate) - [select for diffs]
Modified Mon Sep 13 10:31:25 2004 UTC (5 years, 2 months ago) by mturk
File length: 30163 byte(s)
Diff to previous 104921 (colored)
Add proxy_ajp and proxy_balancer to the build.

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 103454 - (view) (annotate) - [select for diffs]
Modified Mon Apr 19 18:34:59 2004 UTC (5 years, 7 months ago) by nd
File length: 29628 byte(s)
Diff to previous 103345 (colored)
add dsp and exp file for mod_log_forensic
incorporate into Win32 build

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 102968 - (view) (annotate) - [select for diffs]
Modified Mon Mar 15 21:20:15 2004 UTC (5 years, 8 months ago) by wrowe
File length: 29279 byte(s)
Diff to previous 102962 (colored)
  Bugfix 2 - fix the rest of the subst codes for ssl.conf on Win32.

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 102960 - (view) (annotate) - [select for diffs]
Modified Mon Mar 15 19:59:18 2004 UTC (5 years, 8 months ago) by wrowe
File length: 29071 byte(s)
Diff to previous 102385 (colored)
  Bugfix 1; if no ssl, no reason for ssl.conf.

Revision 102385 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 20:55:22 2004 UTC (5 years, 10 months ago) by nd
File length: 29036 byte(s)
Diff to previous 102370 (colored)
revert the zlib.lib linkage patch. Bill Rowe said, it's worse than before.

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 101193 - (view) (annotate) - [select for diffs]
Modified Mon Sep 8 15:17:25 2003 UTC (6 years, 2 months ago) by wrowe
File length: 29033 byte(s)
Diff to previous 98969 (colored)
  Account for apr-1.lib and apriconv-1.lib changes, HTTPD 2.1/APR 1.0 only.

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 98963 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 23:18:37 2003 UTC (6 years, 8 months ago) by nd
File length: 29190 byte(s)
Diff to previous 98734 (colored)
the symbols target in apr-iconv disappeared...

Revision 98734 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 16:52:16 2003 UTC (6 years, 9 months ago) by wrowe
File length: 29198 byte(s)
Diff to previous 98606 (colored)
  Fix Sebastian's observed failure of the Win32 Debug _install target.

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 98319 - (view) (annotate) - [select for diffs]
Modified Sat Jan 18 02:26:45 2003 UTC (6 years, 10 months ago) by wrowe
File length: 31949 byte(s)
Diff to previous 98279 (colored)
  Fix the last bit of build breakage from promoting ext_filter from
  experimental to filters.

Revision 98279 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 15:15:12 2003 UTC (6 years, 10 months ago) by wrowe
File length: 31949 byte(s)
Diff to previous 98267 (colored)
  It's up to apr-iconv to install it's own ces/ccs .pdb symbols.

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 97591 - (view) (annotate) - [select for diffs]
Modified Fri Nov 22 01:05:22 2002 UTC (7 years ago) by wrowe
File length: 31246 byte(s)
Diff to previous 97376 (colored)
  Catch up with Trawick's change to filters/mod_ext_filter

Revision 97376 - (view) (annotate) - [select for diffs]
Modified Fri Nov 1 17:55:12 2002 UTC (7 years ago) by wrowe
File length: 31256 byte(s)
Diff to previous 96794 (colored)
  Inject logio into the win32 build

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 96239 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 17:07:44 2002 UTC (7 years, 3 months ago) by stoddard
File length: 29502 byte(s)
Diff to previous 96134 (colored)
Win32: Install libapriconv

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 96122 - (view) (annotate) - [select for diffs]
Modified Fri Jul 19 08:51:48 2002 UTC (7 years, 4 months ago) by wrowe
File length: 29571 byte(s)
Diff to previous 96120 (colored)
  No reason not to build charset_lite anymore on Win32

Revision 96120 - (view) (annotate) - [select for diffs]
Modified Fri Jul 19 08:37:16 2002 UTC (7 years, 4 months ago) by wrowe
File length: 29100 byte(s)
Diff to previous 96116 (colored)
  apriconv from the command-line build

Revision 96116 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 20:32:22 2002 UTC (7 years, 4 months ago) by wrowe
File length: 28953 byte(s)
Diff to previous 96112 (colored)
  A few more 'silencers' from David.

Submitted by:	David Shane Holden <dpejesh@yahoo.com>

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 96046 - (view) (annotate) - [select for diffs]
Modified Sat Jul 13 06:01:10 2002 UTC (7 years, 4 months ago) by wrowe
File length: 28931 byte(s)
Diff to previous 96045 (colored)
  Quit it with the noise :-)

Revision 96045 - (view) (annotate) - [select for diffs]
Modified Sat Jul 13 05:52:06 2002 UTC (7 years, 4 months ago) by wrowe
File length: 28998 byte(s)
Diff to previous 96044 (colored)
  Quiet the conversation.

Revision 96044 - (view) (annotate) - [select for diffs]
Modified Sat Jul 13 05:47:03 2002 UTC (7 years, 4 months ago) by wrowe
File length: 28992 byte(s)
Diff to previous 95870 (colored)
  If we didn't build a Browse, we have nothing to kill.  Ignore the error.

Revision 95870 - (view) (annotate) - [select for diffs]
Modified Sun Jun 23 10:25:30 2002 UTC (7 years, 5 months ago) by wrowe
File length: 28992 byte(s)
Diff to previous 95791 (colored)
  Seems 9x can't delete two files at a time

Revision 95791 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 23:48:42 2002 UTC (7 years, 5 months ago) by wrowe
File length: 28988 byte(s)
Diff to previous 95709 (colored)
  Not standard WinFoo.  Using cd now.  Reported by Ian Holsman.

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 95125 - (view) (annotate) - [select for diffs]
Modified Thu May 16 02:56:31 2002 UTC (7 years, 6 months ago) by wrowe
File length: 24750 byte(s)
Diff to previous 95124 (colored)
  Potential flaw --- use forward slash notation in filenames to awk

Revision 95124 - (view) (annotate) - [select for diffs]
Modified Thu May 16 02:52:43 2002 UTC (7 years, 6 months ago) by wrowe
File length: 24743 byte(s)
Diff to previous 95084 (colored)
  Cleanup the scripts used for Makefile.win

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 94993 - (view) (annotate) - [select for diffs]
Modified Tue May 7 08:01:46 2002 UTC (7 years, 6 months ago) by jwoolley
File length: 23816 byte(s)
Diff to previous 94868 (colored)
Fix win32 build breakage

Submitted by:  Jerry Baker

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 94381 - (view) (annotate) - [select for diffs]
Modified Tue Apr 2 04:14:04 2002 UTC (7 years, 7 months ago) by stoddard
File length: 21999 byte(s)
Diff to previous 93602 (colored)
Win32: Add mod_cache, mod_mem_cache and mod_disk_cache to the build and
install.

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 93104 - (view) (annotate) - [select for diffs]
Modified Wed Jan 30 13:40:42 2002 UTC (7 years, 9 months ago) by wrowe
File length: 21162 byte(s)
Diff to previous 93083 (colored)
  Fix nmake -f makefile.win clean on win32.

Revision 93083 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 18:15:13 2002 UTC (7 years, 9 months ago) by wrowe
File length: 21150 byte(s)
Diff to previous 93079 (colored)
  Trust MS to manage it's project.

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 92814 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 22:06:39 2002 UTC (7 years, 10 months ago) by ianh
File length: 23541 byte(s)
Diff to previous 92804 (colored)
set a default port.
configurable via INSTPORT

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 92796 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 03:14:30 2002 UTC (7 years, 10 months ago) by wrowe
File length: 20045 byte(s)
Diff to previous 92795 (colored)
  VC 5.0 is too picky for my taste - didn't pick up the target due to
  the silly slash.

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 91577 - (view) (annotate) - [select for diffs]
Modified Fri Oct 19 21:08:43 2001 UTC (8 years, 1 month ago) by wrowe
File length: 20284 byte(s)
Diff to previous 91547 (colored)
  More missing .h goodies

Revision 91547 - (view) (annotate) - [select for diffs]
Modified Thu Oct 18 15:41:48 2001 UTC (8 years, 1 month ago) by wrowe
File length: 19621 byte(s)
Diff to previous 91491 (colored)
  Gotta love it

Revision 91491 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 15:49:38 2001 UTC (8 years, 1 month ago) by wrowe
File length: 19567 byte(s)
Diff to previous 91402 (colored)
  Ok... for now ssl-std.conf and proxy-std.conf stand, so here's the patch
  for the win32 build.

Revision 91402 - (view) (annotate) - [select for diffs]
Modified Wed Oct 10 18:43:15 2001 UTC (8 years, 1 month ago) by wrowe
File length: 18439 byte(s)
Diff to previous 91291 (colored)
  Catch up to Martin's work for 2.0

Revision 91291 - (view) (annotate) - [select for diffs]
Modified Thu Oct 4 19:38:16 2001 UTC (8 years, 1 month ago) by wrowe
File length: 18453 byte(s)
Diff to previous 91221 (colored)
  Add some mime magic to the Win32 build

Revision 91221 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 17:01:30 2001 UTC (8 years, 1 month ago) by wrowe
File length: 18246 byte(s)
Diff to previous 91179 (colored)
  Two more loadable modules on Win32, thank you Gunther!

Revision 91179 - (view) (annotate) - [select for diffs]
Modified Fri Sep 28 16:02:50 2001 UTC (8 years, 1 month ago) by wrowe
File length: 17833 byte(s)
Diff to previous 91048 (colored)
  Reintegrate proxy into the core build

Revision 91048 - (view) (annotate) - [select for diffs]
Modified Mon Sep 17 01:28:39 2001 UTC (8 years, 2 months ago) by wrowe
File length: 17253 byte(s)
Diff to previous 90532 (colored)
  Eliminate mod_tls references.

Revision 90532 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 00:39:50 2001 UTC (8 years, 3 months ago) by wrowe
File length: 17651 byte(s)
Diff to previous 90433 (colored)
  Whoops, we would like a whole lot more files, such as images and include

Revision 90433 - (view) (annotate) - [select for diffs]
Modified Mon Aug 20 22:07:40 2001 UTC (8 years, 3 months ago) by wrowe
File length: 17648 byte(s)
Diff to previous 90430 (colored)
  Going back a bit too far, fix the cwd

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 90416 - (view) (annotate) - [select for diffs]
Modified Mon Aug 20 19:11:56 2001 UTC (8 years, 3 months ago) by wrowe
File length: 17312 byte(s)
Diff to previous 90410 (colored)
  Evil missing close text block.

Revision 90410 - (view) (annotate) - [select for diffs]
Modified Mon Aug 20 18:29:57 2001 UTC (8 years, 3 months ago) by wrowe
File length: 17309 byte(s)
Diff to previous 90358 (colored)
  Copy the error/ tree

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 90305 - (view) (annotate) - [select for diffs]
Modified Fri Aug 17 21:17:39 2001 UTC (8 years, 3 months ago) by wrowe
File length: 16335 byte(s)
Diff to previous 90304 (colored)
  Heck, create them with .txt filenames on Win32 so the os knows how to
  open them ;)

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 90265 - (view) (annotate) - [select for diffs]
Modified Fri Aug 17 02:00:38 2001 UTC (8 years, 3 months ago) by wrowe
File length: 12539 byte(s)
Diff to previous 89993 (colored)
  Whoops... a ton of extra cruft had landed in the bin/ directory!

Revision 89993 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 17:19:04 2001 UTC (8 years, 3 months ago) by wrowe
File length: 12586 byte(s)
Diff to previous 89823 (colored)
  Include ApacheMonitor/wintty in the 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 89737 - (view) (annotate) - [select for diffs]
Modified Thu Jul 26 18:28:06 2001 UTC (8 years, 4 months ago) by wrowe
File length: 10302 byte(s)
Diff to previous 89216 (colored)
  An itty-bitty hint about what's gone wrong :)

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 88821 - (view) (annotate) - [select for diffs]
Modified Thu Apr 12 13:10:15 2001 UTC (8 years, 7 months ago) by wrowe
File length: 9683 byte(s)
Diff to previous 88524 (colored)
  Make default install target more consistent with unix.

Revision 88524 - (view) (annotate) - [select for diffs]
Modified Fri Mar 16 04:18:41 2001 UTC (8 years, 8 months ago) by wrowe
File length: 9685 byte(s)
Diff to previous 88474 (colored)
  Fix dbmmanage.pl generation for Win32

Revision 88474 - (view) (annotate) - [select for diffs]
Modified Thu Mar 8 16:12:34 2001 UTC (8 years, 8 months ago) by wrowe
File length: 9657 byte(s)
Diff to previous 88330 (colored)
  Goodbye srclib/expat ... completes the build for srclib/apr-util/xml/expat

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 87749 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 23:00:46 2001 UTC (8 years, 10 months ago) by wrowe
File length: 9932 byte(s)
Diff to previous 87746 (colored)
  Thanks for reminding me the comments had to go too, Bill.

Revision 87746 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 22:06:10 2001 UTC (8 years, 10 months ago) by stoddard
File length: 10197 byte(s)
Diff to previous 87678 (colored)
Win32: httpd.mak is not used now.

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 87489 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 07:13:18 2000 UTC (8 years, 11 months ago) by wrowe
File length: 10076 byte(s)
Diff to previous 87477 (colored)
  Given the delay, it's time to put the binaries where they belong, in bin\
  for win32

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 87453 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 14:27:16 2000 UTC (8 years, 11 months ago) by stoddard
File length: 9069 byte(s)
Diff to previous 87430 (colored)
sdbm is in apr-util now.

Revision 87430 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 21:31:55 2000 UTC (8 years, 11 months ago) by ake
File length: 9189 byte(s)
Diff to previous 87421 (colored)
tell AWK to erase existing httpd.default.conf so rebuilds don't append it.

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 87418 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 04:59:45 2000 UTC (8 years, 11 months ago) by wrowe
File length: 8929 byte(s)
Diff to previous 87407 (colored)
  Quote the destination paths in the event that INSTDIR contains spaces.

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 87341 - (view) (annotate) - [select for diffs]
Modified Thu Dec 14 18:24:25 2000 UTC (8 years, 11 months ago) by ake
File length: 9090 byte(s)
Diff to previous 87308 (colored)
Suppress xcopy prompt during installation

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 87302 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 15:54:28 2000 UTC (8 years, 11 months ago) by ake
File length: 7567 byte(s)
Diff to previous 87266 (colored)
Fix Windows build

Revision 87266 - (view) (annotate) - [select for diffs]
Modified Fri Dec 8 19:03:48 2000 UTC (8 years, 11 months ago) by wrowe
File length: 7577 byte(s)
Diff to previous 87253 (colored)
  Now that sdbm and installer are gone, clean up the win32 build.

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 87222 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 20:59:32 2000 UTC (8 years, 11 months ago) by wrowe
File length: 7954 byte(s)
Diff to previous 86644 (colored)
  Fixed the make, crippled dav till it's building.

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 86543 - (view) (annotate) - [select for diffs]
Modified Wed Oct 11 17:25:07 2000 UTC (9 years, 1 month ago) by wrowe
File length: 7404 byte(s)
Diff to previous 86537 (colored)
  A star is born ... adds mod_dav and mod_dav_fs to the Win32 build/install

Revision 86537 - (view) (annotate) - [select for diffs]
Modified Wed Oct 11 14:26:00 2000 UTC (9 years, 1 month ago) by wrowe
File length: 7082 byte(s)
Diff to previous 86536 (colored)
  Finish the ApacheModuleBleck -> mod_bleck cleanup

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 86261 - (view) (annotate) - [select for diffs]
Modified Wed Sep 20 15:02:24 2000 UTC (9 years, 2 months ago) by wrowe
File length: 7498 byte(s)
Diff to previous 86257 (colored)
  could be bad - no dav here yet

PR:
Obtained from:
Submitted by:
Reviewed by:

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 85966 - (view) (annotate) - [select for diffs]
Modified Mon Jul 31 20:50:17 2000 UTC (9 years, 3 months ago) by stoddard
File length: 7294 byte(s)
Diff to previous 85913 (colored)
Win32: Add sdbm to the windows build

Revision 85913 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 14:18:51 2000 UTC (9 years, 4 months ago) by stoddard
File length: 7177 byte(s)
Diff to previous 85818 (colored)
Win32: Enable compiling expat from the command line

Revision 85818 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 11:59:34 2000 UTC (9 years, 4 months ago) by keith
File length: 6974 byte(s)
Diff to previous 85435 (colored)
Correct Win32 Expat build.

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 85037 - (view) (annotate) - [select for diffs]
Modified Tue Apr 25 22:13:16 2000 UTC (9 years, 7 months ago) by stoddard
File length: 5871 byte(s)
Diff to previous 85036 (colored)
Win32: Add htdigest

Submitted by:	William Rowe

Revision 85036 - (view) (annotate) - [select for diffs]
Modified Tue Apr 25 22:08:23 2000 UTC (9 years, 7 months ago) by stoddard
File length: 5878 byte(s)
Diff to previous 85020 (colored)
Update logresolve.dsp and add to Makefile.win

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 85011 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 20:51:39 2000 UTC (9 years, 7 months ago) by stoddard
File length: 5476 byte(s)
Diff to previous 85004 (colored)
Remove mod_digest. Its being replaced by mod_auth_digest

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 84928 - (view) (annotate) - [select for diffs]
Modified Wed Apr 5 21:01:07 2000 UTC (9 years, 7 months ago) by ake
File length: 6823 byte(s)
Diff to previous 84919 (colored)
Get mod_rewrite building and running, and mod_status building for Win NT

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 84918 - (view) (annotate) - [select for diffs]
Modified Wed Apr 5 03:17:47 2000 UTC (9 years, 7 months ago) by stoddard
File length: 6883 byte(s)
Diff to previous 84831 (colored)
Windows: Cleanup auto-generated apr.h and apr_config.h

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 84827 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 21:48:42 2000 UTC (9 years, 8 months ago) by stoddard
File length: 7001 byte(s)
Diff to previous 84807 (colored)
Add htpasswd back into the compile

Revision 84807 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 02:06:33 2000 UTC (9 years, 8 months ago) by stoddard
File length: 7002 byte(s)
Diff to previous 84806 (colored)
It works on Windows 2000 with VC++ 5.0

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2