aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-07Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do theDaniel Stenberg
changes in a slower and more controlled manner...
2005-06-06Tupone Alfredo's fixes:Daniel Stenberg
1) findtool does look per tool in PATH and think ./perl is the perl executable, while is just a local directory (I have . in the PATH) 2) I got several warning for head -1 deprecated in favour of head -n 1 3) ares directory is missing some file (missing is missing :-) ) because automake and friends is not run. (Let's hope number 2 doesn't break somewhere "out there", if so we can always search/replace that back.)
2005-06-03first rough versionDaniel Stenberg
2005-06-03Andres Garcia's text mode fix for the 'data' partDaniel Stenberg
2005-06-03FIONBIO is in sys/ioctl.h on AIXDaniel Stenberg
2005-06-02sigh, define TRUE if not alreadyDaniel Stenberg
2005-06-02William Ahern:Daniel Stenberg
Make UDP sockets non-blocking. I've confirmed that at least on Linux 2.4 a read event can come back from poll() on a valid SOCK_DGRAM socket but recv(2) will still block. This patch doesn't ignore EAGAIN in read_udp_packets(), though maybe it should. (This patch was edited by Daniel Stenberg and a new configure test was added (imported from curl's configure) to properly detect what non-blocking socket approach to use.)
2005-06-02William Ahern:Daniel Stenberg
I'm not quite sure how this was happening, but I've been seeing PTR queries which seem to return empty responses. At least, they were empty when calling ares_expand_name() on the record. Here's a patch which guarantees to NUL-terminate the expanded name. The old behavior failed to NUL-terminate if len was 0, and this was causing strlen() to run past the end of the buffer after calling ares_expand_name() and getting ARES_SUCCESS as the return value. If q is not greater than *s then it's equal and *s is always allocated with at least one byte.
2005-06-01specify the cares lib before the other libs, to make it build fine with mingwDaniel Stenberg
- inspired by Tupone Alfredo's bug report (and patch) #1212940
2005-05-31Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6Daniel Stenberg
address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently is how you enter numerical IPv6 addresses in URLs. Test case 263 added to verify.
2005-05-31added keywordsDaniel Stenberg
2005-05-29recent changesDaniel Stenberg
2005-05-29Eric Cooper reported about a problem with HTTP servers that responds withDaniel Stenberg
binary zeroes within the headers. They confused libcurl to do wrong so the downloaded headers become incomplete. The fix is now verified with test case 262.
2005-05-27avoid the sensitive word as it looks bad in some people's eyesDaniel Stenberg
2005-05-27Andrés García fixed a warning appearing on windowsDaniel Stenberg
2005-05-26provide the proper copyright texts for theseDaniel Stenberg
2005-05-25set LD_LIBRARY_PATH properly even when the openssl lib dir is found usingDaniel Stenberg
pkg-config
2005-05-25silense a warningDaniel Stenberg
2005-05-25minor rephraseDaniel Stenberg
2005-05-25output the full usec when --trace-time is usedDaniel Stenberg
2005-05-25no more time/re-start of sockfilt, no more redirect of stdin/stdout whenDaniel Stenberg
talking to sockfilt
2005-05-25added function for individual ftp slave killsDaniel Stenberg
2005-05-25modified output logging, fixed the ftpslave killingDaniel Stenberg
2005-05-25utilize the whole usec in the log and don't output to stderr if the logfileDaniel Stenberg
can't be opened
2005-05-25nicer raw logging and put code into (nicer) functionsDaniel Stenberg
2005-05-24don't restart sockfilt after only 5 seconds of inactivityDaniel Stenberg
2005-05-24recent actionDaniel Stenberg
2005-05-24Andres Garcia's mode=text patch to make these do fine on WindowsDaniel Stenberg
2005-05-24add test case 261, response code 226 to TYPEDaniel Stenberg
2005-05-24Now allow TYPE responses to be any 2xx code, and log if it isn't 200.Daniel Stenberg
2005-05-22removed leftover debug message ("moo moo")Daniel Stenberg
2005-05-21added keywordsDaniel Stenberg
2005-05-20added -nobuildconfDaniel Stenberg
2005-05-20keywords addedDaniel Stenberg
2005-05-20shorter nameDaniel Stenberg
2005-05-20sum upDaniel Stenberg
2005-05-20Add support for text mode on stdout tests as well, and add the mode=textDaniel Stenberg
to the docs.
2005-05-19include ctype.h for isdigit()Daniel Stenberg
2005-05-19additional fix for the malformed URL fix of ydayDaniel Stenberg
2005-05-19removed duplicateDaniel Stenberg
2005-05-18three fixes since 7.14.0Daniel Stenberg
2005-05-18Bug report #1204435 identified a problem with malformed URLs likeDaniel Stenberg
"http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify.
2005-05-18updateDaniel Stenberg
2005-05-18adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFEDaniel Stenberg
when looking for the prototype
2005-05-18The configure check for strerror_r() failed to detect the proper API atDaniel Stenberg
times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't set (since it _had_ found a strerror_r).
2005-05-18#15 is now fixedDaniel Stenberg
2005-05-18clarified for GnuTLSDaniel Stenberg
2005-05-18several updatesDaniel Stenberg
2005-05-18ignore resolve tooDaniel Stenberg
2005-05-18use less code and prevent compiler warningDaniel Stenberg