summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLINFO_FILETIME_T.3
AgeCommit message (Collapse)Author
2018-03-30Files renamed in docNils Gillmann
Signed-off-by: Nils Gillmann <gillmann@gnunet.org>
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
... with the introduction of CURLOPT_TIMEVALUE_LARGE and CURLINFO_FILETIME_T. Fixes #2238 Closes #2264