aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-4/+10
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-4/+7
* use standard CUlf Möller2000-11-291-1/+1
* Enhance granularity on what I want to debug for the moment by changingRichard Levitte2000-11-121-11/+11
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-9/+9
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-28/+20
* Eliminate memory leaks in mem_dbg.c.Bodo Möller2000-03-181-4/+39
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-1/+1
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-221-2/+0
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-5/+15
* Typo...Richard Levitte2000-01-141-1/+1
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-3/+7
* RenameBodo Möller1999-12-181-10/+10
* fix typos and other little errors ...Bodo Möller1999-12-181-23/+15
* - Don't assume that int and size_t have the same representationBodo Möller1999-12-181-37/+44
* - Made sure some changed behavior is documented in CHANGES.Richard Levitte1999-12-181-1/+23
* Clear out license confusion.Richard Levitte1999-12-171-50/+50
* Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte1999-12-171-0/+670