aboutsummaryrefslogtreecommitdiff
path: root/crypto/mem_dbg.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Function pop_info() returned a dangling pointerPascal Cuoq1-9/+11
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson1-3/+3
2016-01-11Add lh_new() inliningDr. Stephen Henson1-14/+4
2016-01-11Inline LHASH_OFDr. Stephen Henson1-9/+7
2016-01-11Add memory leak return value.Dr. Stephen Henson1-7/+9
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-3/+3
2016-01-08Fix no CRYPTO_MDEBUG build (windows)Rich Salz1-2/+2
2016-01-07mem functions cleanupRich Salz1-156/+81
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz1-20/+4
2015-12-17Modify the lower level memory allocation routines to take size_tRichard Levitte1-2/+2
2015-12-16mem-cleanup, cont'd.Rich Salz1-45/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-12-02Add backtrace to memory leak outputRichard Levitte1-26/+49
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov1-4/+4
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-9/+6
2015-04-28remove malloc castsRich Salz1-2/+2
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz1-1/+11
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-637/+591
2015-01-22crypto/mem_dbg.c: make it indent-friendly.Andy Polyakov1-3/+4
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+2
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-1/+1
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2009-01-11Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This willDr. Stephen Henson1-0/+3
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-5/+5
2008-11-01size_tification.Ben Laurie1-5/+5
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-52/+38
2008-07-17mem_dbg.c: avoid compiler warnings.Andy Polyakov1-4/+4
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-7/+15
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-36/+56
2008-05-26LHASH revamp. make depend.Ben Laurie1-39/+46
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-58/+38
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller1-32/+107
2005-07-05Pull up Win64 support from 0.9.8.Andy Polyakov1-0/+8
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-7/+10
2002-11-18fix memory leak in memory debuggin code ...Bodo Möller1-3/+15
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-4/+2
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