1. 16 May, 2000 4 commits
  2. 15 May, 2000 5 commits
  3. 12 May, 2000 7 commits
  4. 11 May, 2000 12 commits
  5. 10 May, 2000 2 commits
  6. 09 May, 2000 4 commits
  7. 08 May, 2000 1 commit
  8. 07 May, 2000 1 commit
  9. 06 May, 2000 4 commits
    • William A. Rowe Jr's avatar
      · 71e3bc8e
      William A. Rowe Jr authored
        pcre lives and dies on the _WIN32 define, rather than WIN32...
        Adjusted os/win32/os.h to always declare _WIN32, and fixed up
        some goodies.  Win32 now serves pages.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85163 13f79535-47bb-0310-9956-ffa450edef68
      71e3bc8e
    • William A. Rowe Jr's avatar
      · aed458ba
      William A. Rowe Jr authored
        Cleanup of Apache build with pcre in Win32.
        Plus clean up ab and htdigest to conform to build
        of other support executables.
        Everything seems to be working again.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85162 13f79535-47bb-0310-9956-ffa450edef68
      aed458ba
    • William A. Rowe Jr's avatar
      · 419e192b
      William A. Rowe Jr authored
        First crack at getting Apache to build with pcre in Win32.
        Cleans up all the gen_ projects to strip off garbage files,
        as well, and follows the same pattern for dftables.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85161 13f79535-47bb-0310-9956-ffa450edef68
      419e192b
    • Jeff Trawick's avatar
      serious bug fix: · de911ca3
      Jeff Trawick authored
        htdigest didn't init the first parm to ap_open(), so ap_open()
        segfaults thinking it was passed valid storage
      build portability:
        make most src/lib/apr/test/Makefile.in compatible with OS/390
        make (no -o outfile after infile specified)
      MD5 translation support:
        when APR_HAS_XLATE, low-level routines allow translation handle
        to be specified
      
        when CHARSET_EBCDIC, password-specific routines always translate,
        but client app must set handle before using
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85160 13f79535-47bb-0310-9956-ffa450edef68
      de911ca3