aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg
2003-05-21Gisle Vanem's fix to make the 'curl -M' output nicerDaniel Stenberg
2003-05-20missing semicolon, by Gisle VanemDaniel Stenberg
2003-05-20Gisle Vanem's code for not trusting h_aliases to always be non-NULLDaniel Stenberg
2003-05-20Remind about the gpg command linesDaniel Stenberg
2003-05-19support user name and password in proxy environment variablesDaniel Stenberg
2003-05-19the proxy environment variables now may contain user name and passwordDaniel Stenberg
2003-05-19remove debug outputDaniel Stenberg
2003-05-19setenv support added to allow test cases to require a set of environmentDaniel Stenberg
variables
2003-05-197.10.5 commitDaniel Stenberg
2003-05-16known AIX ipv6 problemsDaniel Stenberg
2003-05-15Skip any preceeding dots from the domain name of cookies when we keep themDaniel Stenberg
in memory, only add it when we save the cookie. This makes all tailmatching and domain string matching internally a lot easier. This was also the reason for a remaining bug I introduced in my overhaul.
2003-05-15change the order of the in_addr_t tests, so that 'unsigned long' is testedDaniel Stenberg
for first, as it seems to be what many systems use
2003-05-151. George Comninos' progress meter fixDaniel Stenberg
2. I also added the pre-releases and dates to the log
2003-05-14documented CURLOPT_FTP_USE_EPRTDaniel Stenberg
2003-05-14George Comninos provided a fix that calls the progress meter when waitingDaniel Stenberg
for FTP command responses take >1 second.
2003-05-13Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setupDaniel Stenberg
the define accordingly in the hostip.h header to work nicely all over.
2003-05-13before using if2ip(), check if the address is an ip address and skip it ifDaniel Stenberg
it is.
2003-05-13libtool 1.4.2 is enoughDaniel Stenberg
2003-05-13fix commentDaniel Stenberg
2003-05-12before checking for network interfaces using if2ip(), check that the givenDaniel Stenberg
name isn't an ip address
2003-05-12no more complaining when I have 1.5 and it tests for 1.4.2Daniel Stenberg
2003-05-12fixes from the last week+Daniel Stenberg
2003-05-12Dan F clarified the CURLOPT_ENCODING description after his changes toDaniel Stenberg
allow "" to enable all support formats.
2003-05-12Dan Fandrich added --compressed docuDaniel Stenberg
2003-05-12setting ENCODING to "" means enable-all-you-supportDaniel Stenberg
2003-05-12 Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings ifDaniel Stenberg
set to "". This frees the application from having to know which encodings the library supports.
2003-05-12Dan Fandrich lowered the libtool requirementDaniel Stenberg
2003-05-12when we have accepted the server's connection in a PORT sequence, we setDaniel Stenberg
the new socket to non-blocking
2003-05-12avoid the write loopDaniel Stenberg
2003-05-12incoming proxy headers shall be sent to the debug function has HEADERs notDaniel Stenberg
DATA
2003-05-09oops, run libtoolize as the first toolDaniel Stenberg
2003-05-09run libtoolize tooDaniel Stenberg
2003-05-09run libtoolize to generate these filesDaniel Stenberg
2003-05-09CURLOPT_FTP_USE_EPRT addedDaniel Stenberg
2003-05-09--disable-eprt addedDaniel Stenberg
2003-05-09support for CURLOPT_FTP_USE_EPRT addedDaniel Stenberg
2003-05-09AIX wants sys/select.hDaniel Stenberg
2003-05-09clarify on the curl name issue and that there may be other libcurl-basedDaniel Stenberg
tools that provide GUI
2003-05-06 Kevin Delafield reported another case where we didn't correctly check forDaniel Stenberg
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as well now.
2003-05-05fixed the required tools' version numbersDaniel Stenberg
2003-05-04the writable argv check now should not exit when building a cross-compiledDaniel Stenberg
curl
2003-05-03put back the libtool test, now for 1.5Daniel Stenberg
require autoconf 2.57 require automake 1.7
2003-05-02If there is a custom Host: header specified, we use that host name toDaniel Stenberg
extract the correct set of cookies to send. This functionality is verified by test case 62.
2003-05-02send correct cookies when using a custom Host:Daniel Stenberg
2003-05-02fixed the format slightlyDaniel Stenberg
2003-05-01corrected a comment about gzip not being supportedDaniel Stenberg
2003-05-01FTP URL with type=aDaniel Stenberg
2003-05-01Andy Cedilnik fixed some compiler warningsDaniel Stenberg
2003-05-01ourerrno became Curl_ourerrno() and is now available to all libcurlDaniel Stenberg