summaryrefslogtreecommitdiff
path: root/lib/strdup.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* strdup: name it Curl_strdupDaniel Stenberg2022-12-221-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-161-1/+1
* easy: use a custom implementation of wcsdup on WindowsJeff Mears2021-08-091-0/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* 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