Daniel Stenberg
|
d10a941d29
|
Removed two redundant #include files in the djgpp section. They're already
included. (a Dan Fandrich fix)
|
2004-01-26 07:55:16 +00:00 |
|
Daniel Stenberg
|
5a58d51993
|
the *_LARGE options work fine on windows in 7.11.1
|
2004-01-23 12:52:04 +00:00 |
|
Daniel Stenberg
|
142f40582f
|
things continue to happen
|
2004-01-23 12:51:27 +00:00 |
|
Daniel Stenberg
|
4227407438
|
Use Curl_strtoll() if needed. This is not a library call, this is just the
same code as the library uses for its internal function. Thus the captical
C in the beginning.
|
2004-01-23 12:50:53 +00:00 |
|
Daniel Stenberg
|
6e29f5d1df
|
use the Curl_strtoll() source code from the lib code
|
2004-01-23 12:49:53 +00:00 |
|
Daniel Stenberg
|
334c3df09d
|
Proxy username and password on persistant connections could easily get
messed up. Vincent Bronner detected this.
|
2004-01-23 08:36:03 +00:00 |
|
Daniel Stenberg
|
4120b7b0c0
|
check the arguments to the socks5 function, as the name and password might
be NULL pointers, and if non-NULL if now support zero-length names/passwords
|
2004-01-23 08:29:56 +00:00 |
|
Daniel Stenberg
|
fac1c13895
|
fixed the progress meter display for files >32 bit, Gisle Vanem reported
|
2004-01-23 08:02:12 +00:00 |
|
Daniel Stenberg
|
649caa1953
|
include curl.h for the typedef
|
2004-01-23 07:44:02 +00:00 |
|
Daniel Stenberg
|
d8ee927be2
|
define SIZEOF_CURL_OFF_T if not already defined
|
2004-01-23 07:41:05 +00:00 |
|
Daniel Stenberg
|
3efb90dd75
|
re-intended the code curl-style
|
2004-01-22 14:37:06 +00:00 |
|
Daniel Stenberg
|
e4c5653035
|
zlib fix for the help text, stroll usage on mingw/djgpp
|
2004-01-22 14:35:06 +00:00 |
|
Daniel Stenberg
|
ad7e26b140
|
return curl_off_t instead of long long, to work on more platforms
|
2004-01-22 14:31:46 +00:00 |
|
Daniel Stenberg
|
f39749cee4
|
Gisle Vanem fixed the compressed help text zlib code
|
2004-01-22 14:27:58 +00:00 |
|
Daniel Stenberg
|
87eb26a33d
|
it has strtoll
|
2004-01-22 14:25:54 +00:00 |
|
Daniel Stenberg
|
9a48ca69fc
|
Gisle Vanem's fix, mingw as strtoll
|
2004-01-22 14:25:19 +00:00 |
|
Daniel Stenberg
|
a259f66fa4
|
attempt to fix 64bit seeking for Windows, does it work?
|
2004-01-22 13:11:35 +00:00 |
|
Daniel Stenberg
|
83d77dc013
|
font-lock the curl_off_t type instead of the off_t
|
2004-01-22 12:48:48 +00:00 |
|
Daniel Stenberg
|
e36914a425
|
header file fixing
|
2004-01-22 12:46:55 +00:00 |
|
Daniel Stenberg
|
5bd0471315
|
use curl_off_t instead of off_t
|
2004-01-22 12:46:07 +00:00 |
|
Daniel Stenberg
|
b791e158f0
|
use curl_off_t instead of off_t!
|
2004-01-22 12:45:50 +00:00 |
|
Daniel Stenberg
|
6cd0a90b52
|
Instead of checking the off_t size, we use the source dir version of the
curl.h header and then check for the size of the curl_off_t type.
|
2004-01-22 12:01:59 +00:00 |
|
Daniel Stenberg
|
d5bb877fba
|
s/not/note
|
2004-01-22 11:56:39 +00:00 |
|
Daniel Stenberg
|
0c4907afcc
|
curl_off_t is the new type for large file support
HttpPost is not defined anymore
|
2004-01-22 11:54:39 +00:00 |
|
Daniel Stenberg
|
e5cd0cc402
|
use the proper type for formposts, not the deprecated one
|
2004-01-22 11:54:00 +00:00 |
|
Daniel Stenberg
|
252423a725
|
added the missing proto for the still unused quit function
|
2004-01-22 11:53:43 +00:00 |
|
Daniel Stenberg
|
eaddf3d198
|
mark the option better
|
2004-01-22 10:17:09 +00:00 |
|
Daniel Stenberg
|
a37a79c2a9
|
start working on 7.11.1
|
2004-01-22 09:40:30 +00:00 |
|
Daniel Stenberg
|
fadf077502
|
release time!
|
2004-01-22 09:15:49 +00:00 |
|
Daniel Stenberg
|
863c7c7282
|
no large files on windows just yet
|
2004-01-22 09:15:37 +00:00 |
|
Daniel Stenberg
|
3a85b187c6
|
updates
|
2004-01-21 09:22:23 +00:00 |
|
Daniel Stenberg
|
296ccc35d2
|
updated year
|
2004-01-21 08:52:59 +00:00 |
|
Daniel Stenberg
|
68826c25f8
|
removed Basic in the initial response to see if it makes any difference
in the failure frequency
|
2004-01-21 08:51:54 +00:00 |
|
Daniel Stenberg
|
5e2fcc1f74
|
use the proper timecond defines, not the obsolete ones I've removed! ;-)
The initial QUIT-sending code is added, but not yet used due to the issues
previously mentioned on the mailing list.
|
2004-01-21 08:50:08 +00:00 |
|
Daniel Stenberg
|
e262a7265a
|
use the proper timecond defines, not the obsolete ones!
|
2004-01-21 08:47:21 +00:00 |
|
Daniel Stenberg
|
945c6f7279
|
Byron's fixes
|
2004-01-21 08:45:34 +00:00 |
|
Daniel Stenberg
|
6ddec1f169
|
old timecond defines removed
|
2004-01-21 08:44:58 +00:00 |
|
Daniel Stenberg
|
9beae7693a
|
Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22
2002, and if this causes anyone any problems now it is very easy to just
add CURL_ to the names. This corrects this name space pollution.
|
2004-01-21 08:39:54 +00:00 |
|
Daniel Stenberg
|
d204c62c39
|
clarified where VERBOSE output goes
|
2004-01-21 07:46:17 +00:00 |
|
Daniel Stenberg
|
13dd99842a
|
David Byron's --trace fix
|
2004-01-19 22:16:30 +00:00 |
|
Daniel Stenberg
|
2431b2caff
|
David Byron cleaned up how --trace with no option was treated, and also
arguments in a config file without a required parameter!
|
2004-01-19 22:15:59 +00:00 |
|
Daniel Stenberg
|
f44bc85545
|
two minor build quirks
|
2004-01-19 15:41:50 +00:00 |
|
Daniel Stenberg
|
52df162c2f
|
nothing left for 7.11.0, the remaining items were moved to 7.11.1 as planned
|
2004-01-19 15:41:28 +00:00 |
|
Daniel Stenberg
|
60787171c7
|
added this test, this is basicly a copy of test 91 but we return the first
response with a size 5 instead of size 0, to see if this has an impact on
the failure frequency - test 91 still fails occationally.
|
2004-01-16 12:40:42 +00:00 |
|
Daniel Stenberg
|
61e3d75def
|
Gisle Vanem's patch for variables that "might be used uninitialized"
|
2004-01-16 09:17:04 +00:00 |
|
Daniel Stenberg
|
27b7220f1b
|
silly me
|
2004-01-16 07:15:05 +00:00 |
|
Daniel Stenberg
|
a275365c72
|
Avoid Curl_if2ip() on Interix as well. Fix by Rodney.
|
2004-01-16 07:09:28 +00:00 |
|
Daniel Stenberg
|
80ef1bad86
|
removed unused stuff
|
2004-01-16 06:50:41 +00:00 |
|
Daniel Stenberg
|
686c70c5b5
|
use the %dk display for one extra k of progress
|
2004-01-15 13:08:12 +00:00 |
|
Daniel Stenberg
|
f94502ecba
|
automake 1.8 adjustment
|
2004-01-15 12:49:23 +00:00 |
|