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 1 commit
  3. 09 Jul, 2001 2 commits
  4. 06 Jul, 2001 1 commit
  5. 05 Jul, 2001 1 commit
  6. 02 Jul, 2001 3 commits
  7. 28 Jun, 2001 4 commits
  8. 27 Jun, 2001 1 commit
  9. 26 Jun, 2001 1 commit
  10. 20 Jun, 2001 1 commit
  11. 18 Jun, 2001 2 commits
  12. 15 Jun, 2001 1 commit
  13. 12 Jun, 2001 2 commits
  14. 11 Jun, 2001 1 commit
  15. 10 Jun, 2001 2 commits
  16. 09 Jun, 2001 1 commit
  17. 07 Jun, 2001 3 commits
  18. 06 Jun, 2001 2 commits
  19. 05 Jun, 2001 1 commit
  20. 04 Jun, 2001 1 commit
  21. 01 Jun, 2001 3 commits
  22. 23 May, 2001 1 commit
  23. 22 May, 2001 1 commit
    • Roy T. Fielding's avatar
      Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_ · 95a2ba01
      Roy T. Fielding authored
      prefix to all of the uri functions (yuck), changing some includes,
      and using APR error codes instead of HTTP-specific error codes.
      
      Other notes to test this patch:
      - You need to delete the util_uri.h file - exports picks up on this.
      - I'd like to remove the apr_uri.h from httpd.h, but that might
        increase the complexity of this patch even further.  Once this patch
        is accepted (in some form), then I can focus on removing apr_uri.h
        from httpd.h entirely.  I need baby steps (heh) right now.
      - I imagine that this might break a bunch of stuff in Win32 or other OS
        builds with foreign dependency files.  Any help here is appreciated.
      
      This is a start...  -- justin
      
      Submitted by:	Justin Erenkrantz
      Reviewed by:	Roy Fielding
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89198 13f79535-47bb-0310-9956-ffa450edef68
      95a2ba01
  24. 21 May, 2001 1 commit
  25. 20 May, 2001 1 commit
  26. 19 May, 2001 1 commit