Skip to content
  1. Jun 02, 2008
  2. May 30, 2008
  3. May 29, 2008
  4. May 27, 2008
  5. May 22, 2008
  6. May 20, 2008
  7. May 19, 2008
  8. May 17, 2008
  9. May 13, 2008
  10. May 12, 2008
  11. May 11, 2008
    • Roy T. Fielding's avatar
      Overhaul ab.c stats collection and reporting to avoid integer · 790813b4
      Roy T. Fielding authored
      truncation and time divisions within the test loop, retain
      native time resolution until output, remove unused data,
      avoid structure copies, consistently round milliseconds, and
      generally avoid losing accuracy of calculation due to type casts.
      
      Incidentally fixes output bug on gnuplot (seconds were being
      output as microseconds).  It would make more sense to output
      gnuplot stats as microseconds after the start of test, but
      this change returns us to consistency with pre-apr versions of ab.
      
      PR: 44878, 44931.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655214 13f79535-47bb-0310-9956-ffa450edef68
      790813b4
  12. May 10, 2008
  13. May 09, 2008
  14. May 08, 2008
  15. May 07, 2008
  16. May 06, 2008
  17. May 02, 2008
  18. Apr 18, 2008
  19. Apr 17, 2008
    • Dirk-Willem van Gulik's avatar
      Currently each of the caching module includes logic to implement · a733ed8d
      Dirk-Willem van Gulik authored
      the hop-by-hop rules of rfc 2616 along with the entity response
      rules. To make sure that they stay in sync; and to make it easier
      to add (http) caching modules - this change moves them all into
      one place (cache_util) and exposes a in-bound and out-bound
      version to operate on the headers.
      
      In short: we retire ap_cache_cacheable_hdrs_out() which was used
      for both in- and out-put headers; and replace it by a single
      ap_cache_cacheable_headers() which understands the hop-by-hop
      rules. And then wrap this into an in- and out-put specific 
      ap_cache_cacheable_headers_in()/out() which we can teach things
      about entity responses and so on.. The latter which will also 
      merge error and ensure content-type. 
      
      This API change bumps up the minor MM by one.    
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@649162 13f79535-47bb-0310-9956-ffa450edef68
      a733ed8d