summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* to actually allow really big HTTP POSTs curl's postfieldsize type is changed toYang Tse2008-01-181-2/+2
* fix compiler warningYang Tse2008-01-171-1/+1
* updated lib versions.Gunter Knauf2008-01-171-2/+2
* updated copyright for new year.Gunter Knauf2008-01-171-1/+1
* fix handling of out of memory in the command line tool that afectedYang Tse2008-01-161-74/+95
* fix compiler warningYang Tse2008-01-131-1/+3
* I re-arranged the curl --help output. All the options are now sorted onDaniel Stenberg2008-01-121-63/+69
* Eric Landes provided the patch (edited by me) that introduces theDaniel Stenberg2008-01-121-9/+48
* I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use theDaniel Stenberg2008-01-111-56/+76
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-0/+26
* fix compiler warningYang Tse2008-01-091-1/+1
* Richard Atterer reverted back what I missed in my previous revert ;-)Daniel Stenberg2008-01-061-2/+2
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-051-16/+8
* Don't abort operation when attempting to set SO_KEEPALIVEYang Tse2008-01-051-1/+3
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-041-7/+23
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-021-0/+6
* Mohun Biswas pointed out that --libcurl generated a source code with an intDaniel Stenberg2008-01-011-2/+5
* Ensure that nroff doesn't put anything but ASCII characters into theDan Fandrich2007-12-191-1/+3
* (http://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixedYang Tse2007-12-181-11/+9
* MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse2007-12-181-0/+14
* Fix compiler warningYang Tse2007-12-131-4/+3
* Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections andDaniel Stenberg2007-12-121-0/+35
* Removed use of '..\lib\libcurl_wc.lib' as this is not reallyGisle Vanem2007-12-091-18/+3
* fix a crash in oom situations (thanks runtests.pl -t!)Daniel Stenberg2007-12-081-1/+5
* #1 fixed --data-urlencode when no = or @ was usedDaniel Stenberg2007-11-261-2/+4
* make nlen a size_t to better hold diffs between pointers etcDaniel Stenberg2007-11-221-1/+1
* Alessandro Vesely helped me improve the --data-urlencode's syntax, parserDaniel Stenberg2007-11-221-11/+15
* Introuced --data-urlencode to the curl tool for easier url encoding of theDaniel Stenberg2007-11-201-16/+95
* removed now obsolete defines;Gunter Knauf2007-11-181-2/+2
* Replace isgraph with our uppercase macro versionYang Tse2007-11-151-1/+1
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-081-6/+4
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-071-4/+6
* Toby Peterson patched a memory problem in the command line tool thatDaniel Stenberg2007-11-011-1/+3
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-241-5/+0
* Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg2007-10-241-0/+7
* added two more module dependencies for LDAPS.Gunter Knauf2007-10-091-2/+2
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-0/+14
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-261-14/+23
* Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg2007-09-211-0/+11
* Fixed typo in error message.Dan Fandrich2007-09-201-1/+1
* fixed VC6 makefiles for new ldap linkage.Gunter Knauf2007-09-151-2/+2
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-3/+3
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-9/+9
* only link with -lwldap32 if we dont use other LDAP SDKs.Gunter Knauf2007-08-251-1/+6
* added defines to build with OpenLDAP.Gunter Knauf2007-08-241-5/+8
* sync libssh2 paths with comments.Gunter Knauf2007-08-211-1/+1
* added targets to create the files missing in CVS which makes calling buildcon...Gunter Knauf2007-08-211-1/+11
* fixed wrong CLAGS define.Gunter Knauf2007-08-201-1/+1
* compile with ldaps by default since it seems to work fine so far.Gunter Knauf2007-08-201-0/+3
* added some comments about the paths and build options;Gunter Knauf2007-08-201-3/+23