45be6d66 | 30-Sep-2004 |
Daniel Stenberg |
killed trailing whitespace |
d4db35c1 | 30-Sep-2004 |
Daniel Stenberg |
G�nter Knauf and Casey O'Donnell worked out an extra #if condition for the curl/multi.h header to work better in winsock-using apps. |
94c6a5ee | 30-Sep-2004 |
Daniel Stenberg |
Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain
Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.)
show more ...
|
35292e79 | 30-Sep-2004 |
Daniel Stenberg |
--max-redirs is _not_ -Z |
c2043a7f | 30-Sep-2004 |
Daniel Stenberg |
48 - Harshal Pradhan's isspace() fix for 8bit cookie content |
e752588e | 30-Sep-2004 |
Daniel Stenberg |
issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layer |
8f30dbd4 | 30-Sep-2004 |
Daniel Stenberg |
fix the multi.h too |
29eb80db | 30-Sep-2004 |
Daniel Stenberg |
added issue 45 "Chris' suspected race condition in the windows threaded resolver" |
6cf6f9a2 | 30-Sep-2004 |
Daniel Stenberg |
added five things I want fixed before the next release |
6af6a2bb | 29-Sep-2004 |
Daniel Stenberg |
Fixed an error message: we use CWD, we don't cd into dirs with FTP |
2576ac1c | 28-Sep-2004 |
Daniel Stenberg |
Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly enable the progress meter. |
bfeea8e6 | 28-Sep-2004 |
Daniel Stenberg |
- Henrik Stoerner fix: got a report that Tru64 Unix (the unix from Digital when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for other OSes. He made c-ares check for
- Henrik Stoerner fix: got a report that Tru64 Unix (the unix from Digital when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for other OSes. He made c-ares check for and understand it if present. - Now c-ares will use local host name lookup _before_ DNS resolving by default if nothing else is told.
show more ...
|
2f89f231 | 28-Sep-2004 |
Daniel Stenberg |
recent stuff |
75e5967a | 28-Sep-2004 |
Daniel Stenberg |
made pkg-config not get used if a path is given with --with-ssl |
10036281 | 28-Sep-2004 |
Daniel Stenberg |
Only active the engine code if ssl is enabled. This is how the actual engine member in the struct is used. |
3451e888 | 26-Sep-2004 |
Daniel Stenberg |
- Henrik Stoerner: found out that C-ARES does not look at the /etc/host.conf file to determine the sequence in which to search /etc/hosts and DNS. So on systems where this order is defin
- Henrik Stoerner: found out that C-ARES does not look at the /etc/host.conf 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.
show more ...
|
12dc142a | 26-Sep-2004 |
Daniel Stenberg |
Dominick Meglio host file path discovery patch for windows |
cb806708 | 26-Sep-2004 |
Daniel Stenberg |
Ben Greear's minor fix to build (better) with cross-compiled(?) mingw |
c1896871 | 25-Sep-2004 |
Daniel Stenberg |
allow setting CURLOPT_SSLENGINE to NULL even if no SSL engine is supported |
595016d3 | 22-Sep-2004 |
Daniel Stenberg |
Dan Fandrich patched three tests |
23550fe5 | 22-Sep-2004 |
Daniel Stenberg |
Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on it resolving nicely |
8420de97 | 22-Sep-2004 |
Daniel Stenberg |
Jean-Claude Chauve is a friend! |
17f8f32b | 22-Sep-2004 |
Daniel Stenberg |
typo |
7676f402 | 22-Sep-2004 |
Daniel Stenberg |
jean-claude Chauve fixed an LDAP bug |
2de62cb0 | 20-Sep-2004 |
Daniel Stenberg |
less long => int implicit conversion warnings |