1. 04 Mar, 2015 2 commits
    • Jim Jagielski's avatar
      We no longer need eventopt. · 0d1b8cb6
      Jim Jagielski authored
      And might as well be a good time to add motorz in to trunk
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664077 13f79535-47bb-0310-9956-ffa450edef68
      0d1b8cb6
    • Yann Ylavic's avatar
      core: If explicitly configured, use the KeepaliveTimeout value of the · b8e9783e
      Yann Ylavic authored
      virtual host which handled the latest request on the connection, or by
      default the one of the first virtual host bound to the same IP:port.
      
      For non-async MPMs, use either r->server's or c->base_server's value in
      ap_process_http_sync_connection() depending on a new server_rec's flag
      called keep_alive_timeout_set and determined at config time.
      
      For event MPM, use a queue per timeout value, chaining the queues per
      type (keepalive wrt KeepAliveTimeout, write completion wrt to Timeout)
      so that maintenance can be done on all the queues from the head, and such
      that insertions/maintenance remain in O(1).
      A server config is created and pointing to the queue of each vhost at
      post_config time, hence the config can be associated to the connection
      state (cs) at post_read_request time, and we can simply insert with
      TO_QUEUE_INSERT(cs->sc->q, cs).  PR56226.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664071 13f79535-47bb-0310-9956-ffa450edef68
      b8e9783e
  2. 03 Mar, 2015 1 commit
  3. 02 Mar, 2015 1 commit
  4. 01 Mar, 2015 3 commits
  5. 28 Feb, 2015 2 commits
  6. 27 Feb, 2015 1 commit
  7. 26 Feb, 2015 3 commits
  8. 25 Feb, 2015 2 commits
  9. 24 Feb, 2015 3 commits
  10. 22 Feb, 2015 9 commits
  11. 21 Feb, 2015 6 commits
  12. 20 Feb, 2015 2 commits
  13. 19 Feb, 2015 1 commit
  14. 16 Feb, 2015 1 commit
  15. 15 Feb, 2015 3 commits