Age | Commit message (Expand) | Author |
2001-10-29 | Cygwin moved into the win32 drawer | Daniel Stenberg |
2001-10-29 | fixed conn->name error on connection re-use and enlarged the 'gname' array | Daniel Stenberg |
2001-10-29 | SM's waitconnect return code fix! | Daniel Stenberg |
2001-10-26 | changed the Location: to match one Paul Harrington reports a problem with | Daniel Stenberg |
2001-10-26 | ldap fix, test28 added | Daniel Stenberg |
2001-10-26 | made 'timespent' a double, which makes more accurate calculations for quick | Daniel Stenberg |
2001-10-26 | test28 added for "Location: extraspace" test | Daniel Stenberg |
2001-10-25 | bug report #474568 - | Daniel Stenberg |
2001-10-24 | added "s390 Linux" as a platform that curl was compiled for, and I also sorted | Daniel Stenberg |
2001-10-24 | added a section about cross compiling that Jim Duey wrote down for us | Daniel Stenberg |
2001-10-24 | lots and lots | Daniel Stenberg |
2001-10-24 | test case 27 added, to make sure cookie replacing don't leak anything | Daniel Stenberg |
2001-10-24 | now reports the CORRECT pid on demand | Daniel Stenberg |
2001-10-24 | T. Bharath found this memory leak. It occurs when we replace an internally | Daniel Stenberg |
2001-10-23 | pack_hostent() now aligns the data properly on 64bit boundaries to work on | Daniel Stenberg |
2001-10-23 | grammar grammar! | Daniel Stenberg |
2001-10-23 | added "3.12 Why do FTP specific features over HTTP proxy fails?" | Daniel Stenberg |
2001-10-23 | added AC_PREREQ(2.50) to prevent autoconf mistakes | Daniel Stenberg |
2001-10-22 | An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all | Daniel Stenberg |
2001-10-22 | make sure the connect can't return OK but return a NULL as addr | Daniel Stenberg |
2001-10-22 | 2000 => 2001 | Daniel Stenberg |
2001-10-22 | rephrased the WRITEFUNCTION description a bit | Daniel Stenberg |
2001-10-22 | failed transfers will now close the connection | Daniel Stenberg |
2001-10-22 | added cygwin package makefile | Daniel Stenberg |
2001-10-22 | Cygwin files | Daniel Stenberg |
2001-10-22 | Kevin Roth's cygwin fixes | Daniel Stenberg |
2001-10-22 | A Kevin Roth patch. -- It's a post 1.4.2 patch that will become part of | Daniel Stenberg |
2001-10-19 | new return code: CURLE_GOT_NOTHING | Daniel Stenberg |
2001-10-19 | now counts header size return from server and if nothing is returned from a | Daniel Stenberg |
2001-10-19 | curl_easy_duphandle() now properly clones the cookie option | Daniel Stenberg |
2001-10-19 | added test 37 | Daniel Stenberg |
2001-10-19 | CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or above | Daniel Stenberg |
2001-10-17 | the malloc debug system only logs data if the logfile FILE * is set, which | Daniel Stenberg |
2001-10-17 | call Curl_done() in Curl_perform() after Transfer() was called, even it it | Daniel Stenberg |
2001-10-17 | don't use 'strict' anymore, as it doesn't work good with the cygwin fixes | Daniel Stenberg |
2001-10-16 | Kevin Roth's cygwin adjustment | Daniel Stenberg |
2001-10-16 | added AC_LIBTOOL_WIN32_DLL for cygwin setup issues | Daniel Stenberg |
2001-10-12 | Curl_tvdiff() now returns a millisecond diff, no double like before | Daniel Stenberg |
2001-10-12 | progress meter fixes | Daniel Stenberg |
2001-10-12 | extensively commented source code, parts refreshened, the "current speed" is | Daniel Stenberg |
2001-10-12 | better check for absolute URL redirects, adjusted to new Curl_tvdiff() proto | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-10-11 | cleanup on language, content and facts | Daniel Stenberg |
2001-10-11 | getservbyname is not used by libcurl, don't check for it | Daniel Stenberg |
2001-10-11 | removed WRITEINFO from here, it's not been supported since 7.4... | Daniel Stenberg |
2001-10-10 | checkserver() bugged, Kevin Roth detected and fixed | Daniel Stenberg |
2001-10-10 | Kevin Roth's fixes to make tests work on cygwin | Daniel Stenberg |
2001-10-10 | CURLOPT_WRITEFUNCTION description corrected | Daniel Stenberg |
2001-10-10 | cookiejar now enables the cookie engine | Daniel Stenberg |
2001-10-09 | hm | Daniel Stenberg |