Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-14 | enable memory debugging the same way the curl command line tool already does | Daniel Stenberg | |
2004-03-03 | We let this file include more generic headers that many libtests need anyway | Daniel Stenberg | |
to reduce the amount of #include stuff in each single libNNN.c file. unistd.h was added to prevent select() warnings on FreeBSD | |||
2004-02-19 | provide a test() proto | Daniel Stenberg | |
2004-01-13 | include setup.h from the lib dir instead to get even more private stuff | Daniel Stenberg | |
from the libcurl build, but right now for the USE_SSLEAY define. | |||
2003-11-06 | Define TRUE and FALSE unless already present. I've moved away those | Daniel Stenberg | |
definitions from the global curl header and thus this needs to do it themselves. | |||
2003-04-15 | include config.h before all system headers, so that _FILE_OFFSET_BITS and | Daniel Stenberg | |
similar is set properly by us first | |||
2003-03-12 | include "config.h" from the lib's private dir | Daniel Stenberg | |
2003-01-23 | string.h keeps the proto for memset() on some platforms, used for FD_ZERO | Daniel Stenberg | |
2002-12-13 | set up arg2 to point to argv[2] to be used at will by programs | Daniel Stenberg | |
2002-12-13 | include files without the curl/ to reduce the risk of us including the wrong | Daniel Stenberg | |
set of include files during tests | |||
2002-12-12 | fixes | Daniel Stenberg | |