Age | Commit message (Expand) | Author |
2004-05-07 | get the display host name properly | Daniel Stenberg |
2004-05-06 | removed two odd comments | Daniel Stenberg |
2004-05-06 | little fixes | Daniel Stenberg |
2004-05-06 | removed the warning if libidn isn't found | Daniel Stenberg |
2004-05-06 | very minor output change | Daniel Stenberg |
2004-05-06 | simplied the creation of new urls | Daniel Stenberg |
2004-05-06 | %ld for long | Daniel Stenberg |
2004-05-06 | int/long fix | Daniel Stenberg |
2004-05-06 | Michael Benedict brought a fix that fills in the errorbuffer properly | Daniel Stenberg |
2004-05-06 | typo AGAIN | Daniel Stenberg |
2004-05-06 | When using the icc compiler, we also ignore remark #1418 "external definition | Daniel Stenberg |
2004-05-06 | printf %s with plain 'char *', not unsigned ones to silence icc's picky | Daniel Stenberg |
2004-05-06 | if no strerror_r prototype is found, we provide our own to prevent picky | Daniel Stenberg |
2004-05-06 | removed the unused 'len' variable, made use of the ptr pointer even if no | Daniel Stenberg |
2004-05-06 | typecast the unsigned long to plain long to prevent compiler warnings | Daniel Stenberg |
2004-05-06 | unused variable removed | Daniel Stenberg |
2004-05-06 | use %ld to printf now.tv_sec | Daniel Stenberg |
2004-05-06 | curlx.h is a header to add to the release archive(s) | Daniel Stenberg |
2004-05-05 | fixed typo | Daniel Stenberg |
2004-05-05 | Temporary disable the logic that runs gdb on a core dump, as it can't blindly | Daniel Stenberg |
2004-05-05 | hm, avoid division by zero more carefully with that new percentage math | Daniel Stenberg |
2004-05-05 | Joe Halpin fixed the warning on the typecast from data pointer to function | Daniel Stenberg |
2004-05-05 | Gisle fixed the percentage to work, I adjusted it slightly to not as easily | Daniel Stenberg |
2004-05-05 | Gisle-fix: constified the 'interface' argument. | Daniel Stenberg |
2004-05-05 | Gisle fix: curl_formparse is gone. | Daniel Stenberg |
2004-05-05 | Gisle fixed: don't reference 'mem' if it's NULL. | Daniel Stenberg |
2004-05-05 | initiate variables properly to default to no auth for server and proxy | Daniel Stenberg |
2004-05-05 | AC_CHECK_TOOL is prolly better to use when checking for ar | Daniel Stenberg |
2004-05-05 | slightly odd fix to prevent -Wunreachable-code to warn | Daniel Stenberg |
2004-05-05 | alert the user if 'sed' or 'ar' couldn't be found, as it might very well | Daniel Stenberg |
2004-05-05 | made the progress meter display not overflow even if _very_ large files | Daniel Stenberg |
2004-05-05 | if the values allow it, avoid floting point math for the current speed | Daniel Stenberg |
2004-05-05 | additional typecasts in an attempt to avoid compiler warnings when switching | Daniel Stenberg |
2004-05-05 | removed bad free() | Daniel Stenberg |
2004-05-05 | do the alarm time-left math using unsigned longs since that is what alarm() | Daniel Stenberg |
2004-05-05 | fix_hostname() now (void)s the conn argument to prevent warnings on non-idn | Daniel Stenberg |
2004-05-05 | ERR_error_string() returns an unsigned long so we should use one of those | Daniel Stenberg |
2004-05-05 | gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older | Daniel Stenberg |
2004-05-05 | check the size of size_t for lib/mprintf.c | Daniel Stenberg |
2004-05-05 | prevent warnings when using the gcc option -Wunreachable-code | Daniel Stenberg |
2004-05-05 | make the memlimit final NULL return get written to stderr as wella | Daniel Stenberg |
2004-05-05 | mention the LICENSE-MIXING document | Daniel Stenberg |
2004-05-05 | minor update edits | Daniel Stenberg |
2004-05-05 | added a third URL to the torture testing, this one also hangs at some point | Daniel Stenberg |
2004-05-04 | multipart formposts should be more streamy | Daniel Stenberg |
2004-05-04 | bail out when an add_buffer() function returns failure | Daniel Stenberg |
2004-05-04 | improved the cleaning up of memory when we fail to resolve names due to | Daniel Stenberg |
2004-05-04 | check malloc() return code | Daniel Stenberg |
2004-05-04 | removed more leftovers from the formparse function | Daniel Stenberg |
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg |