1. 01 Jun, 2000 5 commits
  2. 29 May, 2000 1 commit
  3. 28 May, 2000 3 commits
  4. 25 May, 2000 1 commit
  5. 24 May, 2000 1 commit
  6. 23 May, 2000 1 commit
  7. 15 May, 2000 1 commit
  8. 12 May, 2000 3 commits
  9. 11 May, 2000 3 commits
  10. 10 May, 2000 5 commits
    • William A. Rowe Jr's avatar
      · 43725c9c
      William A. Rowe Jr authored
        Must make these clearer for Win32 folks, since many, many newsgroup
        questions would be answered by following the expanded instructions!
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85181 13f79535-47bb-0310-9956-ffa450edef68
      43725c9c
    • William A. Rowe Jr's avatar
      · 3a812be4
      William A. Rowe Jr authored
        Missed a piece of nonsense.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85180 13f79535-47bb-0310-9956-ffa450edef68
      3a812be4
    • William A. Rowe Jr's avatar
      · d0d80e7a
      William A. Rowe Jr authored
        Take a few things off the plate... and clean up the cvs emits from
        the apache-1.3 root in a live build.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85179 13f79535-47bb-0310-9956-ffa450edef68
      d0d80e7a
    • Jeff Trawick's avatar
      This patch lets an ebcdic box use MMapFile for files that shouldn't be · a4d0cd09
      Jeff Trawick authored
      converted from ebcdic->ascii  (.gifs, raw ascii, etc.).  The handler
      needs to call ap_checkconv() after the Content Type has stabilized, but
      before the headers are sent.
      Submitted by:   Greg Ames <gregames@us.ibm.com>
      Reviewed by:    Jeff Trawick
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85178 13f79535-47bb-0310-9956-ffa450edef68
      a4d0cd09
    • 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
  11. 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
  12. 07 May, 2000 1 commit
  13. 05 May, 2000 1 commit
  14. 04 May, 2000 1 commit
  15. 03 May, 2000 2 commits
  16. 01 May, 2000 1 commit
  17. 30 Apr, 2000 4 commits
  18. 29 Apr, 2000 4 commits