1. 15 Dec, 2000 1 commit
  2. 14 Dec, 2000 4 commits
  3. 13 Dec, 2000 12 commits
  4. 12 Dec, 2000 5 commits
  5. 11 Dec, 2000 7 commits
  6. 08 Dec, 2000 1 commit
  7. 07 Dec, 2000 1 commit
  8. 04 Dec, 2000 1 commit
  9. 03 Dec, 2000 2 commits
  10. 01 Dec, 2000 2 commits
  11. 30 Nov, 2000 2 commits
  12. 28 Nov, 2000 1 commit
  13. 22 Nov, 2000 1 commit
    • William A. Rowe Jr's avatar
      · 6bd0a055
      William A. Rowe Jr authored
        This patch solves two problems.  Under Win2K, the program will no longer
        hang up during logoff or shutdown.  On all Win32, this patch detaches the
        Apache child from the parent's console window, and hides it, such that
        child CGI processes no longer cause window 'flicker' of icon or title
        changes when they are invoked.  They are invoked in the hidden child
        console instead, and there is no apparent affect to the user's console.
      
        This patch has one problem, the AllocConsole() is too async on Win9x, so
        the window may not be succesfully located and hidden, resulting in two
        visible consoles.  Working on that issue now.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87064 13f79535-47bb-0310-9956-ffa450edef68
      6bd0a055