Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-26 | - Henrik Stoerner: found out that C-ARES does not look at the /etc/host.conf | Daniel Stenberg | |
file to determine the sequence in which to search /etc/hosts and DNS. So on systems where this order is defined by /etc/host.conf instead of a "lookup" entry in /etc/resolv.conf, C-ARES will always default to looking in DNS first, and /etc/hosts second. c-ares now looks at 1) resolv.conf (for the "lookup" line); 2) nsswitch.fon (for the "hosts:" line); 3) host.conf (for the "order" line). First match wins. | |||
2004-09-26 | Dominick Meglio host file path discovery patch for windows | Daniel Stenberg | |
2004-09-26 | Ben Greear's minor fix to build (better) with cross-compiled(?) mingw | Daniel Stenberg | |
2004-09-25 | allow setting CURLOPT_SSLENGINE to NULL even if no SSL engine is supported | Daniel Stenberg | |
2004-09-22 | Dan Fandrich patched three tests | Daniel Stenberg | |
2004-09-22 | Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on | Daniel Stenberg | |
it resolving nicely | |||
2004-09-22 | Jean-Claude Chauve is a friend! | Daniel Stenberg | |
2004-09-22 | typo | Daniel Stenberg | |
2004-09-22 | jean-claude Chauve fixed an LDAP bug | Daniel Stenberg | |
2004-09-20 | less long => int implicit conversion warnings | Daniel Stenberg | |
2004-09-19 | removed getdate.c hack. | Gunter Knauf | |
2004-09-19 | added URL to the exception paragraph in the GPL FAQ | Daniel Stenberg | |
2004-09-19 | the error message fix for failed connects | Daniel Stenberg | |
2004-09-19 | kill trailing whitespace and clarify a few errors | Daniel Stenberg | |
2004-09-19 | set an error message when connection fails | Daniel Stenberg | |
2004-09-17 | Location:-follow problem | Daniel Stenberg | |
2004-09-16 | one more option, one more friend | Daniel Stenberg | |
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg | |
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg | |
2004-09-16 | Bertrand Demiddelaer's correction | Daniel Stenberg | |
2004-09-16 | ftp-ssl mistake corrected | Daniel Stenberg | |
2004-09-15 | no more getdate.c to care about | Daniel Stenberg | |
2004-09-15 | fixed to use the new file. Can we make this use Makefile.inc somehow? | Daniel Stenberg | |
2004-09-15 | the new date parser affects -z | Daniel Stenberg | |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg | |
2004-09-14 | ignore more | Daniel Stenberg | |
2004-09-13 | and moved back the month array to a static one since the ftp code won't need | Daniel Stenberg | |
it anymore | |||
2004-09-13 | removed this file again, we only provide a single public function and that | Daniel Stenberg | |
is already in the public header file | |||
2004-09-13 | no longer includes getdate.h, there's no need for it | Daniel Stenberg | |
2004-09-13 | getdate.h is not required to include, it adds nothing new | Daniel Stenberg | |
2004-09-13 | revert the change for the new date parser, as the new one can deal with | Daniel Stenberg | |
the old format now | |||
2004-09-13 | support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code | Daniel Stenberg | |
I was previously #ifdef'ing to a different look when this parser is used | |||
2004-09-13 | added more examples/docs in the top comment | Daniel Stenberg | |
2004-09-13 | Since many users probably already use local time strings as input, I now | Daniel Stenberg | |
made it deal with named time zones as well as mail-style +0200 ones. Seems to work fine. I'm comparing with GNU date command: date -d [date] -u +%s | |||
2004-09-12 | describes how you can extract the CA cert from a site using the openssl tool | Daniel Stenberg | |
2004-09-11 | Added parsedate.[ch] | Daniel Stenberg | |
2004-09-11 | mention more friends | Daniel Stenberg | |
2004-09-11 | Minor adjustment needed for the new date parser to succeed. ifdef'ed out | Daniel Stenberg | |
for now. | |||
2004-09-11 | more docs and fixed the delta compared to GMT that prevented test case 141 to | Daniel Stenberg | |
work with this | |||
2004-09-11 | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg | |
2. adjusted date strings to upcoming date parser rewrite | |||
2004-09-11 | slightly better but still lacks | Daniel Stenberg | |
2004-09-11 | getdate replacement code. smaller, slicker, faster. | Daniel Stenberg | |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg | |
2004-09-10 | minor indent change | Daniel Stenberg | |
2004-09-10 | up to date with recent changes | Daniel Stenberg | |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg | |
replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with two Host: headers. Now, curl checks if the location is on the same host as the initial request and then continues to replace the Host: header. And when it moves to another host, it doesn't replace the Host: header but it also doesn't make the second Host: header get used in the request. This change is verified by the two new test cases 184 and 185. | |||
2004-09-09 | curl --sync | Daniel Stenberg | |
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | |
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script. | |||
2004-09-03 | fixed nasty warnings with gcc 3.3. | Gunter Knauf | |
2004-09-02 | clarify CURLE_SSL_CERTPROBLEM somewhat | Daniel Stenberg | |