4e06302d1825b2a21dfe3ac998ff14e9a40927d7 483567 |
|
07-Dec-2006 |
wrowe |
Mirror r483555, for GUI environment. Reason for the duplication is to make
enabling of the debugger much more trivial. |
8172c01648719ec02a7e1cbb172baab590a4fb31 356853 |
|
14-Dec-2005 |
wrowe |
Mirror Makefile.win from the GUI environment. The path here must be
explicit to help point the debugger at the resulting, installed binaries. |
f84cab2da5f8958575b1ce99ca2bf4fda34cecb6 160660 |
|
09-Apr-2005 |
mturk |
Change the build targets Apache.exe -> httpd.exe. |
a6dc07c0c81b3337399ae0f64ce2617f0de9e140 124285 |
|
05-Jan-2005 |
wrowe |
Use /Apache21/ for the -default- httpd 2.1 root, to assist developers
in working with the dev tree in parallel to the released httpd-2.0. |
095e49b99a1a9a4604e5750771e062c061cd12bd 93970 |
|
16-Mar-2002 |
wrowe |
Clean tree ... commit all [?]
Nope - it wasn't. Sorry for the inadvertant commit, reverted to 1.18 |
32c4bc04f89b16521718145dc731f750144d7b38 93965 |
|
16-Mar-2002 |
wrowe |
Eliminate potential ap_server_root_relative segfaults, with the input
of Jeff Trawick's style changes to the first patches. Doesn't include
the fixes to ssl [more complex], and we won't trap errors that involve
ap_serverroot, since we presume that was normalized on the way in.
Therefore, testing ap_server_root_relative(DEFAULT_FOO) cases
should never become necessary. |
67f86463691207b7eac2680ed1534f50af249483 93084 |
|
29-Jan-2002 |
wrowe |
Move the _tryssl targets across to the BuildBin target |
b4b458e66e24979631466a69c4bae3090a7e50fe 92795 |
|
10-Jan-2002 |
wrowe |
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. |
0ed26b3f25320a9a60748a1e9de7fef5c336456c 89834 |
|
31-Jul-2001 |
wrowe |
Erg... sorry for the version snafu |
5fe20a0dbf99e37a49d56fb891518bfa9e923142 89831 |
|
31-Jul-2001 |
wrowe |
Force the tryssl block to run in the Win32 DevStudio IDE build. |
9f5c11710b7b2f3b0d1b58e42d8324199a532007 88821 |
|
12-Apr-2001 |
wrowe |
Make default install target more consistent with unix. |
8eec3786ae7cde41dc0d924333959f4cd0fea773 87735 |
|
19-Jan-2001 |
wrowe |
Align the target binary with the newer layout |
525973b478c06cd0e8c457ade5c378dcae7485d2 87678 |
|
13-Jan-2001 |
wrowe |
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 |
bcd36d1522403b4387451f8a17a528e632915e8d 87664 |
|
12-Jan-2001 |
wrowe |
Build was broken on some pure unixish awks, this fixes.
Obtained from: new-httpd
Submitted by: Roman Neuhauser |
19d8729755d7f4d9503029a628dacbbdabcd2264 87475 |
|
21-Dec-2000 |
wrowe |
Correction, commited the vc5. Need vc6 in the tree. Humble appologies. |
9ec65cbae2f760e485a1c54df5b19853688d5c91 87471 |
|
21-Dec-2000 |
wrowe |
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 |
fb929740692fe796b467212ec57aa34cebb562cf 87303 |
|
12-Dec-2000 |
wrowe |
Changes for correct apr-util.dll lib name, and don't try building into
the current tree from the workspace. Also correct commentary. |
c6457f7cab6ebe9301d1897f829bce62cc5a37bf 87255 |
|
07-Dec-2000 |
wrowe |
This file's targets made no sense in the new schema. I'm not certain
they make sense yet anyways, but this is improvement. |
43681d859fe7d4cd90a33d6be2232192c108de75 86605 |
|
16-Oct-2000 |
wrowe |
Adds quick access to the must-haves (STATUS/CHANGES) and group the apr
library in to functional units |
32ffb79fed742156d8e8e2163c216a92adc9e39d 86460 |
|
09-Oct-2000 |
wrowe |
My Bad. Local environment had leaked into the tree. |
10a4cdd68ef1ca0e54af296fe1d08ac00150c90b 86008 |
|
06-Aug-2000 |
wrowe |
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
see src/lib/apr/apr_compat.h for most details.
Also a few minor nits to get Win32 to build.
PR:
Obtained from:
Submitted by:
Reviewed by: |
5a4b3207b395b426c5a9066f4afea8d3fa8c6660 85292 |
|
25-May-2000 |
stoddard |
Win32: Convert ap_proc_t to tranparent type. |
83cb9e783386a18eecdb0749d9d17aa8e3bc012e 85014 |
|
22-Apr-2000 |
stoddard |
Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.
Submitted by: William Rowe
Reviewed by: Bill Stoddard |
8e117661fd51fd19d6430fca8d7ae87c67d6de20 85004 |
|
20-Apr-2000 |
stoddard |
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 |