]> granicus.if.org Git - curl/commit
time: support > year 2038 time stamps for system with 32bit long
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2018 22:05:24 +0000 (23:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jan 2018 07:29:59 +0000 (08:29 +0100)
commit8f69a9f28abf98a10a50b3bae5ba319660de82ee
tree2b0eea6d076cd97763f0ce5dde7feed742cfe142
parent9caa3e248da91dc8964328b5b50491ba05df7bd4
time: support > year 2038 time stamps for system with 32bit long

... with the introduction of CURLOPT_TIMEVALUE_LARGE and
CURLINFO_FILETIME_T.

Fixes #2238
Closes #2264
14 files changed:
docs/libcurl/curl_easy_getinfo.3
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLINFO_FILETIME.3
docs/libcurl/opts/CURLINFO_FILETIME_T.3 [new file with mode: 0644]
docs/libcurl/opts/CURLOPT_TIMEVALUE.3
docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/curl_setup.h
lib/getinfo.c
lib/setopt.c
lib/smb.c
lib/urldata.h