1. 25 May, 1998 1 commit
  2. 24 May, 1998 1 commit
  3. 23 May, 1998 1 commit
  4. 22 May, 1998 7 commits
  5. 21 May, 1998 8 commits
  6. 20 May, 1998 18 commits
  7. 19 May, 1998 4 commits
    • brian's avatar
      PR: · 5957b70d
      brian authored
      Added some error warnings back.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81305 13f79535-47bb-0310-9956-ffa450edef68
      5957b70d
    • brian's avatar
      PR: · 9afa6593
      brian authored
      Two things: replaced the use of spawn_child with ap_spawn_child_err_buff
      in various modules (to be "safe" under Win32) and modified the agent and
      referer logging modules to use ap_open_piped_logs rather than try and do
      it on their own.
      
      I'm not sure that uncompress_child in mod_mime_magic is correct; could
      someone look at it?
      
      Also, Ralf, mod_rewrite.c needs similar treatment.  I was off to do it but
      it looked more complex than the other changes, and I'm sure once you see
      the changes made here you can understand which mod_rewrite changes to make.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81304 13f79535-47bb-0310-9956-ffa450edef68
      9afa6593
    • brian's avatar
      PR: · 8db648c2
      brian authored
      ugly hack to allow it to compile under compilers which fail on
      zero-sized structs.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81303 13f79535-47bb-0310-9956-ffa450edef68
      8db648c2
    • brian's avatar
      PR: · 1dd1e791
      brian authored
      Cleanups for changes to ap_spawn_child call.  Removed an inadvertant
      space in mod_include.  Work still needed in this area:
      ap_spawn_child_err_buff needs to be called to set the child_info
      structure, rather than just NULL as it is now.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81302 13f79535-47bb-0310-9956-ffa450edef68
      1dd1e791