12cfb4f7 | 22-Nov-2002 |
Daniel Stenberg |
this fix seems to make the '305 306' test case combination to run ok finally! |
9e1123de | 22-Nov-2002 |
Daniel Stenberg |
don't use curl.haxx.se |
c7354142 | 21-Nov-2002 |
Daniel Stenberg |
dead code removal |
dee84f44 | 21-Nov-2002 |
Daniel Stenberg |
new name, supports <textarea> and the <option> tags within <select> better |
16077116 | 20-Nov-2002 |
Daniel Stenberg |
4.12 Why do I get "certificate verify failed" ? |
8bca5e05 | 20-Nov-2002 |
Daniel Stenberg |
Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE for storage and retrieval of private data in the curl handle. |
f68505ee | 20-Nov-2002 |
Daniel Stenberg |
Karol Pietrzak pointed out that simply including the include dir in --cflags is not a good thing, as recent gccs for example complain if it is /usr/include Right now, we just output "" u
Karol Pietrzak pointed out that simply including the include dir in --cflags is not a good thing, as recent gccs for example complain if it is /usr/include Right now, we just output "" until we think of something better.
show more ...
|
d2174da6 | 18-Nov-2002 |
Daniel Stenberg |
7.10.2 |
255b1e68 | 18-Nov-2002 |
Daniel Stenberg |
as requested, CURLE_OPERATION_TIMEDOUT is now the same as CURLE_OPERATION_TIMEOUTED |
fbee6b87 | 15-Nov-2002 |
Daniel Stenberg |
fflush() the trace stream on each call |
3836a70f | 15-Nov-2002 |
Daniel Stenberg |
removed nroff mistake |
e0ec9fa2 | 15-Nov-2002 |
Daniel Stenberg |
no more dllinit.o usage |
80fe5059 | 15-Nov-2002 |
Daniel Stenberg |
recent fixes |
ae18d1c5 | 15-Nov-2002 |
Daniel Stenberg |
attempts to filter off optimize flags when --enable-debug is used |
75194373 | 14-Nov-2002 |
Daniel Stenberg |
language |
f3875048 | 14-Nov-2002 |
Daniel Stenberg |
clarified that strings need to be kept around until the handle is closed or until the pointers are set to another value |
210af986 | 13-Nov-2002 |
Daniel Stenberg |
dllinit.c is removed |
c03044f4 | 13-Nov-2002 |
Daniel Stenberg |
not used and we don't have permission to distribute this! |
522b85ae | 12-Nov-2002 |
Daniel Stenberg |
4.11 Why does my HTTP range requests return the full document? |
208e56db | 12-Nov-2002 |
Daniel Stenberg |
removed dllinit.c as MSVC doesn't need it |
42acb00c | 11-Nov-2002 |
Daniel Stenberg |
moved the bools in the connectdata struct into the substruct named ConnectBits where the other bools already are |
ca6e7708 | 11-Nov-2002 |
Daniel Stenberg |
The test for DNS cache entries left locked is now only built if AGGRESIVE_TEST is also defined, as an addition to MALLOCDEBUG. It doesn't work for multi interface usage and should only be use
The test for DNS cache entries left locked is now only built if AGGRESIVE_TEST is also defined, as an addition to MALLOCDEBUG. It doesn't work for multi interface usage and should only be used with careful consideration.
show more ...
|
77596800 | 11-Nov-2002 |
Daniel Stenberg |
changed header |
323d3e9b | 11-Nov-2002 |
Daniel Stenberg |
include SSLCERTS and not UPGRADE. We leave UPGRADE a while in CVS, but it should be removed soonish. |
16f9755e | 11-Nov-2002 |
Daniel Stenberg |
UPGRADE was renamed into this "SSLCERTS" |