| Commit message (Expand) | Author | Age | Files | Lines |
* | Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointer | Daniel Stenberg | 2005-08-04 | 1 | -4/+2 |
* | Needs 'struct_stat'. Increased verbosity. | Gisle Vanem | 2005-07-28 | 1 | -0/+7 |
* | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg | 2005-07-12 | 2 | -1/+77 |
* | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg | 2005-07-03 | 3 | -3/+108 |
* | add more info when this script gets confused, and added getaddrinfo and | Daniel Stenberg | 2005-06-30 | 1 | -5/+11 |
* | verify that the URL decoding is done properly too | Daniel Stenberg | 2005-06-22 | 1 | -1/+1 |
* | David Shaw's fix that unifies proxy string treatment so that a proxy given | Daniel Stenberg | 2005-06-22 | 2 | -1/+48 |
* | Andres Garcia's text mode fix for the 'data' part | Daniel Stenberg | 2005-06-03 | 12 | -13/+21 |
* | Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 | Daniel Stenberg | 2005-05-31 | 2 | -1/+54 |
* | added keywords | Daniel Stenberg | 2005-05-31 | 4 | -0/+31 |
* | Eric Cooper reported about a problem with HTTP servers that responds with | Daniel Stenberg | 2005-05-29 | 2 | -1/+1 |
* | Andrés García fixed a warning appearing on windows | Daniel Stenberg | 2005-05-27 | 1 | -1/+1 |
* | silense a warning | Daniel Stenberg | 2005-05-25 | 1 | -1/+3 |
* | no more time/re-start of sockfilt, no more redirect of stdin/stdout when | Daniel Stenberg | 2005-05-25 | 1 | -29/+19 |
* | added function for individual ftp slave kills | Daniel Stenberg | 2005-05-25 | 1 | -9/+19 |
* | modified output logging, fixed the ftpslave killing | Daniel Stenberg | 2005-05-25 | 1 | -110/+135 |
* | utilize the whole usec in the log and don't output to stderr if the logfile | Daniel Stenberg | 2005-05-25 | 1 | -7/+6 |
* | nicer raw logging and put code into (nicer) functions | Daniel Stenberg | 2005-05-25 | 1 | -77/+112 |
* | don't restart sockfilt after only 5 seconds of inactivity | Daniel Stenberg | 2005-05-24 | 1 | -1/+1 |
* | Andres Garcia's mode=text patch to make these do fine on Windows | Daniel Stenberg | 2005-05-24 | 6 | -6/+6 |
* | add test case 261, response code 226 to TYPE | Daniel Stenberg | 2005-05-24 | 2 | -1/+50 |
* | added keywords | Daniel Stenberg | 2005-05-21 | 10 | -0/+75 |
* | added -nobuildconf | Daniel Stenberg | 2005-05-20 | 2 | -8/+21 |
* | keywords added | Daniel Stenberg | 2005-05-20 | 4 | -0/+27 |
* | shorter name | Daniel Stenberg | 2005-05-20 | 1 | -1/+1 |
* | sum up | Daniel Stenberg | 2005-05-20 | 1 | -2/+4 |
* | Add support for text mode on stdout tests as well, and add the mode=text | Daniel Stenberg | 2005-05-20 | 3 | -4/+20 |
* | include ctype.h for isdigit() | Daniel Stenberg | 2005-05-19 | 1 | -1/+2 |
* | removed duplicate | Daniel Stenberg | 2005-05-19 | 1 | -2/+0 |
* | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg | 2005-05-18 | 3 | -2/+59 |
* | ignore resolve too | Daniel Stenberg | 2005-05-18 | 1 | -0/+1 |
* | use less code and prevent compiler warning | Daniel Stenberg | 2005-05-18 | 1 | -10/+5 |
* | scan for gmake and make to prefer gmake on systems that have it | Daniel Stenberg | 2005-05-17 | 1 | -13/+34 |
* | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg | 2005-05-17 | 3 | -4/+9 |
* | Moved more generic functions to util.[ch] | Daniel Stenberg | 2005-05-17 | 6 | -157/+238 |
* | return, not exit, on several places | Daniel Stenberg | 2005-05-16 | 1 | -5/+5 |
* | Modified the default HTTP headers used by libcurl: | Daniel Stenberg | 2005-05-11 | 179 | -209/+75 |
* | prevent 64bit warnings | Daniel Stenberg | 2005-05-10 | 1 | -2/+2 |
* | allow the ares/config.h display to fail | Daniel Stenberg | 2005-05-10 | 1 | -4/+5 |
* | no need to display src/config.h anymore since it is a duplicate of lib/config.h | Daniel Stenberg | 2005-05-09 | 1 | -7/+7 |
* | Added an active disconnected state, to make the code clearer. | Daniel Stenberg | 2005-05-07 | 1 | -17/+32 |
* | removed unnecessary logging to ease REAL debuggin | Daniel Stenberg | 2005-05-07 | 1 | -9/+2 |
* | Added two test cases for multipart formpost over a proxy with --anyauth. Our | Daniel Stenberg | 2005-05-06 | 3 | -38/+284 |
* | When a server is clearly running, curl is now invoked to verify that it can | Daniel Stenberg | 2005-05-06 | 1 | -106/+159 |
* | now add --trace-time by default for curl tests | Daniel Stenberg | 2005-05-04 | 1 | -1/+1 |
* | removed lots of (now) redundant logging | Daniel Stenberg | 2005-05-04 | 1 | -29/+0 |
* | modify a value we are allowed to | Daniel Stenberg | 2005-05-04 | 1 | -2/+3 |
* | improved logging (all FTP protocol data, both ways) to possibly help us realize | Daniel Stenberg | 2005-05-04 | 1 | -14/+11 |
* | *MAN* was this hard to track down. Had I just read the docs properly from the | Daniel Stenberg | 2005-05-03 | 1 | -39/+78 |
* | add more info to the log to ease debugging | Daniel Stenberg | 2005-05-03 | 1 | -1/+3 |