5d2944c2 | 21-May-2002 |
Daniel Stenberg |
curl_formadd() now returns 'CURLFORMcode' instead of int, to better enable checking for particular errors. curl/curl.h defines the errros |
fe3ba1dd | 20-May-2002 |
Daniel Stenberg |
Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() instead of the previous one that used SSL_CTX_use_certificate_file() |
0c00eb93 | 17-May-2002 |
Daniel Stenberg |
removed compiler warnings |
baa77ec1 | 17-May-2002 |
Daniel Stenberg |
FreeBSD needs sys/types.h before we include sys/select.h that was included mainly for AIX in the first place...! As reported in bug report #556869 |
9263652c | 17-May-2002 |
Daniel Stenberg |
Fixes bug report #556930 - we need to make sure that the data is all right after we've realloc() the packed hostent struct. |
bc743755 | 15-May-2002 |
Daniel Stenberg |
Added item 4.10 after talks with Russ Freeman |
edb17560 | 13-May-2002 |
Daniel Stenberg |
7.9.7 commit |
5215f6f6 | 13-May-2002 |
Daniel Stenberg |
we don't need win32sockets.c anymore, we support this internally |
1913b4ee | 13-May-2002 |
Daniel Stenberg |
fopen.c added, a fopen() style emulation for URL reading |
b44a4da5 | 12-May-2002 |
Daniel Stenberg |
Friday's fixes |
919878fb | 10-May-2002 |
Daniel Stenberg |
AIX 5.1 |
06bdf834 | 10-May-2002 |
Daniel Stenberg |
Kein Roth made --trace-ascii look even better, and make OD 0A occurances get output as plain newlines. |
2ff2810a | 10-May-2002 |
Daniel Stenberg |
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! ;-) |
20d9c1b3 | 07-May-2002 |
Daniel Stenberg |
Patrick Smith's contributed docs improvements for when NLST is used by curl... |
bbe10cb0 | 07-May-2002 |
Daniel Stenberg |
7.9.7-pre2 |
daba8f3a | 07-May-2002 |
Daniel Stenberg |
Added --trace-ascii support |
1458c366 | 07-May-2002 |
Daniel Stenberg |
--trace-ascii and --junk-session-cookies were added |
980a47b4 | 07-May-2002 |
Daniel Stenberg |
support for ingoring session cookies added |
f7ca561b | 06-May-2002 |
Daniel Stenberg |
the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one! |
cacd756e | 06-May-2002 |
Daniel Stenberg |
recent fiddling |
8539e76c | 06-May-2002 |
Daniel Stenberg |
CURLOPT_FILE and CURLOPT_INFILE have better aliases now: CURLOPT_WRITEDATA and CURLOPT_READDATA |
3bbf694d | 06-May-2002 |
Daniel Stenberg |
Added multi-post.c, based on the source file posted by Gustaf Hui |
44debdde | 05-May-2002 |
Daniel Stenberg |
Better support for being used with the multi interface without the *fd_set() and proper select()ing have been made. |
c6cf2b8e | 05-May-2002 |
Daniel Stenberg |
--trace is a 7.9.7 function |
69c5452b | 05-May-2002 |
Daniel Stenberg |
added -Z/--max-redirs and --trace changed order of a few others to keep the a-z order |