aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-31mention this is newDaniel Stenberg
2004-07-31link to reset as wellDaniel Stenberg
2004-07-31curl_easy_reset() documentedDaniel Stenberg
2004-07-31digest fixDaniel Stenberg
2004-07-31Joel Chen reported that we assumed content within quotes a bit too much inDaniel Stenberg
the digest code. This fixes it.
2004-07-29prevent all the sig and alarm stuff when using aresDaniel Stenberg
2004-07-29fix a mingw32 build warningDaniel Stenberg
2004-07-29mingw32 builds make .a libsDaniel Stenberg
2004-07-29added typecast in an attempt to fix a mingw32 warningDaniel Stenberg
2004-07-29additional typecasts to please MIPSPro on 64bit IRIXDaniel Stenberg
2004-07-29oops, curl_easy_reset is a voidDaniel Stenberg
2004-07-29variable type fixDaniel Stenberg
2004-07-29provide a curl_easy_reset() protoDaniel Stenberg
2004-07-29removed C++ comment to please picky source checkersDaniel Stenberg
2004-07-28fixes!Daniel Stenberg
2004-07-28curl_easy_reset was addedDaniel Stenberg
2004-07-28Bertrand Demiddelaer fixed the host name to get setup properly even whenDaniel Stenberg
a connection is re-used, when a proxy is in use.
2004-07-28Fixes Brian Akins' reported problems with duplicate Host: headers on re-usedDaniel Stenberg
connections.
2004-07-28use Makefile.inc and make it get included in dist archivesDaniel Stenberg
2004-07-28renamed CURL_HEADERS, since it is a magic automake name we must not useDaniel Stenberg
2004-07-26Bertrand Demiddelaer made the testing work with valgrind 2.1Daniel Stenberg
2004-07-26Bertrand Demiddelaer fixed two missing newlinesDaniel Stenberg
2004-07-26-o #[num] fixDaniel Stenberg
2004-07-26using #[num] with -o now make it literally used if there's no globbing forDaniel Stenberg
that particular index. Reported in bug report 997536.
2004-07-26removed trailing whitespaceDaniel Stenberg
2004-07-25libs built with libtool are named .la in the build dirDaniel Stenberg
2004-07-24--enable-debug builds static only, Gisle fixed a memory leak and moreDaniel Stenberg
2004-07-24Gisle Vanem:Daniel Stenberg
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.
2004-07-24autobuilds with ares and curl_easy_reset()Daniel Stenberg
2004-07-24curl_easy_reset() added. Need testing and docs. I also think we should makeDaniel Stenberg
the initial setting up the struct should use this single function to avoid having the initialisation code at two places.
2004-07-24AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used insteadDaniel Stenberg
2004-07-24if --enable-ares is used, we must run 'buildconf' in the ares dir beforeDaniel Stenberg
we run configure.
2004-07-24--enable-debug now makes the lib built static only since otherwise weDaniel Stenberg
get problems
2004-07-24generate the new configure betterDaniel Stenberg
2004-07-23now generated by automakeDaniel Stenberg
2004-07-22buildconf and memanalyze are parts of the plain releaseDaniel Stenberg
2004-07-22Added buildconf buildconf.bat to the distDaniel Stenberg
2004-07-22refer bug reports to the mailing lists, not the old email aliasDaniel Stenberg
2004-07-22recent activitiesDaniel Stenberg
2004-07-22- Fixed a few variable return types for some system calls. Made configureDaniel Stenberg
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.
2004-07-17the multi interface is not so new anymore!Daniel Stenberg
2004-07-17minor format fixDaniel Stenberg
2004-07-16deal with negative Content-Length: headers by ignoring the infoDaniel Stenberg
2004-07-16test downloading from a server claiming negative content-lengthDaniel Stenberg
2004-07-16removed Makefile.b32.resp from repository.Gunter Knauf
2004-07-16removed Makefile.b32.resp from the list.Gunter Knauf
2004-07-16changed to use a temporary response file with tlib to give W9x a chance to ↵Gunter Knauf
build; looks ugly but works fine.
2004-07-15added borland-ssl and borland-ssl-zlib targets.Gunter Knauf
2004-07-15fixed zlib suport.Gunter Knauf
2004-07-15some more tweaks, fixed zlib suport.Gunter Knauf