Историја ревизија

Аутор SHA1 Порука Датум
  Daniel Stenberg f2a99d7d74 the _num_chars() function is not used, removing пре 20 година
  Daniel Stenberg feb2dd2835 Replaced all uses of sprintf() with the safer snprintf(). It is just a пре 20 година
  Daniel Stenberg 5e34f3dc01 made the Curl_he2ai() take the port number as an int intead, to avoid lots пре 20 година
  Daniel Stenberg 560c257bd0 prevent warning пре 20 година
  Daniel Stenberg c39858aac0 Source cleanups. The major one being that we now _always_ use a Curl_addrinfo пре 20 година
  Daniel Stenberg 8d76d4016d removed trailing whitespace пре 20 година
  Daniel Stenberg 9f92657f76 Gisle corrected two comments пре 20 година
  Daniel Stenberg 9f341f9ce5 Gisle Vanem's improved verbose output and timeout handling when connecting to пре 20 година
  Daniel Stenberg e9056f5f95 if shrinking the buffer fails, use the older larger one пре 20 година
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. пре 20 година
  Daniel Stenberg 4250637e7d improved the cleaning up of memory when we fail to resolve names due to пре 20 година
  Daniel Stenberg 245e3122df Made defines instead of plain numbers for the Curl_resolv() return code to пре 20 година
  Daniel Stenberg 648e82f05d Major hostip.c cleanup and split into multiple files and easier #ifdef пре 20 година
  Daniel Stenberg 3755bffcc2 Gisle Vanem found and fixed a memory leak when doing (failing) Windows пре 20 година
  Daniel Stenberg 62b7c08bb3 include unistd.h as well for the close() proto on some platforms (like Tru64) пре 20 година
  Daniel Stenberg dc25cd6f3a cleanup leftovers пре 20 година
  Daniel Stenberg 68e8a0f0d9 asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will пре 20 година
  Daniel Stenberg 1d0b5b507a Curl_wait_for_resolv() could hang due to the bad timeout timer resolution and пре 20 година
  Daniel Stenberg 31a693b99a Gisle Vanem's fix that makes the multi interface work on Windows again even пре 20 година
  Daniel Stenberg eb6345de60 somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there пре 20 година
  Daniel Stenberg 5ca47f19d7 the pack_hostent() proto isn't used/needed with ipv6 is enabled. пре 20 година
  Daniel Stenberg 9044fcbb5f Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan. пре 20 година
  Daniel Stenberg ad9e83a90f Dirk Manske's fix that makes sure we cancel the ares resolve when we time out пре 20 година
  Daniel Stenberg 675db3a211 removed my previously attempted fix for ares timeouts, not needed пре 20 година
  Daniel Stenberg ee1595dcd5 Roy Shan fixed a case that prevented ares name resolve timeouts to occur. пре 21 година
  Daniel Stenberg 9d0330d5bd Remove the elapsed time from the most recent select() only. пре 21 година
  Daniel Stenberg d5074f74bb The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE for пре 21 година
  Daniel Stenberg ea0cf7c87b Dirk Manske found out the Curl_wait_for_resolv() timed out too early. пре 21 година
  Daniel Stenberg b8b8473b6d Lots of comments added an clarified. Added timeout for the ares version пре 21 година
  Daniel Stenberg dc46f535ae The select() timeout is better not static since some implementation actually пре 21 година