summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-16Version 7.14.0curl-7_14_0Daniel Stenberg
2005-05-16return, not exit, on several placesDaniel Stenberg
2005-05-15Converted some macros to use NS_* so they work on non-IPv6 systemsDominick Meglio
2005-05-15Forgot to ares_-ize inet_ntopDominick Meglio
2005-05-14fix warning about redefined symbolDaniel Stenberg
2005-05-14replaced the CRLF newlines with plain LF onesDaniel Stenberg
2005-05-14Added an inet_ntop function from BIND for systems that do not have itDominick Meglio
2005-05-14Updated generated dependencies.Gisle Vanem
2005-05-14Some patches for (a stricter/smarter) gcc 4.0 andGisle Vanem
2005-05-14'ssize_t' seems to be a gcc 4.x built-in.Gisle Vanem
2005-05-14Change for systems with >1 ways of setting (non-)blockingGisle Vanem
2005-05-13updatedDaniel Stenberg
2005-05-13uses select() instead of poll() even on Mac OS X 10.4Daniel Stenberg
2005-05-13adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin)Daniel Stenberg
2005-05-12remove blank linesDaniel Stenberg
2005-05-12CURLOPT_SSLVERSION clarifiedDaniel Stenberg
2005-05-12-z bad use warning and NTLM proxy auth in reconnect fixDaniel Stenberg
2005-05-12oops, found by bug reported in bug report #1200661Daniel Stenberg
2005-05-12spellDaniel Stenberg
2005-05-12typecast to fix warning on 64bit systemsDaniel Stenberg
2005-05-12warn about bad -z syntaxDaniel Stenberg
2005-05-11MatrixSSL and yaSSL are two free libs we _could_ supportDaniel Stenberg
2005-05-11mention the select() error fix as wellDaniel Stenberg
2005-05-11the new HTTP headersDaniel Stenberg
2005-05-11removed duplicateDaniel Stenberg
2005-05-11Modified the default HTTP headers used by libcurl:Daniel Stenberg
2005-05-11prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't existDaniel Stenberg
2005-05-10Hm, this doesn't feel right. The error bits returned from Curl_select() canDaniel Stenberg
2005-05-10me stupid, errno is not set for mere select()-exceptionsDaniel Stenberg
2005-05-10include protos to fix warningsDaniel Stenberg
2005-05-10If Curl_select() returns with the error bit set, bail out.Daniel Stenberg
2005-05-10prevent 64bit warningsDaniel Stenberg
2005-05-10allow the ares/config.h display to failDaniel Stenberg
2005-05-09Jeremy Brown's OpenSSL thread-locking exampleDaniel Stenberg
2005-05-09new counterDaniel Stenberg
2005-05-09Jamie Lokier added. And I now recounted the amount better: 437 named as of now.Daniel Stenberg
2005-05-09update the "PORTS" section a littleDaniel Stenberg
2005-05-09add multi-thread details for GnuTLSDaniel Stenberg
2005-05-09new mirror, added amount of contributorsDaniel Stenberg
2005-05-09Jeff is short for JeffreyDaniel Stenberg
2005-05-09updated with the current RELEASE-NOTES namesDaniel Stenberg
2005-05-09I decided to make this list more complete. I took the 5-year anniversary listDaniel Stenberg
2005-05-09no need to display src/config.h anymore since it is a duplicate of lib/config.hDaniel Stenberg
2005-05-08silence compiler warningsDaniel Stenberg
2005-05-07fix warnings about unused variables for non-debug buildsDaniel Stenberg
2005-05-07fixDaniel Stenberg
2005-05-07January 2003. Started working on the distributed curl tests. The autobuilds.Daniel Stenberg
2005-05-07DEBUGF() is a new conveniant macro to add infof() calls (or similar) forDaniel Stenberg
2005-05-07Added an active disconnected state, to make the code clearer.Daniel Stenberg
2005-05-07removed unnecessary logging to ease REAL debugginDaniel Stenberg