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

Log of /httpd/httpd/trunk/support/htdbm.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: 4202 byte(s)
Diff to previous 605397 (colored)
Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx

Revision 605397 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 03:08:15 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4202 byte(s)
Diff to previous 495126 (colored)
When building to WinNT, CommandLineToArgvW must resolve.

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: 4154 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: 3646 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: 3646 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: 3646 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: 3700 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: 3698 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: 4125 byte(s)
Diff to previous 106103 (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 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 4120 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
File length: 4120 byte(s)
Diff to previous 98744 (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 98744 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 15:56:05 2003 UTC (6 years, 9 months ago) by wrowe
File length: 4430 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
File length: 4447 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
File length: 4455 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
File length: 4112 byte(s)
Diff to previous 91767 (colored)
  Update support utility filenames to reflect .exe extensions for the
  newest apr/build/win32ver.awk script changes.

Revision 91767 - (view) (annotate) - [select for diffs]
Added Tue Nov 6 16:52:59 2001 UTC (8 years ago) by wrowe
File length: 4104 byte(s)
  Submitted by: Mladen Turk <mturk@mappingsoft.com>

  htdbm provides a compiled interface to dbm authentication databases,
  using the compiled-in dbm manager and auth schema.  Resolves the hassles
  of grabbing the appropriate cpan package for md5 and fixing the dbm
  engine for dbmmanage.pl.

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