提交歷史

作者 SHA1 備註 提交日期
  Daniel Stenberg 686d90745b First curl_multi_socket() commit. Should primarily be considered as an internal 18 年之前
  Daniel Stenberg 043d70fcdf Use plain structs and not typedef'ed ones in the hash and linked-list code. 19 年之前
  Daniel Stenberg c39858aac0 Source cleanups. The major one being that we now _always_ use a Curl_addrinfo 20 年之前
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 年之前
  Daniel Stenberg 887d78a9ad Curl_hash_add() was modified to clear up better in case of internal failure. 20 年之前
  Daniel Stenberg e64dacb40e better checking that strdup() works 20 年之前
  Daniel Stenberg 4250637e7d improved the cleaning up of memory when we fail to resolve names due to 20 年之前
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 年之前
  Daniel Stenberg 947e656367 make sure that hash_add() has no allocated resources left in case it 21 年之前
  Daniel Stenberg 14597475b1 Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST 21 年之前
  Daniel Stenberg adcbe03aeb Uses less macros. #ifdef'ed out unused functions. Edited slightly to be 21 年之前
  Daniel Stenberg 905b160097 1. check allocs 21 年之前
  Daniel Stenberg 308bc9d919 use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions 21 年之前
  Daniel Stenberg 409ac80710 removed weirdo {{{ and }}} comments 21 年之前
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 年之前
  Daniel Stenberg 2cff251863 Curl_resolv() now returns a different struct, and it contains a reference 22 年之前
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 年之前
  Daniel Stenberg 1c42779845 DNC cache prune crash removed, made the name spacing follow the general 22 年之前
  Sterling Hughes a386562d9a Prune old hostcache entries with each call... 22 年之前
  Sterling Hughes bb44791bf3 Add protos and change return value of curl_hash_count.... 22 年之前
  Sterling Hughes 9ebcfe9dff Speed up the hash code considerably, removing a bunch of legacy crud 22 年之前
  Daniel Stenberg 974f314f57 copyright string (year) update 22 年之前
  Daniel Stenberg e452f467d4 Philip Gladstone's 64-bit issues corrected. 22 年之前
  Daniel Stenberg 7bfe853af3 I wish I could type. Anyway, this proved it is a good habit to put the NULL 23 年之前
  Daniel Stenberg cbaecca8e9 added typecast for a malloc() return, and added check for NULL 23 年之前
  Sterling Hughes 8d7f402efb Make cach'ing work with threads now, there are now three cases: 23 年之前
  Daniel Stenberg 6de7dc5879 Sterling Hughes' provided initial DNS cache source code. 23 年之前