1. 25 Jan, 2002 2 commits
    • William A. Rowe Jr's avatar
      · 1efd7a34
      William A. Rowe Jr authored
        No.  I don't like this patch.  I like what it does [shared scoreboard
        for Windows, finally] but not how it's implemented.
      
        However it works, and is equally crufty to what already exists for
        win32 listeners and other exposed data within scoreboard.c.
      
        To do this right, we need to drop all the external references to data
        within the scoreboard, and add an accessor for remaining bits (such as
        Win32's need for direct access to the apr_shm_t.)  And within Win32,
        we need to stack all this _within_ the pre-mpm hook.  But those are
        missions in and of themselves.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93027 13f79535-47bb-0310-9956-ffa450edef68
      1efd7a34
    • Justin Erenkrantz's avatar
      I Heard It Through The Grapevine... · 5baab361
      Justin Erenkrantz authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93017 13f79535-47bb-0310-9956-ffa450edef68
      5baab361
  2. 24 Jan, 2002 2 commits
  3. 23 Jan, 2002 1 commit
  4. 21 Jan, 2002 1 commit
  5. 20 Jan, 2002 1 commit
  6. 19 Jan, 2002 1 commit
    • Justin Erenkrantz's avatar
      Input filtering prototype change: Socket blocking type should be · 15a3230e
      Justin Erenkrantz authored
      separate from the input filter mode type.
      
      We also no longer look at readbytes to determine the method of
      filter operation.  This makes the use of filters more obvious and
      allows a wider range of options for input filters modes.
      
      To start with, the new input filter modes are:
      
      AP_MODE_READBYTES (no more than *readbytes returned)
      AP_MODE_GETLINE (old *readbytes == 0 case)
      AP_MODE_EATCRLF (old AP_MODE_PEEK)
      AP_MODE_SPECULATIVE (will be used in a future ap_getline rewrite)
      AP_MODE_EXHAUSTIVE (old *readbytes == -1 case)
      AP_MODE_INIT (special case for NNTP over SSL)
      
      The block parameter is an apr_read_type_e: APR_BLOCK_READ, APR_NONBLOCK_READ
      
      This also allows cleanup of mod_ssl's handling in the getline case.
      
      Reviewed by:	Ryan Bloom (concept), Greg Stein (concept)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92928 13f79535-47bb-0310-9956-ffa450edef68
      15a3230e
  7. 18 Jan, 2002 3 commits
  8. 17 Jan, 2002 3 commits
  9. 16 Jan, 2002 1 commit
  10. 14 Jan, 2002 1 commit
  11. 13 Jan, 2002 1 commit
  12. 12 Jan, 2002 1 commit
  13. 11 Jan, 2002 4 commits
  14. 10 Jan, 2002 6 commits
  15. 09 Jan, 2002 1 commit
  16. 08 Jan, 2002 3 commits
  17. 06 Jan, 2002 1 commit
  18. 04 Jan, 2002 2 commits
  19. 03 Jan, 2002 1 commit
  20. 02 Jan, 2002 1 commit
  21. 31 Dec, 2001 3 commits