summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added two more module dependencies for LDAPS.Gunter Knauf2007-10-091-2/+2
* Known bug #47, which confused libcurl if doing NTLM auth over a proxy withDaniel Stenberg2007-10-071-0/+4
* Michael Wallner made the CULROPT_COOKIELIST option support a new magicDaniel Stenberg2007-10-051-24/+40
* Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg2007-10-043-3/+7
* Cleanup no longer used macrosYang Tse2007-10-031-10/+0
* Fix compiler warning: local variable may be used without having been initializedYang Tse2007-10-031-2/+2
* Fix issue related with the use of ares_timeout() result.Yang Tse2007-10-031-4/+5
* exported symbols must use lowercase "curl_", and I also fixed two compilerDaniel Stenberg2007-10-031-4/+5
* Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg2007-10-033-67/+112
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-035-12/+12
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-033-2/+35
* Fix memory leak under low memory conditions.Yang Tse2007-10-021-1/+4
* Fix compiler warningYang Tse2007-10-022-2/+2
* <winber.h> needed for Windows LDAP client 32 API supportYang Tse2007-10-021-0/+1
* Linking with wldap32.lib needed for Windows LDAP client 32 API supportYang Tse2007-10-021-2/+2
* known bug #46: chunked-encoded CONNECT responses from a http proxy now works.Daniel Stenberg2007-10-024-92/+166
* Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg2007-09-301-2/+2
* Immanuel Gregoire fixed a problem with persistent transfers over SFTP - theDaniel Stenberg2007-09-291-0/+5
* Adapted the c-ares code to the API change c-ares 1.5.0 brings in theDaniel Stenberg2007-09-282-1/+27
* rename variable to prevent shadow warningDaniel Stenberg2007-09-281-4/+4
* Renamed a variable to avoid shadowing a global declarations.Dan Fandrich2007-09-281-6/+6
* Don't strdup an empty stringDan Fandrich2007-09-271-1/+1
* Renamed a few variables to avoid shadowing global declarations.Dan Fandrich2007-09-271-4/+4
* a name resolve that times out is still a failed name resolveDaniel Stenberg2007-09-271-1/+1
* Renamed a few variables to avoid shadowing global declarations.Dan Fandrich2007-09-273-12/+12
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-2711-79/+79
* Fix compiler warning: the address of 'env' will always evaluate as 'true'Yang Tse2007-09-271-9/+6
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-263-3/+14
* Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg2007-09-262-32/+46
* Make glibc define the prototype for strcasestrDan Fandrich2007-09-251-0/+5
* #ifdef out a few more functions when SSL is disabled.Dan Fandrich2007-09-252-11/+2
* Use a native strcasestr() if found.Dan Fandrich2007-09-251-0/+4
* Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handleDaniel Stenberg2007-09-241-6/+67
* Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg2007-09-213-11/+23
* Rob Crittenden provided an NSS update with the following highlights:Daniel Stenberg2007-09-182-37/+536
* Immanuel pointed out that public key SSH auth failed if no public/privateDaniel Stenberg2007-09-181-0/+6
* added a define for Win32 to detect already defined ssize_t.Gunter Knauf2007-09-181-0/+3
* Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTPDaniel Stenberg2007-09-151-1/+20
* fixed ldap support for winldap.Gunter Knauf2007-09-151-2/+4
* fixed VC6 makefiles for new ldap linkage.Gunter Knauf2007-09-151-2/+2
* - I noticed while writing test 541 that the FTP code wrongly did a CWD on theDaniel Stenberg2007-09-111-7/+15
* - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointedDaniel Stenberg2007-09-111-0/+5
* TFTP now reports the "not defined" TFTP error code 0 as an error,Dan Fandrich2007-09-071-1/+6
* Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich2007-09-052-2/+22
* Curl_GetFTPResponse() now checks and properly deals with the fact that theDaniel Stenberg2007-09-051-15/+48
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-314-12/+12
* Made some of the error strings returned by the *strerror functions moreDan Fandrich2007-08-311-67/+67
* Fixed an invalid returned error code added in my last submission.Dan Fandrich2007-08-311-1/+1
* Added more accurate error code returns from SFTP operations. Added testDan Fandrich2007-08-301-11/+33
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-3013-89/+71