| Commit message (Expand) | Author | Age | Files | Lines |
* | Curl_saferealloc: Fixed typo in docblock | Erik Minekus | 2018-09-21 | 1 | -1/+1 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 1 | -3/+3 |
* | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg | 2016-11-11 | 1 | -0/+23 |
* | memdup: use 'void *' as return and source type | Daniel Stenberg | 2016-10-04 | 1 | -2/+2 |
* | memdebug: Ensure curl/curl.h is included before curl_memory.h | Steve Holme | 2016-04-01 | 1 | -1/+5 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | checksrc: use space after comma | Daniel Stenberg | 2015-03-17 | 1 | -2/+2 |
* | strdup: Removed irrelevant comment | Steve Holme | 2014-11-05 | 1 | -1/+0 |
* | curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds | Daniel Stenberg | 2014-11-05 | 1 | -5/+27 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+52 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -52/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -2/+2 |
* | mem-include-scan: verify memory #includes | Daniel Stenberg | 2012-11-17 | 1 | -2/+4 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -0/+1 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | Fix problem in strdup replacement when dealing with absolutely huge strings. | Yang Tse | 2008-02-06 | 1 | -2/+6 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -3/+3 |
* | Use memcpy instead of strcpy to improve performance. | Dan Fandrich | 2007-05-01 | 1 | -1/+1 |
* | Return NULL if argument is NULL. | Yang Tse | 2006-07-17 | 1 | -0/+3 |
* | Moved strdup replacement from src/main.c into src/strdup.c so it's available | Dan Fandrich | 2006-07-11 | 1 | -0/+43 |