LDAP: properly implemented as a curl_handler
[platform/upstream/curl.git] / lib / url.c
2010-05-24 Howard ChuLDAP: properly implemented as a curl_handler
2010-05-20 Ben Greearsetopt: Fix setting of set.is_fwrite_set
2010-05-16 Kamil Dudkaftp wildcard: a new option CURLOPT_FNMATCH_DATA
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-05-12 Howard ChuRTMP: initial support added, powered by librtmp
2010-05-11 Howard Chusendrecv: make them two pairs of send/recv to properly...
2010-05-07 Daniel Stenbergmulti interface: missed storing connection time
2010-05-07 Daniel Stenbergverboseconnect: so the verbose checking within the...
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-29 Ben Greeartelnet: Allow programatic use of telnet.
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-15 Dan FandrichRemove redundant conditional
2010-03-27 Ben Greearallow user+password in the URL for all protocols
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-05 Yang TseConstantine Sapuntzakis detected and fixed a double...
2010-02-24 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix compiler warning
2010-02-06 Yang TseOOM handling fix
2010-02-04 Yang Tsefix printf-style format strings
2010-01-28 Yang Tsefix printf-style format strings
2010-01-27 Yang Tsefix compiler warning
2010-01-23 Yang Tseadjust preprocessor symbol definition check relative...
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2010-01-22 Yang TseDefinitions of resolver specialty compile-time defines...
2010-01-22 Daniel Stenbergs/RTPFUNCTION/INTERLEAVEFUNCTION/
2010-01-21 Yang Tsefix compiler warning
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2010-01-06 Claes JakobssonJulien Chaffraix fixed so that the fragment part in...
2010-01-01 Daniel Stenbergupdate copyright year since we are in 2010 now
2010-01-01 Daniel Stenberg- Ingmar Runge enhanced libcurl's FTP engine to support...
2009-12-31 Daniel Stenbergturned CURLOPT_MAIL_RCPT into a curl_slist list instead...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-12-17 Daniel Stenberguh, assign the bool it points to properly
2009-12-17 Daniel StenbergStop overloading the conn->protocol field with the...
2009-12-17 Daniel StenbergRemove pointless storing of the protocol as a string...
2009-12-16 Daniel StenbergFollow-up fix for the proxy fix I did for Jon Nelson...
2009-12-14 Daniel Stenberg- Jon Nelson found a regression that turned out to...
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...
2009-11-20 Daniel Stenberg- Constantine Sapuntzakis identified a write after...
2009-11-20 Daniel Stenberg- Jad Chamcham pointed out a bug with connection re...
2009-11-17 Daniel Stenberg- Constantine Sapuntzakis provided another fix for...
2009-11-14 Yang Tse- Constantine Sapuntzakis provided the fix that ensures...
2009-10-08 Yang TseAttempt to silence bogus compiler warning: "Potential...
2009-09-17 Yang TseAttempt to silence bogus compiler warning: "Potential...
2009-08-21 Daniel Stenberg- Lots of good work by Krister Johansen, mostly related...
2009-08-11 Daniel Stenberg- Benbuck Nason posted the bug report #2835196
2009-08-01 Daniel Stenberg- Alexander Beedie provided the patch for a noproxy...
2009-07-22 Daniel Stenberg- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION...
2009-06-16 Michal Marek- When doing non-anonymous ftp via http proxies and...
2009-06-12 Yang Tseinclude <limits.h> for INT_MAX definition
2009-06-12 Yang Tsefix compiler warning
2009-06-10 Daniel Stenberg- Fabian Keil ran clang on the (lib)curl code, found...
2009-06-10 Yang TseAdjusted to take in account that...
2009-05-29 Daniel Stenbergcorrected comments
2009-05-28 Yang Tsefix compiler warning: unused parameter
2009-05-27 Daniel Stenberg- Mike Crowe pointed out that setting CURLOPT_USERPWD...
2009-05-17 Daniel Stenberg- James Bursa posted a patch to the mailing list that...
2009-05-12 Daniel Stenbergmake no proxy set return OK from Curl_connected_proxy...
2009-05-11 Daniel Stenbergfix the Curl_connected_proxy function for when libcurl...
2009-05-09 Daniel StenbergConnectPlease() fixed for the new proxy connect functio...
2009-05-08 Daniel Stenberg- Constantine Sapuntzakis fixed bug report #2784055
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-13 Daniel Stenberg- bug report #2727981 (curl.haxx.se/bug/view.cgi?id...
2009-03-03 Daniel Stenberg- David James brought a patch that make libcurl close...
2009-03-02 Daniel Stenberg- David Kierznowski notified us about a security flaw
2009-02-28 Yang Tsefix compiler warning
2009-02-17 Daniel Stenberg- CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to...
2009-02-07 Daniel StenbergMoved Curl_strntoupper() to the rawstr.c file where...
2009-02-02 Daniel Stenberg- Patrick Scott found a rather large memory leak when...
2009-02-02 Daniel Stenberg- Craig A West brought us: libcurl now defaults to...
2009-01-28 Daniel Stenberg- Markus Moeller introduced two new options to libcurl:
2009-01-26 Daniel Stenberg- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE...
2009-01-25 Daniel Stenberg- Craig A West brought CURLOPT_NOPROXY and the correspo...
2009-01-21 Dan FandrichFixed a couple more locale-dependent toupper conversion...
2009-01-08 Dan FandrichUnified much of the SessionHandle initialization done...
2008-12-29 Daniel Stenberg - Phil Lisiecki filed bug report #2413067
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-12-12 Daniel StenbergMake the getoff all pipelines function only set _inuse...
2008-12-11 Daniel StenbergDan F pointed out that we don't need to scan IPv6 addre...
2008-12-11 Daniel Stenberg- Keshav Krity found out that libcurl failed to deal...
2008-12-10 Daniel Stenberg- Internet Explorer had a broken HTTP digest authentica...
2008-12-03 Daniel Stenberg- Igor Novoseltsev filed bug #2351645
2008-11-19 Daniel Stenberg- Andreas Wurf and Markus Koetter helped me analyze...
2008-11-05 Daniel Stenbergcorrected and clarified the *_SPEED_LARGE comments
2008-11-03 Daniel Stenberg- Bug #2218480 (curl.haxx.se/bug/view.cgi?id=2218480...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-23 Dan FandrichCreated Curl_raw_nequal() which does a C-locale string...
2008-10-19 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-19 Daniel Stenbergclarified an argument's situation due to a false positi...
2008-10-17 Yang Tseoops ;-)
2008-10-17 Yang Tseoops
2008-10-17 Daniel Stenbergfix syntax error
2008-10-17 Yang Tsefix compiler warning
2008-10-16 Dan FandrichReturn an error when a proxy option is set when configu...
2008-10-16 Daniel Stenbergdon't segfault when NULL is passed in to CURLOPT_USERPWD or
2008-10-16 Daniel Stenberg- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-10-14 Yang Tsefix compiler warning
next