Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-30 | add more info when this script gets confused, and added getaddrinfo and | Daniel Stenberg | |
freeaddrinfo to the trace output | |||
2005-06-30 | use %p to printf pointers since %x doesn't work properly on tru64 for this | Daniel Stenberg | |
(and besides, we should be using the same %-code for all pointers) | |||
2005-06-30 | enable memory debugging on tru64 with ipv6 support by doing a little different | Daniel Stenberg | |
defining, since the system headers themselves redefine getaddrinfo | |||
2005-06-30 | Detect (or at least infer) glibc-style strerror_r even when cross-compiling. | Dan Fandrich | |
2005-06-28 | new Lua binding | Daniel Stenberg | |
2005-06-26 | clarify that ftp ascii transfers don't do right in current libcurl | Daniel Stenberg | |
2005-06-23 | added docs about the new proxy string support | Daniel Stenberg | |
2005-06-22 | David Shaw fixes | Daniel Stenberg | |
2005-06-22 | mention more ARMs | Daniel Stenberg | |
2005-06-22 | verify that the URL decoding is done properly too | Daniel Stenberg | |
2005-06-22 | David Shaw's fix that unifies proxy string treatment so that a proxy given | Daniel Stenberg | |
with CURLOPT_PROXY can use a http:// prefix and user + password. The user and password fields are now also URL decoded properly. Test case 264 added to verify. | |||
2005-06-22 | David Shaw's updated version: | Daniel Stenberg | |
It now properly handles code that uses curl_free() (since not all versions of curl have it), and also fixes a few problems when detecting libcurl on MinGW, and a linker problem on OSX Panther. | |||
2005-06-20 | mistake | Daniel Stenberg | |
2005-06-19 | possible windows memory leak fixed by Gisle | Daniel Stenberg | |
2005-06-19 | Added some checks for the addrinfo structure. | Dominick Meglio | |
2005-06-14 | Ensure thread handle is closed too. | Gisle Vanem | |
2005-06-13 | 4.13 Why is curl -R on Windows one hour off? | Daniel Stenberg | |
2005-06-13 | recent buildconf fiddling | Daniel Stenberg | |
2005-06-13 | run libtoolize in the ares dir as well, and modified the output slightly for | Daniel Stenberg | |
all tools run in the ares dir - now shown like "running ares/[tool]" | |||
2005-06-11 | CURLINFO_FILETIME returns the time for GMT | Daniel Stenberg | |
2005-06-09 | make sure the found tool is a regular file (and not a dir or something) | Daniel Stenberg | |
2005-06-09 | Modified to use 'head -n 1' instead of 'head -1' since some versions of head | Daniel Stenberg | |
complains and claims this is deprecated. | |||
2005-06-07 | Reverted Tupone Alfredo's patch, as it broke NUMEROUS autobuilds. Let's do the | Daniel Stenberg | |
changes in a slower and more controlled manner... | |||
2005-06-06 | Tupone 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-03 | first rough version | Daniel Stenberg | |
2005-06-03 | Andres Garcia's text mode fix for the 'data' part | Daniel Stenberg | |
2005-06-03 | FIONBIO is in sys/ioctl.h on AIX | Daniel Stenberg | |
2005-06-02 | sigh, define TRUE if not already | Daniel Stenberg | |
2005-06-02 | William 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-02 | William 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-01 | specify the cares lib before the other libs, to make it build fine with mingw | Daniel Stenberg | |
- inspired by Tupone Alfredo's bug report (and patch) #1212940 | |||
2005-05-31 | Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 | Daniel 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-31 | added keywords | Daniel Stenberg | |
2005-05-29 | recent changes | Daniel Stenberg | |
2005-05-29 | Eric Cooper reported about a problem with HTTP servers that responds with | Daniel 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-27 | avoid the sensitive word as it looks bad in some people's eyes | Daniel Stenberg | |
2005-05-27 | Andrés García fixed a warning appearing on windows | Daniel Stenberg | |
2005-05-26 | provide the proper copyright texts for these | Daniel Stenberg | |
2005-05-25 | set LD_LIBRARY_PATH properly even when the openssl lib dir is found using | Daniel Stenberg | |
pkg-config | |||
2005-05-25 | silense a warning | Daniel Stenberg | |
2005-05-25 | minor rephrase | Daniel Stenberg | |
2005-05-25 | output the full usec when --trace-time is used | Daniel Stenberg | |
2005-05-25 | no more time/re-start of sockfilt, no more redirect of stdin/stdout when | Daniel Stenberg | |
talking to sockfilt | |||
2005-05-25 | added function for individual ftp slave kills | Daniel Stenberg | |
2005-05-25 | modified output logging, fixed the ftpslave killing | Daniel Stenberg | |
2005-05-25 | utilize the whole usec in the log and don't output to stderr if the logfile | Daniel Stenberg | |
can't be opened | |||
2005-05-25 | nicer raw logging and put code into (nicer) functions | Daniel Stenberg | |
2005-05-24 | don't restart sockfilt after only 5 seconds of inactivity | Daniel Stenberg | |
2005-05-24 | recent action | Daniel Stenberg | |
2005-05-24 | Andres Garcia's mode=text patch to make these do fine on Windows | Daniel Stenberg | |