summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 7.17.2Daniel Stenberg2007-10-291-3/+3
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-151-1/+4
* <ws2tcpip.h> needed for 'socklen_t' typedef.Gisle Vanem2007-10-061-0/+1
* exported symbols must use lowercase "curl_", and I also fixed two compilerDaniel Stenberg2007-10-031-3/+3
* Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg2007-10-031-0/+20
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-1/+6
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-3/+6
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-261-0/+3
* 7.17.1-CVS is now the dev versionDaniel Stenberg2007-09-131-3/+3
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-7/+22
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-65/+99
* Porting library to OS/400Patrick Monnerat2007-08-231-1/+8
* Some #if --> #ifdefPatrick Monnerat2007-08-071-0/+10
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-4/+4
* start working on 7.16.5...Daniel Stenberg2007-07-101-3/+3
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-4/+6