Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-27 | --libcurl was added in 7.16.1, a useful information | Daniel Stenberg | |
2007-12-14 | -u addition: If you just give the user name (without entering a colon) curl | Daniel Stenberg | |
will prompt for a password. Denis Bredelet pointed out! | |||
2007-12-12 | Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and | Daniel Stenberg | |
added the --no-keep-alive option that can disable that on demand. | |||
2007-12-11 | clarify that the CURLMOPT_TIMERFUNCTION callback can pass in 0 and -1 as legal | Daniel Stenberg | |
values and what they mean | |||
2007-12-10 | cut out the number of contributors from this file since it'll always be wrong | Daniel Stenberg | |
2007-12-10 | 5.13 How do I stop an ongoing transfer? | Daniel Stenberg | |
2007-12-09 | add in toc too | Daniel Stenberg | |
2007-12-09 | RTMP support? | Daniel Stenberg | |
2007-12-09 | oops another bad numbering | Daniel Stenberg | |
2007-12-09 | oops duplicate numbering | Daniel Stenberg | |
2007-12-09 | slightly rephrased | Daniel Stenberg | |
2007-12-08 | reformat to FAQ/CONTRIBUTE style, for nicer web-look when I apply the magic | Daniel Stenberg | |
script(s) on it online | |||
2007-12-08 | cleanup | Daniel Stenberg | |
2007-12-08 | mention how to enable chunked encoding for POSTs | Daniel Stenberg | |
2007-12-06 | clarify that when curl_multi_timeout() returns -1 it just means that there | Daniel Stenberg | |
is no current timeout. It does not mean wait forever and it does not mean do not wait at all. It means there is no timeout value known at this point in time. | |||
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg | |
the appending of the "type=" thing on FTP URLs when they are passed to a HTTP proxy. Some proxies just don't like that appending (which is done unconditionally in 7.17.1), and some proxies treat binary/ascii transfers better with the appending done! | |||
2007-11-26 | more blurb | Daniel Stenberg | |
2007-11-26 | slightly less outdated | Daniel Stenberg | |
2007-11-22 | Alessandro Vesely helped me improve the --data-urlencode's syntax, parser | Daniel Stenberg | |
and documentation. | |||
2007-11-20 | clarify somewhat what happens to some data when a share is set to be used | Daniel Stenberg | |
2007-11-20 | rephrased | Daniel Stenberg | |
2007-11-20 | ILE RPG binding: OS/400 specific and contained in source distribution | Patrick Monnerat | |
2007-11-20 | Introuced --data-urlencode to the curl tool for easier url encoding of the | Daniel Stenberg | |
data sent in a post. | |||
2007-11-17 | Andres Garcia made the examples build fine on Windows (mingw + msys) when | Daniel Stenberg | |
the lib was built staticly. | |||
2007-11-11 | new ruby binding, curl-multi version 0.1 | Daniel Stenberg | |
2007-11-07 | Add a call to curl_global_cleanup to show how to do a proper shutdown. | Dan Fandrich | |
2007-11-05 | Andres Garcia made it build and run on windows | Daniel Stenberg | |
2007-11-05 | I check the code right now and while() and if() are in majority over while () | Daniel Stenberg | |
and if () so the rule is from now on => no space before the parenthesis. | |||
2007-10-30 | added new people from the 7.17.1 announcement | Daniel Stenberg | |
2007-10-26 | mention --static-libs as added in 7.17.1 | Daniel Stenberg | |
2007-10-25 | Added the --static-libs option to curl-config | Dan Fandrich | |
2007-10-15 | Mention first version with CURLOPT_COPYPOSTFIELDS. | Dan Fandrich | |
Don't confuse NUL with NULL. | |||
2007-10-15 | Updated minimum libcurl size | Dan Fandrich | |
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat | |
CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features. | |||
2007-10-13 | Chris Leighton: | Daniel Stenberg | |
My understanding is that we use "number" for discrete variables and "amount" for continuous variables. So you can say "The amount of flour required depends on..." or, "Last night I consumed a large amount of beer!". And, "That tank contains a large number of fish" or, "Over the week I consumed a number of cases of beer." I think that features are discrete, so the man page would read "...the number of features will make your head spin!". | |||
2007-10-09 | Documented error codes 77-80, and fixed the one for 60. | Dan Fandrich | |
2007-10-09 | Add a paragraph about CURLOPT_CUSTOMREQUEST not actually changing libcurl's | Daniel Stenberg | |
behavior, it only changes the actual request method keyword and this is not always what the user/app wants. | |||
2007-10-09 | Michal Marek removed the no longer existing return codes from the curl.1 | Daniel Stenberg | |
man page. | |||
2007-10-07 | Known bug #47, which confused libcurl if doing NTLM auth over a proxy with | Daniel Stenberg | |
a response that was larger than 16KB is now improved slightly so that now the restriction at 16KB is for the headers only and it should be a rare situation where the response-headers exceed 16KB. Thus, I consider #47 fixed and the header limitation is now known as known bug #48. | |||
2007-10-05 | add url to the wikipedia article for a longer description | Daniel Stenberg | |
2007-10-05 | Alexey Pesternikov documented CURLOPT_OPENSOCKETDATA and | Daniel Stenberg | |
CURLOPT_OPENSOCKETFUNCTION | |||
2007-10-05 | Michael Wallner made the CULROPT_COOKIELIST option support a new magic | Daniel Stenberg | |
string: "FLUSH". Using that will cause libcurl to flush its cookies to the CURLOPT_COOKIEJAR file. | |||
2007-10-04 | The new file docs/libcurl/ABI describes how we view ABI breakages, soname | Daniel Stenberg | |
bumps and what the version number's significance to all that is. | |||
2007-10-03 | people from the 7.17.0 announcement | Daniel Stenberg | |
2007-10-03 | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg | |
CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this return code get used by the previous SSH MD5 fingerprint check in case it fails. | |||
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg | |
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and the curl tool --hostpubmd5. They both make the SCP or SFTP connection verify the remote host's md5 checksum of the public key before doing a connect, to reduce the risk of a man-in-the-middle attack. | |||
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg | |
Added test case 1008 to verify. Note that #47 is still there. | |||
2007-10-02 | document --post301, based on the phrasing in curl_easy_setopt.3 for | Daniel Stenberg | |
CURLOPT_POST301 written by Philip Langdale | |||
2007-10-02 | CURLOPT_POST301 section, added by Philip Langdale | Daniel Stenberg | |
2007-09-25 | a new Lua binding and I shortened the wording on several bindings by cutting | Daniel Stenberg | |
out "written" |