summaryrefslogtreecommitdiffstats
path: root/crypto/mem_dbg.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22crypto/mem_dbg.c: make it indent-friendly.Andy Polyakov
2015-01-22Further comment changes for reformatMatt Caswell
2009-04-16PR: 1894Dr. Stephen Henson
2009-01-11Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This willDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-17mem_dbg.c: avoid compiler warnings.Andy Polyakov
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2005-07-05Pull up Win64 support from 0.9.8.Andy Polyakov
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2002-11-18fix memory leak in memory debuggin code ...Bodo Möller
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2001-08-28Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn'tGeoff Thorpe
2001-08-27Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memoryGeoff Thorpe
2001-07-08Correct const-ness.Ben Laurie
2001-02-22One indirection level too little compared to theRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-19Memory leak detection bugfixes for multi-threading.Bodo Möller
2001-01-09Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe
2000-12-15Locking issues.Bodo Möller
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-11-29use standard CUlf Möller
2000-11-12Enhance granularity on what I want to debug for the moment by changingRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte
2000-01-14Typo...Richard Levitte
2000-01-14Avoid some warnings, and run "make update".Bodo Möller
1999-12-18RenameBodo Möller
1999-12-18fix typos and other little errors ...Bodo Möller
1999-12-18- Don't assume that int and size_t have the same representationBodo Möller
1999-12-18 - Made sure some changed behavior is documented in CHANGES.Richard Levitte
1999-12-17Clear out license confusion.Richard Levitte
1999-12-17Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte