21fc402c | 22-Apr-2002 |
Daniel Stenberg |
Jacky Lam's adjust resolve-buffer size patch applied. Slightly edited by Daniel. |
381f7775 | 19-Apr-2002 |
Daniel Stenberg |
pack_hostent does not handle 64 bit pointers correctly. A Bj�rn Reese patch. |
a386562d | 17-Apr-2002 |
Sterling Hughes |
Prune old hostcache entries with each call... This can be optimized a tidbit, but this is a start. |
2bc84fb1 | 17-Apr-2002 |
Daniel Stenberg |
Dirk Manske's two new infos |
08f8917a | 17-Apr-2002 |
Daniel Stenberg |
Dirk Manske's fix for HTTP response code 301, that now behaves more like browsers do. Which thus *breaks* the RFC 2616... |
62d205a2 | 16-Apr-2002 |
Daniel Stenberg |
Dirk Manske brought the patch that introduces two new CURLINFO_* values: CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. |
29e873b1 | 15-Apr-2002 |
Daniel Stenberg |
Jonatan Lander fixed the "Disables POST, goes with GET" output to be more connected with reality! ;-) |
95f78080 | 15-Apr-2002 |
Daniel Stenberg |
This makes formposting with a specified file missing fail. curl_easy_perform will then return CURLE_READ_ERROR. |
9549cfde | 15-Apr-2002 |
Daniel Stenberg |
7.9.6 commit |
2361aabb | 14-Apr-2002 |
Daniel Stenberg |
Dirk Manske made libcurl strip off white spaces from the beginning of cookie contents. |
e0cc8d2c | 14-Apr-2002 |
Daniel Stenberg |
check for _MSC_VER as well as __STDC__ when deciding to use the ## operator or not |
53c0e971 | 14-Apr-2002 |
Daniel Stenberg |
removed unused variable |
bb44791b | 13-Apr-2002 |
Sterling Hughes |
Add protos and change return value of curl_hash_count.... |
9ebcfe9d | 12-Apr-2002 |
Sterling Hughes |
Speed up the hash code considerably, removing a bunch of legacy crud |
f339bf61 | 12-Apr-2002 |
Daniel Stenberg |
cut off an old section |
b00c5981 | 12-Apr-2002 |
Daniel Stenberg |
http_proxy must be lower case |
a0091811 | 12-Apr-2002 |
Daniel Stenberg |
7.9.6-pre5 |
d26c3183 | 12-Apr-2002 |
Daniel Stenberg |
explain all mailing lists better |
eb877050 | 12-Apr-2002 |
Daniel Stenberg |
added libcurl-errors |
c06171a8 | 12-Apr-2002 |
Daniel Stenberg |
store TIMER_CONNECT even if the connect failed |
5528c1ea | 12-Apr-2002 |
Daniel Stenberg |
corrected the verbose output for connects and fixed the connect time stamp better for FTP (any protocol with protocol-specific connect actions) |
93516eff | 12-Apr-2002 |
Daniel Stenberg |
the HTTP request is a CURLINFO_HEADER_OUT |
38e518c7 | 12-Apr-2002 |
Daniel Stenberg |
Jean-Philippe Barrette-LaPierre's patch applied |
3f6133be | 12-Apr-2002 |
Daniel Stenberg |
Jean-Philippe Barrette-LaPierre provided his patch that introduces CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. |
c3bfb355 | 12-Apr-2002 |
Daniel Stenberg |
error codes *ARE* documented now |