2016-02-17 |
Richard Levitte | Implement the use of heap manipulator implementions |
blob | commitdiff | raw |
2016-02-14 |
Richard Levitte | Make the use of mdebug backtrace a separate option |
blob | commitdiff | raw | diff to current |
2016-02-10 |
Rich Salz | Rename INIT funtions, deprecate old ones. |
blob | commitdiff | raw | diff to current |
2016-02-09 |
Matt Caswell | Stop library before checking for mem leaks |
blob | commitdiff | raw | diff to current |
2016-02-05 |
Dr. Stephen Henson | Fix return code in CRYPTO_mem_leaks_fp() |
blob | commitdiff | raw | diff to current |
2016-01-26 |
Rich Salz | Remove /* foo.c */ comments |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Pascal Cuoq | Function pop_info() returned a dangling pointer |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Dr. Stephen Henson | Add lh_doall_arg inlining |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Dr. Stephen Henson | Add lh_new() inlining |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Dr. Stephen Henson | Inline LHASH_OF |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Dr. Stephen Henson | Add memory leak return value. |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Viktor Dukhovni | Enable/disable crypto-mdebug just like other features |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Rich Salz | Fix no CRYPTO_MDEBUG build (windows) |
blob | commitdiff | raw | diff to current |
2016-01-07 |
Rich Salz | mem functions cleanup |
blob | commitdiff | raw | diff to current |
2015-12-22 |
Rich Salz | Cleanup CRYPTO_{push,pop}_info |
blob | commitdiff | raw | diff to current |
2015-12-17 |
Richard Levitte | Modify the lower level memory allocation routines to... |
blob | commitdiff | raw | diff to current |
2015-12-17 |
Rich Salz | mem-cleanup, cont'd. |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Rich Salz | Rename some BUF_xxx to OPENSSL_xxx |
blob | commitdiff | raw | diff to current |
2015-12-02 |
Richard Levitte | Add backtrace to memory leak output |
blob | commitdiff | raw | diff to current |
2015-11-09 |
Matt Caswell | Continue standardising malloc style for libcrypto |
blob | commitdiff | raw | diff to current |
2015-10-05 |
Andy Polyakov | Harmonize pointer printing and size_t-fy casts. |
blob | commitdiff | raw | diff to current |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
blob | commitdiff | raw | diff to current |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Rich Salz | remove malloc casts |
blob | commitdiff | raw | diff to current |
2015-04-27 |
Rich Salz | CRYPTO_mem_leaks should ignore it's BIO argument. |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Andy Polyakov | crypto/mem_dbg.c: make it indent-friendly. |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Further comment changes for reformat (master) |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Rich Salz | Cleanup OPENSSL_NO_xxx, part 1 master-pre-reformat |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Dr. Stephen Henson | Updates from 1.0.0-stable branch. |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Dr. Stephen Henson | Add CRYPTO_MDEBUG_ABORT to abort() is there are any... |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Geoff Thorpe | Revert the size_t modifications from HEAD that had... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Ben Laurie | size_tification. |
blob | commitdiff | raw | diff to current |
2008-08-06 |
Geoff Thorpe | Remove the dual-callback scheme for numeric and pointer... |
blob | commitdiff | raw | diff to current |
2008-07-17 |
Andy Polyakov | mem_dbg.c: avoid compiler warnings. |
blob | commitdiff | raw | diff to current |
2008-07-04 |
Dr. Stephen Henson | Avoid warnings with -pedantic, specifically: |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Geoff Thorpe | Revert my earlier CRYPTO_THREADID commit, I will commit... |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Ben Laurie | LHASH revamp. make depend. |
blob | commitdiff | raw | diff to current |
2008-03-28 |
Geoff Thorpe | There was a need to support thread ID types that couldn... |
blob | commitdiff | raw | diff to current |
2006-06-23 |
Bodo Möller | New functions CRYPTO_set_idptr_callback(), |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Andy Polyakov | Pull up Win64 support from 0.9.8. |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Andy Polyakov | Move cryptlib.h prior bio.h. Actually it makes sense... |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Richard Levitte | Use BUF_strlcpy() instead of strcpy(). |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Bodo Möller | fix memory leak in memory debuggin code ... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Ben Laurie | Security fixes brought forward from 0.9.7. |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Geoff Thorpe | Ensure that failure to create the BIO in 'CRYPTO_mem_le... |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Geoff Thorpe | Make sure "CRYPTO_mem_leaks_fp" doesn't itself create... |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Ben Laurie | Correct const-ness. |
blob | commitdiff | raw | diff to current |
2001-02-22 |
Richard Levitte | One indirection level too little compared to the |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Bodo Möller | Memory leak detection bugfixes for multi-threading. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Geoff Thorpe | Get rid of the function pointer casting in the debuggin... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Bodo Möller | Locking issues. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Richard Levitte | Constification of the data of a hash table. This means... |
blob | commitdiff | raw | diff to current |
2000-12-08 |
Geoff Thorpe | Next step in tidying up the LHASH code. |
blob | commitdiff | raw | diff to current |
2000-12-04 |
Geoff Thorpe | Make the remaining LHASH macro changes. This should... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Geoff Thorpe | First step in tidying up the LHASH code. The callback... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Ulf Möller | use standard C |
blob | commitdiff | raw | diff to current |
2000-11-12 |
Richard Levitte | Enhance granularity on what I want to debug for the... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
blob | commitdiff | raw | diff to current |
2000-05-02 |
Richard Levitte | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm... |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Bodo Möller | Eliminate memory leaks in mem_dbg.c. |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Ralf S. Engelschall | Make gcc 2.95.2 happy again, even under ``-Wall -Wshado... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulf Möller | Source code cleanups: Use void * rather than char ... |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Ulf Möller | Document the DH library, and make some minor changes... |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Richard Levitte | Compaq C 6.2 for VMS will complain when we want to... |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Richard Levitte | Typo... |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Bodo Möller | Avoid some warnings, and run "make update". |
blob | commitdiff | raw | diff to current |
1999-12-18 |
Bodo Möller | Rename |
blob | commitdiff | raw | diff to current |
1999-12-18 |
Bodo Möller | fix typos and other little errors ... |
blob | commitdiff | raw | diff to current |
1999-12-18 |
Bodo Möller | - Don't assume that int and size_t have the same repres... |
blob | commitdiff | raw | diff to current |
1999-12-18 |
Richard Levitte | - Made sure some changed behavior is documented in... |
blob | commitdiff | raw | diff to current |
1999-12-17 |
Richard Levitte | Clear out license confusion. |
blob | commitdiff | raw | diff to current |
1999-12-17 |
Richard Levitte | Rebuild of the OpenSSL memory allocation and deallocati... |
blob | commitdiff | raw | diff to current |
|