1. 27 Feb, 2002 1 commit
  2. 25 Feb, 2002 1 commit
  3. 17 Feb, 2002 1 commit
  4. 16 Feb, 2002 1 commit
  5. 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
  6. 05 Feb, 2002 1 commit
  7. 03 Feb, 2002 1 commit
  8. 31 Jan, 2002 1 commit
  9. 28 Jan, 2002 1 commit
  10. 25 Jan, 2002 1 commit
  11. 22 Jan, 2002 2 commits
  12. 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
  13. 18 Jan, 2002 2 commits
  14. 17 Jan, 2002 5 commits
  15. 11 Jan, 2002 2 commits
  16. 10 Jan, 2002 4 commits
  17. 09 Jan, 2002 2 commits
  18. 29 Dec, 2001 3 commits
  19. 02 Dec, 2001 1 commit
  20. 01 Dec, 2001 1 commit
    • Doug MacEachern's avatar
      remove churn_output() function and calls to it. · 9fd7fc40
      Doug MacEachern authored
      when SSL needs to flush (e.g. during SSL_accept()) it will call BIO_flush()
      which will trigger a call to bio_bucket_ctrl() -> BIO_bucket_flush().
      so we only need to flush the output ourselves if we receive an EOS or
      FLUSH bucket.
      
      BIO_bucket_flush() and churn_output() had been turning up near the top
      of the profile with gprof.  churn_output() of course has now vanished
      and BIO_bucket_flush() has dropped, being called far less than before.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92271 13f79535-47bb-0310-9956-ffa450edef68
      9fd7fc40
  21. 29 Nov, 2001 7 commits