Daniel Stenberg
58f74b0549
--enable-debug now makes the lib built static only since otherwise we
...
get problems
21 years ago
Daniel Stenberg
ceefde1e68
generate the new configure better
21 years ago
Daniel Stenberg
858e2459e4
now generated by automake
21 years ago
Daniel Stenberg
d5f3636a52
- 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.
21 years ago
Gunter Knauf
55ee00cb1e
minor cleanup.
21 years ago
Gunter Knauf
b481d6fd2d
added ifdef for NetWare to ares.h.
21 years ago
Daniel Stenberg
851f70a043
mingw and netware makefiles added by Gunter Knauf
21 years ago
Gunter Knauf
b069a41781
minor cosmetic fix.
21 years ago
Gunter Knauf
ee04b27caf
added MingW32 makefile.
21 years ago
Gunter Knauf
7087002c97
try to relax linux build host detection.
21 years ago
Daniel Stenberg
865101ac74
Gnter Knauf made c-ares build and run on Novell Netware.
21 years ago
Gunter Knauf
aafd044029
added NetWare section for paths.
21 years ago
Gunter Knauf
8652fc917e
update to build both test apps.
21 years ago
Gunter Knauf
34a868828d
minor fix for compiling on Linux.
21 years ago
Gunter Knauf
c73d12e2e4
added few ifdefs to make it usable for NetWare.
21 years ago
Gunter Knauf
cf062b5d13
added NetWare makefile.
21 years ago
Daniel Stenberg
e7293e0779
djgpp fixes by Gisle
21 years ago
Daniel Stenberg
5c1ec168f6
Gisle's win32-fix. 'errno' is not used for errors when socket() fails on
...
Windows.
21 years ago
Daniel Stenberg
6aa773d810
Gisle added makefile for djgpp builds
21 years ago
Daniel Stenberg
2c465e6dc3
Gisle's djgpp magic
21 years ago
Daniel Stenberg
cb0a33076a
Gisle Vanem made this build fine with djgpp and the Watt-32 stack.
21 years ago
Daniel Stenberg
fcf36da14f
prevent compiler warnings on non-win32 platforms
21 years ago
Daniel Stenberg
d37a866e8d
Gisle Vanem's init patch for Windows
21 years ago
Daniel Stenberg
e926081105
fix
21 years ago
Daniel Stenberg
80c6ba9b31
James Bursa fixed a RISC OS init issue, removed trailing whitespace
21 years ago
Daniel Stenberg
080f8f4cd4
free() allocated memory when the ares search can't be made
21 years ago
Daniel Stenberg
76f520955d
clear the domains and sortlist when the 'channel' is first created so that
...
we can compare if non-NULL elsewhere
21 years ago
Daniel Stenberg
8cb7fd4e22
better checks to avoid free(NULL)
21 years ago
Daniel Stenberg
d870be584d
James Bursa's fix to prevent free(NULL) to occur
21 years ago
Daniel Stenberg
44f76e6a27
James Bursa's patch to avoid free(NULL) (mainly because the libcurl memdebug
...
system thinks free(NULL) is badness)
21 years ago
Daniel Stenberg
30f3594a7a
- Nico Stappenbelt reported that when processing domain and search lines in
...
the resolv.conf file, the first entry encountered is processed and used as
the search list. According to the manual pages for both Linux, Solaris and
Tru64, the last entry of either a domain or a search field is used.
21 years ago
Daniel Stenberg
5ab993a1e0
don't free(NULL)
21 years ago
Daniel Stenberg
727cd05fab
1.2.0
21 years ago
Daniel Stenberg
b6d64a543f
updated to not include the msvc-generated files
21 years ago
Daniel Stenberg
d7b0032a86
when checked out from CVS, run this to generate the proper scripts
21 years ago
Daniel Stenberg
cfd6aed32f
we're working on 1.2.0 now
21 years ago
Daniel Stenberg
2ee4c913e1
mention the man page updates from the other day
21 years ago
Daniel Stenberg
8e68a9e82e
generated files, no need to keep in CVS
21 years ago
Daniel Stenberg
0dce4f1b1a
edits, mainly to make the generated html output nicer
21 years ago
Daniel Stenberg
a52274e607
minor edits
21 years ago
Daniel Stenberg
86ae23430c
Dirk Manske's ares_cancel() function was added.
21 years ago
Daniel Stenberg
8ede9dd9c9
edited slightly, point out our new mailinglist
21 years ago
Daniel Stenberg
a674c1fd32
remind us about cvs tagging when we've built a release archive
21 years ago
Daniel Stenberg
9665aaf2c9
Dominick Meglio man page fixes
21 years ago
Daniel Stenberg
9418c349f1
Dominick Meglio fixed a missing comma
21 years ago
Daniel Stenberg
af26fa53f3
Dominick Meglio's new ares_expand_string() function
21 years ago
Daniel Stenberg
155aadf0b3
changed the long to int typecasts to see if icc 8.0 complains less on this
21 years ago
Daniel Stenberg
f5e1409f2a
ignore aclocal.m4
21 years ago
Daniel Stenberg
7325b5ca07
Gisle Vanem improved build on Windows.
21 years ago
Daniel Stenberg
3f01f1b772
mingw has str(n)casecmp() functions
21 years ago