1. 14 Mar, 2002 9 commits
    • Doug MacEachern's avatar
      PR: · 88951dbb
      Doug MacEachern authored
      Obtained from:
      Submitted by:
      Reviewed by:
      fix bug in ssl_io_input_getline():
      in most cases we get all the headers on the first SSL_read.
      however, in certain cases SSL_read will only get a partial
      chunk of the headers, so we now try to read until LF is seen.
      
      bug seen with netscape client (running both on linux and win32) and
      server running on win32.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93931 13f79535-47bb-0310-9956-ffa450edef68
      88951dbb
    • William A. Rowe Jr's avatar
      · a613f083
      William A. Rowe Jr authored
        Some lingering debug cruft that isn't needed
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93930 13f79535-47bb-0310-9956-ffa450edef68
      a613f083
    • William A. Rowe Jr's avatar
      · 4ed42b36
      William A. Rowe Jr authored
        Use fprintf to stderr over printf.  Better yet - replace with the
        logger, but my brain just isn't quite there tonight.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93929 13f79535-47bb-0310-9956-ffa450edef68
      4ed42b36
    • William A. Rowe Jr's avatar
      · 97c46cc3
      William A. Rowe Jr authored
        My [sixth?] major revamp of service.c.  Traded an event for a mutex
        to the service_init completion, expanded timeouts, moved SERVICE_STOPPED
        message posting to the main thread since sometimes, in odd cirumstances,
        our SCM thread wasn't resumed prior to termination, and ripped the code
        for the stderr logs to use nt_eventlog.c instead.  And generally tried
        to make the code just a little bit more grokable [as if such a thing
        is really possible.]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93928 13f79535-47bb-0310-9956-ffa450edef68
      97c46cc3
    • William A. Rowe Jr's avatar
      · 58b14b5b
      William A. Rowe Jr authored
        Cleanup the eventlogger code, and split it into its own source.
        [got the copyright correct, no less.]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93927 13f79535-47bb-0310-9956-ffa450edef68
      58b14b5b
    • William A. Rowe Jr's avatar
      · 219354af
      William A. Rowe Jr authored
        Now that we test ownership of the listeners in listen.c, -k "start"
        can no longer hang on to the listeners after it checks that they are
        free.  Also, we cannot be checking listeners if we are using -k "config"
        to alter the service config, since the service might be running as we
        try this, and we cannot check the listeners in -k "restart", since we
        are pretty certain they are owned by the running service we are about
        to try restarting..
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93926 13f79535-47bb-0310-9956-ffa450edef68
      219354af
    • William A. Rowe Jr's avatar
      · 04c7ee84
      William A. Rowe Jr authored
        The be-certain-we-own-the-socket patch to listen.c fails if we hang
        on to the originals after duplicating sockets.  If you dup, you aught
        to be closing the source.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93925 13f79535-47bb-0310-9956-ffa450edef68
      04c7ee84
    • William A. Rowe Jr's avatar
      · 23ba840b
      William A. Rowe Jr authored
        Our ap_listeners were binding to IIS sockets, other Apache instances'
        listeners, the bottoms of peoples' shoes, etc.
      
        Wait to set SO_REUSEADDR on Win32 until the parent is certain the
        port is all ours.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93924 13f79535-47bb-0310-9956-ffa450edef68
      23ba840b
    • Jeff Trawick's avatar
      Fix apxs -g handling. · ae80c643
      Jeff Trawick authored
      Move config_vars.mk from the top build directory to the build directory.
      Get build/rules.mk cleaned up for distclean/extraclean.
      
      PR:     10163
              (This is the 2nd of two commits for that PR.  The first was to
              apxs.in -- rev 1.35.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93923 13f79535-47bb-0310-9956-ffa450edef68
      ae80c643
  2. 13 Mar, 2002 31 commits