summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* compiler warning fixYang Tse2007-02-012-3/+3
* Suppress the "'convbuf' might be used uninitialized in this function" warning.Gisle Vanem2007-02-011-1/+1
* fogot to change Curl_mk_connc in header fileYang Tse2007-02-011-1/+1
* compiler warning fixYang Tse2007-02-013-10/+20
* add debug messages for initialization failuresYang Tse2007-01-312-7/+22
* Use DOS line-endings.Gisle Vanem2007-01-292-116/+116
* - Michael Wallner reported that when doing a CONNECT with a custom User-AgentDaniel Stenberg2007-01-291-3/+8
* fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf2007-01-292-2/+7
* Andreas Rieke added extra infof() for when a connection is not re-used due toDaniel Stenberg2007-01-281-0/+4
* silence compiler warningsDaniel Stenberg2007-01-281-0/+5
* enabled build with sspi.Gunter Knauf2007-01-281-0/+3
* enabled build with hardcoded ca-bundle path;Gunter Knauf2007-01-281-0/+10
* force to create ca-bunde.h even if it exists already.Gunter Knauf2007-01-281-3/+3
* use var for awk.Gunter Knauf2007-01-281-1/+7
* curl_easy_reset() now resets the CA bundle path correctlyDaniel Stenberg2007-01-281-1/+2
* another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.Gunter Knauf2007-01-281-2/+2
* fix sftp directory listing so that it works without -v and is redirectable wi...Gunter Knauf2007-01-271-1/+2
* tell us what we put out here...Gunter Knauf2007-01-271-0/+1
* update copyright year noticeYang Tse2007-01-275-5/+5
* Compiler warning fixYang Tse2007-01-272-2/+2
* sync comment with realityYang Tse2007-01-271-2/+2
* Fixed compiler warning.Dan Fandrich2007-01-261-1/+1
* added project header to lib resource file; fixed header copyright.Gunter Knauf2007-01-261-0/+22
* fix compiler warnings for SSL-disabled buildsDaniel Stenberg2007-01-252-1/+3
* removed unused define.Gunter Knauf2007-01-251-1/+1
* fixed copyright for new year.Gunter Knauf2007-01-251-1/+1
* enabled build with libssh2.Gunter Knauf2007-01-251-5/+13
* fix non-SSL builds againDaniel Stenberg2007-01-251-1/+1
* Fixed a dangling pointer problem that prevented the http_proxy environmentDan Fandrich2007-01-251-2/+3
* removed not used define.Gunter Knauf2007-01-251-1/+0
* Only shut down SSL if the CCC command succeeded.Dan Fandrich2007-01-241-6/+8
* moved the SSL pending function to the proper place and nameDaniel Stenberg2007-01-243-11/+18
* bail out on strdup() errorsDaniel Stenberg2007-01-241-0/+2
* - David McCreedy did NTLM changes mainly for non-ASCII platforms:Daniel Stenberg2007-01-231-13/+54
* very minor indent changeDaniel Stenberg2007-01-231-3/+3
* enabled build with libssh2; fixed copyright for new year..Gunter Knauf2007-01-231-2/+21
* Supress "comparison between signed and unsigned" warning.Gisle Vanem2007-01-171-2/+2
* David McCreedy fixed a flaw from his previous non-ascii HTTP patchDaniel Stenberg2007-01-161-10/+10
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-1617-48/+65
* restore previous addition to the amount of data that is returnedDaniel Stenberg2007-01-161-1/+1
* Fixed a small memory leak in tftp uploads discovered by curl's memory leakDan Fandrich2007-01-161-5/+5
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-148-59/+291
* fixed bad variable use when getting the size which we should read whenDaniel Stenberg2007-01-131-3/+9
* make Curl_cookie_clearall() survive getting called with a NULL pointerDaniel Stenberg2007-01-131-4/+6
* Display crypto engine name correctly in debug message.Dan Fandrich2007-01-101-3/+3
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-083-6/+10
* Removed unused variable in Curl_ossl_shutdown()Linus Nielsen Feltzing2007-01-081-1/+0
* Fix compilation errors when building without SSLLinus Nielsen Feltzing2007-01-061-2/+7
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-0510-14/+227
* Include <dos.h> for delay() on MSDOS.Gisle Vanem2007-01-051-2/+6