summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix several compiler warningsYang Tse2012-03-229-21/+43
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-226-43/+72
* SWS: refuse to serve CONNECT unless running as proxyDaniel Stenberg2012-03-221-1/+5
* curl-functions.m4: update detection logic of getaddrinfo() thread-safenessYang Tse2012-03-211-2/+18
* fix several compiler warningsYang Tse2012-03-208-34/+60
* tests 140X: fix --libcurl generated source file reading mode for MSYS buildsYang Tse2012-03-188-8/+8
* tool_easysrc.c: fix --libcurl option output file text translation modeYang Tse2012-03-181-1/+1
* build: remove tool_cb_skt.[ch] referencesYang Tse2012-03-183-16/+1
* RELEASE-NOTES: synced with ad77420ac761bDaniel Stenberg2012-03-181-2/+7
* lwip: basic checks and macros for compatiblityDaniel Stenberg2012-03-172-5/+16
* tool_setopt.c: more OOM handling fixesYang Tse2012-03-171-21/+25
* cmake: list_spaces_append_once fails with spaces in filenameDaniel Stenberg2012-03-161-3/+3
* http_proxy.c: fix OOM handlingYang Tse2012-03-161-1/+4
* tool_setopt.c: fix OOM handlingYang Tse2012-03-161-7/+17
* fix several compiler warningsYang Tse2012-03-161-1/+1
* fix some compiler warningsYang Tse2012-03-168-9/+33
* resolve with c-ares: don't resolve IPv6 when not workingMaxim Prohorov2012-03-131-6/+15
* smtp.c: Changed the curl error code for EHLO and HELO responsesSteve Holme2012-03-101-4/+6
* RELEASE-NOTES: synced with e650dbde86Daniel Stenberg2012-03-101-5/+30
* Curl_http: strip off [brackets] from ipv6-only host headersAndrei Cipu2012-03-101-3/+13
* CURLSSH_OPT_AUTH: documented it has no effectArmel Asselin2012-03-101-2/+2
* mk-ca-bundle.pl: use LWP::UserAgent with proper https verify behavior.John Joseph Bachir2012-03-101-1/+1
* access the CA source file using HTTPSJohn Joseph Bachir2012-03-101-1/+1
* includes: remove inclusion of unused file http_proxy.hDaniel Stenberg2012-03-094-4/+0
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-088-186/+39
* ssh_connect: tunnel through HTTP proxy if requestedDaniel Stenberg2012-03-081-1/+29
* LWIP: don't consider HAVE_ERRNO_H to be winsockDaniel Stenberg2012-03-081-1/+0
* curl-config: only provide libraries with --libsDave Reisner2012-03-081-2/+2
* CONTRIB: Please don't send pull requestsDaniel Stenberg2012-03-051-0/+25
* libcurl docs: version correctionsDaniel Stenberg2012-02-252-6/+6
* CONNECT: fix ipv6 address in the Request-LineDaniel Stenberg2012-02-241-17/+22
* SMTP: Added support for returning SMTP response codesSteve Holme2012-02-232-9/+14
* curl.1: updated --libcurlDaniel Stenberg2012-02-231-5/+1
* test: --libcurl fixesDaniel Stenberg2012-02-238-92/+108
* Add helper script convsrctest.pl to manipulate --libcurl tests.Colin Hogben2012-02-232-0/+260
* Add tests for curl's --libcurl output.Colin Hogben2012-02-239-0/+935
* Generate lists and use symbols in --libcurl code output.Colin Hogben2012-02-235-88/+615
* smtp.c: Fixed an issue with writing postdataSteve Holme2012-02-211-4/+14
* CURLOPT_MAIL_AUTH: added in 7.25.0Daniel Stenberg2012-02-211-0/+1
* pop3 test server: send terminating ".CRLF" onlyDaniel Stenberg2012-02-213-14/+15
* pop3.c: Fixed drop of final CRLF in EOB checkingSteve Holme2012-02-191-5/+10
* smtp.c: Fixed an issue with the EOB checkingSteve Holme2012-02-171-5/+15
* CURLE_FTP_PRET_FAILED: listed twiceDaniel Stenberg2012-02-171-7/+5
* --mail-auth documentedDaniel Stenberg2012-02-161-1/+7
* SMTP: Code policing and tidy upSteve Holme2012-02-162-20/+16
* curl: Added support for --mail-authSteve Holme2012-02-165-0/+11
* docs: mention that NTLM works with NSS, tooKamil Dudka2012-02-161-2/+2
* DOCS: Added information for CURLOPT_MAIL_AUTH.Steve Holme2012-02-151-27/+50
* smtp.c: Fixed use of angled brackets in AUTH parameter.Steve Holme2012-02-151-2/+3
* smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme2012-02-144-6/+39