Age | Commit message (Expand) | Author |
2012-03-22 | test #598: OOM handling fixes | Yang Tse |
2012-03-22 | fix several compiler warnings | Yang Tse |
2012-03-22 | CONNECT: fix multi interface regression | Daniel Stenberg |
2012-03-22 | SWS: refuse to serve CONNECT unless running as proxy | Daniel Stenberg |
2012-03-21 | curl-functions.m4: update detection logic of getaddrinfo() thread-safeness | Yang Tse |
2012-03-20 | fix several compiler warnings | Yang Tse |
2012-03-18 | tests 140X: fix --libcurl generated source file reading mode for MSYS builds | Yang Tse |
2012-03-18 | tool_easysrc.c: fix --libcurl option output file text translation mode | Yang Tse |
2012-03-18 | build: remove tool_cb_skt.[ch] references | Yang Tse |
2012-03-18 | RELEASE-NOTES: synced with ad77420ac761b | Daniel Stenberg |
2012-03-17 | lwip: basic checks and macros for compatiblity | Daniel Stenberg |
2012-03-17 | tool_setopt.c: more OOM handling fixes | Yang Tse |
2012-03-16 | cmake: list_spaces_append_once fails with spaces in filename | Daniel Stenberg |
2012-03-16 | http_proxy.c: fix OOM handling | Yang Tse |
2012-03-16 | tool_setopt.c: fix OOM handling | Yang Tse |
2012-03-16 | fix several compiler warnings | Yang Tse |
2012-03-16 | fix some compiler warnings | Yang Tse |
2012-03-13 | resolve with c-ares: don't resolve IPv6 when not working | Maxim Prohorov |
2012-03-10 | smtp.c: Changed the curl error code for EHLO and HELO responses | Steve Holme |
2012-03-10 | RELEASE-NOTES: synced with e650dbde86 | Daniel Stenberg |
2012-03-10 | Curl_http: strip off [brackets] from ipv6-only host headers | Andrei Cipu |
2012-03-10 | CURLSSH_OPT_AUTH: documented it has no effect | Armel Asselin |
2012-03-10 | mk-ca-bundle.pl: use LWP::UserAgent with proper https verify behavior. | John Joseph Bachir |
2012-03-10 | access the CA source file using HTTPS | John Joseph Bachir |
2012-03-09 | includes: remove inclusion of unused file http_proxy.h | Daniel Stenberg |
2012-03-08 | CONNECT: made generically not per-protocol | Daniel Stenberg |
2012-03-08 | ssh_connect: tunnel through HTTP proxy if requested | Daniel Stenberg |
2012-03-08 | LWIP: don't consider HAVE_ERRNO_H to be winsock | Daniel Stenberg |
2012-03-08 | curl-config: only provide libraries with --libs | Dave Reisner |
2012-03-05 | CONTRIB: Please don't send pull requests | Daniel Stenberg |
2012-02-25 | libcurl docs: version corrections | Daniel Stenberg |
2012-02-24 | CONNECT: fix ipv6 address in the Request-Line | Daniel Stenberg |
2012-02-23 | SMTP: Added support for returning SMTP response codes | Steve Holme |
2012-02-23 | curl.1: updated --libcurl | Daniel Stenberg |
2012-02-23 | test: --libcurl fixes | Daniel Stenberg |
2012-02-23 | Add helper script convsrctest.pl to manipulate --libcurl tests. | Colin Hogben |
2012-02-23 | Add tests for curl's --libcurl output. | Colin Hogben |
2012-02-23 | Generate lists and use symbols in --libcurl code output. | Colin Hogben |
2012-02-21 | smtp.c: Fixed an issue with writing postdata | Steve Holme |
2012-02-21 | CURLOPT_MAIL_AUTH: added in 7.25.0 | Daniel Stenberg |
2012-02-21 | pop3 test server: send terminating ".CRLF" only | Daniel Stenberg |
2012-02-19 | pop3.c: Fixed drop of final CRLF in EOB checking | Steve Holme |
2012-02-17 | smtp.c: Fixed an issue with the EOB checking | Steve Holme |
2012-02-17 | CURLE_FTP_PRET_FAILED: listed twice | Daniel Stenberg |
2012-02-16 | --mail-auth documented | Daniel Stenberg |
2012-02-16 | SMTP: Code policing and tidy up | Steve Holme |
2012-02-16 | curl: Added support for --mail-auth | Steve Holme |
2012-02-16 | docs: mention that NTLM works with NSS, too | Kamil Dudka |
2012-02-15 | DOCS: Added information for CURLOPT_MAIL_AUTH. | Steve Holme |
2012-02-15 | smtp.c: Fixed use of angled brackets in AUTH parameter. | Steve Holme |