1. 17 May, 2000 4 commits
    • William A. Rowe Jr's avatar
      · 3a640fca
      William A. Rowe Jr authored
        Cleanup ap_config.h fallout for Win32.  Only a few very minor
        changes to ap_config.h and util.c, but they might hurt someone...
        please watch those two carefully.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85237 13f79535-47bb-0310-9956-ffa450edef68
      3a640fca
    • William A. Rowe Jr's avatar
      · 1f23cf3d
      William A. Rowe Jr authored
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
          Just a plain old screwup.  If someone can give me syntax to backout
          a change rather than reverse it, I'd be much obliged
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85236 13f79535-47bb-0310-9956-ffa450edef68
      1f23cf3d
    • William A. Rowe Jr's avatar
      · d43eec4f
      William A. Rowe Jr authored
        Radical overhaul of the Apache-2.0/Win32 mpm <-> service schema.
      
        1) Services and Registry are not part of the core Apache operations,
           so registry.c and service.c are moved into Apache.exe - assuring
           the service control layers of NT and 95 are truly isolated.
      
        2) Isolation can't be complete, we need to know when the mpm is
           fully initialized.  A new pointer to a no-arg function returning
           void is provided for this purpose, ap_mpm_init_complete.  It is
           only called if overridden with a non-NULL value prior to invoking
           apache_main.
      
        3) Control+C, Control+Break are handled on both WinNT and Win9x.
      
        4) The window close, logoff and shutdown events are handled on WinNT.
      
        5) The beginnings of a Win95 service startup are provided, -k startservice
           but this is horribly incomplete since Win95 will NOT report shutdown.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85235 13f79535-47bb-0310-9956-ffa450edef68
      d43eec4f
    • Greg Stein's avatar
      fix up the repository with the correct add/remove sequence. · 27bb4c62
      Greg Stein authored
      this is the initial checkin of ap_config.h: it is a copy of ap_ac_config.h
          which has now been deleted. go there for proper history.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85234 13f79535-47bb-0310-9956-ffa450edef68
      27bb4c62
  2. 16 May, 2000 14 commits
  3. 15 May, 2000 5 commits
  4. 12 May, 2000 7 commits
  5. 11 May, 2000 10 commits