1. 14 Dec, 2000 2 commits
  2. 13 Dec, 2000 12 commits
  3. 12 Dec, 2000 5 commits
  4. 11 Dec, 2000 7 commits
  5. 08 Dec, 2000 1 commit
  6. 07 Dec, 2000 1 commit
  7. 04 Dec, 2000 1 commit
  8. 03 Dec, 2000 2 commits
  9. 01 Dec, 2000 2 commits
  10. 30 Nov, 2000 2 commits
  11. 28 Nov, 2000 1 commit
  12. 22 Nov, 2000 3 commits
    • 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
    • William A. Rowe Jr's avatar
      · e129e246
      William A. Rowe Jr authored
        Complete the WinNT 4.0 compatibility as a service and console app, with
        proper handling in the parent and child of close window, ctrl+c/break,
        and logoff/shutdown events, they all work properly.  This will be tested
        shortly on Win2000, where it is expected to work without incident.  Note
        that any console event handler in a child or the service parent
        interfered with these various events, so only the console parent process
        has a console monitor, while the child process always has a console
        (without a handler) to execute 16-bit CGI processes.
      
        While fighting with this code, added a -z arg in place of the -Z arg for
        the child process to determine that it is a child of a service.  Since
        this change ultimately was unneeded in WinNT, it may go away if it offers
        nothing for the Win9x code path.  Also restructured the service.c file to
        organize by monitors/children/services and group the atexit() routines,
        since it gave me a headache.  Once the 9x flow is working correctly, all
        the various handlers will be documented in service.c, and a new 2.0 patch
        created from the final result.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87059 13f79535-47bb-0310-9956-ffa450edef68
      e129e246
    • Wilfredo Sanchez's avatar
      Update Mac OS layout · 4d9d1555
      Wilfredo Sanchez authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87057 13f79535-47bb-0310-9956-ffa450edef68
      4d9d1555
  13. 21 Nov, 2000 1 commit