- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Sep 2004 21:01:23 +0000 (21:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Sep 2004 21:01:23 +0000 (21:01 +0000)
commitbe1cece69b2bc7b73c07166ec5e164fabdac1c95
tree9191ac933a02caa4ab288e8b64ebd32e0d474f6b
parent45be6d6645ebc20d9fac83ba2b1c17327faced49
- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
  app to retrieve the errno variable after a (connect) failure. It will make
  sense to provide this for more failures in a more generic way, but let's
  start like this.
CHANGES
TODO-RELEASE
docs/libcurl/curl_easy_getinfo.3
include/curl/curl.h
lib/connect.c
lib/getinfo.c
lib/urldata.h