Age | Commit message (Expand) | Author |
2005-07-03 | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg |
2005-06-30 | add more info when this script gets confused, and added getaddrinfo and | 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 |
2005-06-03 | Andres Garcia's text mode fix for the 'data' part | Daniel Stenberg |
2005-05-31 | Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 | Daniel Stenberg |
2005-05-31 | added keywords | Daniel Stenberg |
2005-05-29 | Eric Cooper reported about a problem with HTTP servers that responds with | Daniel Stenberg |
2005-05-27 | Andrés García fixed a warning appearing on windows | Daniel Stenberg |
2005-05-25 | silense a warning | Daniel Stenberg |
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 | 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-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 | removed duplicate | Daniel Stenberg |
2005-05-18 | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg |
2005-05-18 | ignore resolve too | Daniel Stenberg |
2005-05-18 | use less code and prevent compiler warning | 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-16 | return, not exit, on several places | Daniel Stenberg |
2005-05-11 | Modified the default HTTP headers used by libcurl: | Daniel Stenberg |
2005-05-10 | prevent 64bit warnings | Daniel Stenberg |
2005-05-10 | allow the ares/config.h display to fail | Daniel Stenberg |
2005-05-09 | no need to display src/config.h anymore since it is a duplicate of lib/config.h | Daniel Stenberg |
2005-05-07 | Added an active disconnected state, to make the code clearer. | Daniel Stenberg |
2005-05-07 | removed unnecessary logging to ease REAL debuggin | Daniel Stenberg |
2005-05-06 | Added two test cases for multipart formpost over a proxy with --anyauth. Our | Daniel Stenberg |
2005-05-06 | When a server is clearly running, curl is now invoked to verify that it can | Daniel Stenberg |
2005-05-04 | now add --trace-time by default for curl tests | Daniel Stenberg |
2005-05-04 | removed lots of (now) redundant logging | Daniel Stenberg |
2005-05-04 | modify a value we are allowed to | Daniel Stenberg |
2005-05-04 | improved logging (all FTP protocol data, both ways) to possibly help us realize | Daniel Stenberg |
2005-05-03 | *MAN* was this hard to track down. Had I just read the docs properly from the | Daniel Stenberg |
2005-05-03 | add more info to the log to ease debugging | Daniel Stenberg |
2005-05-02 | another <case> converted to sysread | Daniel Stenberg |
2005-05-02 | read from the open2 filehandle with sysread, not <handle> | Daniel Stenberg |
2005-05-02 | Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV. | Daniel Stenberg |