1. 12 Mar, 2003 1 commit
  2. 11 Mar, 2003 1 commit
    • William A. Rowe Jr's avatar
      · 18e49f9b
      William A. Rowe Jr authored
        After discussions at length on dev@apr/httpd, it is determined that
        the older .dbg format symbols are not worth the interference with
        generating complete .pdb symbolic debugging databases.
      
        This patch further eliminates pdbtype:sept flags that interfere with
        deciphering local symbols and type information.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@98970 13f79535-47bb-0310-9956-ffa450edef68
      18e49f9b
  3. 06 Mar, 2003 1 commit
  4. 23 Feb, 2003 1 commit
  5. 21 Feb, 2003 1 commit
  6. 20 Feb, 2003 1 commit
    • William A. Rowe Jr's avatar
      · 2f10bf47
      William A. Rowe Jr authored
        After consultations on the APR list, it was decided that /map files are
        fairly redundant when you retain rich .pdb debugging symbol files.  We
        have rarely used them, and generally .dbg and .pdb files prove much more
        useful for the cases we have.
      
        While eliminating /map files, we are also shrinking the size of the .dbg
        files by stripping 'private' symbol information.  Really this means less
        rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg
        symbols in creating a DrWatson log file.  But it's more than compensated
        for on newer OS'es where Dr. Watson will query the .pdb symbols, on all
        Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that
        the distribution of binary symbols will use less bandwidth when less
        information is duplicated from the .pdb format into the .dbg files.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@98743 13f79535-47bb-0310-9956-ffa450edef68
      2f10bf47
  7. 18 Feb, 2003 1 commit
  8. 07 Feb, 2003 1 commit
  9. 03 Feb, 2003 1 commit
  10. 21 Jan, 2003 2 commits
  11. 20 Jan, 2003 1 commit
  12. 13 Jan, 2003 1 commit
    • William A. Rowe Jr's avatar
      · 06aa798f
      William A. Rowe Jr authored
        After introducing tests in the cmds, we lose the absolute authority
        of the CRYPTO_malloc_init() which must happen the moment we load the
        module and prior to *any* ssl library fn invocation.
      
        Moved the CRYPTO_malloc_init() into the ssl_register_hooks() function,
        the absolute first call made into any loaded module.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@98252 13f79535-47bb-0310-9956-ffa450edef68
      06aa798f
  13. 23 Dec, 2002 1 commit
  14. 14 Dec, 2002 2 commits
    • William A. Rowe Jr's avatar
      · 10b12bab
      William A. Rowe Jr authored
        After some productive feedback and no negative feedback, introduce
        SSLEngine upgrade so that we can begin and continue to support these
        facilities.  This makes it simpler to keep this effort (while we have
        no known clients that support Connection: upgrade at this time), and
        begin refactoring more of SSL into smaller and tighter (and then optional)
        components.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97913 13f79535-47bb-0310-9956-ffa450edef68
      10b12bab
    • William A. Rowe Jr's avatar
      · abb38195
      William A. Rowe Jr authored
        After some productive feedback and no negative feedback, introduce
        SSLEngine upgrade so that we can begin and continue to support these
        facilities.  This makes it simpler to keep this effort (while we have
        no known clients that support Connection: upgrade at this time), and
        begin refactoring more of SSL into smaller and tighter (and then optional)
        components.
      
        Submitted by: Ryan Bloom
        Reviewed by: William Rowe, Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97912 13f79535-47bb-0310-9956-ffa450edef68
      abb38195
  15. 08 Dec, 2002 1 commit
  16. 23 Nov, 2002 1 commit
  17. 11 Nov, 2002 1 commit
  18. 07 Nov, 2002 1 commit
  19. 06 Nov, 2002 3 commits
  20. 05 Nov, 2002 4 commits
  21. 04 Nov, 2002 2 commits
    • William A. Rowe Jr's avatar
      · 03821667
      William A. Rowe Jr authored
        Appears we forgot to check the possibility of errors coming from the
        write brigade passed down from the content generator through the body
        and protocol filters.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97397 13f79535-47bb-0310-9956-ffa450edef68
      03821667
    • William A. Rowe Jr's avatar
      · 6e4141e2
      William A. Rowe Jr authored
        Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,
        wbio to bio_out, BIO new and free to create and destroy (to match OpenSSL),
        refactor the bio write code to stash errors in outctx->rc,
        fix the blocking read at EOF if we have some data to return,
        and preempt the nonblock read on GETLINE if we have the newline already.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97393 13f79535-47bb-0310-9956-ffa450edef68
      6e4141e2
  22. 01 Nov, 2002 8 commits
  23. 29 Oct, 2002 2 commits
  24. 27 Oct, 2002 1 commit