d321056e | 04-May-2002 |
Daniel Stenberg |
made VERBOSE output more like it used to be, HEADER_IN is thus also ignored by the internal debugfunction callback |
d9a1a59f | 03-May-2002 |
Daniel Stenberg |
CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggest sized buffer that may be passed to a write callback |
0b898b5a | 03-May-2002 |
Daniel Stenberg |
fixed return code |
a9e0885b | 03-May-2002 |
Daniel Stenberg |
another week of changes |
57ff28c9 | 03-May-2002 |
Daniel Stenberg |
- Added "--trace [file]" to the command line tool. It makes a very detailed trace dump get stored, with a full protocol dump that includes all received and transmitted data. This could be
- Added "--trace [file]" to the command line tool. It makes a very detailed trace dump get stored, with a full protocol dump that includes all received and transmitted data. This could be a very effective tool for debugging what goes wrong. This dump includes every byte the way it is sent to/received from the server. The dump is the plain-text version, so SSL transfers will still be readable.
show more ...
|
86cc34c0 | 03-May-2002 |
Daniel Stenberg |
made the DEBUGFUNCTION get called properly on a few more places, especially for DATA_IN and DATA_OUT. |
39028f1b | 03-May-2002 |
Daniel Stenberg |
make sure our own printf() clones are used |
71f4c056 | 03-May-2002 |
Daniel Stenberg |
-D now stores all headers to the same file if multiple URLs are given on the command line! |
9ef97979 | 02-May-2002 |
Daniel Stenberg |
clarified that you must keep the variables that you point to! |
ab9374de | 02-May-2002 |
Daniel Stenberg |
spell |
913e9970 | 02-May-2002 |
Daniel Stenberg |
use and set the fd_set pointers instead of the actual values, as then we work properly with the multi interface when the user has provided the fd_sets! |
8e50d6b6 | 02-May-2002 |
Daniel Stenberg |
added two pointers to the fd_set variables to read/write from, as sometimes we need to point to user-provided fd_sets |
2db0744a | 02-May-2002 |
Daniel Stenberg |
return CURLM_CALL_MULTI_PERFORM in one more case, and check return code from malloc() |
2de00283 | 02-May-2002 |
Daniel Stenberg |
make sure the dns cache pointers in the easy handles are NULLed |
35d04c53 | 02-May-2002 |
Daniel Stenberg |
Hanno Kranzhoff noticed we didn't properly reset the download/upload counters before transfers, when doing multiple ones on the same handle. |
b1becd0e | 01-May-2002 |
Daniel Stenberg |
Jacky Lam's fix to make the realloc() of the hostent data work properly even when the realloc() actually gets a new memory block |
bd9650bc | 30-Apr-2002 |
Daniel Stenberg |
how to set more than one cookie |
969a25d1 | 27-Apr-2002 |
Daniel Stenberg |
implemented curl_multi_info_read() which I had forgotten before! |
f144f77b | 27-Apr-2002 |
Daniel Stenberg |
updated some docs |
abea1f89 | 27-Apr-2002 |
Daniel Stenberg |
clarified |
8eaa7fec | 27-Apr-2002 |
Daniel Stenberg |
one added, one edited |
fdace647 | 27-Apr-2002 |
Daniel Stenberg |
shorter introduction |
d7531c18 | 27-Apr-2002 |
Daniel Stenberg |
updated |
ef3f9787 | 27-Apr-2002 |
Daniel Stenberg |
Added BINDINGS, lists all available libcurl bindings as of this date. |
e410860e | 27-Apr-2002 |
Daniel Stenberg |
fixes on rainy saturday in the end of April, 2002 |