History log of /curl/ (Results 28051 – 28075 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ad63e1e626-Jul-2004 Daniel Stenberg

removed trailing whitespace

d784526d25-Jul-2004 Daniel Stenberg

libs built with libtool are named .la in the build dir

79d480e124-Jul-2004 Daniel Stenberg

--enable-debug builds static only, Gisle fixed a memory leak and more

b3b2ba3124-Jul-2004 Daniel Stenberg

Gisle Vanem:

Basically in loops like handle_errors(), 'query->next' was assigned a local
variable and then query was referenced after the memory was freed by
next_server(). I've chan

Gisle Vanem:

Basically in loops like handle_errors(), 'query->next' was assigned a local
variable and then query was referenced after the memory was freed by
next_server(). I've changed that so next_server() and end_query() returns the
next query. So callers should use this ret-value.

The next problem was that 'server->tcp_buffer_pos' had a random value at entry
to 1st recv() (luckily causing Winsock to return ENOBUFS).

I've also added a ares_writev() for Windows to streamline the code
a bit more.

show more ...

7f78bc3c24-Jul-2004 Daniel Stenberg

autobuilds with ares and curl_easy_reset()

f508f30f24-Jul-2004 Daniel Stenberg

curl_easy_reset() added. Need testing and docs. I also think we should make
the initial setting up the struct should use this single function to avoid
having the initialisation code at two pl

curl_easy_reset() added. Need testing and docs. I also think we should make
the initial setting up the struct should use this single function to avoid
having the initialisation code at two places.

show more ...

d20a051624-Jul-2004 Daniel Stenberg

AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead

6769ab2724-Jul-2004 Daniel Stenberg

if --enable-ares is used, we must run 'buildconf' in the ares dir before
we run configure.

85867cbe24-Jul-2004 Daniel Stenberg

--enable-debug now makes the lib built static only since otherwise we
get problems

5e8d398824-Jul-2004 Daniel Stenberg

generate the new configure better

1cd0a08523-Jul-2004 Daniel Stenberg

now generated by automake

efd71af222-Jul-2004 Daniel Stenberg

buildconf and memanalyze are parts of the plain release

2ea80c2922-Jul-2004 Daniel Stenberg

Added buildconf buildconf.bat to the dist

e3fc0d5e22-Jul-2004 Daniel Stenberg

refer bug reports to the mailing lists, not the old email alias

33f42aac22-Jul-2004 Daniel Stenberg

recent activities

c85bf83e22-Jul-2004 Daniel Stenberg

- Fixed a few variable return types for some system calls. Made configure
check for ssize_t to make it possible to use that when receiving the send()
error code. This is necessary to prev

- Fixed a few variable return types for some system calls. Made configure
check for ssize_t to make it possible to use that when receiving the send()
error code. This is necessary to prevent compiler warnings on some systems.

- Made configure create config.h, and all source files now include setup.h that
might include the proper config.h (or a handicrafted alternative).

- Switched to 'ares_socket_t' type for sockets in ares, since Windows don't
use 'int' for that.

- automake-ified and libool-ified c-ares. Now it builds libcares as a shared
lib on most platforms if wanted. (This bloated the size of the release
archive with another 200K!)

- Makefile.am now uses Makefile.inc for the c sources, h headers and man
pages, to make it easier for other makefiles to use the exact same set of
files.

- Adjusted 'maketgz' to use the new automake magic when building distribution
archives.

show more ...

060b6ce117-Jul-2004 Daniel Stenberg

the multi interface is not so new anymore!

35618b4717-Jul-2004 Daniel Stenberg

minor format fix

cd2e99e916-Jul-2004 Daniel Stenberg

deal with negative Content-Length: headers by ignoring the info

0359ae8f16-Jul-2004 Daniel Stenberg

test downloading from a server claiming negative content-length

972d392316-Jul-2004 Gunter Knauf

removed Makefile.b32.resp from repository.

798349fc16-Jul-2004 Gunter Knauf

removed Makefile.b32.resp from the list.

9612fda816-Jul-2004 Gunter Knauf

changed to use a temporary response file with tlib to give W9x a chance to build; looks ugly but works fine.

4b217efb15-Jul-2004 Gunter Knauf

added borland-ssl and borland-ssl-zlib targets.

555cfb3015-Jul-2004 Gunter Knauf

fixed zlib suport.

1...<<1121112211231124112511261127112811291130>>...1351