Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-01 | 7.10 | Daniel Stenberg | |
2002-10-01 | three more changes | Daniel Stenberg | |
2002-09-30 | get an argument and add a 'age' field to the struct | Daniel Stenberg | |
2002-09-30 | Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even | Daniel Stenberg | |
when it can't lookup the name (at least in some cases) and thus we need to make an extra check to detect failures. | |||
2002-09-27 | "" proxy means no proxy | Daniel Stenberg | |
2002-09-27 | Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check the | Daniel Stenberg | |
environment variables or anything. Setting it to NULL disables proxy as well, but allows the environment variables to kick in and be used. | |||
2002-09-26 | point out more docs | Daniel Stenberg | |
2002-09-26 | nicer html | Daniel Stenberg | |
2002-09-26 | main index for the tool docs | Daniel Stenberg | |
2002-09-26 | fixed html tag | Daniel Stenberg | |
2002-09-26 | enhanced curl_version_info | Daniel Stenberg | |
2002-09-25 | language! | Daniel Stenberg | |
2002-09-25 | extended curl_version_info() with more info on related sub-libraries | Daniel Stenberg | |
2002-09-25 | four fixes of yday and today | Daniel Stenberg | |
2002-09-25 | make sure we free rangeline before we re-assign it to a new allocated | Daniel Stenberg | |
memory as otherwise we (might) leak memory | |||
2002-09-25 | curl_free proto added | Daniel Stenberg | |
2002-09-25 | Walter J. Mack added curl_free | Daniel Stenberg | |
2002-09-25 | added curl_free and an "overview" section | Daniel Stenberg | |
2002-09-25 | added curl_free | Daniel Stenberg | |
2002-09-25 | Walter J. Mack's curl_free addition | Daniel Stenberg | |
2002-09-25 | Andrés García found out that Curl_protocol_connect() could return an | Daniel Stenberg | |
uninitialized variable. | |||
2002-09-25 | Wez Furlong's curl_version_info() function added, still needs some | Daniel Stenberg | |
adjustments and possibly some improvments to feature all those things we could possibly want from this. | |||
2002-09-23 | 5 changes since pre3 | Daniel Stenberg | |
2002-09-23 | made the resume error more suitable for all protocols, but we provide a | Daniel Stenberg | |
fallback to the old ftp-one to make old programs work the same | |||
2002-09-23 | fix resume when multiple files were specified | Daniel Stenberg | |
2002-09-23 | spell fix comment | Daniel Stenberg | |
2002-09-23 | removed use of extra unneeded variable | Daniel Stenberg | |
2002-09-23 | Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes | Daniel Stenberg | |
in the same style other code does. | |||
2002-09-23 | properly disconnect failed connections | Daniel Stenberg | |
2002-09-20 | Craig Markwardt made the "struct hostent_data" get cleared too, as is | Daniel Stenberg | |
needed on Tru64 (or something). | |||
2002-09-18 | Re-ordered all the options to be more logically structured. Hopefully this | Daniel Stenberg | |
will make this page more readable and easy to find things in! | |||
2002-09-16 | a follow-up fix to the previous fix for HTTP servers that don't reply *any* | Daniel Stenberg | |
headers at all | |||
2002-09-13 | better deal with HTTP(S) servers that respond with no headers at all, test | Daniel Stenberg | |
case 306 added to verify that we do right | |||
2002-09-13 | clarified what CURLOPT_MAXCONNECTS actually do | Daniel Stenberg | |
2002-09-13 | 306 added | Daniel Stenberg | |
2002-09-13 | request a page from HTTPS but get no headers | Daniel Stenberg | |
2002-09-11 | recent fixes | Daniel Stenberg | |
2002-09-11 | Lukasz Czekierda correctly pointed out that curl used a bad Host: header | Daniel Stenberg | |
when talking to a IPv6-server using IPv6 IP address only. | |||
2002-09-11 | ignore html files here | Daniel Stenberg | |
2002-09-11 | added more recent return codes | Daniel Stenberg | |
2002-09-11 | filled in the -k text too | Daniel Stenberg | |
2002-09-11 | added -k for 7.10, added some more details on -y based on comments from | Daniel Stenberg | |
Kingsley Morse | |||
2002-09-09 | we are MIT-only | Daniel Stenberg | |
2002-09-09 | minor indent change | Daniel Stenberg | |
2002-09-09 | remove redundant comment | Daniel Stenberg | |
2002-09-09 | configure --disable-http is not properly working | Daniel Stenberg | |
2002-09-09 | Ricardo Cadime helped us work out another check for the ## preprocessor | Daniel Stenberg | |
directive. | |||
2002-09-07 | Added ZLIB switch for activation of content encoding in Makefile.m32 | Joern Hartroth | |
2002-09-07 | Added zlib Library. | Joern Hartroth | |
2002-09-06 | Added content_encoding files. | Joern Hartroth | |