efa231bec5
Brad House fixed VS2005 compiler warnings due to time_t being 64bit.
...
He also made recent Microsoft compilers use _strdup() instead of strdup().
2007-06-02 19:48:29 +00:00
4e27354b82
Ashish Sharma provided a patch for supporting multiple entries in the
...
/etc/hosts file. Patch edited for coding style and functionality by me
(Daniel).
2007-06-02 19:42:25 +00:00
1ea96cf8dd
ares_destroy_options() and ares_save_options() man pages by Brad House
2007-06-02 19:32:30 +00:00
e5929805f5
make next version 1.4.0
2007-05-30 21:45:56 +00:00
49fdeb1de4
first take at detecting a random device and seeding the random key using data
...
from it in randomize_key()
2007-05-30 21:37:17 +00:00
7a77f24d26
Shmulik Regev brought cryptographically secure transaction IDs
2007-05-30 21:11:10 +00:00
f1440b2405
Brad House added ares_save_options() and ares_destroy_options() that can be
...
used to keep options for later re-usal when ares_init_options() is used.
2007-05-30 20:49:14 +00:00
8c35c65fc7
added ares_process_fd() to allow applications to ask for processing on
...
specific sockets and thus avoiding select() and associated functions/macros.
This function will be used by upcoming libcurl releases for this very
reason. It also made me export the ares_socket_t type in the public ares.h
header file, since ares_process_fd() uses that type for two of the arguments.
2007-05-30 12:58:47 +00:00
557aad7b02
Ravi Pratap fixed a flaw in the init_by_resolv_conf() function for windows
...
that could cause it to return a bad return code.
2007-05-25 21:11:28 +00:00
a034ee1b7d
Steve Little's fixes to allow compilation on VMS 64-bit mode
2007-04-25 03:00:10 +00:00
afa85a5529
fixed ARFLAGS for CodeWarrior build.
2007-04-21 15:32:35 +00:00
5e98ddf313
added ranlib when library is created with ar.
2007-04-16 20:54:56 +00:00
0fff58cc5f
No need for USE_MANUAL. Use select_s() instead of select().
...
Added ares_getopt.o to program sample objects.
2007-04-16 16:52:56 +00:00
35b7d08768
move linkage var declarations to ares_getopt.h
2007-04-16 15:35:34 +00:00
1d987360cb
use Makefile.inc to determine sources.
2007-04-16 13:53:58 +00:00
72beefe4f4
ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
2007-04-16 13:17:26 +00:00
d741a92e20
ares_getopt() command-line parser function does not belong to actual
...
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c
2007-04-16 09:08:15 +00:00
bba777d6da
ares_getopt() command-line parser function does not belong to actual
...
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c
2007-04-16 09:01:16 +00:00
cd6a0a68b8
update MSVC project files with ares_getopt()
2007-04-12 19:14:00 +00:00
088a4d923a
use ares_getopt for all platforms
2007-04-12 19:01:19 +00:00
ddbe06ca13
add ares_getopt prototype
2007-04-12 18:59:46 +00:00
8776d1564b
Rename function as ares_getopt()
2007-04-12 18:06:41 +00:00
8438d08ff8
Replace tabs with spaces
2007-04-12 17:45:57 +00:00
4dc8ca29b7
Add file ares_getopt.c
...
Original file name getopt.c Initial import into the c-ares source tree
on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with
the modified BSD license, BSD license without the advertising clause.
2007-04-12 16:53:59 +00:00
f68a45779d
convenience SIG_ATOMIC_T macro definition
curl-7_16_2
2007-04-11 11:02:13 +00:00
140d6b08fb
move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_once.h
2007-04-04 06:06:36 +00:00
c8033a21a1
update copyright year
2007-04-03 18:25:18 +00:00
c54589e39f
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
...
are not icc 9.0 specific.
2007-04-03 02:45:04 +00:00
c719f57fd2
added variadic macro stuff.
2007-03-27 19:27:43 +00:00
fbc5f78942
added CVS Id tag.
2007-03-26 01:54:06 +00:00
f63729290b
fixed build to use compiler-default lib extension.
2007-03-26 01:50:44 +00:00
b0c7d4c2b0
attempt to keep message length below 80 chars
2007-03-22 14:41:10 +00:00
131ef7148c
Added a hack to work around the circular dependency when
...
CURL_DEBUG is defined.
2007-03-17 17:56:21 +00:00
207cde73e2
show better description for AMD64-linux static libraries PIC check
2007-03-15 15:35:51 +00:00
d85eb83c2b
remove code superceeded by the new method used to force
...
libtool to skip C++ and Fortran checks in patchset:
http://cool.haxx.se/cvs.cgi/curl/ares/configure.ac.diff?r1=1.60&r2=1.64
2007-03-08 12:04:30 +00:00
1aadb5e290
fix test leftover in previous commit
2007-03-07 18:02:35 +00:00
d8bc20eb43
force libtool to build static libraries with PIC on AMD64
2007-03-07 17:59:03 +00:00
2077aa0859
Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that
...
it fails if the macro that is being undefined is not already defined. To
make this work under all cases and be sure that at a certain point some
specific macro isn't defined we must use the following style in configure:
m4_ifdef([macro], [m4_undefine([macro])])
2007-03-07 01:13:03 +00:00
fd68050fae
Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).
...
Luckily, they weren't needed.
2007-03-06 18:08:25 +00:00
3081021d88
skip libtool C++ and Fortran linker checks
2007-03-06 16:53:53 +00:00
8449df4bd8
skip libtool C++ and Fortran checks
2007-03-06 05:05:50 +00:00
2e3e4440e0
Added TOPDIR variable. Put dependencies in external file.
...
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.
2007-02-27 15:35:06 +00:00
a627160041
Removed inclusion of <sys/types.h> in .c-files
...
since it's already included through "setup.h".
2007-02-26 04:33:19 +00:00
7c76875958
include <sys/types.h> when checking availability of the bool type
2007-02-22 16:44:43 +00:00
915e774a42
Check for stdbool.h at configuration stage, and include it if available.
...
Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a type definition of 'unsigned char'
in setup_once.h
Move definitions of TRUE and FALSE to setup_once.h
2007-02-22 02:51:54 +00:00
5f5a8ca905
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
2007-02-21 19:03:20 +00:00
908070821e
Cleanup WIN32 target using WSACleanup().
2007-02-21 15:01:51 +00:00
3f00c1cc9a
Move header file inclusion logic and definition of timeval
...
struct for platforms that don't have it to setup_once.h
2007-02-20 12:12:27 +00:00
324522a645
Added ares_parse_ns_reply.obj etc.
2007-02-19 17:44:59 +00:00
b00a5ffbd8
INADDR_NONE no longer used.
2007-02-19 17:41:38 +00:00