1. 11 Jul, 2001 1 commit
    • Bill Stoddard's avatar
      Performance improvement to mod_mime.c. find_ct() in mod_mime, · fad10e2f
      Bill Stoddard authored
      spends a lot of time in apr_table_get calls.  Using the default
      httpd.conf, the tables for languages and charsets are somewhat
      large, so the time spent scanning them on each request is
      significant. Replacing the tables with hash tables provides
      a nice speedup. [Brian Pane <bpane@pacbell.net>]
      
      Had to handmerge a lot of this patch so please review! Dean had some suggestions
      for improvement which are not currently implemented.
      
      Submitted by:	Brian Pane
      Reviewed by:	Bill Stoddard
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89535 13f79535-47bb-0310-9956-ffa450edef68
      fad10e2f
  2. 10 Jul, 2001 8 commits
  3. 09 Jul, 2001 7 commits
  4. 08 Jul, 2001 2 commits
  5. 07 Jul, 2001 2 commits
  6. 06 Jul, 2001 4 commits
  7. 05 Jul, 2001 5 commits
  8. 04 Jul, 2001 1 commit
  9. 03 Jul, 2001 2 commits
  10. 02 Jul, 2001 5 commits
  11. 01 Jul, 2001 2 commits
  12. 30 Jun, 2001 1 commit