1. 10 Jun, 2000 15 commits
  2. 09 Jun, 2000 8 commits
  3. 08 Jun, 2000 9 commits
  4. 07 Jun, 2000 7 commits
  5. 06 Jun, 2000 1 commit
    • Jeff Trawick's avatar
      Fix a couple of bugs in mod_cgid: · fdea9bac
      Jeff Trawick authored
      The cgi arguments were sometimes mangled because no terminating '\0' was
      added to the arg string passed to the cgi daemon.
      
      The len parm to accept() was not initialized, leading sometimes to an
      endless loop of failed accept() calls on OS/390 and anywhere else that
      failed the call if the len was negative.
      
      Tweaks: Add some traces for failed socket calls at cgi daemon setup time
      (most of which I hit while playing around).
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85452 13f79535-47bb-0310-9956-ffa450edef68
      fdea9bac