a00f9b09 | 12-May-2005 |
Daniel Stenberg |
spell |
5f538ce3 | 12-May-2005 |
Daniel Stenberg |
typecast to fix warning on 64bit systems |
ebcaa3d5 | 12-May-2005 |
Daniel Stenberg |
warn about bad -z syntax |
60e26199 | 11-May-2005 |
Daniel Stenberg |
MatrixSSL and yaSSL are two free libs we _could_ support |
11defd18 | 11-May-2005 |
Daniel Stenberg |
mention the select() error fix as well |
c82c1691 | 11-May-2005 |
Daniel Stenberg |
the new HTTP headers |
364562f2 | 11-May-2005 |
Daniel Stenberg |
removed duplicate |
5d9fc28f | 11-May-2005 |
Daniel Stenberg |
Modified the default HTTP headers used by libcurl: A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request ov
Modified the default HTTP headers used by libcurl: A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive"
show more ...
|
e5ec5c28 | 11-May-2005 |
Daniel Stenberg |
prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't exist |
a90e33ad | 10-May-2005 |
Daniel Stenberg |
Hm, this doesn't feel right. The error bits returned from Curl_select() can be returned at times when we want to ignore them. Test case 160 fails on Linux, so I modify the comparison to check
Hm, this doesn't feel right. The error bits returned from Curl_select() can be returned at times when we want to ignore them. Test case 160 fails on Linux, so I modify the comparison to check for _only_ the error bit set...
show more ...
|
62ab21ce | 10-May-2005 |
Daniel Stenberg |
me stupid, errno is not set for mere select()-exceptions |
cc8e8db1 | 10-May-2005 |
Daniel Stenberg |
include protos to fix warnings |
b19cba20 | 10-May-2005 |
Daniel Stenberg |
If Curl_select() returns with the error bit set, bail out. |
315a9c95 | 10-May-2005 |
Daniel Stenberg |
prevent 64bit warnings |
e010ac97 | 10-May-2005 |
Daniel Stenberg |
allow the ares/config.h display to fail |
e4c0a85d | 09-May-2005 |
Daniel Stenberg |
Jeremy Brown's OpenSSL thread-locking example |
d3e4cdd5 | 09-May-2005 |
Daniel Stenberg |
new counter |
763b812d | 09-May-2005 |
Daniel Stenberg |
Jamie Lokier added. And I now recounted the amount better: 437 named as of now. |
3269dfb4 | 09-May-2005 |
Daniel Stenberg |
update the "PORTS" section a little |
e816bd25 | 09-May-2005 |
Daniel Stenberg |
add multi-thread details for GnuTLS |
a295408e | 09-May-2005 |
Daniel Stenberg |
new mirror, added amount of contributors |
42a34c7c | 09-May-2005 |
Daniel Stenberg |
Jeff is short for Jeffrey |
9a727519 | 09-May-2005 |
Daniel Stenberg |
updated with the current RELEASE-NOTES names |
314e6fa8 | 09-May-2005 |
Daniel Stenberg |
I decided to make this list more complete. I took the 5-year anniversary list from 2003 and added all names from all release notes in the CVS (there is a slight gap though). I removed names w
I decided to make this list more complete. I took the 5-year anniversary list from 2003 and added all names from all release notes in the CVS (there is a slight gap though). I removed names with only first names (Like "Chris" and "Ralph") , as that won't make anyone happy and we might list their full names as well anyway. This list is now intended to include _all_ people that contribute: big or small. 389 names at the time of this commit.
show more ...
|
b2b66f74 | 09-May-2005 |
Daniel Stenberg |
no need to display src/config.h anymore since it is a duplicate of lib/config.h but we could use having a look at ares/config.h when that is used |