1. 10 May, 2000 1 commit
    • William A. Rowe Jr's avatar
      · 2b50cad2
      William A. Rowe Jr authored
        Ok... here they are... the Win32 Build overhaul:
      
        1) eliminate incremental link files, browser database files,
           and worthless precompiled headers.  Cleaned up some target
           and intermediate paths as well, and eliminated redundant
           /out: directives by doing so.
        2) Eliminated static stdc imports (except for the installer 
           dll), so modules are considerably lighter weight and all
           share the same MT-aware library.     
        3) Added .map files to all living binaries, so that we can
           trace gpfaults from bug reports to the appropriate code.
        4) add based addressing al la 2.0's new structure, with a
           single src/os/win32/BaseAddr.ref file for the offsets.
        5) add ApacheModuleAuthDigest to the build, and fill in the
           holes with xmltok, logresolve and rotatelogs.
        6) wrapped all in a pretty makefile.win, eliminating all the
           excess Win95 .txt make files (replaces makefile.nt).
        7) and all available from Apache.dsw, with the InstallBin.dsp
           wrapper project to copy the binaries to the working set.
           All dependencies clearly documented for Apache newcomers.
        8) finally clean up silly warnings with some .cvsignore's,
           after both release and debug binaries build clean.
      
        Phase I is everything but the .mak files.  This is what all
        to review very closely, so I kept it shorter.
      
        Phase II are the (exported) .mak files from the .dsp project
        files... see Phase I instead :-)
      
        What a cool, sunny Chicago afternoon... but I'm waiting the
        standard five minutes for that to change
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85177 13f79535-47bb-0310-9956-ffa450edef68
      2b50cad2
  2. 09 May, 2000 2 commits
    • William A. Rowe Jr's avatar
      · 55f7f331
      William A. Rowe Jr authored
        Correct http_conf_globals.h and http_main.c to agree with each other
        as well as ApacheCore.def.  Add extern definition to mod_info to
        resolve segfaults in Win32.
        Addresses PR1442, PR2472, PR4125, PR1643 and PR2208
        Jim Patterson <?>, Jan Just Keijser <KEIJSERJJ@logica.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85173 13f79535-47bb-0310-9956-ffa450edef68
      55f7f331
    • William A. Rowe Jr's avatar
      · 2126dcdb
      William A. Rowe Jr authored
        Add rotatelogs and logresolve .dsp project and make files.
        Fix logresolve to function under Win32, and change the
        build settings of htdigest and htpasswd to consistently
        waste less space with precompiled headers, etc.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85169 13f79535-47bb-0310-9956-ffa450edef68
      2126dcdb
  3. 07 May, 2000 1 commit
  4. 05 May, 2000 1 commit
  5. 04 May, 2000 1 commit
  6. 03 May, 2000 2 commits
  7. 01 May, 2000 1 commit
  8. 30 Apr, 2000 4 commits
  9. 29 Apr, 2000 4 commits
  10. 21 Apr, 2000 1 commit
  11. 18 Apr, 2000 3 commits
  12. 17 Apr, 2000 1 commit
  13. 16 Apr, 2000 1 commit
  14. 15 Apr, 2000 2 commits
  15. 13 Apr, 2000 3 commits
  16. 10 Apr, 2000 1 commit
  17. 05 Apr, 2000 3 commits
  18. 04 Apr, 2000 3 commits
  19. 03 Apr, 2000 1 commit
  20. 01 Apr, 2000 1 commit
  21. 29 Mar, 2000 1 commit
  22. 22 Mar, 2000 2 commits