1. 28 2月, 2001 1 次提交
  2. 22 10月, 2000 1 次提交
  3. 07 9月, 2000 1 次提交
    • R
      Change the printing mahine used by BIO_printf() and friends so it can · 827dbcb1
      Richard Levitte 提交于
      handle an externally provided "static" buffer as well a a dynamic
      buffer.  The "static" buffer is filled first, but if overflowed, the
      dynamic buffer is used instead, being allocated somewhere i the heap.
      
      This combines the benefits of putting the output in a preallocated
      buffer (on the stack, for example) and in a buffer that grows
      somewhere in the heap.
      827dbcb1
  4. 05 9月, 2000 1 次提交
  5. 04 9月, 2000 1 次提交
  6. 18 8月, 2000 1 次提交
  7. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  8. 15 4月, 2000 1 次提交
  9. 05 3月, 2000 1 次提交
  10. 04 3月, 2000 1 次提交
  11. 02 3月, 2000 1 次提交
  12. 29 2月, 2000 1 次提交
    • U
      Bug fix. · 96723a3a
      Ulf Möller 提交于
      Pointed out by: Gisle Vanem <gvanem@eunet.no>
      96723a3a
  13. 28 2月, 2000 2 次提交
  14. 26 2月, 2000 2 次提交
  15. 25 2月, 2000 3 次提交
  16. 05 5月, 1999 1 次提交
  17. 24 4月, 1999 1 次提交
  18. 21 12月, 1998 2 次提交