summaryrefslogtreecommitdiff
path: root/lib/strdup.c
Commit message (Expand)AuthorAgeFilesLines
* Curl_saferealloc: Fixed typo in docblockErik Minekus2018-09-211-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-3/+3
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-0/+23
* memdup: use 'void *' as return and source typeDaniel Stenberg2016-10-041-2/+2
* memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme2016-04-011-1/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* checksrc: use space after commaDaniel Stenberg2015-03-171-2/+2
* strdup: Removed irrelevant commentSteve Holme2014-11-051-1/+0
* curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg2014-11-051-5/+27
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+52
* build: rename 93 lib/*.c filesYang Tse2013-01-031-52/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-2/+4
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-0/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* Fix problem in strdup replacement when dealing with absolutely huge strings.Yang Tse2008-02-061-2/+6
* if () => if()Daniel Stenberg2007-11-071-3/+3
* Use memcpy instead of strcpy to improve performance.Dan Fandrich2007-05-011-1/+1
* Return NULL if argument is NULL.Yang Tse2006-07-171-0/+3
* Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich2006-07-111-0/+43