Log of /httpd/httpd/trunk/Apache.dsw
Parent Directory
|
Revision Log
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: 69920 byte(s)
Diff to
previous 771589
(
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
771589 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 5 06:47:21 2009 UTC
(6 months, 2 weeks ago)
by
wrowe
File length: 69923 byte(s)
Diff to
previous 771581
(
colored)
Complete the integration of mod_heartbeat, mod_heartmonitor and the
loadable mod_watchdog, started with 771581.
This clears my list of missing modules as of 6 weeks ago, might be
a few new still to clear up.
Revision
720062 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 23 22:49:30 2008 UTC
(12 months ago)
by
wrowe
File length: 63607 byte(s)
Diff to
previous 711470
(
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
711470 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 4 23:26:14 2008 UTC
(12 months, 2 weeks ago)
by
wrowe
File length: 63071 byte(s)
Diff to
previous 709839
(
colored)
The mem_cache is dead, long live disk_cache.
Reviewed by: wrowe, sander, fielding, abida, pquerna, jesus, lars
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: 63710 byte(s)
Diff to
previous 704883
(
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
580660 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 30 01:20:44 2007 UTC
(2 years, 1 month ago)
by
wrowe
File length: 54344 byte(s)
Diff to
previous 569533
(
colored)
There are considerably fewer ces modules (and they are quite
a bit more sophisticated). Always build these first before
trawling through the entire list of ccs modules, since any
problem will occur up front and be fixable more quickly.
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: 48639 byte(s)
Diff to
previous 463900
(
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
368540 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 13 01:28:15 2006 UTC
(3 years, 10 months ago)
by
wrowe
File length: 46532 byte(s)
Diff to
previous 349777
(
colored)
Drop redundant dependency, ms studio is quite good at resolving
nested dependencies (unless the dependency is consumed by both
modules.) See mod_ldap for a similar example.
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: 44895 byte(s)
Diff to
previous 154207
(
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
154207 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 17 23:45:16 2005 UTC
(4 years, 9 months ago)
by
wrowe
File length: 44896 byte(s)
Diff to
previous 124269
(
colored)
Get httpd-2.1 building once again on win32.
NEVER NEVER screw around with redeclaring AP_ macros and constants.
If the compiler won't pick them up, e.g., AP_DECLARE, ya've done
something wrong from the start.
All httpd/ap headers depend on httpd.h - plain and simple, so this
un-convolutes the unusual order here.
STATIC has become PCRE_STATIC, along with some other odd definitions.
The only remaining emit is that _pcre_free export is imported, which
implies something is unusual with the declaration. Still researching.
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: 44375 byte(s)
Diff to
previous 104782
(
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
104782 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 24 08:02:26 2004 UTC
(5 years, 3 months ago)
by
mturk
File length: 43826 byte(s)
Diff to
previous 104779
(
colored)
Add the proxy_balancer and proxy_ajp to the build.
One strange thing is that my dev studio changed the quoted
links to .dsp files from:
Project: "Apache"=".\Apache.dsp" - Package Owner=<4>
to:
Project: "Apache"=.\Apache.dsp - Package Owner=<4>
Not sure if they are originally modified by hand.
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: 42874 byte(s)
Diff to
previous 99870
(
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
98593 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 7 10:11:18 2003 UTC
(6 years, 9 months ago)
by
wrowe
File length: 41409 byte(s)
Diff to
previous 98592
(
colored)
Fix a bizarro entry (probably a remnant from when I had a totally bogus
project name with spaces - which I discovered will not work.)
Revision
98592 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 7 10:05:13 2003 UTC
(6 years, 9 months ago)
by
wrowe
File length: 41499 byte(s)
Diff to
previous 98391
(
colored)
Fix some out of sequence project entries, and add the correct
dependencies for the apr-iconv ccs/ces modules.
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: 41066 byte(s)
Diff to
previous 98349
(
colored)
Integrate mod_ident with the Win32 build.
Submitted by David Shane Holden <dpejesh@yahoo.com>
Revision
98349 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 19 02:53:33 2003 UTC
(6 years, 10 months ago)
by
wrowe
File length: 40608 byte(s)
Diff to
previous 98346
(
colored)
Essentially a noop - just changing the order to keep the httpd-2.0/2.1-dev
files closer in sync
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: 40608 byte(s)
Diff to
previous 97840
(
colored)
.dsw IDE builds were building mod_auth_ldap, while .mak builds were not.
Corrected, and cleaned up redundant util_ldap dependency.
Revision
97840 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 11 06:13:02 2002 UTC
(6 years, 11 months ago)
by
wrowe
File length: 40695 byte(s)
Diff to
previous 97760
(
colored)
Build ldap for win32 by default. No extra magic required other than
some reasonably current SDK.
Revision
97726 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 1 23:19:59 2002 UTC
(6 years, 11 months ago)
by
wrowe
File length: 39761 byte(s)
Diff to
previous 97591
(
colored)
Add util_ldap and mod_auth_ldap to the workspace, but do not build by
default yet [requires external 3rd party library still.]
Revision
97194 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 13 19:14:54 2002 UTC
(7 years, 1 month ago)
by
wrowe
File length: 38203 byte(s)
Diff to
previous 96794
(
colored)
auth_basic and auth_digest are now exclusive of one another on Win32,
with the provider hooks moved into the core
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: 38203 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: 37375 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: 33979 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: 32659 byte(s)
Diff to
previous 96133
(
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
96133 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 20 23:57:26 2002 UTC
(7 years, 4 months ago)
by
wrowe
File length: 33979 byte(s)
Diff to
previous 96122
(
colored)
Unless I'm missing something obvious, apr-iconv never needs to be it's
own .dll/.so library. In the case of libapriconv, we need to anticipate
that the library will be incorporated into libaprutil and exposed through
the apr_xlate_() API. In the case of the aprutil we can use the same
approach.
After this patch, one never includes the libapriconv or apriconv in any
application. Including libaprutil or aprutil is sufficient.
Revision
95099 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 15 00:15:44 2002 UTC
(7 years, 6 months ago)
by
wrowe
File length: 32740 byte(s)
Diff to
previous 94993
(
colored)
Save on incremental build time. libhttpd depends on gen_test_char and
libapr. gen_test_char truly needs only apr ... however, this causes the
libhttpd to refresh the static apr and dynamic libapr.
Now... libapr.dll is in the wrong place to actually start gen_test_char.
That doesn't affect us though - the only bits gen_test_char actually
needs are APR_HAS/HAVE flags and the apr_isfoo(char) macros.
So this lightens the load while not harming the build process.
Revision
94890 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 1 15:23:13 2002 UTC
(7 years, 6 months ago)
by
wrowe
File length: 32827 byte(s)
Diff to
previous 94800
(
colored)
Always build this experimental module (which has no library dependencies).
Build failure reported by Jerry Baker to dev@httpd
Revision
94800 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 25 18:01:44 2002 UTC
(7 years, 7 months ago)
by
wrowe
File length: 32735 byte(s)
Diff to
previous 94415
(
colored)
Not yet added to the default build, but curious if they build and run.
mod_deflate tested with both zlib 1.1.3/1.1.4, unpacked in srclib/zlib/.
Zlib only seems to have .dll builds, not very efficient when a single
binary is built against sources, so we compile the appropriate sources.
Your mileage may vary.
Revision
93085 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 29 18:19:17 2002 UTC
(7 years, 9 months ago)
by
wrowe
File length: 30125 byte(s)
Diff to
previous 93082
(
colored)
BuildBin never made it to this home. Makefile.win got lost, since it
would have been invoked from another path, trying to validate that the
apr and apr-util repositories had been checked out. Too much trouble :)
Revision
93082 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 29 18:13:33 2002 UTC
(7 years, 9 months ago)
by
wrowe
File length: 30131 byte(s)
Diff to
previous 92876
(
colored)
By popular demand and some of my own observations - here is a build
target one can use as a dummy, without 'installing binaries'. Now
Win32's makefile.win will simply kick off BuildBin and let it fire
off all the targets from a command line build. This will help to
resolve some of the misses on incremental builds.
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: 29858 byte(s)
Diff to
previous 92820
(
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
92820 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 11 07:00:03 2002 UTC
(7 years, 10 months ago)
by
wrowe
File length: 29822 byte(s)
Diff to
previous 92804
(
colored)
A pedantic change to prevent us from discovering, in the future, that
these support/ modules suddenly rely upon some of our apr/aprutil
features, by finding the build broken one morning.
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: 29320 byte(s)
Diff to
previous 91786
(
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
91786 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 15:56:55 2001 UTC
(8 years ago)
by
wrowe
File length: 19049 byte(s)
Diff to
previous 91780
(
colored)
Reorder so InstallBin is the _default_ top level project, and add htdbm
to the dependencies of InstallBin
Revision
91780 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 14:00:52 2001 UTC
(8 years ago)
by
wrowe
File length: 18966 byte(s)
Diff to
previous 91467
(
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
90430 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 20 22:01:58 2001 UTC
(8 years, 3 months ago)
by
wrowe
File length: 15126 byte(s)
Diff to
previous 89993
(
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
89643 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 20 19:48:02 2001 UTC
(8 years, 4 months ago)
by
wrowe
File length: 14210 byte(s)
Diff to
previous 89463
(
colored)
Clean up unnecessary duplicate references to pcre (they fall out of
libhttpd as our own ap_regexec()) and force InstallBin as the default
project by moving it to the head of the list, so the first access of
this .dsp will take InstallBin.dsp as the active project.
Revision
89453 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 27 23:47:55 2001 UTC
(8 years, 4 months ago)
by
wrowe
File length: 13591 byte(s)
Diff to
previous 89446
(
colored)
Not for general consumption (not a target of InstallBin) this patch adds
mod_tls to the 'buildable projects' list.
Revision
89207 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 22 22:42:02 2001 UTC
(8 years, 6 months ago)
by
fielding
File length: 14122 byte(s)
Diff to
previous 88727
(
colored)
A wild guess at what is needed to get win32 compiling again after
the move of util_uri to apr-util.
Revision
88330 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 25 20:53:42 2001 UTC
(8 years, 8 months ago)
by
wrowe
File length: 13321 byte(s)
Diff to
previous 88315
(
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
87731 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 19 07:04:36 2001 UTC
(8 years, 10 months ago)
by
wrowe
File length: 13163 byte(s)
Diff to
previous 87724
(
colored)
The big change. This is part 3 of the apr-util symbols rename, please
see the first commit of srclib/apr-util/include (cvs apr-util/include)
for the quick glance at symbols changed.
Revision
87715 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 18 19:49:29 2001 UTC
(8 years, 10 months ago)
by
wrowe
File length: 12994 byte(s)
Diff to
previous 87587
(
colored)
This change eliminates the intermediate httpd.lib from the build of
libhttpd.dll - it was required for the support applications to avoid
linking to the libhttpd.dll, but those functions have all moved to
apr and apr-util.
This change also prepares us to eliminate libhttpd.def once all of the
appropriate AP_DECLARE tags are assigned.
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: 16272 byte(s)
Diff to
previous 87266
(
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
87253 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 7 21:37:42 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 17035 byte(s)
Diff to
previous 87222
(
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
87212 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 5 16:37:50 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 14017 byte(s)
Diff to
previous 87129
(
colored)
This patch illustrates the new locations, and makes the majority of the
adjustments. Now to actually try to build the thing.
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: 13817 byte(s)
Diff to
previous 86611
(
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
86603 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 15 22:49:48 2000 UTC
(9 years, 1 month ago)
by
wrowe
File length: 14264 byte(s)
Diff to
previous 86543
(
colored)
Some issues with the dependencies that prevent a clean checkout from
actually building under win32
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: 13841 byte(s)
Diff to
previous 86534
(
colored)
Second half of the ugly name to nice name change. Clean your tree
before you grab this set :-)
Reviewed by: rbb, stoddard
Revision
86534 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 11 08:00:40 2000 UTC
(9 years, 1 month ago)
by
wrowe
File length: 14122 byte(s)
Diff to
previous 86257
(
colored)
I guess I can commit this, mod_dav and mod_dav_fs aren't depended upon
by InstallBin just yet.
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: 13128 byte(s)
Diff to
previous 86052
(
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
85876 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 25 00:42:09 2000 UTC
(9 years, 4 months ago)
by
wrowe
File length: 12198 byte(s)
Diff to
previous 85818
(
colored)
Changes to get Win32 compiling again, including substituting
apr_string.h for apr_lib.h, fix some bad linkage declarations,
and some more comments on threadproc/win32/proc.c
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: 11553 byte(s)
Diff to
previous 85329
(
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
85329 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun May 28 04:03:22 2000 UTC
(9 years, 5 months ago)
by
wrowe
File length: 11144 byte(s)
Diff to
previous 85240
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Kill the Win32 library project ap.dsp and slide http_main.c from the
ApacheCore.dsp into Apache.dsp - this is in prepartion of the real
services update, which will move registry.c and service.c back into
ApacheCore.dsp, kill both headers and incorporate their symbols into
the mpm/winnt/winnt.h file. main_win32.c will die as well, with it's
few remaining functions moving into the mpm.
Revision
85240 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 17 23:30:21 2000 UTC
(9 years, 6 months ago)
by
rbb
File length: 11464 byte(s)
Diff to
previous 85162
(
colored)
This commit will most likely break everybody on Windows. The .dsp
files I am checking in though will build a usable Apache on Windows.
This finishes at least the first round of the merge work to get the
common code into common files in APR.
Revision
85162 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 6 15:44:40 2000 UTC
(9 years, 6 months ago)
by
wrowe
File length: 11464 byte(s)
Diff to
previous 85161
(
colored)
Cleanup of Apache build with pcre in Win32.
Plus clean up ab and htdigest to conform to build
of other support executables.
Everything seems to be working again.
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: 11300 byte(s)
Diff to
previous 85080
(
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
85080 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 28 18:25:02 2000 UTC
(9 years, 6 months ago)
by
trawick
File length: 10911 byte(s)
Diff to
previous 85078
(
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
85078 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 28 15:24:18 2000 UTC
(9 years, 6 months ago)
by
wrowe
File length: 10667 byte(s)
Diff to
previous 85076
(
colored)
Dependency sequences appear to overrule other .dsp project sequences.
Also stripped out some nonsense - dependency loops may have caused
some compiliations to always rebuild.
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: 9699 byte(s)
Diff to
previous 85014
(
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
85014 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 22 15:44:57 2000 UTC
(9 years, 7 months ago)
by
stoddard
File length: 9483 byte(s)
Diff to
previous 85011
(
colored)
Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.
Submitted by: William Rowe
Reviewed by: Bill Stoddard
Revision
85004 -
(
view)
(
annotate)
-
[select for diffs]
Added
Thu Apr 20 19:28:08 2000 UTC
(9 years, 7 months ago)
by
stoddard
File length: 9561 byte(s)
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
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.