Skip to content
  1. Jun 07, 2001
  2. Jun 06, 2001
  3. Jun 05, 2001
  4. Jun 04, 2001
  5. Jun 01, 2001
  6. May 23, 2001
  7. May 22, 2001
    • 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
  8. May 21, 2001
  9. May 20, 2001
  10. May 19, 2001
  11. May 18, 2001
  12. May 17, 2001
  13. May 16, 2001
  14. May 15, 2001
  15. May 12, 2001
  16. May 11, 2001
  17. May 02, 2001
  18. Apr 29, 2001
  19. Apr 27, 2001
  20. Apr 26, 2001
  21. Apr 25, 2001
  22. Apr 23, 2001
  23. Apr 22, 2001
  24. Apr 20, 2001
    • Bill Stoddard's avatar
      Fix seg fault at start-up introduced by Ryan's change to enabl · a64ac14e
      Bill Stoddard authored
      modules to specify their own logging tags. mod_log_config
      registers an optional function, ap_register_log_handler().
      ap_register_log_handler() was being called by http_core before
      the directive hash table was created. This patch creates the
      directive hash table before ap_register_log_handler() is
      registered as an optional function.
      
      Submitted by:  [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
      Reviewed by:  Jeff Trawick, Bill Stoddard
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88904 13f79535-47bb-0310-9956-ffa450edef68
      a64ac14e