1. 09 Apr, 2011 1 commit
    • 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. 08 Apr, 2011 2 commits
  3. 06 Apr, 2011 1 commit
  4. 01 Apr, 2011 2 commits
  5. 29 Mar, 2011 2 commits
  6. 28 Mar, 2011 3 commits
  7. 27 Mar, 2011 1 commit
  8. 26 Mar, 2011 1 commit
  9. 20 Mar, 2011 1 commit
  10. 17 Mar, 2011 1 commit
  11. 16 Mar, 2011 2 commits
  12. 12 Mar, 2011 2 commits
  13. 05 Mar, 2011 1 commit
    • 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. 01 Mar, 2011 1 commit
  15. 23 Feb, 2011 1 commit
  16. 18 Feb, 2011 1 commit
  17. 14 Feb, 2011 1 commit
  18. 13 Feb, 2011 1 commit
  19. 12 Feb, 2011 5 commits
  20. 11 Feb, 2011 3 commits
  21. 09 Feb, 2011 1 commit
  22. 08 Feb, 2011 1 commit
  23. 05 Feb, 2011 1 commit
  24. 03 Feb, 2011 1 commit
  25. 21 Jan, 2011 1 commit
  26. 20 Jan, 2011 1 commit
  27. 19 Jan, 2011 1 commit