Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-01 | someone should hit me | Daniel Stenberg | |
2004-10-01 | Aleksandar Milivojevic reported a problem in the Redhat bugzilla (see | Daniel Stenberg | |
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134133) and not to anyone involved in the curl project! This happens when you try to curl a file from a proftpd site using SSL. It seems proftpd sends a somewhat unorthodox PASS response code (232 instead of 230). I relaxed the response code check to deal with this and similar cases. | |||
2004-10-01 | fixed the basename() replacement, reported by Gisle | Daniel Stenberg | |
2004-10-01 | mention when this option was added | Daniel Stenberg | |
2004-10-01 | reflect the last few changes | Daniel Stenberg | |
2004-10-01 | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | |
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths. | |||
2004-09-30 | - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an | Daniel Stenberg | |
app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this. | |||
2004-09-30 | killed trailing whitespace | Daniel Stenberg | |
2004-09-30 | Günter Knauf and Casey O'Donnell worked out an extra #if condition for the | Daniel Stenberg | |
curl/multi.h header to work better in winsock-using apps. | |||
2004-09-30 | Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by | Daniel Stenberg | |
properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.) | |||
2004-09-30 | --max-redirs is _not_ -Z | Daniel Stenberg | |
2004-09-30 | 48 - Harshal Pradhan's isspace() fix for 8bit cookie content | Daniel Stenberg | |
2004-09-30 | issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layer | Daniel Stenberg | |
2004-09-30 | fix the multi.h too | Daniel Stenberg | |
2004-09-30 | added issue 45 "Chris' suspected race condition in the windows threaded | Daniel Stenberg | |
resolver" | |||
2004-09-30 | added five things I want fixed before the next release | Daniel Stenberg | |
2004-09-29 | Fixed an error message: we use CWD, we don't cd into dirs with FTP | Daniel Stenberg | |
2004-09-28 | Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly | Daniel Stenberg | |
enable the progress meter. | |||
2004-09-28 | - Henrik Stoerner fix: got a report that Tru64 Unix (the unix from Digital | Daniel Stenberg | |
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. | |||
2004-09-28 | recent stuff | Daniel Stenberg | |
2004-09-28 | made pkg-config not get used if a path is given with --with-ssl | Daniel Stenberg | |
2004-09-28 | Only active the engine code if ssl is enabled. This is how the actual engine | Daniel Stenberg | |
member in the struct is used. | |||
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 |