Commit History

Author SHA1 Message Date
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 years ago
  Daniel Stenberg 23a6041698 use the curlassert() instead of custom checks 21 years ago
  Daniel Stenberg 776f0bd95e don't log failed socket() calls 21 years ago
  Daniel Stenberg 749f5387c1 Gisle Vanem's IPv6-on-Windows patch applied! 21 years ago
  Daniel Stenberg 02c78ecf81 allow out-of-memory testing by setting a limit. That number of memory 21 years ago
  Daniel Stenberg 308bc9d919 use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions 21 years ago
  Daniel Stenberg a7c72b7abf removed the local variables for emacs and vim, use the new sample.emacs 22 years ago
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 years ago
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 years ago
  Daniel Stenberg 105ec79b2b James Cone's efforts to add another netrc parsing "mode" 22 years ago
  Daniel Stenberg 974f314f57 copyright string (year) update 22 years ago
  Daniel Stenberg fe3c874001 detect fclose(NULL) 23 years ago
  Daniel Stenberg cb85ca18ab more fancy alloc, we store the size in each allocated block so that we 23 years ago
  Daniel Stenberg 0cacbc892c always allocates at least 64 bytes for real, and damages them before free 23 years ago
  Daniel Stenberg 721b05e343 Nico Baggus' VMS tweaks 23 years ago
  Daniel Stenberg cfdcf5c933 fill memory with junk on malloc() 23 years ago
  Daniel Stenberg 010044e03c the malloc debug system only logs data if the logfile FILE * is set, which 23 years ago
  Sterling Hughes 8e91d5de8e looks nicer and is better compatible with older vim versions 23 years ago
  Sterling Hughes 6147879837 Added formatting sections for emacs and vim 23 years ago
  Daniel Stenberg 1a7e13e166 curl_memdebug takes a const argument now 23 years ago
  Daniel Stenberg 5afc694879 const-ified lots of function arguments 23 years ago
  Daniel Stenberg 3e7ebcd051 uses socklen_t now 24 years ago
  Daniel Stenberg b6c5da337a strdup() takes a const char * now 24 years ago
  Daniel Stenberg 4031104404 Internal symbols that aren't static are now prefixed with 'Curl_' 24 years ago
  Daniel Stenberg 24dee483e9 dual-license fix 24 years ago
  Daniel Stenberg 3d8bb1c27a include unistd.h if present to prevent compiler warnings on close() 24 years ago
  Daniel Stenberg 5594741acb Added fopen() and fclose() leak tracking 24 years ago
  Daniel Stenberg 184ad46a27 fixed accept() for memory debugging 24 years ago
  Daniel Stenberg bf43b49a20 added socket() / sclose() checks to the memdebug system 24 years ago
  Daniel Stenberg 50d564b4d4 uses the "internal" mprintf() routines for formatted output 24 years ago