Daniel Stenberg
|
0e4e72f193
|
added hugehelp.h
|
2004-01-29 13:53:34 +00:00 |
|
Daniel Stenberg
|
107413c021
|
nonsence change to make -Wunreachable-code get happy
|
2004-01-29 13:49:41 +00:00 |
|
Daniel Stenberg
|
d7579087f2
|
use hugehelp.h to silence picky compiler warnings
|
2004-01-29 13:48:36 +00:00 |
|
Daniel Stenberg
|
3415ac3866
|
documented ares_version()
|
2004-01-29 12:07:48 +00:00 |
|
Daniel Stenberg
|
d50b209a7a
|
return a const char *
|
2004-01-29 12:07:34 +00:00 |
|
Daniel Stenberg
|
62e0f10eba
|
use the name 'c-ares' for this package
|
2004-01-29 11:33:31 +00:00 |
|
Daniel Stenberg
|
0b2b7439fe
|
include the new README.cares
|
2004-01-29 11:33:16 +00:00 |
|
Daniel Stenberg
|
edcd1981ea
|
point out that this is a forked project, all c-ares specific stuff is now
in README.cares
|
2004-01-29 11:32:45 +00:00 |
|
Daniel Stenberg
|
ada9a9f4a1
|
c-ares specific README, leaving most of the original README as-is
|
2004-01-29 11:32:24 +00:00 |
|
Daniel Stenberg
|
1c0e4f1178
|
cut off the initial blurb, moved that to README.cares
|
2004-01-29 11:32:01 +00:00 |
|
Daniel Stenberg
|
663d2080d1
|
Dirk Manske fixed a flaw in the setting of the socket to non-blocking
|
2004-01-29 11:23:36 +00:00 |
|
Daniel Stenberg
|
e5641a33bb
|
updates
|
2004-01-29 11:21:37 +00:00 |
|
Daniel Stenberg
|
9b24c9a754
|
adjusted to the corrected chunked transfer-encoding extra trailing CRLF
|
2004-01-29 07:43:56 +00:00 |
|
Daniel Stenberg
|
99b96d5446
|
verify that buildconf ran fine to allow it to continue
|
2004-01-29 07:29:28 +00:00 |
|
Daniel Stenberg
|
cf7817eb38
|
upload with chunked transfer encoding is now fixed
|
2004-01-28 21:44:45 +00:00 |
|
Daniel Stenberg
|
9bca9681ba
|
Gisle has eyes, I don't
|
2004-01-28 17:38:58 +00:00 |
|
Daniel Stenberg
|
958987c214
|
Chunked-transfers should have an additional CRLF after the final 0 CRLF
sequence.
|
2004-01-28 17:07:22 +00:00 |
|
Daniel Stenberg
|
ed75842df0
|
added the extra newline that this needs to succeed
|
2004-01-28 17:03:49 +00:00 |
|
Daniel Stenberg
|
f35398e414
|
send a connection: close in the initial reply to see if things differ
|
2004-01-27 13:35:55 +00:00 |
|
Daniel Stenberg
|
3b39cee785
|
number two is fixed!
|
2004-01-27 13:17:44 +00:00 |
|
Daniel Stenberg
|
dc932f739a
|
CONNECT response headers are now passed back as "regular" headers
|
2004-01-27 12:54:22 +00:00 |
|
Daniel Stenberg
|
7d15651115
|
don't advance the line pointer if it already points to the null terminator
|
2004-01-27 12:39:34 +00:00 |
|
Daniel Stenberg
|
e096072745
|
very big transfers now get nicer progress displayed after 9999 megabytes have
been transfered!
|
2004-01-27 12:25:37 +00:00 |
|
Daniel Stenberg
|
5d947e973e
|
display OK if it runs OK
|
2004-01-27 12:16:24 +00:00 |
|
Daniel Stenberg
|
2465ff991f
|
when saving in a cookie jar fails, include the file name in the error message
to make it easier to track down
|
2004-01-26 16:16:44 +00:00 |
|
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 |
|