/[Apache-SVN]/httpd/httpd/trunk/httpd.dsp
ViewVC logotype

Log of /httpd/httpd/trunk/httpd.dsp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 666726 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 16:34:20 2008 UTC (17 months, 2 weeks ago) by tdonovan
File length: 4124 byte(s)
Diff to previous 495126 (colored)
Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx

Revision 495126 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 05:37:20 2007 UTC (2 years, 10 months ago) by wrowe
File length: 4124 byte(s)
Diff to previous 419644 (colored)
Embed the .manifest files of all httpd binaries as a post-build
operation.  This ensures the exported (Studio 97 generated) .mak
files create a usable Apache directly from the VC 8 (Studio 2005)
command line environment.


Revision 419644 - (view) (annotate) - [select for diffs]
Modified Thu Jul 6 18:36:23 2006 UTC (3 years, 4 months ago) by wrowe
File length: 3616 byte(s)
Diff to previous 397647 (colored)
Revert Revision 397647

While it solves the studio 2005 (we desire this), it breaks
the studio 6 packaging (we require this).  Discussion on list
of practical solutions.

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: 3616 byte(s)
Diff to previous 397407 (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 397407 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 05:30:39 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3616 byte(s)
Diff to previous 395419 (colored)
  Remove all /machine:I386 references, these are getting in the way
  of switching linkers from the x86 (default linker) to x64 or other
  possible target platforms.  (Also, this commit cleans up lingering
  /GX switches from the 'BASE' options that are supposed to be unused).

Revision 395419 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 22:51:02 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3670 byte(s)
Diff to previous 395418 (colored)
  s|/GX |/EHsc | because they were always synonyms, and Visual Studio
  2005 edition complains bitterly and loudly that /GX is deprecated.

Revision 395418 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 22:47:49 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3668 byte(s)
Diff to previous 170253 (colored)
  Remove a host of dependencies upon awk, using the same template for
  nearly every .rc compilation (giving the output .res file a different
  name for each component).  Adds AP_SERVER_BASEPROJECT to ap_revision.h
  so we can display the proper name of "Apache HTTP Server" as opposed
  to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache"
  for the server string tokens.)


Revision 170253 - (view) (annotate) - [select for diffs]
Modified Sun May 15 19:11:57 2005 UTC (4 years, 6 months ago) by wrowe
File length: 4217 byte(s)
Diff to previous 160441 (colored)
  Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
  This makes binaries far easier to debug, during operation and for post-crash
  .dmp analysis.  Do not alter /Gs optimizations per brane.

Reviewed by: stoddard, brane

