curl/include/curl
Daniel Stenberg 852989856d - To make it easier for applications that want lots of magic stuff done on
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now
  introduce the new CURLINFO_REDIRECT_URL option that lets applications
  extract the URL libcurl would've redirected to if it had been told to. This
  then enables the application to continue to that URL as it thinks is
  suitable, without having to re-implement the magic of creating the new URL
  from the Location: header etc. Test 1029 verifies it.
2008-04-30 21:20:08 +00:00
..
.cvsignore ignore .dist files here 2003-10-30 13:07:36 +00:00
Makefile.am - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only 2008-03-11 07:37:40 +00:00
curl.h - To make it easier for applications that want lots of magic stuff done on 2008-04-30 21:20:08 +00:00
curlver.h start working on 7.18.2 2008-03-30 09:22:22 +00:00
easy.h Changes for removing libcurl.def file on Win32. 2004-11-09 14:02:58 +00:00
mprintf.h Some #if --> #ifdef 2007-08-07 12:44:38 +00:00
multi.h Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting 2007-05-30 20:04:44 +00:00
stdcheaders.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
typecheck-gcc.h - Added curl_easy_getinfo typechecker. 2008-03-18 08:14:37 +00:00
types.h typedef CURL in the curl.h file instead of only having a single useful typedef 2004-04-26 14:06:51 +00:00