Log of /httpd/httpd/trunk/InstallBin.dsp
Parent Directory
|
Revision Log
Revision
483567 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 7 17:47:43 2006 UTC
(2 years, 11 months ago)
by
wrowe
File length: 2909 byte(s)
Diff to
previous 356853
(
colored)
Mirror r483555, for GUI environment. Reason for the duplication is to make
enabling of the debugger much more trivial.
Revision
356853 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 14 20:16:52 2005 UTC
(3 years, 11 months ago)
by
wrowe
File length: 2903 byte(s)
Diff to
previous 160660
(
colored)
Mirror Makefile.win from the GUI environment. The path here must be
explicit to help point the debugger at the resulting, installed binaries.
Revision
124285 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 5 22:26:53 2005 UTC
(4 years, 10 months ago)
by
wrowe
File length: 2914 byte(s)
Diff to
previous 106103
(
colored)
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.
Revision
93970 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 16 18:57:20 2002 UTC
(7 years, 8 months ago)
by
wrowe
File length: 2912 byte(s)
Diff to
previous 93965
(
colored)
Clean tree ... commit all [?]
Nope - it wasn't. Sorry for the inadvertant commit, reverted to 1.18
Revision
93965 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 16 18:26:58 2002 UTC
(7 years, 8 months ago)
by
wrowe
File length: 2886 byte(s)
Diff to
previous 93084
(
colored)
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.
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: 2928 byte(s)
Diff to
previous 89834
(
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
87678 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 13 01:50:49 2001 UTC
(8 years, 10 months ago)
by
wrowe
File length: 2874 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: 2874 byte(s)
Diff to
previous 87475
(
colored)
Build was broken on some pure unixish awks, this fixes.
Obtained from: new-httpd
Submitted by: Roman Neuhauser
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: 2837 byte(s)
Diff to
previous 87303
(
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
87303 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 12 17:41:44 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 2843 byte(s)
Diff to
previous 87255
(
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
87255 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 7 22:40:33 2000 UTC
(8 years, 11 months ago)
by
wrowe
File length: 2845 byte(s)
Diff to
previous 86605
(
colored)
This file's targets made no sense in the new schema. I'm not certain
they make sense yet anyways, but this is improvement.
Revision
86605 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 16 03:32:24 2000 UTC
(9 years, 1 month ago)
by
wrowe
File length: 2849 byte(s)
Diff to
previous 86460
(
colored)
Adds quick access to the must-haves (STATUS/CHANGES) and group the apr
library in to functional units
Revision
86008 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 6 06:07:53 2000 UTC
(9 years, 3 months ago)
by
wrowe
File length: 2755 byte(s)
Diff to
previous 85292
(
colored)
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:
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: 2701 byte(s)
Diff to
previous 85004
(
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: 2629 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.