Age | Commit message (Expand) | Author |
2004-06-24 | the _num_chars() function is not used, removing | Daniel Stenberg |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg |
2004-06-24 | made the Curl_he2ai() take the port number as an int intead, to avoid lots | Daniel Stenberg |
2004-06-24 | prevent warning | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-06-10 | removed trailing whitespace | Daniel Stenberg |
2004-06-10 | Gisle corrected two comments | Daniel Stenberg |
2004-06-10 | Gisle Vanem's improved verbose output and timeout handling when connecting to | Daniel Stenberg |
2004-05-17 | if shrinking the buffer fails, use the older larger one | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-04 | improved the cleaning up of memory when we fail to resolve names due to | Daniel Stenberg |
2004-04-26 | Made defines instead of plain numbers for the Curl_resolv() return code to | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |
2004-04-23 | Gisle Vanem found and fixed a memory leak when doing (failing) Windows | Daniel Stenberg |
2004-04-21 | include unistd.h as well for the close() proto on some platforms (like Tru64) | Daniel Stenberg |
2004-04-20 | cleanup leftovers | Daniel Stenberg |
2004-04-14 | asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will | Daniel Stenberg |
2004-04-14 | Curl_wait_for_resolv() could hang due to the bad timeout timer resolution and | Daniel Stenberg |
2004-04-13 | Gisle Vanem's fix that makes the multi interface work on Windows again even | Daniel Stenberg |
2004-04-12 | somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there | Daniel Stenberg |
2004-04-06 | the pack_hostent() proto isn't used/needed with ipv6 is enabled. | Daniel Stenberg |
2004-04-06 | Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan. | Daniel Stenberg |
2004-04-01 | Dirk Manske's fix that makes sure we cancel the ares resolve when we time out | Daniel Stenberg |
2004-04-01 | removed my previously attempted fix for ares timeouts, not needed | Daniel Stenberg |
2004-03-31 | Roy Shan fixed a case that prevented ares name resolve timeouts to occur. | Daniel Stenberg |
2004-03-31 | Remove the elapsed time from the most recent select() only. | Daniel Stenberg |
2004-03-31 | The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE for | Daniel Stenberg |
2004-03-31 | Dirk Manske found out the Curl_wait_for_resolv() timed out too early. | Daniel Stenberg |
2004-03-30 | Lots of comments added an clarified. Added timeout for the ares version | Daniel Stenberg |
2004-03-29 | The select() timeout is better not static since some implementation actually | Daniel Stenberg |
2004-03-17 | Günter Knauf's NetWare changes. | Daniel Stenberg |
2004-03-10 | store times in time_t | Daniel Stenberg |
2004-03-09 | only build with the windows threading trace code if | Daniel Stenberg |
2004-03-03 | tv_sec is an int, so we explicitly typecast the result of long - long to | Daniel Stenberg |
2004-02-23 | use size_t to keep strlen() results | Daniel Stenberg |
2004-02-23 | simplied how create_hostcache_id() is used, and also its function somewhat | Daniel Stenberg |
2004-02-20 | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg |
2004-02-18 | No longer uses the 'ret' variable in the plain ipv4-version of | Daniel Stenberg |
2004-02-18 | Make sure dns cache timeout -1 really means forever, as it is documented to | Daniel Stenberg |
2004-02-16 | Make the 'areschannel' get created in the curl_easy_init() and re-use that | Daniel Stenberg |
2004-02-15 | Mark the dns entry 'inuse' properly even when used from the cache. This | Daniel Stenberg |
2004-02-12 | Make hostcache_fixoffset() take a long for offset, to fully work with 64bit | Daniel Stenberg |
2004-02-05 | hide the pack_hostent proto if ipv6 is enabled, as figured out by Tor Arntsen | Daniel Stenberg |
2004-02-02 | adjusted to the modified ares_strerror() function | Daniel Stenberg |
2004-02-02 | Dirk Manske fixed the ares usage even more. We could get a timeout from ares | Daniel Stenberg |
2004-02-02 | Timeout slow ares name lookups. This is based on the patch brought by | Daniel Stenberg |
2004-01-14 | fixed the Curl_resolv()'s return code when the looked up host was already | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-12-15 | added a library-wide interface for doing dns cache pruning, and no longer | Daniel Stenberg |
2003-12-15 | if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that | Daniel Stenberg |