Age | Commit message (Expand) | Author |
2004-01-29 | verify that buildconf ran fine to allow it to continue | Daniel Stenberg |
2004-01-28 | upload with chunked transfer encoding is now fixed | Daniel Stenberg |
2004-01-28 | Gisle has eyes, I don't | Daniel Stenberg |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg |
2004-01-28 | added the extra newline that this needs to succeed | Daniel Stenberg |
2004-01-27 | send a connection: close in the initial reply to see if things differ | Daniel Stenberg |
2004-01-27 | number two is fixed! | Daniel Stenberg |
2004-01-27 | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg |
2004-01-27 | don't advance the line pointer if it already points to the null terminator | Daniel Stenberg |
2004-01-27 | very big transfers now get nicer progress displayed after 9999 megabytes have | Daniel Stenberg |
2004-01-27 | display OK if it runs OK | Daniel Stenberg |
2004-01-26 | when saving in a cookie jar fails, include the file name in the error message | Daniel Stenberg |
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 |