Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-11 | Added parsedate.[ch] | Daniel Stenberg | |
2004-09-11 | mention more friends | Daniel Stenberg | |
2004-09-11 | Minor adjustment needed for the new date parser to succeed. ifdef'ed out | Daniel Stenberg | |
for now. | |||
2004-09-11 | more docs and fixed the delta compared to GMT that prevented test case 141 to | Daniel Stenberg | |
work with this | |||
2004-09-11 | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg | |
2. adjusted date strings to upcoming date parser rewrite | |||
2004-09-11 | slightly better but still lacks | Daniel Stenberg | |
2004-09-11 | getdate replacement code. smaller, slicker, faster. | Daniel Stenberg | |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg | |
2004-09-10 | minor indent change | Daniel Stenberg | |
2004-09-10 | up to date with recent changes | Daniel Stenberg | |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg | |
replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with two Host: headers. Now, curl checks if the location is on the same host as the initial request and then continues to replace the Host: header. And when it moves to another host, it doesn't replace the Host: header but it also doesn't make the second Host: header get used in the request. This change is verified by the two new test cases 184 and 185. | |||
2004-09-09 | curl --sync | Daniel Stenberg | |
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | |
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script. | |||
2004-09-03 | fixed nasty warnings with gcc 3.3. | Gunter Knauf | |
2004-09-02 | clarify CURLE_SSL_CERTPROBLEM somewhat | Daniel Stenberg | |
2004-09-02 | improved error message when client cert return failure | Daniel Stenberg | |
2004-09-02 | use the correct struct name in the example | Daniel Stenberg | |
2004-09-01 | added more info on the nobody | Daniel Stenberg | |
2004-09-01 | minor edit of HTTPGET | Daniel Stenberg | |
2004-09-01 | fix formatting flaw | Daniel Stenberg | |
2004-08-31 | fix the return code for curl_multi_add_handle() | Daniel Stenberg | |
2004-08-31 | mention when the function was added to the lib | Daniel Stenberg | |
2004-08-30 | proxy connection close and so | Daniel Stenberg | |
2004-08-30 | proxy-connection close | Daniel Stenberg | |
2004-08-30 | removed issue 36 from this list, we don't know how to do it and no one has | Daniel Stenberg | |
stepped forward to help us. Let's postpone that fix. | |||
2004-08-30 | Make "Proxy-Connection: close" close the current proxy connection, as | Daniel Stenberg | |
Roman Koifman found out. | |||
2004-08-30 | getdate fix, adacurl release | Daniel Stenberg | |
2004-08-30 | mention Gisle's recent fixes | Daniel Stenberg | |
2004-08-29 | Removed ares_free_errmem.c from MSCV project files. | Gisle Vanem | |
Fixed line-endings to CR-LF. | |||
2004-08-27 | updated with minor edits | Daniel Stenberg | |
2004-08-27 | don't do SO_KEEPALIVE, we already have a finer grained method built-in | Daniel Stenberg | |
2004-08-26 | added some more details | Daniel Stenberg | |
2004-08-25 | getdate and new test cases from yday | Daniel Stenberg | |
2004-08-25 | not accurate anymore anyway | Daniel Stenberg | |
2004-08-25 | Frankie V's description on how to get a CA cert for a random site using | Daniel Stenberg | |
IE | |||
2004-08-24 | returned memory should not be freed | Daniel Stenberg | |
2004-08-24 | added test 183 to verify that we properly send good Host: headers when | Daniel Stenberg | |
getting multiple URLs over a single proxy connection | |||
2004-08-24 | Attempt to quick-fix the getdate problem by post-replacing the getdate.c | Daniel Stenberg | |
file after the bison/yacc process to add the fix Harshal Pradhan suggested. | |||
2004-08-24 | prevent files named ".nfs[something]" from being displayed when failing | Daniel Stenberg | |
2004-08-23 | updated in CVS, generated with a much newer bison version | Daniel Stenberg | |
2004-08-23 | Expect: 100-continue info added | Daniel Stenberg | |
2004-08-23 | added note about WRITEFUNCTION now being called with zero bytes if the file | Daniel Stenberg | |
to be transfered is empty | |||
2004-08-23 | verify that transferring a zero byte FTP file results in a zero byte local | Daniel Stenberg | |
file | |||
2004-08-23 | Provide support for "transferring" zero bytes FTP files and comparing that | Daniel Stenberg | |
the output file actually is zero bytes after the transfer. | |||
2004-08-23 | stripped trailing whitespace | Daniel Stenberg | |
2004-08-23 | lost of more into on how to tweak some headers | Daniel Stenberg | |
2004-08-23 | debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get | Daniel Stenberg | |
lots of fine info from a transfer | |||
2004-08-23 | added more header info for PUT and POST requests | Daniel Stenberg | |
2004-08-23 | Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and | Daniel Stenberg | |
PUTs even when told to use HTTP 1.0, which is not correct. | |||
2004-08-20 | More patches for Watt-32 on Win32; don't include "nameser.h". | Gisle Vanem | |