Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-22 | Better Digest stuff | Daniel Stenberg | |
2003-05-22 | Added CURLOPT_HTTPDIGEST support | Daniel Stenberg | |
SOCKS5 fix as suggested by Jis in bugreport #741841. | |||
2003-05-22 | Document the <dataNUM> thing we use, | Daniel Stenberg | |
2003-05-22 | Digest support added | Daniel Stenberg | |
2003-05-22 | Digest testing added | Daniel Stenberg | |
2003-05-22 | proper header added | Daniel Stenberg | |
2003-05-22 | hush the compiler | Daniel Stenberg | |
2003-05-22 | Initial Digest support. At least partly working. | Daniel Stenberg | |
2003-05-21 | David Balazic pointed out the lack of checks for a valid %XX code when | Daniel Stenberg | |
we unescape a string. We now check and decode only valid %XX strings. | |||
2003-05-21 | fix the makefile in packages/DOS too | Daniel Stenberg | |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |
2003-05-21 | Gisle Vanem's fix to make the 'curl -M' output nicer | Daniel Stenberg | |
2003-05-20 | missing semicolon, by Gisle Vanem | Daniel Stenberg | |
2003-05-20 | Gisle Vanem's code for not trusting h_aliases to always be non-NULL | Daniel Stenberg | |
2003-05-20 | Remind about the gpg command lines | Daniel Stenberg | |
2003-05-19 | support user name and password in proxy environment variables | Daniel Stenberg | |
2003-05-19 | the proxy environment variables now may contain user name and password | Daniel Stenberg | |
2003-05-19 | remove debug output | Daniel Stenberg | |
2003-05-19 | setenv support added to allow test cases to require a set of environment | Daniel Stenberg | |
variables | |||
2003-05-19 | 7.10.5 commit | Daniel Stenberg | |
2003-05-16 | known AIX ipv6 problems | Daniel Stenberg | |
2003-05-15 | Skip any preceeding dots from the domain name of cookies when we keep them | Daniel 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-15 | change the order of the in_addr_t tests, so that 'unsigned long' is tested | Daniel Stenberg | |
for first, as it seems to be what many systems use | |||
2003-05-15 | 1. George Comninos' progress meter fix | Daniel Stenberg | |
2. I also added the pre-releases and dates to the log | |||
2003-05-14 | documented CURLOPT_FTP_USE_EPRT | Daniel Stenberg | |
2003-05-14 | George Comninos provided a fix that calls the progress meter when waiting | Daniel Stenberg | |
for FTP command responses take >1 second. | |||
2003-05-13 | Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup | Daniel Stenberg | |
the define accordingly in the hostip.h header to work nicely all over. | |||
2003-05-13 | before using if2ip(), check if the address is an ip address and skip it if | Daniel Stenberg | |
it is. | |||
2003-05-13 | libtool 1.4.2 is enough | Daniel Stenberg | |
2003-05-13 | fix comment | Daniel Stenberg | |
2003-05-12 | before checking for network interfaces using if2ip(), check that the given | Daniel Stenberg | |
name isn't an ip address | |||
2003-05-12 | no more complaining when I have 1.5 and it tests for 1.4.2 | Daniel Stenberg | |
2003-05-12 | fixes from the last week+ | Daniel Stenberg | |
2003-05-12 | Dan F clarified the CURLOPT_ENCODING description after his changes to | Daniel Stenberg | |
allow "" to enable all support formats. | |||
2003-05-12 | Dan Fandrich added --compressed docu | Daniel Stenberg | |
2003-05-12 | setting ENCODING to "" means enable-all-you-support | Daniel Stenberg | |
2003-05-12 | Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if | Daniel Stenberg | |
set to "". This frees the application from having to know which encodings the library supports. | |||
2003-05-12 | Dan Fandrich lowered the libtool requirement | Daniel Stenberg | |
2003-05-12 | when we have accepted the server's connection in a PORT sequence, we set | Daniel Stenberg | |
the new socket to non-blocking | |||
2003-05-12 | avoid the write loop | Daniel Stenberg | |
2003-05-12 | incoming proxy headers shall be sent to the debug function has HEADERs not | Daniel Stenberg | |
DATA | |||
2003-05-09 | oops, run libtoolize as the first tool | Daniel Stenberg | |
2003-05-09 | run libtoolize too | Daniel Stenberg | |
2003-05-09 | run libtoolize to generate these files | Daniel Stenberg | |
2003-05-09 | CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | |
2003-05-09 | --disable-eprt added | Daniel Stenberg | |
2003-05-09 | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | |
2003-05-09 | AIX wants sys/select.h | Daniel Stenberg | |
2003-05-09 | clarify on the curl name issue and that there may be other libcurl-based | Daniel Stenberg | |
tools that provide GUI | |||
2003-05-06 | Kevin Delafield reported another case where we didn't correctly check for | Daniel Stenberg | |
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as well now. |