summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* curl_share_cleanup: avoid compiler warningDaniel Stenberg2011-10-041-1/+1
* struct Curl_share: provide sslsession unconditionallyDaniel Stenberg2011-10-041-2/+0
* ftp: improved the failed PORT host name resolved error messageDaniel Stenberg2011-10-041-1/+1
* codepolicingDaniel Stenberg2011-10-031-7/+9
* sspi build fixDaniel Stenberg2011-10-031-0/+2
* smtp: Added support for NTLM authenticationSteve Holme2011-10-032-0/+125
* Curl_ntlm_create_typeX_message: Added the outlen parameterSteve Holme2011-10-033-10/+17
* smtp: General tidy up ready for adding NTLM supportSteve Holme2011-10-031-71/+72
* smtp_mail: fixed another memory leakSteve Holme2011-10-031-2/+5
* share: don't use SSL unless enabledDaniel Stenberg2011-10-033-5/+26
* multi: progress function abort must close connectionDaniel Stenberg2011-10-022-5/+12
* multi_runsingle: change state on callback abortDaniel Stenberg2011-09-301-1/+3
* Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37Yang Tse2011-09-301-0/+1
* smtp_mail: fix memory leakDaniel Stenberg2011-09-291-3/+13
* smtp_mail: Added support to MAIL FROM for the optional SIZE parameterSteve Holme2011-09-291-7/+19
* SSL session sharing support addedAlejandro Alvarez2011-09-285-8/+80
* Added SPNEGO to NetWare build.Guenter Knauf2011-09-271-0/+12
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-263-28/+3
* smtp_connect: use defined buffer length for hostnameSteve Holme2011-09-261-1/+1
* Curl_ntlm_create_type3_message: Tidied up the use of Curl_gethostname.Steve Holme2011-09-251-8/+3
* HOSTNAME_MAX: Moved to curl_gethostname.hSteve Holme2011-09-253-6/+4
* Q&D fix header inclusion orderYang Tse2011-09-251-1/+1
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-253-3/+28
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-253-16/+19
* NetWare makefile tweaks to select different builds.Guenter Knauf2011-09-251-0/+37
* http header: allow Content-Length to be replacedDaniel Stenberg2011-09-241-64/+68
* Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg2011-09-221-1/+2
* Added NetWare examples makefile.Guenter Knauf2011-09-221-0/+4
* NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse2011-09-224-13/+13
* smtp: without a MAIL_FROM, send blank MAIL FROMGisle Vanem2011-09-211-1/+5
* lib/http: add missing whitespace in verbose outputDave Reisner2011-09-211-1/+1
* Changed suffix rules to pattern rules.Guenter Knauf2011-09-211-3/+2
* Added dependency so that curlbuild.h is created.Guenter Knauf2011-09-211-1/+1
* Some more MinGW build tweaks.Guenter Knauf2011-09-211-4/+16
* A bunch of MinGW build tweaks.Guenter Knauf2011-09-201-21/+26
* Changed Windows 64bit OS define to x86_64.Guenter Knauf2011-09-201-2/+2
* Also skip certs masked as CKT_NSS_TRUST_UNKNOWN.Guenter Knauf2011-09-201-1/+2
* Added _WIN32_WINNT define for IPv6 builds.Guenter Knauf2011-09-201-1/+1
* Curl_follow: handle redirects to "//hostname/path"Daniel Stenberg2011-09-201-19/+30
* Curl_gethostname: return un-qualified machine nameSteve Holme2011-09-181-6/+37
* Make Curl_safefree() macro assign NULL to given pointer when free'dYang Tse2011-09-151-1/+3
* ftp.c: add a couple of failure messagesYang Tse2011-09-141-0/+4
* Curl_add_custom_headers: support headers with no datawarp kawada2011-09-131-0/+25
* codestyle: minor whitespace fixDaniel Stenberg2011-09-131-2/+2
* polarssl: build with PolarSSL-1.0.0Jeff Pohlmeyer2011-09-131-4/+22
* ftp.c: fix socket leak torture tests detected 2011-08-30Yang Tse2011-09-121-2/+12
* spell-checked commentsDaniel Stenberg2011-09-111-15/+14
* Updated makefiles to latest libssh2.Guenter Knauf2011-09-113-4/+4
* ftp.c: fix ftp active connects which got broken with commit fdf157abdfYang Tse2011-09-101-7/+7
* ssh.c: revert needless commit 7b7c45879eYang Tse2011-09-101-57/+3