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