1. 03 Nov, 1997 3 commits
  2. 02 Nov, 1997 1 commit
  3. 01 Nov, 1997 6 commits
  4. 30 Oct, 1997 4 commits
    • dgaudet's avatar
      Bug Fixes: · 9584b39c
      dgaudet authored
      - gzip -cdq requires at least 4k of a partial gzipped file, we
      were sending it only 1k, and it wouldn't produce any output.  But raising
      HOWMANY to 4k has implications on the performance of the (lame) ascmagic()
      code.  So ascmagic() cheats and only looks at 1k (the previous HOWMANY
      setting)
      
      - use spawn_child() interface to avoid a resource leak (zombie
      child); I don't think even worked on WIN32 before, but it might now... I
      special case and use spawnvp() on WIN32.
      
      - use pfopen()/popenf() to avoid resource leaks
      
      Cleanups:
      
      - no need to test return from palloc since it never returns NULL
      
      - ensure all log messages include the module name
      
      - Some cases were assuming that aplog_error was a never returning
          function.  Deal gracefully by propagating an error code back
          up the call chain.
      
      - remove some useless code in fsmagic() -- we don't use lstat(), we
          use stat() so the only possibility where we'll get S_IFLNK is
          if it's a broken symlink.
      
      - for various errors just DECLINE rather than cause the phase to abort
          early (a lesson we're learning from all the M_PUT changes we've
          had recently)
      
      PR:		1205
      Obtained from:
      Submitted by:
      Reviewed by:	Jim Jagielski, Martin Kraemer
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79486 13f79535-47bb-0310-9956-ffa450edef68
      9584b39c
    • dgaudet's avatar
      AIX 1.x can't have files named '@'. · 15b0b5e8
      dgaudet authored
      PR:		1317
      Obtained from:
      Submitted by:	David Schuler <schuld@btv.ibm.com>
      Reviewed by:	Dean Gaudet, Jim Jagielski, Martin Kraemer
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79485 13f79535-47bb-0310-9956-ffa450edef68
      15b0b5e8
    • dgaudet's avatar
      Improve the error message generated when the "server is busy". · 3342320a
      dgaudet authored
      PR:		1293
      Reviewed by:	Martin Kraemer, Jim Jagielski
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79484 13f79535-47bb-0310-9956-ffa450edef68
      3342320a
    • Jim Jagielski's avatar
      Add /bin/sh line to CutRule · b2102f74
      Jim Jagielski authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79483 13f79535-47bb-0310-9956-ffa450edef68
      b2102f74
  5. 28 Oct, 1997 2 commits
  6. 27 Oct, 1997 9 commits
  7. 26 Oct, 1997 5 commits
  8. 25 Oct, 1997 7 commits
  9. 24 Oct, 1997 3 commits