aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 05/10Rich Salz2016-05-171-107/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Fix ex_data locks issueMatt Caswell2016-04-141-1/+7
* Remove the CRYPTO_mem_leaks adjustment for the BIOMatt Caswell2016-03-311-13/+1
* Move variable declaration to the start of the functionAlessandro Ghedini2016-03-091-1/+2
* Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell2016-03-081-98/+101
* Implement the use of heap manipulator implementionsRichard Levitte2016-02-171-1/+2
* Make the use of mdebug backtrace a separate optionRichard Levitte2016-02-141-5/+6
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-1/+1
* Stop library before checking for mem leaksMatt Caswell2016-02-091-0/+3
* Fix return code in CRYPTO_mem_leaks_fp()Dr. Stephen Henson2016-02-051-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Function pop_info() returned a dangling pointerPascal Cuoq2016-01-111-9/+11
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-3/+3
* Add lh_new() inliningDr. Stephen Henson2016-01-111-14/+4
* Inline LHASH_OFDr. Stephen Henson2016-01-111-9/+7
* Add memory leak return value.Dr. Stephen Henson2016-01-111-7/+9
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-3/+3
* Fix no CRYPTO_MDEBUG build (windows)Rich Salz2016-01-081-2/+2
* mem functions cleanupRich Salz2016-01-071-156/+81
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-20/+4
* Modify the lower level memory allocation routines to take size_tRichard Levitte2015-12-171-2/+2
* mem-cleanup, cont'd.Rich Salz2015-12-161-45/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Add backtrace to memory leak outputRichard Levitte2015-12-021-26/+49
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Harmonize pointer printing and size_t-fy casts.Andy Polyakov2015-10-051-4/+4
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-9/+6
* remove malloc castsRich Salz2015-04-281-2/+2
* CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz2015-04-271-1/+11
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-637/+591
* crypto/mem_dbg.c: make it indent-friendly.Andy Polyakov2015-01-221-3/+4
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-1/+1
* Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This willDr. Stephen Henson2009-01-111-0/+3
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-5/+5
* size_tification.Ben Laurie2008-11-011-5/+5
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-52/+38
* mem_dbg.c: avoid compiler warnings.Andy Polyakov2008-07-171-4/+4
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-7/+15
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-36/+56
* LHASH revamp. make depend.Ben Laurie2008-05-261-39/+46
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-58/+38
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-32/+107
* Pull up Win64 support from 0.9.8.Andy Polyakov2005-07-051-0/+8
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-7/+10