aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2004-07-05minor cosmetic fix.Gunter Knauf
2004-07-05added simple way to create a tarball just before the build is deleted.Gunter Knauf
2004-07-05changed to reflect recent NetWare makefile changes;Gunter Knauf
2004-07-05added MingW32 makefile.Gunter Knauf
2004-07-05changed to use Makefile.inc; made paths overwritable.Gunter Knauf
2004-07-05added comment.Gunter Knauf
2004-07-05Added README.netware to the release archiveDaniel Stenberg
2004-07-05added line where to find compile instructions.Gunter Knauf
2004-07-05minor NetWare upate.Gunter Knauf
2004-07-05try to relax linux build host detection.Gunter Knauf
2004-07-05added a simple README.netware.Gunter Knauf
2004-07-05added section for compiling NetWare target.Gunter Knauf
2004-07-04Günter Knauf made c-ares build and run on Novell Netware.Daniel Stenberg
2004-07-04explicit typecasts to prevent warningsDaniel Stenberg
2004-07-04typecast the conversion to uInt when assigning z->avail_in to preventDaniel Stenberg
2004-07-04make sure the 3rd argument passed to bind() is a socklen_tDaniel Stenberg
2004-07-04SSL_get_verify_result() returns a long, so we receive the result in a longDaniel Stenberg
2004-07-04typecast long => int conversionDaniel Stenberg
2004-07-04explicit typecasts when converting from long to int to avoid warningsDaniel Stenberg
2004-07-04added NetWare section for paths.Gunter Knauf
2004-07-04made 'connectindex' a long variable to prevent compiler warnings whenDaniel Stenberg
2004-07-04update to build both test apps.Gunter Knauf
2004-07-04typecast the conversion from long to int to prevent picky compiler warningsDaniel Stenberg
2004-07-04removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t...Gunter Knauf
2004-07-04removed now obsolete ifdef.Gunter Knauf
2004-07-04removed abort() - sync'd with getdate.y 1.26Gunter Knauf
2004-07-04include the Makefile.inc file to get all sources and headersDaniel Stenberg