1. 30 Oct, 1999 3 commits
  2. 29 Oct, 1999 2 commits
  3. 28 Oct, 1999 2 commits
  4. 27 Oct, 1999 4 commits
  5. 26 Oct, 1999 4 commits
  6. 25 Oct, 1999 2 commits
  7. 24 Oct, 1999 4 commits
  8. 23 Oct, 1999 2 commits
  9. 22 Oct, 1999 4 commits
  10. 21 Oct, 1999 1 commit
    • Bill Stoddard's avatar
      This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms that · af9164f8
      Bill Stoddard authored
      support mmap.  Currently, ap_checkconv() is called only if mmap is not
      supported, or if mmap fails.  This results in mangled .gif's and .jpg's
      etc. because EBCDIC-ASCII conversion is done by default when
      CHARSET_EBCDIC is defined.
      
      Note: I suspect all this will radically change when EBCDIC support is
      done in an IOL. However, I think it is valuable to put this patch into
      Apache 2.0 as a reminder since it is just a code move rather than new code.
      
      Submitted by:	Greg Ames
      Reviewed by:	Bill Stoddard
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84016 13f79535-47bb-0310-9956-ffa450edef68
      af9164f8
  11. 20 Oct, 1999 8 commits
  12. 19 Oct, 1999 4 commits