1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/include/curl
Daniel Stenberg 6e376532b0 - Internet Explorer had a broken HTTP digest authentication before v7 and
there are servers "out there" that relies on the client doing this broken
  Digest authentication. Apache even comes with an option to work with such
  broken clients.

  The difference is only for URLs that contain a query-part (a '?'-letter and
  text to the right of it).

  libcurl now supports this quirk, and you enable it by setting the
  CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or
  CURLOPT_PROXYAUTH options. They are thus individually controlled to server
  and proxy.
2008-12-10 23:13:31 +00:00
..
.cvsignore ignore curlver.h.dist 2008-08-28 13:58:07 +00:00
curl.h - Internet Explorer had a broken HTTP digest authentication before v7 and 2008-12-10 23:13:31 +00:00
curlbuild.h.dist Adjust curl_off_t definitions for DJGPP. 2008-08-28 16:08:31 +00:00
curlbuild.h.in Add missing preprocessor symbol definition checks 2008-08-25 13:42:53 +00:00
curlrules.h For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 2008-08-25 01:18:49 +00:00
curlver.h and we are now on the 7.19.3 road 2008-11-13 13:24:00 +00:00
easy.h - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send 2008-05-12 21:43:24 +00:00
Makefile.am Initial support of curlbuild.h and curlrules.h which allows 2008-08-07 00:29:08 +00:00
mprintf.h Adapting last changes to OS400: 2008-05-20 10:21:50 +00:00
multi.h Adapting last changes to OS400: 2008-05-20 10:21:50 +00:00
stdcheaders.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
typecheck-gcc.h remove some spurious line-endings 2008-10-17 03:59:02 +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