Age | Commit message (Expand) | Author |
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 |
2004-03-12 | ignore aclocal.m4 | Daniel Stenberg |
2004-03-10 | Gisle Vanem improved build on Windows. | 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-03-09 | Gisle Vanem fixed the bad argc check | Daniel Stenberg |
2004-03-08 | this is generated, removed from CVS | Daniel Stenberg |
2004-03-03 | attempted typecase to silence the MIPSpro warning: | Daniel Stenberg |
2004-02-29 | Dirk Manske fixed the attempt to install the removed errmem manpage | Daniel Stenberg |
2004-02-27 | minor size_t fix to kill a warning | Daniel Stenberg |
2004-02-27 | updated the debug option function from curl's acinclude.m4 | Daniel Stenberg |
2004-02-26 | fixed a "comparison between signed and unsigned" warning | Daniel Stenberg |
2004-02-26 | minor fixes to avoid MIPSPro pedantic warnings | Daniel Stenberg |
2004-02-26 | don't mix int and size_t, it generates warnings! | Daniel Stenberg |
2004-02-25 | added the better debug option logic from curl by adding acinclude.m4 to the | Daniel Stenberg |
2004-02-25 | Don't check for HAVE_ defines in this header file, it is meant to be public | Daniel Stenberg |
2004-02-25 | fix | Daniel Stenberg |
2004-02-25 | Dan Fandrich fixed a minor flaw in Dominick's fix! | Daniel Stenberg |
2004-02-23 | check for a few basic header files | Daniel Stenberg |
2004-02-23 | include sys/select.h | Daniel Stenberg |
2004-02-23 | ares_free_errmem is gone | Daniel Stenberg |
2004-02-23 | unused and now removed | Daniel Stenberg |
2004-02-23 | more int vs long/size_t fixes after icc compiler warnings | Daniel Stenberg |
2004-02-23 | more int/long fixes after icc "remarks" | Daniel Stenberg |
2004-02-23 | next_id is an unsigned short, typecast the assign to prevent picky compilers | Daniel Stenberg |
2004-02-23 | typecase the bitfiddling results since we get a long and we store an int, | Daniel Stenberg |
2004-02-23 | make ares_expand_name() take a long * instead of an int *, since we do | Daniel Stenberg |
2004-02-23 | strlen() returns a size_t, which might be larger than int on some platforms | Daniel Stenberg |
2004-02-22 | Dominick Meglio's fix for supporting multiple names in the Nameserver key | Daniel Stenberg |
2004-02-22 | this code uses no long long, so we can have warnings about them | Daniel Stenberg |
2004-02-19 | check for standard headers when --enable-debug is used | Daniel Stenberg |
2004-02-18 | I removed the socklen_t requirement from memdebug.h, so we don't need to | Daniel Stenberg |
2004-02-18 | The --enable-debug option really requires this to be built as part of curl. | Daniel Stenberg |
2004-02-17 | memdebug build, 'make' no longer builds the demo tools | Daniel Stenberg |
2004-02-17 | 'make all' also builds the demos | Daniel Stenberg |