summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* start working on 7.18.2Daniel Stenberg2008-03-301-3/+3
* - Added curl_easy_getinfo typechecker.Michal Marek2008-03-182-11/+71
* Mark the statement expr with __extension__ so that gcc -pedantic doesn't emitMichal Marek2008-03-171-21/+21
* - Added a macro for curl_easy_setopt() that accepts three arguments and simplyDaniel Stenberg2008-03-111-1/+9
* - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek2008-03-113-1/+489
* start over on 7.18.1Daniel Stenberg2008-01-281-3/+3
* added copyright define to curlver.h.Gunter Knauf2008-01-241-0/+3
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-0/+8
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-082-9/+34
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-051-6/+4
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-041-0/+5
* I removed the socklen_t use from the public curl/curl.h header and insteadDaniel Stenberg2008-01-021-18/+3
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-021-6/+8
* Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg2007-12-021-0/+3
* Provide a socklen_t definition in curl.h for Win32 API build targetsYang Tse2007-11-221-0/+17
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-081-6/+8
* Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointedYang Tse2007-11-061-37/+37