1. 01 Jan, 2004 4 commits
  2. 29 Dec, 2003 2 commits
  3. 27 Dec, 2003 2 commits
  4. 23 Dec, 2003 1 commit
  5. 19 Dec, 2003 4 commits
  6. 18 Dec, 2003 2 commits
  7. 17 Dec, 2003 1 commit
  8. 16 Dec, 2003 2 commits
  9. 15 Dec, 2003 9 commits
  10. 14 Dec, 2003 3 commits
  11. 13 Dec, 2003 8 commits
  12. 12 Dec, 2003 2 commits
    • Paul J. Reder's avatar
      · 76abc32e
      Paul J. Reder authored
        *) Add a hook (insert_error_filter) to allow filters to re-insert
           themselves during processing of error responses. Enable mod_expires
           to use the new hook to include Expires headers in valid error
           responses. This addresses an RFC violation. It fixes PRs 19794,
           24884, and 25123. [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102038 13f79535-47bb-0310-9956-ffa450edef68
      76abc32e
    • Joe Orton's avatar
      Fix format string warnings from gcc on amd64: · 3c0f9459
      Joe Orton authored
      * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_store):
      Print apr_size_t using APR_SIZE_T_FMT.
      
      * modules/ssl/ssl_engine_io.c (ssl_filter_write): Print difference
      between sizes using APR_SSIZE_T_FMT, apr_size_t using APR_SIZE_T_FMT.
      
      * modules/proxy/proxy_http.c (ap_proxy_http_request): Print
      apr_uint64_t using APR_UINT64_T_HEX_FMT.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102037 13f79535-47bb-0310-9956-ffa450edef68
      3c0f9459