4e276b1b | 23-Oct-2001 |
Daniel Stenberg |
pack_hostent() now aligns the data properly on 64bit boundaries to work on more CPU architectures |
50e9f8ff | 23-Oct-2001 |
Daniel Stenberg |
grammar grammar! |
7d3daa59 | 23-Oct-2001 |
Daniel Stenberg |
added "3.12 Why do FTP specific features over HTTP proxy fails?" |
7349940b | 23-Oct-2001 |
Daniel Stenberg |
added AC_PREREQ(2.50) to prevent autoconf mistakes |
78000dbd | 22-Oct-2001 |
Daniel Stenberg |
An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all in column zero now! |
b585f411 | 22-Oct-2001 |
Daniel Stenberg |
make sure the connect can't return OK but return a NULL as addr |
5ccd6bb8 | 22-Oct-2001 |
Daniel Stenberg |
2000 => 2001 |
51938946 | 22-Oct-2001 |
Daniel Stenberg |
rephrased the WRITEFUNCTION description a bit |
29b76a52 | 22-Oct-2001 |
Daniel Stenberg |
failed transfers will now close the connection |
0436bc22 | 22-Oct-2001 |
Daniel Stenberg |
added cygwin package makefile |
cd16efa2 | 22-Oct-2001 |
Daniel Stenberg |
Cygwin files |
56562bad | 22-Oct-2001 |
Daniel Stenberg |
Kevin Roth's cygwin fixes |
a26081b5 | 22-Oct-2001 |
Daniel Stenberg |
A Kevin Roth patch. -- It's a post 1.4.2 patch that will become part of libtool 1.4.3, and it's required to allow "make install" to function properly on cygwin. |
aa9c01ad | 19-Oct-2001 |
Daniel Stenberg |
new return code: CURLE_GOT_NOTHING |
4e37187e | 19-Oct-2001 |
Daniel Stenberg |
now counts header size return from server and if nothing is returned from a HTTP server we return error |
74d5a6fb | 19-Oct-2001 |
Daniel Stenberg |
curl_easy_duphandle() now properly clones the cookie option - patch by T. Bharath |
83da58ce | 19-Oct-2001 |
Daniel Stenberg |
added test 37 |
45cc78fd | 19-Oct-2001 |
Daniel Stenberg |
CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or above unconditionalliy. Previously, the code check was for >= 300 unless follow- location was enabled... |
010044e0 | 17-Oct-2001 |
Daniel Stenberg |
the malloc debug system only logs data if the logfile FILE * is set, which makes it easier to disable debug output when built with debug functions |
db0e3cc6 | 17-Oct-2001 |
Daniel Stenberg |
call Curl_done() in Curl_perform() after Transfer() was called, even it it returned an error as there might be stuff in there we must free/cleanup. This fixes the memory leak Yanick Pelletier
call Curl_done() in Curl_perform() after Transfer() was called, even it it returned an error as there might be stuff in there we must free/cleanup. This fixes the memory leak Yanick Pelletier posted about 16 Oct 2001
show more ...
|
8dd6a4e3 | 17-Oct-2001 |
Daniel Stenberg |
don't use 'strict' anymore, as it doesn't work good with the cygwin fixes also, always kill/restart the HTTP server on startup if it is our test server |
92abbcef | 16-Oct-2001 |
Daniel Stenberg |
Kevin Roth's cygwin adjustment |
1e8f0c57 | 16-Oct-2001 |
Daniel Stenberg |
added AC_LIBTOOL_WIN32_DLL for cygwin setup issues |
532bca41 | 12-Oct-2001 |
Daniel Stenberg |
Curl_tvdiff() now returns a millisecond diff, no double like before |
b438c467 | 12-Oct-2001 |
Daniel Stenberg |
progress meter fixes |