aboutsummaryrefslogtreecommitdiff
path: root/crypto/mem_dbg.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-28Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn'tGeoff Thorpe1-2/+2
2001-08-27Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memoryGeoff Thorpe1-0/+5
2001-07-08Correct const-ness.Ben Laurie1-6/+6
2001-02-22One indirection level too little compared to theRichard Levitte1-3/+3
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2001-02-19Memory leak detection bugfixes for multi-threading.Bodo Möller1-36/+52
2001-01-09Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe1-5/+11
2000-12-15Locking issues.Bodo Möller1-0/+10
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte1-8/+10
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe1-18/+14
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe1-4/+10
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe1-4/+7
2000-11-29use standard CUlf Möller1-1/+1
2000-11-12Enhance granularity on what I want to debug for the moment by changingRichard Levitte1-11/+11
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-9/+9
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-28/+20
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller1-4/+39
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-1/+1
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-1/+1
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller1-2/+0
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte1-5/+15
2000-01-14Typo...Richard Levitte1-1/+1
2000-01-14Avoid some warnings, and run "make update".Bodo Möller1-3/+7
1999-12-18RenameBodo Möller1-10/+10
1999-12-18fix typos and other little errors ...Bodo Möller1-23/+15
1999-12-18- Don't assume that int and size_t have the same representationBodo Möller1-37/+44
1999-12-18 - Made sure some changed behavior is documented in CHANGES.Richard Levitte1-1/+23
1999-12-17Clear out license confusion.Richard Levitte1-50/+50
1999-12-17Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte1-0/+670