1. 07 May, 2000 1 commit
  2. 05 May, 2000 1 commit
  3. 04 May, 2000 1 commit
  4. 03 May, 2000 2 commits
  5. 01 May, 2000 1 commit
  6. 30 Apr, 2000 4 commits
  7. 29 Apr, 2000 4 commits
  8. 21 Apr, 2000 1 commit
  9. 18 Apr, 2000 3 commits
  10. 17 Apr, 2000 1 commit
  11. 16 Apr, 2000 1 commit
  12. 15 Apr, 2000 2 commits
  13. 13 Apr, 2000 3 commits
  14. 10 Apr, 2000 1 commit
  15. 05 Apr, 2000 3 commits
  16. 04 Apr, 2000 3 commits
  17. 03 Apr, 2000 1 commit
  18. 01 Apr, 2000 1 commit
  19. 29 Mar, 2000 1 commit
  20. 22 Mar, 2000 2 commits
  21. 21 Mar, 2000 2 commits
  22. 20 Mar, 2000 1 commit
    • Bill Stoddard's avatar
      Add case_preserved_filename field to the request_rec structure. · e99b2d1a
      Bill Stoddard authored
      On systems with case insensitive file systems (Windows, OS/2, etc.),
      r->filename is case canonicalized (folded to either lower or upper
      case, depending on the specific system) to accomodate file access
      checking. case_preserved_filename is the same as r->filename
      except case is preserved. There is at least one instance where Apache
      needs access to the case preserved filename: Java class files published
      with WebDAV need to preserve filename case to make the Java compiler
      happy.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84804 13f79535-47bb-0310-9956-ffa450edef68
      e99b2d1a