summaryrefslogtreecommitdiff
path: root/lib/fileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* ftplistparser: replace realloc with dynbufDaniel Stenberg2023-03-281-1/+1
* ftplistparser: move out private data from public structDaniel Stenberg2023-03-281-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* wildcard: disable from build when FTP isn't presentDaniel Stenberg2019-05-131-2/+3
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-241-5/+2
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-241-2/+5
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-231-5/+2
* llist: no longer uses mallocDaniel Stenberg2017-04-221-9/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* 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/+54
* build: rename 93 lib/*.c filesYang Tse2013-01-031-54/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-4/+4
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-111-2/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-1/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-2/+1
* Curl_fileinfo_dup: removed, not usedDaniel Stenberg2011-06-031-19/+1
* include libcurl standard internal headersYang Tse2010-06-021-0/+7
* lib: Fix AIX build failureTor Arntsen2010-05-191-0/+2
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+66