- Feb 09, 2005
-
-
Gisle Vanem authored
Don't free 'lud_dn' twice in case curl_unescape() fails.
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
Gisle Vanem authored
For ftp only?
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
-
Gisle Vanem authored
"Each command line must be terminated by a CRLF".
-
- Feb 08, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
CURLE_OK or CURLE_OUT_OF_MEMORY. Add typecast in hostares.c.
-
Gisle Vanem authored
-
Daniel Stenberg authored
operation to the caller. Disconnecting has the disadvantage that the conn pointer gets completely invalidated and this is not handled on lots of places in the code.
-
- Feb 07, 2005
-
-
Dan Fandrich authored
produce a zlib error.
-
- Feb 06, 2005
-
-
Gisle Vanem authored
-
- Feb 05, 2005
-
-
Daniel Stenberg authored
many third-party libs and tools have problems. When curl is built without --disable-shared, the testing is done with a front-end script which makes the valgrind testing include (ba)sh as well and that often causes valgrind errors. Either we improve the valgrind error scanner a lot to better identify (lib)curl errors only, or we disable valgrind checking by default
-
- Feb 04, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the buffer is already BUFSIZE +1 one big to fit the extra trailing zero. This change is reported to fix David's weird SSL problem...
-
- Feb 02, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 01, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 31, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 30, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
prevent memory leakage
-
Daniel Stenberg authored
-
Daniel Stenberg authored
previously didn't detect and report the "Conditional jump or move depends on uninitialised value(s)" error. When I fixed this, I caught a few curl bugs with it. And then I had to spend time to make the test suite IGNORE these errors when OpenSSL is used since it produce massive amounts of valgrind warnings (but only of the "Conditional..." kind it seems). So, if a test that requires SSL is run, it ignores the "Conditional..." errors, and you'll get a "valgrind PARTIAL" output instead of "valgrind OK".
-
Daniel Stenberg authored
-
Daniel Stenberg authored
properly, to avoid reading uninited variables when using file:// (valgrind)
-
- Jan 29, 2005
-
-
Daniel Stenberg authored
uninitialized variables. Pointed out to us by the friendly Valgrind.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
gets closed just after the request has been sent failed and did not re-issue a request on a fresh reconnect like the easy interface did. Now it does! (define CURL_MULTIEASY, run test case 160)
-
Daniel Stenberg authored
that uses the multi interface to run the request. It is a great testbed for the multi interface and I believe we shall do it this way for real in the future when we have a successor to curl_multi_fdset().
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl leaked the last Location: URL.
-