Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-29 | removed C++ comment to please picky source checkers | Daniel Stenberg | |
2004-07-24 | --enable-debug builds static only, Gisle fixed a memory leak and more | Daniel Stenberg | |
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-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 | - 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-11 | minor cleanup. | Gunter Knauf | |
2004-07-11 | added ifdef for NetWare to ares.h. | Gunter Knauf | |
2004-07-06 | mingw and netware makefiles added by Gunter Knauf | Daniel Stenberg | |
2004-07-05 | minor cosmetic fix. | Gunter Knauf | |
2004-07-05 | added MingW32 makefile. | Gunter Knauf | |
2004-07-05 | try to relax linux build host detection. | Gunter Knauf | |
2004-07-04 | Günter Knauf made c-ares build and run on Novell Netware. | Daniel Stenberg | |
2004-07-04 | added NetWare section for paths. | Gunter Knauf | |
2004-07-04 | update to build both test apps. | Gunter Knauf | |
2004-07-03 | minor fix for compiling on Linux. | Gunter Knauf | |
2004-07-03 | added few ifdefs to make it usable for NetWare. | Gunter Knauf | |
2004-07-03 | added NetWare makefile. | Gunter Knauf | |
2004-07-01 | djgpp fixes by Gisle | Daniel Stenberg | |
2004-07-01 | Gisle's win32-fix. 'errno' is not used for errors when socket() fails on | Daniel Stenberg | |
Windows. | |||
2004-07-01 | Gisle added makefile for djgpp builds | Daniel Stenberg | |
2004-07-01 | Gisle's djgpp magic | Daniel Stenberg | |
2004-07-01 | Gisle Vanem made this build fine with djgpp and the Watt-32 stack. | Daniel Stenberg | |
2004-06-14 | prevent compiler warnings on non-win32 platforms | Daniel Stenberg | |
2004-06-10 | Gisle Vanem's init patch for Windows | Daniel Stenberg | |
2004-06-08 | fix | Daniel Stenberg | |
2004-06-08 | James Bursa fixed a RISC OS init issue, removed trailing whitespace | Daniel Stenberg | |
2004-05-27 | free() allocated memory when the ares search can't be made | Daniel Stenberg | |
2004-05-27 | clear the domains and sortlist when the 'channel' is first created so that | Daniel Stenberg | |
we can compare if non-NULL elsewhere | |||
2004-05-27 | better checks to avoid free(NULL) | Daniel Stenberg | |
2004-05-27 | James Bursa's fix to prevent free(NULL) to occur | Daniel Stenberg | |
2004-05-13 | James Bursa's patch to avoid free(NULL) (mainly because the libcurl memdebug | Daniel Stenberg | |
system thinks free(NULL) is badness) | |||
2004-05-11 | - Nico Stappenbelt reported that when processing domain and search lines in | Daniel Stenberg | |
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. | |||
2004-05-03 | don't free(NULL) | Daniel Stenberg | |
2004-04-13 | 1.2.0 | Daniel Stenberg | |
2004-04-11 | updated to not include the msvc-generated files | Daniel Stenberg | |
2004-04-11 | when checked out from CVS, run this to generate the proper scripts | Daniel Stenberg | |
2004-04-08 | we're working on 1.2.0 now | Daniel Stenberg | |
2004-04-06 | mention the man page updates from the other day | Daniel Stenberg | |
2004-04-05 | generated files, no need to keep in CVS | Daniel Stenberg | |
2004-04-02 | edits, mainly to make the generated html output nicer | Daniel Stenberg | |
2004-04-02 | minor edits | Daniel Stenberg | |
2004-04-01 | Dirk Manske's ares_cancel() function was added. | Daniel Stenberg | |
2004-04-01 | edited slightly, point out our new mailinglist | Daniel Stenberg | |
2004-04-01 | remind us about cvs tagging when we've built a release archive | Daniel Stenberg | |
2004-04-01 | Dominick Meglio man page fixes | Daniel Stenberg | |
2004-03-31 | Dominick Meglio fixed a missing comma | Daniel Stenberg | |
2004-03-30 | Dominick Meglio's new ares_expand_string() function | Daniel Stenberg | |
2004-03-23 | changed the long to int typecasts to see if icc 8.0 complains less on this | Daniel Stenberg | |