1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00
curl/include/curl
Daniel Stenberg 8646cecb78 - I introduced a maximum limit for received HTTP headers. It is controlled by
the define CURL_MAX_HTTP_HEADER which is even exposed in the public header
  file to allow for users to fairly easy rebuild libcurl with a modified
  limit. The rationale for a fixed limit is that libcurl is realloc()ing a
  buffer to be able to put a full header into it, so that it can call the
  header callback with the entire header, but that also risk getting it into
  trouble if a server by mistake or willingly sends a header that is more or
  less without an end. The limit is set to 100K.
2009-09-27 21:34:13 +00:00
..
.cvsignore ignore curlver.h.dist 2008-08-28 13:58:07 +00:00
curl.h - I introduced a maximum limit for received HTTP headers. It is controlled by 2009-09-27 21:34:13 +00:00
curlbuild.h.cmake BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found 2009-07-15 19:25:22 +00:00
curlbuild.h.dist fiX *__SOCKLEN_T definitions for remaining targets 2009-05-12 01:57:53 +00:00
curlbuild.h.in curl_socklen_t follow-up 2009-04-29 15:15:38 +00:00
curlrules.h curl_socklen_t follow-up 2009-04-29 15:15:38 +00:00
curlver.h start over fresh again towards 7.19.7 2009-08-12 11:24:52 +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 Update copyright year, to force CVS to update the $Id date string format 2009-05-18 12:25:45 +00:00
typecheck-gcc.h - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. 2009-01-25 23:26:25 +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