summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-0626-203/+218
* buildconf: warn about autoconf 2.67 and 2.68 generating bad/unusable scriptsYang Tse2011-10-061-2/+12
* curl tool: fix compiler warningYang Tse2011-10-051-0/+2
* curl tool: OOM handling fixesYang Tse2011-10-053-21/+48
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-057-85/+118
* curl tool: OOM handling fixesYang Tse2011-10-051-1/+2
* curl tool: OOM handling fixesYang Tse2011-10-052-6/+15
* curl tool: OOM handling fixesYang Tse2011-10-056-37/+71
* curl tool: header inclusion adjustmentYang Tse2011-10-051-0/+4
* curl tool: symbol check adjustmentYang Tse2011-10-051-2/+4
* curl tool: header inclusion adjustmentYang Tse2011-10-052-0/+9
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-0529-4356/+5107
* 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
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-039-332/+482
* smtp_mail: fixed another memory leakSteve Holme2011-10-031-2/+5
* m4: Use x in order to avoid variable 'x' set but not used [-Werror=unused-but...Dominique Leuenberger2011-10-031-0/+1
* share: don't use SSL unless enabledDaniel Stenberg2011-10-036-7/+33
* multi: progress function abort must close connectionDaniel Stenberg2011-10-022-5/+12
* tutorial: clarify the handle sharing when treadedDaniel Stenberg2011-09-301-4/+6
* multi_runsingle: change state on callback abortDaniel Stenberg2011-09-301-1/+3
* curl tool: fix some more OOM handlingYang Tse2011-09-306-105/+166
* 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
* curlverh.h: next release will be 7.23.0Daniel Stenberg2011-09-291-4/+4
* RELEASE-NOTES: synced with 5898a6a09b211fc7e2Daniel Stenberg2011-09-291-2/+5
* curl_easy_setopt: Added scp and sftp to the URL sectionDan Fandrich2011-09-281-12/+47
* curl_easy_setopt: A brief tidy upSteve Holme2011-09-281-8/+8
* configure openssl version check: handle lack of L suffixDaniel Stenberg2011-09-281-1/+1
* SSL session sharing support addedAlejandro Alvarez2011-09-287-8/+331
* curl tool: adjust header callback single call write limit warningYang Tse2011-09-281-1/+2
* multi docs: extended the multi_socket API descriptionDaniel Stenberg2011-09-281-8/+27
* tests/README: extended and reformattedDaniel Stenberg2011-09-271-61/+150
* configure - m4: make CURL_CHECK_DEF ignore leading whitespace on symbol defAlbert Chin2011-09-271-1/+1
* Added SPNEGO to NetWare build.Guenter Knauf2011-09-273-5/+38
* curl tool: fix a compiler warningYang Tse2011-09-261-2/+1
* curl tool: fix some OOM handling - f4853db5 follow-upYang Tse2011-09-261-1/+2
* curl tool: fix some OOM handlingYang Tse2011-09-262-3/+27
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-268-49/+4
* Added unsigned char* to _curl_is_debug_cb.Guenter Knauf2011-09-261-1/+13
* 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