The error buffer was not getting filled when Curl_wait_for_resolv() fails.
[platform/upstream/curl.git] / lib /
2003-09-01 Daniel StenbergThe error buffer was not getting filled when Curl_wait_...
2003-08-29 Daniel Stenbergtypecase to please the compiler gods
2003-08-29 Daniel Stenbergtypecast to prevent compiler warning
2003-08-28 Daniel StenbergCURLOPT_BUFFERSIZE must not be smaller than 0 (zero...
2003-08-28 Daniel Stenbergonly do chmod if there's a file present
2003-08-24 Daniel Stenbergadded the strcasecmp() proto here (moved from setup...
2003-08-24 Daniel Stenbergremoved the strcasecmp() proto from here, and moved...
2003-08-22 Daniel Stenberghave cwd_and_mkd prefixed with ftp_ to make it appear...
2003-08-22 Daniel Stenberguse proper type to prevent compiler warning
2003-08-21 Daniel StenbergVincent Sanders provided a fix for name resolving when...
2003-08-20 Daniel StenbergCURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE
2003-08-20 Daniel Stenbergstore the FTP response code in the httpcode variable
2003-08-20 Daniel Stenbergremoved the goto and re-indented slightly
2003-08-20 Daniel Stenbergtransfer fix for multi interface
2003-08-20 Daniel Stenbergmade curl_multi_info_read() set 'msgs_in_queue' to...
2003-08-19 Daniel Stenbergmake sure the 'done' variable is always set to somethin...
2003-08-19 Daniel StenbergRespect HAVE_LONGLONG to support 'long long'
2003-08-19 Daniel StenbergCRYPTO_cleanup_all_ex_data() is not present in all...
2003-08-19 Daniel Stenbergdon't set done==TRUE if the host name doesn't resolve
2003-08-19 Daniel StenbergLoren Kirkby pointed out that we need to call CRYPTO_cl...
2003-08-17 Daniel Stenbergsetting WRITEFUNCTION or READFUNCTION to NULL will...
2003-08-14 Daniel StenbergPossible code for large file support, added within...
2003-08-14 Daniel StenbergCurl_SSL_InitSessions can return error, so check the...
2003-08-14 Daniel StenbergCurl_llist_destroy() checks the input for non-NULL
2003-08-14 Daniel Stenbergnew proto for Curl_hash_init
2003-08-14 Daniel Stenberg1. check allocs
2003-08-14 Daniel Stenbergreturn failure when the host cache creation fails
2003-08-14 Daniel Stenbergprevent memory leak when going out of memory
2003-08-14 Daniel Stenbergallow out-of-memory testing by setting a limit. That...
2003-08-12 Daniel StenbergBugfix from Serge Semashko that fixes a bug introduced...
2003-08-11 Daniel StenbergAdded support for CURLINFO_HTTP_CONNECTCODE
2003-08-11 Daniel Stenbergbindlocal works for Windows!
2003-08-11 Daniel StenbergSet the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.
2003-08-11 Daniel Stenbergadded include "http.h" to prevent a warning
2003-08-11 Daniel Stenberguse safefree instead
2003-08-11 Daniel Stenbergmemory leak fixed when re-using connections with proxy...
2003-08-11 Daniel StenbergSerge Semashko added CURLOPT_PROXYAUTH support, and...
2003-08-11 Daniel Stenbergthe new cookie functions that require 'data' passed in
2003-08-11 Daniel Stenbergsupport sending off cookies without contents
2003-08-11 Daniel StenbergAdded some infof() calls, that require the data pointer...
2003-08-11 Daniel StenbergDirk Manske's bugfix for the share stuff
2003-08-10 Daniel Stenbergdon't claim the PASV connect is connected unless it...
2003-08-08 Daniel Stenbergmake sure the string is long enough
2003-08-08 Daniel StenbergDavid Byron's fix for file:// URLs with drive letters...
2003-08-08 Daniel Stenbergchmod the cabundle file before we attempt to write...
2003-08-08 Daniel Stenbergre-arranged the cwd/mkd stuff a bit
2003-08-08 Daniel StenbergEarly Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch...
2003-08-07 Daniel Stenberguse 644 for the chmod
2003-08-06 Daniel Stenbergargh, it wasn't *that* easy to generate the ca-bundle...
2003-08-06 Daniel Stenbergfix the treatment of the variable width specifier ...
2003-08-06 Daniel Stenberggenerate the ca-bundle.h in the build dir, and also...
2003-08-06 Daniel Stenberginclude "share.h" for the cookie sharing
2003-08-06 Daniel Stenbergmake it build without ares support
2003-08-06 Daniel Stenbergmore fix
2003-08-06 Daniel Stenbergupdated the ares instruction
2003-08-05 Daniel StenbergLDFLAGS fix to make the GSSAPI build again
2003-08-05 Daniel Stenbergadded README.ares
2003-08-05 Daniel Stenberghow to build with ares
2003-08-05 Daniel Stenbergares awareness/usage/support added. If configure -...
2003-08-05 Daniel Stenbergclean up the dir tree hierarchy in *_done() to make...
2003-08-04 Daniel Stenberg Jan Sundin reported a case where curl ignored a cooki...
2003-08-04 Daniel StenbergDirk Manske's patch that introduces cookie support...
2003-08-03 Daniel Stenberg Mark Fletcher provided an excellent bug report that...
2003-08-02 Daniel StenbergWhen proxy authentication is used in a CONNECT request...
2003-07-30 Daniel StenbergJörg Müller-Tolk updated this to build fine with 7...
2003-07-30 Daniel StenbergDaniel Noguerol made the ftp code output "Accept-Ranges...
2003-07-30 Daniel StenbergReverted the 'filetime' struct field back to a 'long...
2003-07-28 Daniel Stenbergclear http->send_buffer when we have freed the memory...
2003-07-28 Daniel StenbergFrançois Pons brought a patch that once again made...
2003-07-25 Daniel Stenberghaving it in CVS causes us problems *grrr*
2003-07-25 Daniel StenbergAndrés García updated with the added files etc
2003-07-25 Daniel StenbergWith an unknown CA path, we undef the variable. To...
2003-07-25 Daniel StenbergRemoved #include <sys/resource.h>, as pointed out by...
2003-07-23 Daniel StenbergWhen we re-use an existing connection we must make...
2003-07-23 Daniel Stenbergminor code style fix
2003-07-23 Daniel StenbergDaniel Kouril's fix to make the GSS-Negotiate work...
2003-07-23 Daniel StenbergJuan F. Codagnone's fixes to build properly on Windows...
2003-07-23 Daniel StenbergPlain default version of this file, to allow users...
2003-07-22 Daniel Stenbergreversed the check for GSSAPI when request that auth
2003-07-22 Daniel StenbergCURLDEBUG, not MALLOCDEBUG
2003-07-22 Daniel StenbergMore support for NTLM on proxies, now proxy state and...
2003-07-22 Daniel StenbergThe NTLM functions now take a 'proxy' argument as well.
2003-07-22 Daniel StenbergAdded a separate struct for the proxyntlm data, as...
2003-07-21 Daniel Stenbergmoved the proxyuser and proxypasswd fields from the...
2003-07-21 Daniel Stenbergadjusted to support NTLM for proxies
2003-07-21 Daniel Stenbergkrb4-fixes for the moved user+password fields within...
2003-07-20 Daniel StenbergDavid Gardner pointed out in bug report 770755 that...
2003-07-20 Daniel StenbergIf NTLM is requested, only re-use connections that...
2003-07-19 Daniel StenbergAccess the user and passwd fields from the connectdata...
2003-07-19 Daniel StenbergNo longer stores user+password in the sessionhandle...
2003-07-15 Daniel StenbergMoved the NTLM credentials to the connectdata struct...
2003-07-15 Daniel StenbergFix to the endless loop of bad Basic authentication...
2003-07-15 Daniel StenbergDan Winship's patch added that makes use of DOMAIN...
2003-07-15 Daniel StenbergDan Winship's fix to make the new auth stuff such as...
2003-07-05 Daniel Stenbergre-use existing variable instead of declaring a new...
2003-07-05 Daniel StenbergSome of Doug Kaufman's changes for the DOS port
2003-07-04 Daniel Stenbergremoved
2003-07-04 Daniel StenbergDan Grayson pointed out that we set the CURL_CA_BUNDLE...
2003-07-04 Daniel StenbergPeter Sylvester's patch was applied that introduces...
2003-07-01 Daniel StenbergGisle Vanem found a lib handle leak in the ldap code
next