1. 22 Jan, 2000 4 commits
  2. 21 Jan, 2000 2 commits
  3. 20 Jan, 2000 1 commit
  4. 19 Jan, 2000 1 commit
  5. 16 Jan, 2000 2 commits
  6. 13 Jan, 2000 3 commits
  7. 12 Jan, 2000 1 commit
  8. 11 Jan, 2000 4 commits
  9. 09 Jan, 2000 1 commit
  10. 08 Jan, 2000 1 commit
  11. 07 Jan, 2000 2 commits
  12. 06 Jan, 2000 3 commits
  13. 02 Jan, 2000 2 commits
  14. 01 Jan, 2000 1 commit
  15. 29 Dec, 1999 4 commits
  16. 26 Dec, 1999 1 commit
  17. 24 Dec, 1999 1 commit
  18. 23 Dec, 1999 1 commit
  19. 22 Dec, 1999 2 commits
  20. 19 Dec, 1999 1 commit
  21. 18 Dec, 1999 2 commits
    • Richard Levitte's avatar
      - Added more documentation in CHANGES. · f3a2a044
      Richard Levitte authored
       - Made CRYPTO_MDEBUG even less used in crypto.h, giving
         MemCheck_start() and MemCheck_stop() only one possible definition.
       - Made the values of the debug function pointers in mem.c dependent
         on the existence of the CRYPTO_MDEBUG macro, and made the rest of
         the code understand the NULL case.
      
      That's it.  With this code, the old behvior of the debug functionality
      is restored, but you can still opt to have it on, even when the
      library wasn't compiled with a defined CRYPTO_MDEBUG.
      f3a2a044
    • Richard Levitte's avatar
      - Made sure some changed behavior is documented in CHANGES. · d8df48a9
      Richard Levitte authored
       - Moved the handling of compile-time defaults from crypto.h to
         mem_dbg.c, since it doesn't make sense for the library users to try
         to affect this without recompiling libcrypto.
       - Made sure V_CRYPTO_MDEBUG_TIME and V_CRYPTO_MDEBUG_THREAD had clear
         and constant definitions.
       - Aesthetic correction.
      d8df48a9