Daniel Stenberg
9263652c6d
Fixes bug report #556930 - we need to make sure that the data is all right
...
after we've realloc() the packed hostent struct.
2002-05-17 07:49:28 +00:00
Daniel Stenberg
bc74375543
Added item 4.10 after talks with Russ Freeman
2002-05-15 21:40:29 +00:00
Daniel Stenberg
edb1756050
7.9.7 commit
2002-05-13 09:40:16 +00:00
Daniel Stenberg
5215f6f654
we don't need win32sockets.c anymore, we support this internally
2002-05-13 07:29:22 +00:00
Daniel Stenberg
1913b4eeed
fopen.c added, a fopen() style emulation for URL reading
2002-05-13 07:28:10 +00:00
Daniel Stenberg
b44a4da5df
Friday's fixes
2002-05-12 16:10:12 +00:00
Daniel Stenberg
919878fbb2
AIX 5.1
2002-05-10 16:01:24 +00:00
Daniel Stenberg
06bdf83419
Kein Roth made --trace-ascii look even better, and make OD 0A occurances
...
get output as plain newlines.
2002-05-10 15:59:42 +00:00
Daniel Stenberg
2ff2810a92
AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even though
...
it is a bit ugly work-around to add this here, it is still a working work-
around! ;-)
2002-05-10 14:37:39 +00:00
Daniel Stenberg
20d9c1b30d
Patrick Smith's contributed docs improvements for when NLST is used by
...
curl...
2002-05-07 23:36:53 +00:00
Daniel Stenberg
bbe10cb0cb
7.9.7-pre2
2002-05-07 21:52:38 +00:00
Daniel Stenberg
daba8f3a70
Added --trace-ascii support
2002-05-07 13:13:17 +00:00
Daniel Stenberg
1458c3668d
--trace-ascii and --junk-session-cookies were added
2002-05-07 13:12:12 +00:00
Daniel Stenberg
980a47b42b
support for ingoring session cookies added
2002-05-07 09:58:13 +00:00
Daniel Stenberg
f7ca561b06
the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one!
2002-05-06 18:30:17 +00:00
Daniel Stenberg
cacd756efd
recent fiddling
2002-05-06 13:44:00 +00:00
Daniel Stenberg
8539e76cb9
CURLOPT_FILE and CURLOPT_INFILE have better aliases now:
...
CURLOPT_WRITEDATA and CURLOPT_READDATA
2002-05-06 13:43:35 +00:00
Daniel Stenberg
3bbf694d5a
Added multi-post.c, based on the source file posted by Gustaf Hui
2002-05-06 13:38:28 +00:00
Daniel Stenberg
44debdde62
Better support for being used with the multi interface without the *fd_set()
...
and proper select()ing have been made.
2002-05-05 12:11:03 +00:00
Daniel Stenberg
c6cf2b8e93
--trace is a 7.9.7 function
2002-05-05 09:09:17 +00:00
Daniel Stenberg
69c5452b25
added -Z/--max-redirs and --trace
...
changed order of a few others to keep the a-z order
2002-05-05 09:08:26 +00:00
Daniel Stenberg
d321056e8d
made VERBOSE output more like it used to be, HEADER_IN is thus also ignored
...
by the internal debugfunction callback
2002-05-04 15:36:07 +00:00
Daniel Stenberg
d9a1a59f22
CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggest
...
sized buffer that may be passed to a write callback
2002-05-03 14:50:29 +00:00
Daniel Stenberg
0b898b5a8a
fixed return code
2002-05-03 12:40:37 +00:00
Daniel Stenberg
a9e0885be0
another week of changes
2002-05-03 12:21:07 +00:00
Daniel Stenberg
57ff28c9b7
- 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.
2002-05-03 12:14:09 +00:00
Daniel Stenberg
86cc34c0de
made the DEBUGFUNCTION get called properly on a few more places, especially
...
for DATA_IN and DATA_OUT.
2002-05-03 12:07:32 +00:00
Daniel Stenberg
39028f1bd4
make sure our own printf() clones are used
2002-05-03 12:06:04 +00:00
Daniel Stenberg
71f4c05665
-D now stores all headers to the same file if multiple URLs are given on the
...
command line!
2002-05-03 09:47:25 +00:00
Daniel Stenberg
9ef9797998
clarified that you must keep the variables that you point to!
2002-05-02 22:34:31 +00:00
Daniel Stenberg
ab9374de57
spell
2002-05-02 22:15:21 +00:00
Daniel Stenberg
913e997061
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!
2002-05-02 22:14:31 +00:00
Daniel Stenberg
8e50d6b6f3
added two pointers to the fd_set variables to read/write from, as sometimes
...
we need to point to user-provided fd_sets
2002-05-02 22:13:35 +00:00
Daniel Stenberg
2db0744a7b
return CURLM_CALL_MULTI_PERFORM in one more case, and check return code
...
from malloc()
2002-05-02 22:12:14 +00:00
Daniel Stenberg
2de0028349
make sure the dns cache pointers in the easy handles are NULLed
2002-05-02 18:07:38 +00:00
Daniel Stenberg
35d04c5398
Hanno Kranzhoff noticed we didn't properly reset the download/upload counters
...
before transfers, when doing multiple ones on the same handle.
2002-05-02 08:52:09 +00:00
Daniel Stenberg
b1becd0ed5
Jacky Lam's fix to make the realloc() of the hostent data work properly
...
even when the realloc() actually gets a new memory block
2002-05-01 11:36:13 +00:00
Daniel Stenberg
bd9650bc81
how to set more than one cookie
2002-04-30 07:37:02 +00:00
Daniel Stenberg
969a25d1b2
implemented curl_multi_info_read() which I had forgotten before!
2002-04-27 22:21:51 +00:00
Daniel Stenberg
f144f77ba7
updated some docs
2002-04-27 20:19:55 +00:00
Daniel Stenberg
abea1f8910
clarified
2002-04-27 18:31:49 +00:00
Daniel Stenberg
8eaa7fec76
one added, one edited
2002-04-27 18:12:26 +00:00
Daniel Stenberg
fdace647e8
shorter introduction
2002-04-27 18:01:54 +00:00
Daniel Stenberg
d7531c18fc
updated
2002-04-27 18:00:10 +00:00
Daniel Stenberg
ef3f978784
Added BINDINGS, lists all available libcurl bindings as of this date.
2002-04-27 17:02:38 +00:00
Daniel Stenberg
e410860e0e
fixes on rainy saturday in the end of April, 2002
2002-04-27 13:26:32 +00:00
Daniel Stenberg
c64fca1b0c
Fixed the FTP response reader to deal with timeouts better. Previously it
...
would reset the timeout for each incoming data, which would make veeery
slow responses be allowed to take even more time since the timeout would only
be reached if the time between two received data chunks was longer than the
set timeout value...
2002-04-27 13:24:06 +00:00
Daniel Stenberg
15b2a3af91
(Curl_GetFTPResponse) moved some code to only get performed when actually
...
needed
2002-04-27 13:09:37 +00:00
Daniel Stenberg
8358505b6d
Now uses Curl_ as prefix for internal global symbols. curl_ should only be
...
used for "exported" globals.
2002-04-27 13:07:51 +00:00
Daniel Stenberg
1c42779845
DNC cache prune crash removed, made the name spacing follow the general
...
rule: "Curl_" prefix for library-wide private symbols, "curl_" is for
exported symbols.
2002-04-27 13:06:40 +00:00