Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-17 | More of the same | Dominick Meglio | |
2005-05-17 | More compiler warning cleanups | Dominick Meglio | |
2005-05-16 | bad formatting | Daniel Stenberg | |
2005-05-16 | Made ares_free_hostent man page refer to ares_parse_aaaa_reply | Dominick Meglio | |
2005-05-16 | Cleaned up some compile warnings | Dominick Meglio | |
2005-05-16 | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio | |
2005-05-16 | Modified the gmtime_r check to not check for it until the "check for a working | Daniel Stenberg | |
one" is made, and only if that test runs ok we define it as present. Unless crosscompiling, since then we use the former AC_CHECK_FUNCS method. | |||
2005-05-16 | define GMTIME_R to 0 if not working | Daniel Stenberg | |
2005-05-16 | attempt to detect a bad (as in HPUX 10.20 bad) gmtime_r function | Daniel Stenberg | |
2005-05-16 | start working on 7.14.1 | Daniel Stenberg | |
2005-05-16 | Version 7.14.0 | Daniel Stenberg | |
2005-05-16 | return, not exit, on several places | Daniel Stenberg | |
2005-05-15 | Converted some macros to use NS_* so they work on non-IPv6 systems | Dominick Meglio | |
2005-05-15 | Forgot to ares_-ize inet_ntop | Dominick Meglio | |
2005-05-14 | fix warning about redefined symbol | Daniel Stenberg | |
2005-05-14 | replaced the CRLF newlines with plain LF ones | Daniel Stenberg | |
2005-05-14 | Added an inet_ntop function from BIND for systems that do not have it | Dominick Meglio | |
2005-05-14 | Updated generated dependencies. | Gisle Vanem | |
2005-05-14 | Some patches for (a stricter/smarter) gcc 4.0 and | Gisle Vanem | |
warnings like: 'x' may be used uninitialized in this function. | |||
2005-05-14 | 'ssize_t' seems to be a gcc 4.x built-in. | Gisle Vanem | |
2005-05-14 | Change for systems with >1 ways of setting (non-)blocking | Gisle Vanem | |
mode. (djgpp/Watt-32 has 3 ways). Should rewrite this using "#elif ..", but maybe there is still broken cpp around? | |||
2005-05-13 | updated | Daniel Stenberg | |
2005-05-13 | uses select() instead of poll() even on Mac OS X 10.4 | Daniel Stenberg | |
2005-05-13 | adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin) | Daniel Stenberg | |
2005-05-12 | remove blank lines | Daniel Stenberg | |
2005-05-12 | CURLOPT_SSLVERSION clarified | Daniel Stenberg | |
2005-05-12 | -z bad use warning and NTLM proxy auth in reconnect fix | Daniel Stenberg | |
2005-05-12 | oops, found by bug reported in bug report #1200661 | Daniel Stenberg | |
2005-05-12 | spell | Daniel Stenberg | |
2005-05-12 | typecast to fix warning on 64bit systems | Daniel Stenberg | |
2005-05-12 | warn about bad -z syntax | Daniel Stenberg | |
2005-05-11 | MatrixSSL and yaSSL are two free libs we _could_ support | Daniel Stenberg | |
2005-05-11 | mention the select() error fix as well | Daniel Stenberg | |
2005-05-11 | the new HTTP headers | Daniel Stenberg | |
2005-05-11 | removed duplicate | Daniel Stenberg | |
2005-05-11 | Modified the default HTTP headers used by libcurl: | Daniel Stenberg | |
A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive" | |||
2005-05-11 | prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't exist | Daniel Stenberg | |
2005-05-10 | Hm, this doesn't feel right. The error bits returned from Curl_select() can | Daniel Stenberg | |
be returned at times when we want to ignore them. Test case 160 fails on Linux, so I modify the comparison to check for _only_ the error bit set... | |||
2005-05-10 | me stupid, errno is not set for mere select()-exceptions | Daniel Stenberg | |
2005-05-10 | include protos to fix warnings | Daniel Stenberg | |
2005-05-10 | If Curl_select() returns with the error bit set, bail out. | Daniel Stenberg | |
2005-05-10 | prevent 64bit warnings | Daniel Stenberg | |
2005-05-10 | allow the ares/config.h display to fail | Daniel Stenberg | |
2005-05-09 | Jeremy Brown's OpenSSL thread-locking example | Daniel Stenberg | |
2005-05-09 | new counter | Daniel Stenberg | |
2005-05-09 | Jamie Lokier added. And I now recounted the amount better: 437 named as of now. | Daniel Stenberg | |
2005-05-09 | update the "PORTS" section a little | Daniel Stenberg | |
2005-05-09 | add multi-thread details for GnuTLS | Daniel Stenberg | |
2005-05-09 | new mirror, added amount of contributors | Daniel Stenberg | |
2005-05-09 | Jeff is short for Jeffrey | Daniel Stenberg | |