aboutsummaryrefslogtreecommitdiff
path: root/crypto/mem_dbg.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-5/+4
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz1-34/+38
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-2/+2
2017-07-07Address potential buffer overflows.Pauli1-17/+45
2017-07-07change return (x) to return xPauli1-6/+6
2017-07-05Undo commit d420ac2Rich Salz1-15/+8
2017-04-24Add CRYPTO_mem_leaks_cbRichard Levitte1-13/+30
2016-07-20fix crypto-mdebug buildDr. Stephen Henson1-2/+11
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-10/+13
2016-05-17Copyright consolidation 05/10Rich Salz1-107/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-04-14Fix ex_data locks issueMatt Caswell1-1/+7
2016-03-31Remove the CRYPTO_mem_leaks adjustment for the BIOMatt Caswell1-13/+1
2016-03-09Move variable declaration to the start of the functionAlessandro Ghedini1-1/+2
2016-03-08Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell1-98/+101
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte1-1/+2
2016-02-14Make the use of mdebug backtrace a separate optionRichard Levitte1-5/+6
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-1/+1
2016-02-09Stop library before checking for mem leaksMatt Caswell1-0/+3
2016-02-05Fix return code in CRYPTO_mem_leaks_fp()Dr. Stephen Henson1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
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