aboutsummaryrefslogtreecommitdiff
path: root/lib/strdup.c
AgeCommit message (Expand)Author
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2018-09-21Curl_saferealloc: Fixed typo in docblockErik Minekus
2017-09-11code style: use spaces around plusesDaniel Stenberg
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-10-04memdup: use 'void *' as return and source typeDaniel Stenberg
2016-04-01memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2014-11-05strdup: Removed irrelevant commentSteve Holme
2014-11-05curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-11-17mem-include-scan: verify memory #includesDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-02-06Fix problem in strdup replacement when dealing with absolutely huge strings.Yang Tse
2007-11-07if () => if()Daniel Stenberg
2007-05-01Use memcpy instead of strcpy to improve performance.Dan Fandrich
2006-07-17Return NULL if argument is NULL.Yang Tse
2006-07-11Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich