1. aa6bb13 Copyright consolidation 05/10 by Rich Salz · 9 years ago
  2. 5c4328f Fold threads.h into crypto.h making API public by Viktor Dukhovni · 9 years ago
  3. 1ee7b8b Fix ex_data locks issue by Matt Caswell · 9 years ago
  4. b3895f4 Remove the CRYPTO_mem_leaks adjustment for the BIO by Matt Caswell · 9 years ago
  5. a060574 Move variable declaration to the start of the function by Alessandro Ghedini · 9 years ago
  6. 9471f77 Convert mem_dbg and mem_sec to the new Thread API by Matt Caswell · 9 years ago
  7. 05c7b16 Implement the use of heap manipulator implementions by Richard Levitte · 9 years ago
  8. ef8ca6b Make the use of mdebug backtrace a separate option by Richard Levitte · 9 years ago
  9. f672aee Rename INIT funtions, deprecate old ones. by Rich Salz · 9 years ago
  10. 38a6d7f Stop library before checking for mem leaks by Matt Caswell · 9 years ago
  11. c26e536 Fix return code in CRYPTO_mem_leaks_fp() by Dr. Stephen Henson · 9 years ago
  12. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  13. 96e25c4 Function pop_info() returned a dangling pointer by Pascal Cuoq · 9 years ago
  14. 2a056de Add lh_doall_arg inlining by Dr. Stephen Henson · 9 years ago
  15. 62d0577 Add lh_new() inlining by Dr. Stephen Henson · 9 years ago
  16. e6b5c34 Inline LHASH_OF by Dr. Stephen Henson · 9 years ago
  17. 4e482ae Add memory leak return value. by Dr. Stephen Henson · 9 years ago
  18. c2e2731 Enable/disable crypto-mdebug just like other features by Viktor Dukhovni · 9 years ago
  19. 6ac11bd Fix no CRYPTO_MDEBUG build (windows) by Rich Salz · 9 years ago
  20. bbd86bf mem functions cleanup by Rich Salz · 9 years ago
  21. 4fae386 Cleanup CRYPTO_{push,pop}_info by Rich Salz · 9 years ago
  22. ff84285 Modify the lower level memory allocation routines to take size_t by Richard Levitte · 9 years ago
  23. 33eaf4c mem-cleanup, cont'd. by Rich Salz · 9 years ago
  24. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  25. 012c540 Add backtrace to memory leak output by Richard Levitte · 9 years ago
  26. 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
  27. 5f0580c Harmonize pointer printing and size_t-fy casts. by Andy Polyakov · 9 years ago
  28. b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
  29. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  30. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  31. b196e7d remove malloc casts by Rich Salz · 10 years ago
  32. 31b222d CRYPTO_mem_leaks should ignore it's BIO argument. by Rich Salz · 10 years ago
  33. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  34. 061b67f crypto/mem_dbg.c: make it indent-friendly. by Andy Polyakov · 10 years ago
  35. c80fd6b Further comment changes for reformat (master) by Matt Caswell · 10 years ago
  36. 4b61884 Cleanup OPENSSL_NO_xxx, part 1 by Rich Salz · 10 years ago
  37. 8711efb Updates from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
  38. 8e6925b Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This will by Dr. Stephen Henson · 16 years ago
  39. 6343829 Revert the size_t modifications from HEAD that had led to more by Geoff Thorpe · 16 years ago
  40. 4d6e1e4 size_tification. by Ben Laurie · 16 years ago
  41. 4c32969 Remove the dual-callback scheme for numeric and pointer thread IDs, by Geoff Thorpe · 17 years ago
  42. dd6f479 mem_dbg.c: avoid compiler warnings. PR: 1693 Submitted by: Stefan Neis by Andy Polyakov · 17 years ago
  43. d4cdbab Avoid warnings with -pedantic, specifically: by Dr. Stephen Henson · 17 years ago
  44. 5f834ab Revert my earlier CRYPTO_THREADID commit, I will commit a reworked by Geoff Thorpe · 17 years ago
  45. 3c1d6bb LHASH revamp. make depend. by Ben Laurie · 17 years ago
  46. f7ccba3 There was a need to support thread ID types that couldn't be reliably cast by Geoff Thorpe · 17 years ago
  47. 48fc582 New functions CRYPTO_set_idptr_callback(), by Bodo Möller · 19 years ago
  48. 1875e6d Pull up Win64 support from 0.9.8. by Andy Polyakov · 20 years ago
  49. 25a66ee Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h by Andy Polyakov · 20 years ago
  50. d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago
  51. 9dc6104 fix memory leak in memory debuggin code ... by Bodo Möller · 22 years ago
  52. 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
  53. 3ae34e3 Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn't by Geoff Thorpe · 24 years ago
  54. 5e2c4e2 Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memory leak. by Geoff Thorpe · 24 years ago
  55. 0774f47 Correct const-ness. by Ben Laurie · 24 years ago
  56. 32654e7 One indirection level too little compared to the pre-CRYPTO_MEM_LEAK_CB time. by Richard Levitte · 24 years ago
  57. cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
  58. 934397e Memory leak detection bugfixes for multi-threading. by Bodo Möller · 24 years ago
  59. 98d517c Get rid of the function pointer casting in the debugging memory code due by Geoff Thorpe · 24 years ago
  60. 3ac82fa Locking issues. by Bodo Möller · 24 years ago
  61. 8d28d5f Constification of the data of a hash table. This means the callback by Richard Levitte · 24 years ago
  62. d0fa136 Next step in tidying up the LHASH code. by Geoff Thorpe · 24 years ago
  63. 97b1719 Make the remaining LHASH macro changes. This should leave no remaining by Geoff Thorpe · 24 years ago
  64. 385d813 First step in tidying up the LHASH code. The callback prototypes (and by Geoff Thorpe · 24 years ago
  65. fe8686b use standard C by Ulf Möller · 24 years ago
  66. 3d6001f Enhance granularity on what I want to debug for the moment by changing by Richard Levitte · 24 years ago
  67. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  68. 6596268 In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, by Richard Levitte · 25 years ago
  69. 6e22639 Eliminate memory leaks in mem_dbg.c. by Bodo Möller · 25 years ago
  70. 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
  71. 9d1a01b Source code cleanups: Use void * rather than char * in lhash, by Ulf Möller · 25 years ago
  72. 4486d0c Document the DH library, and make some minor changes along the way. by Ulf Möller · 25 years ago
  73. a9188d4 Compaq C 6.2 for VMS will complain when we want to convert by Richard Levitte · 25 years ago
  74. ed84dfa Typo... by Richard Levitte · 25 years ago
  75. a8eeb15 Avoid some warnings, and run "make update". by Bodo Möller · 25 years ago
  76. 2b6313d Rename by Bodo Möller · 25 years ago
  77. 75acc28 fix typos and other little errors ... by Bodo Möller · 25 years ago
  78. 0cd08cc - Don't assume that int and size_t have the same representation by Bodo Möller · 25 years ago
  79. d8df48a - Made sure some changed behavior is documented in CHANGES. by Richard Levitte · 25 years ago
  80. 0880717 Clear out license confusion. by Richard Levitte · 25 years ago
  81. 9ac42ed Rebuild of the OpenSSL memory allocation and deallocation routines. by Richard Levitte · 25 years ago