Age | Commit message (Expand) | Author |
2007-02-06 | Fix compiler warning. | Gisle Vanem |
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem |
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem |
2007-02-06 | compiler warning fix | Yang Tse |
2007-02-05 | Remove '-Dselect=select_s'. Remove depend.dj- | Gisle Vanem |
2007-02-05 | compiler warning fix | Yang Tse |
2007-02-04 | Use correct 3rd argument for ioctlsocket() under Watt-32. | Gisle Vanem |
2007-02-04 | Use correct calling convention. | Gisle Vanem |
2007-02-04 | Added DllMain() function for Watcom. | Gisle Vanem |
2007-02-02 | compiler warning fix | Yang Tse |
2007-02-02 | add debug messages for initialization failures | Yang Tse |
2007-02-02 | add missing strings for existing error codes | Yang Tse |
2007-02-02 | move DEBUGF macro definition to setup_once.h | Yang Tse |
2007-02-01 | compiler warning fix | Yang Tse |
2007-02-01 | compiler warning fix | Yang Tse |
2007-01-30 | Support for OpenWatcom (Win32): It do have getpid(), but no | Gisle Vanem |
2007-01-29 | fix compiler warning "discards qualifiers from pointer target type" in debug ... | Yang Tse |
2007-01-27 | sync with lib/setup_once.h | Yang Tse |
2007-01-23 | enabled build with libssh2; fixed copyright for new year.. | Gunter Knauf |
2006-12-11 | ahost.exe needs getopt.obj. | Gisle Vanem |
2006-11-25 | Make sure RETSIGTYPE is properly defined | Yang Tse |
2006-11-24 | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse |
2006-11-22 | Michael Wallner fixed this problem: When I set domains in the options | Daniel Stenberg |
2006-11-22 | Install ares_dns.h too | Daniel Stenberg |
2006-11-22 | Added a check in configure that verifies if <signal.h> is available, | Yang Tse |
2006-11-11 | we did 1.3.2 and are now on the 1.3.3 track! | Daniel Stenberg |
2006-11-07 | Moved select_s() to Makefile.dj since select() is used in applications. | Gisle Vanem |
2006-11-06 | avoid a couple of potential zero size memory allocations | Yang Tse |
2006-11-05 | mention the areslib.dsp fix | Daniel Stenberg |
2006-11-05 | add the recent crowd of contributors | Daniel Stenberg |
2006-11-05 | Andreas Rieke fixed back the correct line endings! | Daniel Stenberg |
2006-11-03 | stand clear for release 1.3.2 | Daniel Stenberg |
2006-11-03 | Andreas Rieke added missing file and changed line endings | Daniel Stenberg |
2006-10-31 | Updated dependency output. | Gisle Vanem |
2006-10-31 | Updated dependencies to not include config.h. | Gisle Vanem |
2006-10-31 | Removed unneeded stuff. | Gisle Vanem |
2006-10-31 | Added Watt-32 section to fix things for Watt32+Win32 targets. | Gisle Vanem |
2006-10-31 | Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers. | Gisle Vanem |
2006-10-31 | Added definition of select() for Watt32. | Gisle Vanem |
2006-10-31 | Rewritten to use ../packages/DOS/common.dj. | Gisle Vanem |
2006-10-27 | Sync with lib/setup_once.h | Yang Tse |
2006-10-25 | Fixed "'x' might be used uninitialized in this function" warning. | Gisle Vanem |
2006-10-25 | Added '-d' option for Watt32 targets. Added cvs id. | Gisle Vanem |
2006-10-25 | Compiler warning fix | Yang Tse |
2006-10-18 | Sync with lib/setup_once.h | Yang Tse |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse |
2006-10-18 | Introduce symbol USE_WINSOCK which will be defined when | Yang Tse |
2006-10-18 | Tor's spell fixes | Daniel Stenberg |
2006-10-18 | Replace is*() macros with our own IS*() ones. | Yang Tse |
2006-10-18 | Move definition of IS*() macros to setup_once.h | Yang Tse |