summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fixed global copyright.Gunter Knauf2009-01-171-2/+2
* - Andrew de los Reyes fixed curlbuild.h for "generic" gcc builds on PPC, bothDaniel Stenberg2009-01-161-3/+3
* - Stefan Teleman brought a patch to fix the default curlbuild.h file for theDaniel Stenberg2009-01-131-0/+26
* - Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg2008-12-101-2/+3
* and we are now on the 7.19.3 roadDaniel Stenberg2008-11-131-3/+3
* and we're back on square one working on the next release...Daniel Stenberg2008-11-051-3/+3
* remove some spurious line-endingsYang Tse2008-10-172-7/+7
* - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg2008-10-162-1/+7
* fix compiler warning: zero used for undefined preprocessing identifierYang Tse2008-10-091-1/+2
* - Igor Novoseltsev brought a patch that introduced two new options toDaniel Stenberg2008-10-082-0/+6
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-051-2/+16
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-1/+16
* hex version number for 7.19.1 is 0x071301Yang Tse2008-09-021-1/+1
* clear the way for 7.19.1 work!Daniel Stenberg2008-09-011-2/+2
* Adjust curl_off_t definitions for DJGPP.Yang Tse2008-08-281-9/+20
* ignore curlver.h.distYang Tse2008-08-281-0/+1
* Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are bothDan Fandrich2008-08-261-1/+1
* Add missing preprocessor symbol definition checksYang Tse2008-08-252-2/+32
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-253-44/+44
* MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64Yang Tse2008-08-211-1/+1
* Replace 'HttpPost' with 'curl_httppost'.Gisle Vanem2008-08-171-2/+2
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-153-80/+80
* Adjust IBM C compiler CURL_SIZEOF_LONGYang Tse2008-08-131-6/+10
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-133-21/+72
* Watcom doesn't have <sys/time.h>.Gisle Vanem2008-08-131-1/+1
* MingW uses gcc. Hence the suffixes for 64-bit are 'LL' and 'ULL'.Gisle Vanem2008-08-131-4/+4
* Added macros for minimum-width signed and unsigned curl_off_t integerYang Tse2008-08-122-17/+53
* OoopsYang Tse2008-08-111-24/+24
* Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse2008-08-112-150/+216
* Remove some redundancyYang Tse2008-08-091-6/+6
* Add metroworks and generic gccYang Tse2008-08-081-0/+26
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-077-83/+688
* - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URLDaniel Stenberg2008-07-301-0/+3
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-1/+2
* Support Open Watcom C on Linux (as well as Windows).Dan Fandrich2008-07-021-1/+1
* - Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITYDaniel Stenberg2008-07-011-1/+1
* CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string optionsMichal Marek2008-06-091-0/+2
* the next release is now called 7.19.0Daniel Stenberg2008-06-082-6/+6
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-061-0/+5
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-061-1/+7
* - Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg2008-06-061-1/+2
* start working on 7.18.3!Daniel Stenberg2008-06-041-3/+3
* Fixed typo in commentDan Fandrich2008-06-031-1/+1
* Adapting last changes to OS400:Patrick Monnerat2008-05-204-15/+28
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-122-1/+25
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-1/+2
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-4/+4
* Some trivial changesDan Fandrich2008-04-171-17/+17
* allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, asMichal Marek2008-04-141-1/+1
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-2/+10