ad63e1e6 | 26-Jul-2004 |
Daniel Stenberg |
removed trailing whitespace |
d784526d | 25-Jul-2004 |
Daniel Stenberg |
libs built with libtool are named .la in the build dir |
79d480e1 | 24-Jul-2004 |
Daniel Stenberg |
--enable-debug builds static only, Gisle fixed a memory leak and more |
b3b2ba31 | 24-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 ...
|
7f78bc3c | 24-Jul-2004 |
Daniel Stenberg |
autobuilds with ares and curl_easy_reset() |
f508f30f | 24-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 ...
|
d20a0516 | 24-Jul-2004 |
Daniel Stenberg |
AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead |
6769ab27 | 24-Jul-2004 |
Daniel Stenberg |
if --enable-ares is used, we must run 'buildconf' in the ares dir before we run configure. |
85867cbe | 24-Jul-2004 |
Daniel Stenberg |
--enable-debug now makes the lib built static only since otherwise we get problems |
5e8d3988 | 24-Jul-2004 |
Daniel Stenberg |
generate the new configure better |
1cd0a085 | 23-Jul-2004 |
Daniel Stenberg |
now generated by automake |
efd71af2 | 22-Jul-2004 |
Daniel Stenberg |
buildconf and memanalyze are parts of the plain release |
2ea80c29 | 22-Jul-2004 |
Daniel Stenberg |
Added buildconf buildconf.bat to the dist |
e3fc0d5e | 22-Jul-2004 |
Daniel Stenberg |
refer bug reports to the mailing lists, not the old email alias |
33f42aac | 22-Jul-2004 |
Daniel Stenberg |
recent activities |
c85bf83e | 22-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 ...
|
060b6ce1 | 17-Jul-2004 |
Daniel Stenberg |
the multi interface is not so new anymore! |
35618b47 | 17-Jul-2004 |
Daniel Stenberg |
minor format fix |
cd2e99e9 | 16-Jul-2004 |
Daniel Stenberg |
deal with negative Content-Length: headers by ignoring the info |
0359ae8f | 16-Jul-2004 |
Daniel Stenberg |
test downloading from a server claiming negative content-length |
972d3923 | 16-Jul-2004 |
Gunter Knauf |
removed Makefile.b32.resp from repository. |
798349fc | 16-Jul-2004 |
Gunter Knauf |
removed Makefile.b32.resp from the list. |
9612fda8 | 16-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. |
4b217efb | 15-Jul-2004 |
Gunter Knauf |
added borland-ssl and borland-ssl-zlib targets. |
555cfb30 | 15-Jul-2004 |
Gunter Knauf |
fixed zlib suport. |