1. 05 Jun, 2000 2 commits
    • William A. Rowe Jr's avatar
      · 8de84a64
      William A. Rowe Jr authored
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
        Apply the server revision patch from 2.0 to 1.3.13-dev.  Tarball rollers
        no longer need to update src/os/win32/registry.c :-)  Mr. Hansen will be
        fixing the devsite docs to reflect this change.
      
        Namespace protection (AP_) was discussed, but the half of these symbols
        were already defined, and that would cause a global update we don't want
        to incur in the 1.3.x codebase.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85417 13f79535-47bb-0310-9956-ffa450edef68
      8de84a64
    • Ken Coar's avatar
      · 0a764085
      Ken Coar authored
      	Make the SetEnvIf* and BrowserMatch* diectives usable in
      	.htaccess files.
      
      PR:	3000
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85416 13f79535-47bb-0310-9956-ffa450edef68
      0a764085
  2. 04 Jun, 2000 5 commits
  3. 03 Jun, 2000 3 commits
  4. 02 Jun, 2000 4 commits
  5. 01 Jun, 2000 6 commits
  6. 29 May, 2000 1 commit
  7. 28 May, 2000 3 commits
  8. 25 May, 2000 1 commit
  9. 24 May, 2000 1 commit
  10. 23 May, 2000 1 commit
  11. 15 May, 2000 1 commit
  12. 12 May, 2000 3 commits
  13. 11 May, 2000 3 commits
  14. 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
  15. 09 May, 2000 1 commit
    • 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