2004-08-10 |
Daniel Stenberg | ignore more files |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Daniel Stenberg | variable type fix |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Daniel Stenberg | removed C++ comment to please picky source checkers |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Daniel Stenberg | --enable-debug builds static only, Gisle fixed a memory... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Daniel Stenberg | Gisle Vanem: |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Daniel Stenberg | --enable-debug now makes the lib built static only... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Daniel Stenberg | generate the new configure better |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Daniel Stenberg | now generated by automake |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Daniel Stenberg | - Fixed a few variable return types for some system... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Gunter Knauf | minor cleanup. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Gunter Knauf | added ifdef for NetWare to ares.h. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Daniel Stenberg | mingw and netware makefiles added by Gunter Knauf |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | minor cosmetic fix. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | added MingW32 makefile. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | try to relax linux build host detection. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | Günter Knauf made c-ares build and run on Novell Netware. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Gunter Knauf | added NetWare section for paths. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Gunter Knauf | update to build both test apps. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | minor fix for compiling on Linux. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | added few ifdefs to make it usable for NetWare. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | added NetWare makefile. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | djgpp fixes by Gisle |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle's win32-fix. 'errno' is not used for errors when... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle added makefile for djgpp builds |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle's djgpp magic |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle Vanem made this build fine with djgpp and the... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | prevent compiler warnings on non-win32 platforms |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Daniel Stenberg | Gisle Vanem's init patch for Windows |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Daniel Stenberg | fix |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Daniel Stenberg | James Bursa fixed a RISC OS init issue, removed trailin... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Daniel Stenberg | free() allocated memory when the ares search can't... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Daniel Stenberg | clear the domains and sortlist when the 'channel' is... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Daniel Stenberg | better checks to avoid free(NULL) |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Daniel Stenberg | James Bursa's fix to prevent free(NULL) to occur |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Daniel Stenberg | James Bursa's patch to avoid free(NULL) (mainly because... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Daniel Stenberg | - Nico Stappenbelt reported that when processing domain... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | don't free(NULL) |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Daniel Stenberg | 1.2.0 |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Daniel Stenberg | updated to not include the msvc-generated files |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Daniel Stenberg | when checked out from CVS, run this to generate the... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Daniel Stenberg | we're working on 1.2.0 now |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Daniel Stenberg | mention the man page updates from the other day |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Daniel Stenberg | generated files, no need to keep in CVS |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Daniel Stenberg | edits, mainly to make the generated html output nicer |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Daniel Stenberg | minor edits |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Daniel Stenberg | Dirk Manske's ares_cancel() function was added. |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Daniel Stenberg | edited slightly, point out our new mailinglist |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Daniel Stenberg | remind us about cvs tagging when we've built a release... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Daniel Stenberg | Dominick Meglio man page fixes |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Daniel Stenberg | Dominick Meglio fixed a missing comma |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Daniel Stenberg | Dominick Meglio's new ares_expand_string() function |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Daniel Stenberg | changed the long to int typecasts to see if icc 8.0... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Daniel Stenberg | ignore aclocal.m4 |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Daniel Stenberg | Gisle Vanem improved build on Windows. |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Daniel Stenberg | mingw has str(n)casecmp() functions |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Daniel Stenberg | timezone dummy to build better on Windows - Gisle Vanem |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Daniel Stenberg | Gisle Vanem fixed the bad argc check |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Daniel Stenberg | this is generated, removed from CVS |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Daniel Stenberg | attempted typecase to silence the MIPSpro warning: |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Daniel Stenberg | Dirk Manske fixed the attempt to install the removed... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Daniel Stenberg | minor size_t fix to kill a warning |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Daniel Stenberg | updated the debug option function from curl's acinclude.m4 |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Daniel Stenberg | fixed a "comparison between signed and unsigned" warning |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Daniel Stenberg | minor fixes to avoid MIPSPro pedantic warnings |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Daniel Stenberg | don't mix int and size_t, it generates warnings! |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | added the better debug option logic from curl by adding... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | Don't check for HAVE_ defines in this header file,... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | fix |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | Dan Fandrich fixed a minor flaw in Dominick's fix! |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | check for a few basic header files |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | include sys/select.h |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | ares_free_errmem is gone |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | unused and now removed |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | more int vs long/size_t fixes after icc compiler warnings |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | more int/long fixes after icc "remarks" |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | next_id is an unsigned short, typecast the assign to... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | typecase the bitfiddling results since we get a long... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | make ares_expand_name() take a long * instead of an... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | strlen() returns a size_t, which might be larger than... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Daniel Stenberg | Dominick Meglio's fix for supporting multiple names... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Daniel Stenberg | this code uses no long long, so we can have warnings... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | check for standard headers when --enable-debug is used |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | I removed the socklen_t requirement from memdebug.h... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | The --enable-debug option really requires this to be... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | memdebug build, 'make' no longer builds the demo tools |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | 'make all' also builds the demos |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | include ares_private.h to make sure we get the memdebug... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | If CURLDEBUG is set we use the libcurl internal memdebu... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | only build adig and ahost if 'make demos' is used |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | don't assume we can use gcc 2.96+ options |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Daniel Stenberg | removed usage of unset variables (by a function that... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Daniel Stenberg | install ares_version.h as well |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Daniel Stenberg | Dirk Manske's fix to install ares_version.h as well |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | include process.h to get the _getpid() proto |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | fixed "comparison between signed and unsigned" complaints |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | don't use 'sin' as variable name as the picky compiler... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | fixing |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | prevent a compiler warning about a macro definition |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | prevent the windows version to use global symbol names |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | we use the more aggressive compiler warnings |
commit | commitdiff | tree | snapshot |
next |