aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix memory leak in memory debuggin code ...Bodo Möller2002-11-181-3/+15
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-4/+2
* Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn'tGeoff Thorpe2001-08-281-2/+2
* Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memoryGeoff Thorpe2001-08-271-0/+5
* Correct const-ness.Ben Laurie2001-07-081-6/+6
* One indirection level too little compared to theRichard Levitte2001-02-221-3/+3
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Memory leak detection bugfixes for multi-threading.Bodo Möller2001-02-191-36/+52
* Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe2001-01-091-5/+11
* Locking issues.Bodo Möller2000-12-151-0/+10
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-8/+10
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-18/+14