96efa990 | 11-Sep-2004 |
Daniel Stenberg |
Added parsedate.[ch] |
4e0aee94 | 11-Sep-2004 |
Daniel Stenberg |
mention more friends |
27d509cf | 11-Sep-2004 |
Daniel Stenberg |
Minor adjustment needed for the new date parser to succeed. ifdef'ed out for now. |
ade8e47a | 11-Sep-2004 |
Daniel Stenberg |
more docs and fixed the delta compared to GMT that prevented test case 141 to work with this |
ca52c963 | 11-Sep-2004 |
Daniel Stenberg |
1. cookie expire-strings MUST use GMT timezones 2. adjusted date strings to upcoming date parser rewrite |
17acdb5a | 11-Sep-2004 |
Daniel Stenberg |
slightly better but still lacks |
f6433211 | 11-Sep-2004 |
Daniel Stenberg |
getdate replacement code. smaller, slicker, faster. |
0ec4c66f | 10-Sep-2004 |
Daniel Stenberg |
fixed -F to support setting type= even on parts that aren't file-uploads |
1faa9d6f | 10-Sep-2004 |
Daniel Stenberg |
minor indent change |
23d64e72 | 10-Sep-2004 |
Daniel Stenberg |
up to date with recent changes |
b8b56248 | 10-Sep-2004 |
Daniel Stenberg |
- Bug report #1025986. When following a Location: with a custom Host: header replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following
- Bug report #1025986. When following a Location: with a custom Host: header 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.
show more ...
|
33929117 | 09-Sep-2004 |
Daniel Stenberg |
curl --sync |
2b1673c9 | 08-Sep-2004 |
Daniel Stenberg |
Now the test servers and test cases can run on a custom port number. There's no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no
Now the test servers and test cases can run on a custom port number. There's 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.
show more ...
|
702f549a | 03-Sep-2004 |
Gunter Knauf |
fixed nasty warnings with gcc 3.3. |
428741d7 | 02-Sep-2004 |
Daniel Stenberg |
clarify CURLE_SSL_CERTPROBLEM somewhat |
6fa624cf | 02-Sep-2004 |
Daniel Stenberg |
improved error message when client cert return failure |
5f60188b | 02-Sep-2004 |
Daniel Stenberg |
use the correct struct name in the example |
75a6fdeb | 01-Sep-2004 |
Daniel Stenberg |
added more info on the nobody |
5f3fa920 | 01-Sep-2004 |
Daniel Stenberg |
minor edit of HTTPGET |
66077ae4 | 01-Sep-2004 |
Daniel Stenberg |
fix formatting flaw |
92637303 | 31-Aug-2004 |
Daniel Stenberg |
fix the return code for curl_multi_add_handle() |
811dfd71 | 31-Aug-2004 |
Daniel Stenberg |
mention when the function was added to the lib |
b08dc2ca | 30-Aug-2004 |
Daniel Stenberg |
proxy connection close and so |
f7c5a097 | 30-Aug-2004 |
Daniel Stenberg |
proxy-connection close |
5eb3102c | 30-Aug-2004 |
Daniel Stenberg |
removed issue 36 from this list, we don't know how to do it and no one has stepped forward to help us. Let's postpone that fix. |