summaryrefslogtreecommitdiff
path: root/include/curl
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-1/+1
* Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMSJames Housley2007-06-271-0/+5
* fix the version string as wellDaniel Stenberg2007-06-251-1/+1
* start working towards 7.16.4Daniel Stenberg2007-06-251-2/+2
* Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg2007-05-301-0/+3
* CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This isDaniel Stenberg2007-05-081-1/+2
* ifndef check the CURL_MAX_WRITE_SIZE define to allow this value to easier beDaniel Stenberg2007-04-201-1/+5
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-1/+17
* start working on 7.16.3Daniel Stenberg2007-04-111-3/+3
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-201-0/+8
* - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sentDaniel Stenberg2007-02-121-0/+5
* When building tarballs, we also set the timestamp of the generated package. T...Daniel Stenberg2007-02-121-0/+11
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-0/+4
* start working on 7.16.2Daniel Stenberg2007-01-301-4/+4
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-081-2/+2
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+6
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-1/+27
* Allow 'curl_*printf()' to be used in C++ programs.Gisle Vanem2006-10-301-0/+8
* start working on 7.16.1Daniel Stenberg2006-10-301-3/+3
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-211-0/+2
* Jeff Pohlmeyer has been working with the hiperfifo.c example source code,Daniel Stenberg2006-10-121-0/+20
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-301-31/+5
* - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg2006-09-111-0/+4
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-072-4/+7