Commit History

Author SHA1 Message Date
  Yang Tse 232d17ec64 15 years ago
  Gunter Knauf f671d0513c renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. 15 years ago
  Yang Tse 5a91746b80 David McCreedy's "TPF-platform specific changes to various files" patch 15 years ago
  Yang Tse a6c915aab9 fix compiler warning: external declaration in primary source file 16 years ago
  Yang Tse 1e7125ae7b add comment for include paths 16 years ago
  Yang Tse 059707be32 Renamed a couple of global variables to avoid shadowing warnings 17 years ago
  Daniel Stenberg 1da3192d2d let's just export the whole argc + argv pair globally so that each test tool 17 years ago
  Daniel Stenberg 5ae21ebde9 add support for arg3 as the third argument... 17 years ago
  Yang Tse 69565afab0 Check for stdbool.h at configuration stage, and include it if available. 18 years ago
  Yang Tse 4894ce16fc use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 18 years ago
  Yang Tse b4700f026b Add project notice and file Id 18 years ago
  Yang Tse 384c8f3560 Use curl_global_init() and curl_global_cleanup(). 18 years ago
  Gisle Vanem e134a40208 Added select_test() function to allow selecting on no sockets on 18 years ago
  Daniel Stenberg 4ab0d74250 enable memory debugging the same way the curl command line tool already does 20 years ago
  Daniel Stenberg 6e3fa90c9e We let this file include more generic headers that many libtests need anyway 21 years ago
  Daniel Stenberg 349a15b089 provide a test() proto 21 years ago
  Daniel Stenberg 4ba05e1128 include setup.h from the lib dir instead to get even more private stuff 21 years ago
  Daniel Stenberg 527850928d Define TRUE and FALSE unless already present. I've moved away those 21 years ago
  Daniel Stenberg 4b1203d4c9 include config.h before all system headers, so that _FILE_OFFSET_BITS and 21 years ago
  Daniel Stenberg f8d552dde5 include "config.h" from the lib's private dir 22 years ago
  Daniel Stenberg a302ff1605 string.h keeps the proto for memset() on some platforms, used for FD_ZERO 22 years ago
  Daniel Stenberg 4938991ab8 set up arg2 to point to argv[2] to be used at will by programs 22 years ago
  Daniel Stenberg 57572e550f include files without the curl/ to reduce the risk of us including the wrong 22 years ago
  Daniel Stenberg 0f493b6038 fixes 22 years ago