aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-27Rudy Koento experienced problems with curl's recent habit of POSTing data inDaniel Stenberg
two separate send() calls, first the headers and then the data. I've now made a fix that for static and known content that isn't to be chunked-encoded, everything is now sent in one single system call again. This is also better for network performance reasons.
2003-05-27runs on DOS nowDaniel Stenberg
2003-05-27include file flaw and yet another socks5-fixDaniel Stenberg
2003-05-27Another socks5-fix. Make sure that when we use a socks-proxy, it is not theDaniel Stenberg
same as using a httpproxy so we must make sure to better check for http proxies before we do HTTP proxy stuff. This included authorization and URI usage in the request etc.
2003-05-27CURLOPT_HTTPDIGEST is addedDaniel Stenberg
2003-05-26languageDaniel Stenberg
2003-05-26ftp ASCII transfers in general need fixingDaniel Stenberg
2003-05-26Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so weDaniel Stenberg
make an adjustment to catch this.
2003-05-23even moreDaniel Stenberg
2003-05-23Ricardo Cadime found a socket leak when listing directories withoutDaniel Stenberg
contents. Test cases 144 and 145 were added to verify the fix. Now we deal with return code 450 properly and other codes also do proper cleanup.
2003-05-23more ftp testing using NLST and no contents and bad return codeDaniel Stenberg
2003-05-23Rudy Koento's problem fixed, test case 66 verifies this.Daniel Stenberg
2003-05-23test 66 returns one line of data with no header (HTTP)Daniel Stenberg
2003-05-23--digest added, --compressed rephrasedDaniel Stenberg
2003-05-23include digest.h for protoDaniel Stenberg
2003-05-23DJGPP fix by Gisle VanemDaniel Stenberg
2003-05-22more more moreDaniel Stenberg
2003-05-22warning-free is betterDaniel Stenberg
2003-05-22Introducing --digestDaniel Stenberg
2003-05-22Better Digest stuffDaniel Stenberg
2003-05-22Added CURLOPT_HTTPDIGEST supportDaniel Stenberg
SOCKS5 fix as suggested by Jis in bugreport #741841.
2003-05-22Document the <dataNUM> thing we use,Daniel Stenberg
2003-05-22Digest support addedDaniel Stenberg
2003-05-22Digest testing addedDaniel Stenberg
2003-05-22proper header addedDaniel Stenberg
2003-05-22hush the compilerDaniel Stenberg
2003-05-22Initial Digest support. At least partly working.Daniel Stenberg
2003-05-21David Balazic pointed out the lack of checks for a valid %XX code whenDaniel Stenberg
we unescape a string. We now check and decode only valid %XX strings.
2003-05-21fix the makefile in packages/DOS tooDaniel Stenberg
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