aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-02-07SCP upload done non-blockingDaniel Stenberg
2007-02-06fix for millisecond resolution timeoutsYang Tse
2007-02-06compiler warning fixYang Tse
2007-02-06read SFTP with the non-blocking APIDaniel Stenberg
2007-02-06compiler warning fixYang Tse
2007-02-05- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg
2007-02-05compiler warning fixYang Tse
2007-02-04Suppress warning "'nread' might be used uninitialized in this function".Gisle Vanem
2007-02-03compiler warning fixYang Tse
2007-02-03- Manfred Schwarb reported that socks5 support was broken and help us pinpointDaniel Stenberg
2007-02-02compiler warning fixYang Tse
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse
2007-02-02prefer using the (upcoming) non-blocking libssh2 APIDaniel Stenberg
2007-02-01compiler warning fixYang Tse
2007-02-01Suppress the "'convbuf' might be used uninitialized in this function" warning.Gisle Vanem
2007-02-01fogot to change Curl_mk_connc in header fileYang Tse
2007-02-01compiler warning fixYang Tse
2007-01-31add debug messages for initialization failuresYang Tse
2007-01-29Use DOS line-endings.Gisle Vanem
2007-01-29- Michael Wallner reported that when doing a CONNECT with a custom User-AgentDaniel Stenberg
2007-01-29fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf
2007-01-28Andreas Rieke added extra infof() for when a connection is not re-used due toDaniel Stenberg
2007-01-28silence compiler warningsDaniel Stenberg
2007-01-28enabled build with sspi.Gunter Knauf
2007-01-28enabled build with hardcoded ca-bundle path;Gunter Knauf
2007-01-28force to create ca-bunde.h even if it exists already.Gunter Knauf
2007-01-28use var for awk.Gunter Knauf
2007-01-28curl_easy_reset() now resets the CA bundle path correctlyDaniel Stenberg
2007-01-28another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.Gunter Knauf
2007-01-27fix sftp directory listing so that it works without -v and is redirectable wi...Gunter Knauf
2007-01-27tell us what we put out here...Gunter Knauf
2007-01-27update copyright year noticeYang Tse
2007-01-27Compiler warning fixYang Tse
2007-01-27sync comment with realityYang Tse
2007-01-26Fixed compiler warning.Dan Fandrich
2007-01-26added project header to lib resource file; fixed header copyright.Gunter Knauf
2007-01-25fix compiler warnings for SSL-disabled buildsDaniel Stenberg
2007-01-25removed unused define.Gunter Knauf
2007-01-25fixed copyright for new year.Gunter Knauf
2007-01-25enabled build with libssh2.Gunter Knauf
2007-01-25fix non-SSL builds againDaniel Stenberg
2007-01-25Fixed a dangling pointer problem that prevented the http_proxy environmentDan Fandrich
2007-01-25removed not used define.Gunter Knauf
2007-01-24Only shut down SSL if the CCC command succeeded.Dan Fandrich
2007-01-24moved the SSL pending function to the proper place and nameDaniel Stenberg
2007-01-24bail out on strdup() errorsDaniel Stenberg
2007-01-23- David McCreedy did NTLM changes mainly for non-ASCII platforms:Daniel Stenberg
2007-01-23very minor indent changeDaniel Stenberg
2007-01-23enabled build with libssh2; fixed copyright for new year..Gunter Knauf
2007-01-17Supress "comparison between signed and unsigned" warning.Gisle Vanem