History log of /curl/ (Results 27326 – 27350 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
153fd27509-Feb-2005 Daniel Stenberg

the new ftp code and Gisle's DICT fix

e649a40f09-Feb-2005 Daniel Stenberg

issue #54 done

32d76a5b09-Feb-2005 Gisle Vanem

Set 'bits.close' in case of malloc fail.
Don't free 'lud_dn' twice in case curl_unescape()
fails.

14aa3fa209-Feb-2005 Daniel Stenberg

add missing error codes

f5394ccc09-Feb-2005 Gisle Vanem

Use CURL_SOCKET_BAD.

64dd9c7609-Feb-2005 Gisle Vanem

Handle CURLE_LOGIN_DENIED in strerror.c.
For ftp only?

16ae0c6409-Feb-2005 Daniel Stenberg

FD_SET can be big macro, use braces

6a2e21ec09-Feb-2005 Daniel Stenberg

FTP code turned into state machine. Not completely yet, but a good start.
The tag 'before_ftp_statemachine' was set just before this commit in case
of future need.

120f17ce09-Feb-2005 Gisle Vanem

Replace LF with CRLF. Ref RFC-2229, sec 2.3:
"Each command line must be terminated by a CRLF".

ab938bb908-Feb-2005 Daniel Stenberg

-O clarification

33820cd208-Feb-2005 Daniel Stenberg

inflate and out of memory fixes

41def21f08-Feb-2005 Daniel Stenberg

ares_gethostbyname wants a 'ares_host_callback' in the 4th argument

d118312908-Feb-2005 Gisle Vanem

Curl_addrinfo?_callback() and addrinfo_callback() now returns
CURLE_OK or CURLE_OUT_OF_MEMORY.
Add typecast in hostares.c.

82b93e4908-Feb-2005 Gisle Vanem

Don't free too much in freedirs() if realloc() fails.

e36fb1ec08-Feb-2005 Daniel Stenberg

Curl_wait_for_resolv() no longer disconnects on failure, but leaves that
operation to the caller. Disconnecting has the disadvantage that the conn
pointer gets completely invalidated and this

Curl_wait_for_resolv() no longer disconnects on failure, but leaves that
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.

show more ...

e4a1788607-Feb-2005 Dan Fandrich

Fix for a bug report that compressed files that are exactly 64 KiB long
produce a zlib error.

7b23eff906-Feb-2005 Gisle Vanem

Preserve previous status in Curl_http_done().

67ff8e3e05-Feb-2005 Daniel Stenberg

valgrind errors occur too often when 'make test' is used. It is because too
many third-party libs and tools have problems. When curl is built without
--disable-shared, the testing is done wit

valgrind errors occur too often when 'make test' is used. It is because too
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

show more ...

2248599a04-Feb-2005 Daniel Stenberg

fix type

29350b3604-Feb-2005 Daniel Stenberg

Eric Vergnaud found a use of an uninitialized variable

83c470a404-Feb-2005 Daniel Stenberg

David Byron pointed out that this -1 on the buffer size is pointless since
the buffer is already BUFSIZE +1 one big to fit the extra trailing zero. This
change is reported to fix David's weir

David Byron pointed out that this -1 on the buffer size is pointless since
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...

show more ...

ab96e2d602-Feb-2005 Daniel Stenberg

another example

6b81cf4b02-Feb-2005 Daniel Stenberg

HTML parsing example with libtidy, by Jeff Pohlmeyer

0d93015301-Feb-2005 Daniel Stenberg

and we start over again

4a9e125401-Feb-2005 Daniel Stenberg

7.13 coming up

1...<<1091109210931094109510961097109810991100>>...1351