summaryrefslogtreecommitdiff
path: root/lib/strdup.h
Commit message (Expand)AuthorAgeFilesLines
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-0/+1
* memdup: use 'void *' as return and source typeDaniel Stenberg2016-10-041-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg2014-11-051-1/+2
* 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/+30
* build: rename 76 lib/*.h filesYang Tse2012-12-281-30/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-10/+9
* move multiple header inclusion prevention definition to top of fileYang Tse2008-07-111-5/+3
* Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich2006-07-111-0/+34