aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-07-15added just another switch.Gunter Knauf
2004-07-15removed old CXXFLAGS; added switch to suppress linker banner.Gunter Knauf
2004-07-15removed unneeded libs from linking.Gunter Knauf
2004-07-15recent activitiesDaniel Stenberg
2004-07-15added Borland support.Gunter Knauf
2004-07-15made OpenSSL support conditional.Gunter Knauf
2004-07-15made OpenSSL support conditional;Gunter Knauf
removed ugly dependence on Makefile.b32.resp.
2004-07-15Gisle's fix to support Borland builds again.Gunter Knauf
2004-07-14now known as libcurl-tutorial.3Daniel Stenberg
2004-07-14Jason Nye pointed out that callbacks don't need to use the "C namespace"Daniel Stenberg
2004-07-14An Andres Garcia fix: add a typecast to make it work betterDaniel Stenberg
2004-07-14removed the config-netware.h from the release archivesDaniel Stenberg
2004-07-14some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe.Gunter Knauf
2004-07-14changed Borland target since Borland's make doesnt understand '&'.Gunter Knauf
2004-07-14changed to use Makefile.inc.Gunter Knauf
2004-07-13updated for current cvs sources; looking for getting rid of this file....Gunter Knauf
2004-07-13changed to use Makefile.inc.Gunter Knauf
2004-07-12minor corrections.Gunter Knauf
2004-07-11changed to use Makefile.inc since Gisle agreed.Gunter Knauf
2004-07-11minor cleanup.Gunter Knauf
2004-07-11added some lines to fetch ares version.Gunter Knauf
2004-07-11updated MSVC build instructions.Gunter Knauf
2004-07-11changed paths to external libs to recent versions.Gunter Knauf
2004-07-11added new vc-zlib target.Gunter Knauf
2004-07-11removed zlib dependence from default target; added new zlib targets.Gunter Knauf
2004-07-11removed obsolete NetWare config files;Gunter Knauf
we generate now config.h dynamically from Makefile.
2004-07-11added ifdef for NetWare to ares.h.Gunter Knauf
2004-07-10ifdef keep_sigact since its only used when SIGALRM is defined.Gunter Knauf
2004-07-07fixed ares linking.Gunter Knauf
2004-07-06file:// upload fix on windowsDaniel Stenberg
2004-07-06Andres Garcia pointed out that we searched for a slash badly since it isDaniel Stenberg
converted and thus we must search for backslash on windows
2004-07-06clarify the -Q option a bit betterDaniel Stenberg
2004-07-06mingw and netware makefiles added by Gunter KnaufDaniel Stenberg
2004-07-06fixed Win32 prebuild section; fixed minor cosmetic bug.Gunter Knauf
2004-07-06added vc-ssl-zlib target.Gunter Knauf
2004-07-06minor cleanup.Gunter Knauf
2004-07-05be a bit more verbose when things go wrong.Gunter Knauf
2004-07-05added additional check to avoid calling a non-existant external script.Gunter Knauf
2004-07-05the simple way was too simple, so added --mktarball option.Gunter Knauf