dafd8117 | 30-Jul-2002 |
Daniel Stenberg |
When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it! |
99dfdebc | 29-Jul-2002 |
Daniel Stenberg |
check for sys/poll.h |
c1cfdd63 | 29-Jul-2002 |
Daniel Stenberg |
passwords and cookies |
264a9bc6 | 29-Jul-2002 |
Daniel Stenberg |
Removed checks for if set.fpasswd is NULL, as we prevent users from setting it to NULL and then use the internal default instead. It will always be a function to call. |
f79f5cbf | 29-Jul-2002 |
Daniel Stenberg |
Setting PASSWDFUNCTION to NULL will set back the internal function as password function. |
7313501e | 29-Jul-2002 |
Daniel Stenberg |
fixed the Curl_cookie_add() invoke to not assume a space after the colon |
d8b2c819 | 29-Jul-2002 |
Daniel Stenberg |
properly skip white spaces on Set-Cookie: header lines |
69f6d14b | 29-Jul-2002 |
Daniel Stenberg |
extended and improved cookie testing |
9f3856e6 | 29-Jul-2002 |
Daniel Stenberg |
HAVE_SETVBUF fixed |
a46e2e99 | 29-Jul-2002 |
Daniel Stenberg |
link with winmm.lib too |
14f0dd2d | 29-Jul-2002 |
Daniel Stenberg |
use stderr to present the prompt to, make sure to close the fopen()ed file handle |
c051438f | 29-Jul-2002 |
Daniel Stenberg |
Added multi.[co] to the build |
52e32ac1 | 28-Jul-2002 |
Daniel Stenberg |
added HAVE_SETVBUF |
7f8ad34b | 26-Jun-2002 |
Daniel Stenberg |
Glen Nakamura made his fix look even better! |
a9c03024 | 26-Jun-2002 |
Daniel Stenberg |
Glen Nakamura's patch applied |
a33e89b4 | 26-Jun-2002 |
Daniel Stenberg |
Glen Nakamura's patch for Curl_getaddrinfo(). |
e203eceb | 26-Jun-2002 |
Daniel Stenberg |
since 7.9.8 |
2f8e7f56 | 26-Jun-2002 |
Daniel Stenberg |
ignore '+' in URLs, generate only %-codes |
2443e1f3 | 26-Jun-2002 |
Daniel Stenberg |
T. Bharath fixed his mm lib timer resolution fix |
eb164098 | 25-Jun-2002 |
Daniel Stenberg |
added HISTORY for newbies ;-) |
62527fa9 | 24-Jun-2002 |
Daniel Stenberg |
corrected to match reality better |
b9f8e80b | 19-Jun-2002 |
Daniel Stenberg |
removed the php/examples reference as that dir is not in the archives |
b79e250e | 19-Jun-2002 |
Daniel Stenberg |
simplified the compile line even more |
fc5c9d8f | 19-Jun-2002 |
Daniel Stenberg |
simplepost.c shows a simple POST ;-) |
72d57a8e | 15-Jun-2002 |
Daniel Stenberg |
removed extra / in help text |