Age | Commit message (Expand) | Author |
2005-05-25 | no more time/re-start of sockfilt, no more redirect of stdin/stdout when | Daniel Stenberg |
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 |
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 |
2005-05-24 | add test case 261, response code 226 to TYPE | Daniel Stenberg |
2005-05-24 | Now allow TYPE responses to be any 2xx code, and log if it isn't 200. | Daniel Stenberg |
2005-05-22 | removed leftover debug message ("moo moo") | Daniel Stenberg |
2005-05-21 | added keywords | Daniel Stenberg |
2005-05-20 | added -nobuildconf | Daniel Stenberg |
2005-05-20 | keywords added | Daniel Stenberg |
2005-05-20 | shorter name | Daniel Stenberg |
2005-05-20 | sum up | Daniel Stenberg |
2005-05-20 | Add support for text mode on stdout tests as well, and add the mode=text | Daniel Stenberg |
2005-05-19 | include ctype.h for isdigit() | Daniel Stenberg |
2005-05-19 | additional fix for the malformed URL fix of yday | Daniel Stenberg |
2005-05-19 | removed duplicate | Daniel Stenberg |
2005-05-18 | three fixes since 7.14.0 | Daniel Stenberg |
2005-05-18 | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg |
2005-05-18 | update | Daniel Stenberg |
2005-05-18 | adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE | Daniel Stenberg |
2005-05-18 | The configure check for strerror_r() failed to detect the proper API at | Daniel Stenberg |
2005-05-18 | #15 is now fixed | Daniel Stenberg |
2005-05-18 | clarified for GnuTLS | Daniel Stenberg |
2005-05-18 | several updates | Daniel Stenberg |
2005-05-18 | ignore resolve too | Daniel Stenberg |
2005-05-18 | use less code and prevent compiler warning | Daniel Stenberg |
2005-05-18 | removed the separate table with download links, and extended the curl site | Daniel Stenberg |
2005-05-17 | scan for gmake and make to prefer gmake on systems that have it | Daniel Stenberg |
2005-05-17 | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg |
2005-05-17 | Moved more generic functions to util.[ch] | Daniel Stenberg |
2005-05-17 | check if getsockname() returns failure before using the address it provides | Daniel Stenberg |
2005-05-17 | reduced typecasts, from two to one | Daniel Stenberg |
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 |
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 |