Age | Commit message (Expand) | Author |
2004-01-26 | Removed two redundant #include files in the djgpp section. They're already | Daniel Stenberg |
2004-01-23 | the *_LARGE options work fine on windows in 7.11.1 | Daniel Stenberg |
2004-01-23 | things continue to happen | Daniel Stenberg |
2004-01-23 | Use Curl_strtoll() if needed. This is not a library call, this is just the | Daniel Stenberg |
2004-01-23 | use the Curl_strtoll() source code from the lib code | Daniel Stenberg |
2004-01-23 | Proxy username and password on persistant connections could easily get | Daniel Stenberg |
2004-01-23 | check the arguments to the socks5 function, as the name and password might | Daniel Stenberg |
2004-01-23 | fixed the progress meter display for files >32 bit, Gisle Vanem reported | Daniel Stenberg |
2004-01-23 | include curl.h for the typedef | Daniel Stenberg |
2004-01-23 | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg |
2004-01-22 | re-intended the code curl-style | Daniel Stenberg |
2004-01-22 | zlib fix for the help text, stroll usage on mingw/djgpp | Daniel Stenberg |
2004-01-22 | return curl_off_t instead of long long, to work on more platforms | Daniel Stenberg |
2004-01-22 | Gisle Vanem fixed the compressed help text zlib code | Daniel Stenberg |
2004-01-22 | it has strtoll | Daniel Stenberg |
2004-01-22 | Gisle Vanem's fix, mingw as strtoll | Daniel Stenberg |
2004-01-22 | attempt to fix 64bit seeking for Windows, does it work? | Daniel Stenberg |
2004-01-22 | font-lock the curl_off_t type instead of the off_t | Daniel Stenberg |
2004-01-22 | header file fixing | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-22 | Instead of checking the off_t size, we use the source dir version of the | Daniel Stenberg |
2004-01-22 | s/not/note | Daniel Stenberg |
2004-01-22 | curl_off_t is the new type for large file support | Daniel Stenberg |
2004-01-22 | use the proper type for formposts, not the deprecated one | Daniel Stenberg |
2004-01-22 | added the missing proto for the still unused quit function | Daniel Stenberg |
2004-01-22 | mark the option better | Daniel Stenberg |
2004-01-22 | start working on 7.11.1 | Daniel Stenberg |
2004-01-22 | release time! | Daniel Stenberg |
2004-01-22 | no large files on windows just yet | Daniel Stenberg |
2004-01-21 | updates | Daniel Stenberg |
2004-01-21 | updated year | Daniel Stenberg |
2004-01-21 | removed Basic in the initial response to see if it makes any difference | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones I've removed! ;-) | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones! | Daniel Stenberg |
2004-01-21 | Byron's fixes | Daniel Stenberg |
2004-01-21 | old timecond defines removed | Daniel Stenberg |
2004-01-21 | Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22 | Daniel Stenberg |
2004-01-21 | clarified where VERBOSE output goes | Daniel Stenberg |
2004-01-19 | David Byron's --trace fix | Daniel Stenberg |
2004-01-19 | David Byron cleaned up how --trace with no option was treated, and also | Daniel Stenberg |
2004-01-19 | two minor build quirks | Daniel Stenberg |
2004-01-19 | nothing left for 7.11.0, the remaining items were moved to 7.11.1 as planned | Daniel Stenberg |
2004-01-16 | added this test, this is basicly a copy of test 91 but we return the first | Daniel Stenberg |
2004-01-16 | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg |
2004-01-16 | silly me | Daniel Stenberg |
2004-01-16 | Avoid Curl_if2ip() on Interix as well. Fix by Rodney. | Daniel Stenberg |
2004-01-16 | removed unused stuff | Daniel Stenberg |
2004-01-15 | use the %dk display for one extra k of progress | Daniel Stenberg |
2004-01-15 | automake 1.8 adjustment | Daniel Stenberg |