Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-24 | if --enable-ares is used, we must run 'buildconf' in the ares dir before | Daniel Stenberg | |
we run configure. | |||
2004-07-24 | --enable-debug now makes the lib built static only since otherwise we | Daniel Stenberg | |
get problems | |||
2004-07-24 | generate the new configure better | Daniel Stenberg | |
2004-07-23 | now generated by automake | Daniel Stenberg | |
2004-07-22 | buildconf and memanalyze are parts of the plain release | Daniel Stenberg | |
2004-07-22 | Added buildconf buildconf.bat to the dist | Daniel Stenberg | |
2004-07-22 | refer bug reports to the mailing lists, not the old email alias | Daniel Stenberg | |
2004-07-22 | recent activities | Daniel Stenberg | |
2004-07-22 | - Fixed a few variable return types for some system calls. Made configure | Daniel 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-17 | the multi interface is not so new anymore! | Daniel Stenberg | |
2004-07-17 | minor format fix | Daniel Stenberg | |
2004-07-16 | deal with negative Content-Length: headers by ignoring the info | Daniel Stenberg | |
2004-07-16 | test downloading from a server claiming negative content-length | Daniel Stenberg | |
2004-07-16 | removed Makefile.b32.resp from repository. | Gunter Knauf | |
2004-07-16 | removed Makefile.b32.resp from the list. | Gunter Knauf | |
2004-07-16 | changed to use a temporary response file with tlib to give W9x a chance to ↵ | Gunter Knauf | |
build; looks ugly but works fine. | |||
2004-07-15 | added borland-ssl and borland-ssl-zlib targets. | Gunter Knauf | |
2004-07-15 | fixed zlib suport. | Gunter Knauf | |
2004-07-15 | some more tweaks, fixed zlib suport. | Gunter Knauf | |
2004-07-15 | added just another switch. | Gunter Knauf | |
2004-07-15 | removed old CXXFLAGS; added switch to suppress linker banner. | Gunter Knauf | |
2004-07-15 | removed unneeded libs from linking. | Gunter Knauf | |
2004-07-15 | recent activities | Daniel Stenberg | |
2004-07-15 | added Borland support. | Gunter Knauf | |
2004-07-15 | made OpenSSL support conditional. | Gunter Knauf | |
2004-07-15 | made OpenSSL support conditional; | Gunter Knauf | |
removed ugly dependence on Makefile.b32.resp. | |||
2004-07-15 | Gisle's fix to support Borland builds again. | Gunter Knauf | |
2004-07-14 | now known as libcurl-tutorial.3 | Daniel Stenberg | |
2004-07-14 | Jason Nye pointed out that callbacks don't need to use the "C namespace" | Daniel Stenberg | |
2004-07-14 | An Andres Garcia fix: add a typecast to make it work better | Daniel Stenberg | |
2004-07-14 | removed the config-netware.h from the release archives | Daniel Stenberg | |
2004-07-14 | some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe. | Gunter Knauf | |
2004-07-14 | changed Borland target since Borland's make doesnt understand '&'. | Gunter Knauf | |
2004-07-14 | changed to use Makefile.inc. | Gunter Knauf | |
2004-07-13 | updated for current cvs sources; looking for getting rid of this file.... | Gunter Knauf | |
2004-07-13 | changed to use Makefile.inc. | Gunter Knauf | |
2004-07-12 | minor corrections. | Gunter Knauf | |
2004-07-11 | changed to use Makefile.inc since Gisle agreed. | Gunter Knauf | |
2004-07-11 | minor cleanup. | Gunter Knauf | |
2004-07-11 | added some lines to fetch ares version. | Gunter Knauf | |
2004-07-11 | updated MSVC build instructions. | Gunter Knauf | |
2004-07-11 | changed paths to external libs to recent versions. | Gunter Knauf | |
2004-07-11 | added new vc-zlib target. | Gunter Knauf | |
2004-07-11 | removed zlib dependence from default target; added new zlib targets. | Gunter Knauf | |
2004-07-11 | removed obsolete NetWare config files; | Gunter Knauf | |
we generate now config.h dynamically from Makefile. | |||
2004-07-11 | added ifdef for NetWare to ares.h. | Gunter Knauf | |
2004-07-10 | ifdef keep_sigact since its only used when SIGALRM is defined. | Gunter Knauf | |
2004-07-07 | fixed ares linking. | Gunter Knauf | |
2004-07-06 | file:// upload fix on windows | Daniel Stenberg | |
2004-07-06 | Andres Garcia pointed out that we searched for a slash badly since it is | Daniel Stenberg | |
converted and thus we must search for backslash on windows |