summaryrefslogtreecommitdiff
path: root/lib/strdup.c
Commit message (Expand)AuthorAgeFilesLines
* 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