1. 19 May, 2001 1 commit
  2. 18 May, 2001 13 commits
  3. 17 May, 2001 8 commits
  4. 16 May, 2001 5 commits
  5. 15 May, 2001 4 commits
  6. 14 May, 2001 4 commits
    • Martin Kraemer's avatar
      Fix typos · 63f3719a
      Martin Kraemer authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89113 13f79535-47bb-0310-9956-ffa450edef68
      63f3719a
    • William A. Rowe Jr's avatar
      · f87f6812
      William A. Rowe Jr authored
        A bit more clarity, and that's it for now.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89111 13f79535-47bb-0310-9956-ffa450edef68
      f87f6812
    • William A. Rowe Jr's avatar
      · ca5a1460
      William A. Rowe Jr authored
        Clarify the wintty purpose and syntax.
      
        Still some todos: an option to just abort user feedback and close the
        window instantly upon loosing the stdin pipe, allow the stdin pipe to
        be tee'ed on win32, and still add some graceful error handling for a
        real-world deployment.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89110 13f79535-47bb-0310-9956-ffa450edef68
      ca5a1460
    • William A. Rowe Jr's avatar
      · e41e2934
      William A. Rowe Jr authored
        Q. "Why can't I watch my server's activity?"  A. You can.
      
        This is a little tool I dreamed up while fighting a ton of battles on
        several fronts.  It demonstrates that reliable piped logs on win32 still
        need work, that we launch log processes far too many times, and generally
        gives admins more blinky lights on win32.  But it's too practial of an
        example to leave on my hard drive gathering dust.
      
        Note that the support/win32 will be used for really non-unix/non-portable
        applications.  Perhaps something similiar would be useful all the way
        around, and perhaps some of this code can get into the apr core.  But for
        this moment, it serves a purpose for beta development.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89109 13f79535-47bb-0310-9956-ffa450edef68
      e41e2934
  7. 13 May, 2001 3 commits
  8. 12 May, 2001 2 commits
    • Jeff Trawick's avatar
      get rid of an errant semicolon which broke gcc builds (sorry!) · 37c6bf18
      Jeff Trawick authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89097 13f79535-47bb-0310-9956-ffa450edef68
      37c6bf18
    • Jeff Trawick's avatar
      Only turn on AP_DEBUG if we're using gcc. · 6665dfc7
      Jeff Trawick authored
      The AP_DEBUG flavor of the cmd_func declarations is not portable.
      Last night Roy removed the check for gcc before turning on AP_DEBUG.
      Interestingly (or not :) ) the AP_DEBUG flavor of cmd_func compiles
      cleanly on gcc but the non-AP_DEBUG flavor doesn't. The non-AP_DEBUG
      flavor compiles cleanly with Tru64 cc and AIX xlc but the AP_DEBUG
      flavor doesn't. (On Tru64 we get a bunch of warnings with the
      AP_DEBUG flavor but at least it compiles; the same cannot be said of
      AIX xlc.)
      
      Perhaps we should use a symbol other than AP_DEBUG to distinguish
      between the cmd_func flavors.  Then AP_DEBUG can be turned on
      regardless of compiler.  The new flag can be turned on for gcc+
      --enable-maintainer-mode, or perhaps for gcc always since the non-
      AP_DEBUG flavor won't compile cleanly with gcc.  (what a mess; this
      probably wouldn't work right for different levels of gcc anyway)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89096 13f79535-47bb-0310-9956-ffa450edef68
      6665dfc7