summaryrefslogtreecommitdiff
path: root/lib/gnutls_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Use GNU coding style.Simon Josefsson2005-11-071-35/+42
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-31/+39
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-1/+1
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-1/+0
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-8/+3
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-13/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* *** empty log message ***gnutls_0_6_0Nikos Mavrogiannopoulos2002-12-081-2/+6
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-071-2/+33
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-4/+4
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-2/+2
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-0/+18
* Added gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2(). These functions ...Nikos Mavrogiannopoulos2002-06-091-4/+5
* Added check for C99 macro support. Stubs are used if they are not supported b...Nikos Mavrogiannopoulos2002-06-091-1/+2
* only use the libc's strdup, if using the libc's malloc function.Nikos Mavrogiannopoulos2002-06-091-0/+13
* Removed gnutls_strdup(). Replaced with a pointer to libc's strdup()Nikos Mavrogiannopoulos2002-06-081-14/+1
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-162/+6
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added hooks for electric fenceNikos Mavrogiannopoulos2002-03-171-3/+3
* removed cycle from gnutls_free and gnutls_secure_free.Nikos Mavrogiannopoulos2002-02-271-11/+19
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-16/+26
* several fixes.Nikos Mavrogiannopoulos2001-11-101-1/+4
* receive buffer is now dynamic.Nikos Mavrogiannopoulos2001-11-051-0/+1
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-1/+1
* *** empty log message ***gnutls_0_2_9Nikos Mavrogiannopoulos2001-10-271-93/+116
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-0/+13
* realloc does not realloc memory if less size is requested.Nikos Mavrogiannopoulos2001-08-071-0/+12
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-061-1/+10
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-0/+149