Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows ↵ | Yang Tse | |
headers when compiled with Cygwin in POSIX emulation mode. | |||
2005-12-19 | Undo previous change. This header file belongs to the public | Yang Tse | |
interface and the change could break the compilation of thrid party apps which link against this library. | |||
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | |
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | |||
2005-11-12 | Added CVS id. Detabified. | Gisle Vanem | |
2005-04-06 | better errno constant replacements, as mentioned by Gisle Vanem | Daniel Stenberg | |
2005-04-05 | with these changes, it builds on my win32 cross-compiler | Daniel Stenberg | |
2004-08-20 | Changes for Watt-32 on Windows. I've assumed Configure | Gisle Vanem | |
sets the required HAVE_xx defines for non-DOS/Win targets. | |||
2004-07-24 | Gisle Vanem: | Daniel Stenberg | |
Basically in loops like handle_errors(), 'query->next' was assigned a local variable and then query was referenced after the memory was freed by next_server(). I've changed that so next_server() and end_query() returns the next query. So callers should use this ret-value. The next problem was that 'server->tcp_buffer_pos' had a random value at entry to 1st recv() (luckily causing Winsock to return ENOBUFS). I've also added a ares_writev() for Windows to streamline the code a bit more. | |||
2004-07-03 | added few ifdefs to make it usable for NetWare. | Gunter Knauf | |
2004-07-01 | djgpp fixes by Gisle | Daniel Stenberg | |
2004-03-09 | mingw has str(n)casecmp() functions | Daniel Stenberg | |
2004-03-09 | timezone dummy to build better on Windows - Gisle Vanem | Daniel Stenberg | |
2004-02-05 | include process.h to get the _getpid() proto | Daniel Stenberg | |
2004-02-04 | prevent a compiler warning about a macro definition | Daniel Stenberg | |
2004-02-04 | prevent the windows version to use global symbol names | Daniel Stenberg | |
added prototypes for the strcasecmp() functions | |||
2004-01-04 | Dominick Meglio's fix to make our private gettimeofday() use the ares_ | Daniel Stenberg | |
namespace | |||
2003-10-07 | ares 1.1.1 with collected applied patches | Daniel Stenberg | |