Commit History

Author SHA1 Message Date
  Daniel Stenberg 6a79b0e859 Since the NSS lib closes the socket the memory tracking system wrongly gets a 15 years ago
  Yang Tse 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 years ago
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 years ago
  Yang Tse fe8eeb5641 remove unnecessary typecast 15 years ago
  Dan Fandrich 976963cd21 Really old gcc doesn't like parenthesis around the names of functions that 16 years ago
  Yang Tse 89367d47a8 Disable tracking of fdopen() calls in the low-level memory leak tracking 16 years ago
  Yang Tse 7fdfd938e0 remove dead code portion inoperative long time ago 16 years ago
  Yang Tse 3dcd2b82c4 fix print formatting string directives 16 years ago
  Dan Fandrich 08aab6a620 Move the CURLDEBUG check after setup.h so it can be set there if necessary. 16 years ago
  Daniel Stenberg cbd1a77ec2 if () => if() 17 years ago
  Patrick Monnerat 259f27b09f Fix getsockname argument type 17 years ago
  James Housley aed0cc6f2a Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS 17 years ago
  Dan Fandrich 3fef839f75 Added call to setvbuf (disabled by default for speed) to flush the 17 years ago
  Yang Tse 3a634a273a curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h 17 years ago
  Yang Tse a1d5983991 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 17 years ago
  Yang Tse 1bcbe89802 Prevent multiple initialization of memdebug configuration variables. 18 years ago
  Daniel Stenberg 701de67b79 use %p to printf pointers since %x doesn't work properly on tru64 for this 19 years ago
  Daniel Stenberg ab4086bc24 Updated the copyright year since changes have been this year. 19 years ago
  Gisle Vanem 9deb76ce3e 20 years ago
  Daniel Stenberg c39858aac0 Source cleanups. The major one being that we now _always_ use a Curl_addrinfo 20 years ago
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 years ago
  Daniel Stenberg 32a9554c92 Gisle fixed: don't reference 'mem' if it's NULL. 20 years ago
  Daniel Stenberg a331aa0221 make the memlimit final NULL return get written to stderr as wella 20 years ago
  Daniel Stenberg c52c592f4c store size as size_t 20 years ago
  Daniel Stenberg 07de0ff0ff Gisle Vanem's added support calloc()-debugging and outputting mode for 20 years ago
  Daniel Stenberg 44995d6877 Some compilers warn on completely empty source files, we provide a blank 20 years ago
  Daniel Stenberg de681d3b8f Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd 20 years ago
  Daniel Stenberg f33be3c313 Modified curl_accept() to take a 'void *' in the 2nd argument instead of 20 years ago
  Daniel Stenberg f2fbb5f3d5 Make realloc() support NULL as pointer. Made to allow us to use these routines 20 years ago
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 20 years ago