Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-02-13 | Anthony Bryan's letter=>symbol fixes | Daniel Stenberg | |
2009-02-02 | - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP | Daniel Stenberg | |
version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run. | |||
2009-01-25 | - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. | Daniel Stenberg | |
They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified. | |||
2008-08-01 | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich | |
support this so it goes untested. | |||
2008-07-31 | Fixed parsing of an IPv6 proxy address to support a scope identifier, | Dan Fandrich | |
as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings). | |||
2008-07-30 | Added IPv6 section | Dan Fandrich | |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg | |
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still | |||
2007-03-29 | Show an absolute sftp: file path to give an additional example. | Dan Fandrich | |
2007-03-23 | Added --pubkey option to curl and made --key also work for SCP/SFTP, | Dan Fandrich | |
plus made --pass work on an SSH private key as well. | |||
2007-03-22 | -z hasn't supported "yesterday" for quite some time... | Daniel Stenberg | |
2007-03-01 | remove unncessary and wrong remark | Daniel Stenberg | |
2006-09-05 | added some fresh new blurb | Daniel Stenberg | |
2006-05-25 | minor RFC updates, Dan Fandrich brought my attention to them | Daniel Stenberg | |
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel Stenberg | |
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time. | |||
2005-03-12 | David Houlder added --form-string | Daniel Stenberg | |
2004-12-10 | Dan Fandrich corrects spelling mistakes | Daniel Stenberg | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-06-03 | Mention the python-isque mailing list, don't mention the commit mailing lists | Daniel Stenberg | |
as they are probably very rarely intresting to the "common people" anyway. | |||
2004-03-26 | some more password blurb | Daniel Stenberg | |
2004-02-03 | no one uses libcurl before 7.7 anyway... | Daniel Stenberg | |
2003-08-01 | Joerg Mueller-Tolk fixed a minor mistake | Daniel Stenberg | |
2003-07-28 | As noticed by Kevin Roth, we shall not speak of root dir when it isn't | Daniel Stenberg | |
necessarily the root... | |||
2003-02-26 | random updates | Daniel Stenberg | |
2002-10-28 | kromJx@crosswinds.net fixed typos | Daniel Stenberg | |
2002-10-13 | some more | Daniel Stenberg | |
2002-10-12 | -y and -Y was switched in the examples | Daniel Stenberg | |
2002-05-21 | James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptions | Daniel Stenberg | |
2002-04-12 | http_proxy must be lower case | Daniel Stenberg | |
2002-04-12 | explain all mailing lists better | Daniel Stenberg | |
2002-03-20 | old list is gone | Daniel Stenberg | |
2002-03-07 | 7.9.5 commit | Daniel Stenberg | |
2002-02-18 | updated LDAP URL syntax references by Aron Roberts | Daniel Stenberg | |
2002-01-04 | The former -c is "-C -" these days | Daniel Stenberg | |
2001-10-30 | removed silly old -t usage from here, added some blurb about the "new" -t | Daniel Stenberg | |
that sets telnet options | |||
2001-08-02 | Frank Keeney pointed out a manual mistake for certificate convertions | Daniel Stenberg | |
2001-03-23 | updates by SM nttp at iname.com | Daniel Stenberg | |
2001-03-12 | added a note about persitant connections through HTTP proxies | Daniel Stenberg | |
2001-03-12 | added persistant connection details | Daniel Stenberg | |
2001-02-19 | added stuff to the mailing list chapter | Daniel Stenberg | |
2001-02-07 | 7.6.1-pre3 | Daniel Stenberg | |
2001-02-05 | Added a telnet section | Daniel Stenberg | |
2000-11-30 | Added a small note about referer needing to be complete to comply to the | Daniel Stenberg | |
HTTP spec | |||
2000-11-30 | README.curl is renamed to MANUAL | Daniel Stenberg | |