aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2009-12-12introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg
2009-11-20- Constantine Sapuntzakis identified a write after close, as the sockets wereDaniel Stenberg
2009-11-20- Jad Chamcham pointed out a bug with connection re-use. If a connection hadDaniel Stenberg
2009-11-17- Constantine Sapuntzakis provided another fix for the DNS cache that couldDaniel Stenberg
2009-11-14- Constantine Sapuntzakis provided the fix that ensures that an SSL connectionYang Tse
2009-10-08Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse
2009-09-17Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse
2009-08-21- Lots of good work by Krister Johansen, mostly related to pipelining:Daniel Stenberg
2009-08-11- Benbuck Nason posted the bug report #2835196Daniel Stenberg
2009-08-01- Alexander Beedie provided the patch for a noproxy problem: If I have setDaniel Stenberg
2009-07-22- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg
2009-06-16- When doing non-anonymous ftp via http proxies and the password is notMichal Marek
2009-06-12include <limits.h> for INT_MAX definitionYang Tse
2009-06-12fix compiler warningYang Tse
2009-06-10- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg
2009-06-10Adjusted to take in account that...Yang Tse
2009-05-29corrected commentsDaniel Stenberg
2009-05-28fix compiler warning: unused parameterYang Tse
2009-05-27- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clearDaniel Stenberg
2009-05-17- James Bursa posted a patch to the mailing list that fixed a problem withDaniel Stenberg
2009-05-12make no proxy set return OK from Curl_connected_proxy() since it will be calledDaniel Stenberg
2009-05-11fix the Curl_connected_proxy function for when libcurl actually connects fineDaniel Stenberg
2009-05-09ConnectPlease() fixed for the new proxy connect functionality to make sureDaniel Stenberg
2009-05-08- Constantine Sapuntzakis fixed bug report #2784055Daniel Stenberg
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-13- bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by MartinDaniel Stenberg
2009-03-03- David James brought a patch that make libcurl close (all) dead connectionsDaniel Stenberg
2009-03-02- David Kierznowski notified us about a security flawDaniel Stenberg
2009-02-28fix compiler warningYang Tse
2009-02-17- CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg
2009-02-07Moved Curl_strntoupper() to the rawstr.c file where the other raw stringDaniel Stenberg
2009-02-02- Patrick Scott found a rather large memory leak when using the multiDaniel Stenberg
2009-02-02- Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg
2009-01-28- Markus Moeller introduced two new options to libcurl:Daniel Stenberg
2009-01-26- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an appDaniel Stenberg
2009-01-25- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg
2009-01-21Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich
2009-01-08Unified much of the SessionHandle initialization done in Curl_open() andDan Fandrich
2008-12-29 - Phil Lisiecki filed bug report #2413067Daniel Stenberg
2008-12-19- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg
2008-12-12Make the getoff all pipelines function only set _inuse to FALSE if theDaniel Stenberg
2008-12-11Dan F pointed out that we don't need to scan IPv6 addresses for '%'-lettersDaniel Stenberg
2008-12-11- Keshav Krity found out that libcurl failed to deal with dotted IPv6Daniel Stenberg
2008-12-10- Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg
2008-12-03- Igor Novoseltsev filed bug #2351645Daniel Stenberg
2008-11-19- Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas gotDaniel Stenberg
2008-11-05corrected and clarified the *_SPEED_LARGE commentsDaniel Stenberg
2008-11-03- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-23Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich