1. 28 Feb, 2002 13 commits
  2. 27 Feb, 2002 6 commits
  3. 25 Feb, 2002 1 commit
  4. 17 Feb, 2002 1 commit
  5. 16 Feb, 2002 1 commit
  6. 12 Feb, 2002 1 commit
    • William A. Rowe Jr's avatar
      · a5263f90
      William A. Rowe Jr authored
        What happened?  0.9.6b built just dandy without the flags... 0.9.6c won't
        build for jack without these changes.  Of course they don't harm 0.9.6b
        builders either, unless they are outside of the states/EU/AU and find
        themselves free to ignore IP considerations.
      
        I'd really like to know _why_ 0.9.6c doesn't configure itself rationally.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@93381 13f79535-47bb-0310-9956-ffa450edef68
      a5263f90
  7. 05 Feb, 2002 1 commit
  8. 03 Feb, 2002 1 commit
  9. 31 Jan, 2002 1 commit
  10. 28 Jan, 2002 1 commit
  11. 25 Jan, 2002 1 commit
  12. 22 Jan, 2002 2 commits
  13. 19 Jan, 2002 1 commit
    • Justin Erenkrantz's avatar
      Input filtering prototype change: Socket blocking type should be · b700eac1
      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/modules/ssl@92928 13f79535-47bb-0310-9956-ffa450edef68
      b700eac1
  14. 18 Jan, 2002 2 commits
  15. 17 Jan, 2002 5 commits
  16. 11 Jan, 2002 2 commits