Skip to content
  1. Apr 09, 2011
    • Jeff Trawick's avatar
      Fix some MinGW build issues... · cf0a3747
      Jeff Trawick authored
      mpm_winnt.c:  MinGW doesn't currently define the Windows
                    STACK_SIZE_PARAM_IS_A_RESERVATION symbol
      
      mpm_unix.c:   Bypass all this code on Windows  (too much trouble
                    to keep it out of Makefile)
      
      mpm_common.h: Skip over definitions of functions not available on
                    Windows to keep references out of exports.c.
      
      PR: 49535
      Submitted by: John Vandenberg <jayvdb gmail.com>
      Minor tweaks by: trawick
      
      Other commits for this PR: r1089950, r1089951, r1089954
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090614 13f79535-47bb-0310-9956-ffa450edef68
      cf0a3747
  2. Apr 08, 2011
  3. Apr 06, 2011
  4. Apr 01, 2011
  5. Mar 29, 2011
  6. Mar 28, 2011
  7. Mar 27, 2011
  8. Mar 26, 2011
  9. Mar 20, 2011
  10. Mar 17, 2011
  11. Mar 16, 2011
  12. Mar 12, 2011
  13. Mar 05, 2011
    • Jeff Trawick's avatar
      worker, event, prefork: Correct several issues when built as · 5b8a01c5
      Jeff Trawick authored
      DSOs; most notably, the scoreboard was reinitialized during graceful
      restart, such that processes of the previous generation were not
      observable.
      
      Other noticeable ones:
      * the generation number did not increment properly
      * worker's check-config hook didn't detect startup properly,
        so messages about inconsistent directives could have been sent
        to the wrong place
      
      max_daemons_limit wasn't tracked across restart, but as the scoreboard
      was always cleared this was a non-issue.
      
      Reinitialization of idle_spawn_rate, hold_off_on_exponential_spawning,
      and maxclients-message-reported may or may not have been features,
      but the big picture is that the behaviour shouldn't have differed.
      
      These changes should have been part of r758185.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078286 13f79535-47bb-0310-9956-ffa450edef68
      5b8a01c5
  14. Mar 01, 2011
  15. Feb 23, 2011
  16. Feb 18, 2011
  17. Feb 14, 2011
  18. Feb 13, 2011
  19. Feb 12, 2011
  20. Feb 11, 2011
  21. Feb 09, 2011
  22. Feb 08, 2011
  23. Feb 05, 2011
  24. Feb 03, 2011
  25. Jan 21, 2011
  26. Jan 20, 2011
  27. Jan 19, 2011