aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* 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