summaryrefslogtreecommitdiff
path: root/lib/strdup.c
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/+26
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* strdup: remove the odd strlen checkDaniel Stenberg2020-07-181-9/+4
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* 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