1. 13 Sep, 2000 6 commits
  2. 12 Sep, 2000 5 commits
  3. 11 Sep, 2000 4 commits
  4. 10 Sep, 2000 2 commits
  5. 09 Sep, 2000 12 commits
  6. 08 Sep, 2000 5 commits
  7. 07 Sep, 2000 1 commit
  8. 06 Sep, 2000 1 commit
  9. 02 Sep, 2000 1 commit
  10. 01 Sep, 2000 2 commits
  11. 30 Aug, 2000 1 commit
    • Jeff Trawick's avatar
      fix a few bugs and improve error handling: · c8c4047d
      Jeff Trawick authored
      introduce extended error status as a start of more helpful error logging;
      
      instead of aborting the process when we get a bucket-straddling char too
      wide to handle, trace the problem and return an error;
      
      when we get to the end of the brigade and we're still waiting for the rest
      of a character, return an error instead of ignoring the problem;
      
      if we get 0 bytes when reading from a pipe, don't fret (segfault); skip
      over this empty bucket and read the next one;
      
      don't set done if send_downstream() returns APR_SUCCESS; set it for the
      opposite condition; that bug kept us from processing our entire input
      brigade for brigades that caused lots of output;
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86164 13f79535-47bb-0310-9956-ffa450edef68
      c8c4047d