Revision 160441 - (view) (annotate) - [select for diffs]
Modified Thu Apr 7 19:19:58 2005 UTC (4 years, 7 months ago) by wrowe
File length: 4212 byte(s)
Diff to previous 159626 (colored)
  Catch up with Apache.exe->httpd.exe rename; it seems svn rn can't
  be combined with svn commit and source changes.

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: 4234 byte(s)
Copied from: httpd/httpd/trunk/Apache.dsp revision 159614
Diff to previous 106103 (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 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4234 byte(s)
Diff to previous 98970 (colored)
general property cleanup

Revision 98970 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 00:58:59 2003 UTC (6 years, 8 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4234 byte(s)
Diff to previous 98743 (colored)
  After discussions at length on dev@apr/httpd, it is determined that
  the older .dbg format symbols are not worth the interference with
  generating complete .pdb symbolic debugging databases.

  This patch further eliminates pdbtype:sept flags that interfere with
  deciphering local symbols and type information.

Revision 98743 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 15:56:04 2003 UTC (6 years, 9 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4548 byte(s)
Diff to previous 98712 (colored)
  After consultations on the APR list, it was decided that /map files are
  fairly redundant when you retain rich .pdb debugging symbol files.  We
  have rarely used them, and generally .dbg and .pdb files prove much more
  useful for the cases we have.

  While eliminating /map files, we are also shrinking the size of the .dbg
  files by stripping 'private' symbol information.  Really this means less
  rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg
  symbols in creating a DrWatson log file.  But it's more than compensated
  for on newer OS'es where Dr. Watson will query the .pdb symbols, on all
  Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that
  the distribution of binary symbols will use less bandwidth when less
  information is duplicated from the .pdb format into the .dbg files.

Revision 98712 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 22:07:21 2003 UTC (6 years, 9 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4565 byte(s)
Diff to previous 98596 (colored)
  foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which
  was badness.  Twist this puppy to .dbr, the only name I could invent that
  doesn't look like any database file extension I recall.

  It stands for .dbg rebased.

Revision 98596 - (view) (annotate) - [select for diffs]
Modified Fri Feb 7 21:30:53 2003 UTC (6 years, 9 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4573 byte(s)
Diff to previous 98376 (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 98376 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 18:51:57 2003 UTC (6 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4234 byte(s)
Diff to previous 96556 (colored)
  Update support utility filenames to reflect .exe extensions for the
  newest apr/build/win32ver.awk script changes.

Revision 96556 - (view) (annotate) - [select for diffs]
Modified Wed Aug 28 18:23:05 2002 UTC (7 years, 2 months ago) by stoddard
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4226 byte(s)
Diff to previous 92804 (colored)
Win32: Lower the default stack size from 1MB to 256KB.  This will allow
a child process to start about 4 times as many threads (~8000 from ~2000)

Revision 92804 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 08:47:23 2002 UTC (7 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4196 byte(s)
Diff to previous 90686 (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 90686 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 05:21:50 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4404 byte(s)
Diff to previous 90269 (colored)
  Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to
  build 'out of the box' in debugging mode.

Revision 90269 - (view) (annotate) - [select for diffs]
Modified Fri Aug 17 03:45:35 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4404 byte(s)
Diff to previous 90243 (colored)

  The purpose of this patch is to toggle the debugging mode (default) to
  Program Database (from Program Database for Modify on the fly debugging).

  The net effect of this patch is to clean up all of the irrelevant entries
  associated with either the debugging or release command line switches, and
  generally straighten the projects as they would be exported from VC6/SP5.

  The outcome of this patch is that VC5 users -should- be able to load and
  build the workspace without any errors (as they used to have no symbols
  database at all, the /ZI option doesn't work, they had to use cvtdsp.pl
  to toggle these to /Zi.)

Revision 90243 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 20:56:03 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4407 byte(s)
Diff to previous 90208 (colored)
  Spell it right, per Mr. Coar

Revision 90208 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 07:54:43 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4407 byte(s)
Diff to previous 90199 (colored)
  More Versioning

Revision 90199 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 06:25:43 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4407 byte(s)
Diff to previous 87475 (colored)
  Autogen the win32 resource descriptor (icon + version) for Apache.exe

Revision 87475 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:25:10 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3603 byte(s)
Diff to previous 87471 (colored)
  Correction, commited the vc5.  Need vc6 in the tree.  Humble appologies.

Revision 87471 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:04:49 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3567 byte(s)
Diff to previous 87217 (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 87217 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 19:28:13 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3598 byte(s)
Diff to previous 87213 (colored)
  A little fix here, little fix there

Revision 87213 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 17:38:40 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3603 byte(s)
Diff to previous 87212 (colored)
  A bit of inclusion for the apr-util package.

Revision 87212 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 16:37:50 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3479 byte(s)
Diff to previous 86540 (colored)
  This patch illustrates the new locations, and makes the majority of the
  adjustments.  Now to actually try to build the thing.

Revision 86540 - (view) (annotate) - [select for diffs]
Modified Wed Oct 11 17:20:12 2000 UTC (9 years, 1 month ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3465 byte(s)
Diff to previous 85435 (colored)
  Regardless of reaction to a symbol rename -within- the sources, these
  external symbols change for clarity.

Revision 85435 - (view) (annotate) - [select for diffs]
Modified Tue Jun 6 01:15:05 2000 UTC (9 years, 5 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3503 byte(s)
Diff to previous 85430 (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 85430 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 22:39:03 2000 UTC (9 years, 5 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3338 byte(s)
Diff to previous 85329 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  Unbind the old main_win32.c code and rebind to the new mpm logic
  in the modules/mpm/winnt directory.  Includes some simple cleanups.

  The old sources in os/win32 will disappear at the end of this week.

Revision 85329 - (view) (annotate) - [select for diffs]
Modified Sun May 28 04:03:22 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4352 byte(s)
Diff to previous 85301 (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 85301 - (view) (annotate) - [select for diffs]
Modified Fri May 26 05:09:17 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4169 byte(s)
Diff to previous 85292 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  All waiting to bite us... just go ahead and ignore this commit.  Better
  now that when we are deciphering real changes.  This knocks all the
  projects into what I expect is a clean VC6 format.

Revision 85292 - (view) (annotate) - [select for diffs]
Modified Wed May 24 23:45:37 2000 UTC (9 years, 6 months ago) by stoddard
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4169 byte(s)
Diff to previous 85254 (colored)
Win32: Convert ap_proc_t to tranparent type.

Revision 85254 - (view) (annotate) - [select for diffs]
Modified Fri May 19 05:09:20 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4231 byte(s)
Diff to previous 85235 (colored)
  Current and clean make files for Win95.  Changes Include:

  All projects link incrementally with no link maps in Debug mode.
  New cvstodsp6.pl and dsp6tocvs.pl will fix up /the /ZI - /Zi issue.
  Includes corrections noted by Tim Costello

Revision 85235 - (view) (annotate) - [select for diffs]
Modified Wed May 17 00:35:21 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4105 byte(s)
Diff to previous 84982 (colored)
  Radical overhaul of the Apache-2.0/Win32 mpm <-> service schema.

  1) Services and Registry are not part of the core Apache operations,
     so registry.c and service.c are moved into Apache.exe - assuring
     the service control layers of NT and 95 are truly isolated.

  2) Isolation can't be complete, we need to know when the mpm is
     fully initialized.  A new pointer to a no-arg function returning
     void is provided for this purpose, ap_mpm_init_complete.  It is
     only called if overridden with a non-NULL value prior to invoking
     apache_main.

  3) Control+C, Control+Break are handled on both WinNT and Win9x.

  4) The window close, logoff and shutdown events are handled on WinNT.

  5) The beginnings of a Win95 service startup are provided, -k startservice
     but this is horribly incomplete since Win95 will NOT report shutdown.

Revision 84982 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 13:56:41 2000 UTC (9 years, 7 months ago) by stoddard
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3737 byte(s)
Diff to previous 84805 (colored)
linkwin20.diffs Resolves:

1) Explicit /base: addresses by the following table...

  Required sizes are for debug builds.  It is assumed that
  as we increase the size of aprlib, we will be trimming
  the size of ApacheCore, and the 278A0000 base can move down.

  ApacheCore.dll            27800000  80000 required

  aprlib.dll                278A0000  40000 required

  ApacheModuleAuthAnon.dsp  27900000
  ApacheModuleCERNMeta.dsp  27910000
  ApacheModuleDigest.dsp    27920000
  ApacheModuleExpires.dsp   27930000
  ApacheModuleHeaders.dsp   27940000
  ApacheModuleInfo.dll      27950000
  ApacheModuleRewrite.dsp   27960000  20000 required

  ApacheModuleSpeling.dsp   27980000
  ApacheModuleStatus.dsp    27990000
  ApacheModuleUserTrack.dsp 279A0000
  ApacheModuleProxy.dsp     279B0000  20000 anticipated

  3 slots still available   279C0000

2) Make APR consistent with the rest of the API and
   not build septypes for debugging (in other words,
   roll in the debug symbols as every other module does.)

   If we decide we LIKE /pdbtype:septypes... then we
   should be using them throughout.

3) Slide the current path specs into /libpath: options
   so the library list is more ledgible.

4) Drop all the gui crud from the library list.  Everything
   listed is referenced, with the following exceptions:

   *) don't do anything with msvcrtd/oldnames today.
   *) aprlib and ApacheCore have the same list, since functions
      may still be moving between them.
   *) apache.exe looses networking (it doesn't), while it keeps
      advapi, which I don't think it needs, but it could later.
   *) add aprlib to ApacheModuleProxy, since it will need it.
   *) hang mswsock whereever ws2_32 is invoked.  I believe
      the most special case was ApacheModuleProxy, which may
      become entirely APR.  But for today we hang onto both.

5) MAP, MAP, MAP, everything gets a map.  I for one have an
   untold number of installed OS's and boot mappings, and the
   debugger isn't installed to all of them.  We gotta be able
   to track down those renegade GP faults.  (What faults...
   I know, it's clean, but I am overly cautious that way.)

6) Set the DEFAULT linkage to be this linkage.  Because
   "it's a vc thing" the defaults were not all that
   useful as a starting point (take, for example, the
   joke of linking to the OLE libraries).


Submitted by:	William Rowe

Revision 84805 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 01:32:40 2000 UTC (9 years, 8 months ago) by stoddard
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3883 byte(s)
Diff to previous 84343 (colored)
Turn off precompiled header support for Apache.mak/dsp and ApacheCore.mak/dsp.
Submitted by:	William Rowe
Reviewed by:	Bill Stoddard

Revision 84343 - (view) (annotate) - [select for diffs]
Modified Mon Dec 20 19:52:51 1999 UTC (9 years, 11 months ago) by stoddard
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3853 byte(s)
Diff to previous 84249 (colored)
Windows: Can now install/uninstall Apache as a service and start/stop apache via
net start and net stop commands. Not extensively tested, so there may be bugs
in this still.

Revision 84249 - (view) (annotate) - [select for diffs]
Modified Wed Dec 8 22:34:02 1999 UTC (9 years, 11 months ago) by stoddard
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 4125 byte(s)
Diff to previous 83748 (colored)
Win32: First cut at getting apache -k restart|shutdown and running apache as a service working

Revision 83748 - (view) (annotate) - [select for diffs]
Added Tue Aug 24 05:34:15 1999 UTC (10 years, 3 months ago) by fielding
Original Path: httpd/httpd/trunk/Apache.dsp
File length: 3675 byte(s)
Apache 1.3.9 baseline for the Apache 2.0 repository.

Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group

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