1. 23 May, 2002 8 commits
  2. 22 May, 2002 9 commits
  3. 21 May, 2002 6 commits
  4. 20 May, 2002 15 commits
  5. 18 May, 2002 2 commits
    • William A. Rowe Jr's avatar
      · 77133b88
      William A. Rowe Jr authored
        As the prior commit message indicated, pass the accept thread a listen
        rec as opposed to simply the listen socket.
      
        However, the prior commit (which I crossed up with this patch) really
        closed a segfault where we attempted to log messages to ap_server_conf,
        after the server conf was destroyed, and prior to setting the new
        value in the next go-around of post_config.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95173 13f79535-47bb-0310-9956-ffa450edef68
      77133b88
    • William A. Rowe Jr's avatar
      · 444c0fa0
      William A. Rowe Jr authored
        Begin passing about apr types instead of odd local conventions.
        It seems there may be other uses for tracking information within
        an ap_listen_rec, outside of the socket.  One of my hassles (that
        FirstBill found another way around) was tracking the current
        accept socket when the only common data was the listen socket.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95172 13f79535-47bb-0310-9956-ffa450edef68
      444c0fa0