Daniel Stenberg
|
ce95d2020f
|
better english timeouted => timed out, as suggested by Larry Fahnoe
|
2001-02-13 21:57:04 +00:00 |
|
Daniel Stenberg
|
a140e5311d
|
moved the protocol-specific free to allow easier multiple transfers
|
2001-02-13 13:34:16 +00:00 |
|
Daniel Stenberg
|
c107303ade
|
very minor indentation fix
|
2001-02-12 08:22:19 +00:00 |
|
Daniel Stenberg
|
b12e334d83
|
if netrc is parsed and our host was found in there, set data->bits.user_passwd
unconditioanlly!
|
2001-02-08 13:53:13 +00:00 |
|
Daniel Stenberg
|
58d70db92e
|
no longer #includes "getenv.h"
|
2001-02-07 08:36:23 +00:00 |
|
Daniel Stenberg
|
f6e2bfd464
|
Jun-ichiro itojun Hagino's IPv6 adjustments
|
2001-02-05 23:04:44 +00:00 |
|
Daniel Stenberg
|
4cc76d1576
|
upload sets HTTP request to PUT for "HTTP upload"
|
2001-01-29 07:23:11 +00:00 |
|
Daniel Stenberg
|
62fec1d28d
|
data->httpreq was not set properly
|
2001-01-27 17:58:15 +00:00 |
|
Daniel Stenberg
|
fcb347d124
|
Added a httpreq field in the main struct so that there's one field to check
for what HTTP request that is being used. The old bit-style fields are still
in there as well.
|
2001-01-26 15:52:01 +00:00 |
|
Daniel Stenberg
|
30eab8ca51
|
moved curl_read() and curl_write() to sendf.c
|
2001-01-25 12:23:57 +00:00 |
|
Daniel Stenberg
|
29bcba9a90
|
Ingo Ralf Blum's cygwin fixes
|
2001-01-24 14:44:05 +00:00 |
|
Daniel Stenberg
|
8a75120568
|
added comments all over
|
2001-01-24 12:32:34 +00:00 |
|
Daniel Stenberg
|
7872cc131a
|
Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,
curl will return an error when such an address is used.
|
2001-01-23 10:21:30 +00:00 |
|
Daniel Stenberg
|
ae0a6835bd
|
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
and download.h
|
2001-01-17 13:23:01 +00:00 |
|
Daniel Stenberg
|
4031104404
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
|
Daniel Stenberg
|
24dee483e9
|
dual-license fix
|
2001-01-03 09:29:33 +00:00 |
|
Daniel Stenberg
|
69abefc936
|
Added SA_RESTART since (some) HPUX doesn't have that define and it doesn't
need it
|
2000-12-07 09:09:26 +00:00 |
|
Daniel Stenberg
|
9980568f42
|
removed '#if 0' sections
|
2000-11-29 08:16:27 +00:00 |
|
Daniel Stenberg
|
b8f7d94ef1
|
James Griffiths' max-redirs fix
|
2000-11-28 09:05:47 +00:00 |
|
Daniel Stenberg
|
b5739b3a97
|
document time fixes
|
2000-11-22 13:50:17 +00:00 |
|
Daniel Stenberg
|
c938166520
|
set rangestringalloc to 0 after the string has been freed to prevent it
from being freed twice (a NULL free the second time)
|
2000-11-21 19:06:55 +00:00 |
|
Daniel Stenberg
|
2a5e68ea89
|
added some defensive code around the GetHost()'s third argument result
|
2000-11-21 15:36:38 +00:00 |
|
Daniel Stenberg
|
3e5ba33e2d
|
removed two unused variables and added an extra set of parentheses, done
to remove pedantic compiler warnings
|
2000-11-21 09:31:55 +00:00 |
|
Daniel Stenberg
|
42280e95bf
|
removed URL size restrictions
|
2000-11-20 08:53:21 +00:00 |
|
Daniel Stenberg
|
91c879461e
|
Alexander Kourakos's lowercase environment variable fix
|
2000-11-20 07:35:21 +00:00 |
|
Daniel Stenberg
|
bda9fde4d8
|
spell correction resolv => resolve in two error messages
|
2000-11-18 16:31:27 +00:00 |
|
Daniel Stenberg
|
868488b518
|
memory leak cleanup campaign
|
2000-11-17 14:03:58 +00:00 |
|
Daniel Stenberg
|
2297bc4791
|
changed the 'port' field to long to better work with the va_arg() system
|
2000-11-17 09:48:21 +00:00 |
|
Daniel Stenberg
|
7b5c551835
|
adjusted to the changed getpass_r()
|
2000-11-10 09:19:09 +00:00 |
|
Daniel Stenberg
|
56548f9a13
|
getpass_r() is the new getpass name for thread-safe getpass!
|
2000-11-06 23:18:50 +00:00 |
|
Daniel Stenberg
|
9f4f16b55d
|
new getpass proto and function pointer usage
|
2000-11-06 22:53:50 +00:00 |
|
Daniel Stenberg
|
b6bb734215
|
Emmanuel Tychon found a problem when specifying user-name only in a URL
(and the password entered interactively). This fix also includes proper
URL-decoding of the user name and password if specified in the URL.
|
2000-11-06 08:12:30 +00:00 |
|
Daniel Stenberg
|
852b664e45
|
added signal in case sigaction is missing
|
2000-11-01 08:19:10 +00:00 |
|
Daniel Stenberg
|
0cff279063
|
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
|
2000-10-30 11:53:40 +00:00 |
|
Daniel Stenberg
|
9d0d8280e9
|
Georg Horn provided a fix for the timeout signal stuff. Finally the timeout
switch should work under most unixes (requires sigaction())
|
2000-10-26 21:57:12 +00:00 |
|
Daniel Stenberg
|
02037971ed
|
renamed getpass() to my_getpass() and it is now thread-safe and should
disable passwd-echoing on win32 (supplied by Björn Stenberg)
|
2000-10-26 10:32:04 +00:00 |
|
Daniel Stenberg
|
c44b10de41
|
remote_port used in Host: headers only when non-default
|
2000-10-20 13:48:38 +00:00 |
|
Daniel Stenberg
|
751d503f54
|
sprintf() => snprintf()
|
2000-10-12 08:22:16 +00:00 |
|
Daniel Stenberg
|
7717212912
|
free the URL string if that was allocated
|
2000-10-11 10:58:37 +00:00 |
|
Daniel Stenberg
|
0f8facb49b
|
added memory debugging include file
|
2000-10-09 11:12:34 +00:00 |
|
Daniel Stenberg
|
c58dc8f82f
|
the --interface code doesn't work on win32 and is #ifndef WIN32 now
|
2000-10-06 11:03:20 +00:00 |
|
Daniel Stenberg
|
03a56b3e56
|
HTTP resume fix, now the range pointer may be allocated
|
2000-10-06 06:28:39 +00:00 |
|
Daniel Stenberg
|
2cdd150723
|
removed writeinfo stuff
|
2000-10-03 22:04:04 +00:00 |
|
Daniel Stenberg
|
eee5c71aff
|
inits the upload_bufsize at connect time
|
2000-10-03 11:03:55 +00:00 |
|
Daniel Stenberg
|
13962adcb5
|
7.3 commit
|
2000-09-28 10:26:44 +00:00 |
|
Daniel Stenberg
|
d03db1cd11
|
corrected curl_write() for kerberos
|
2000-09-25 22:16:36 +00:00 |
|
Daniel Stenberg
|
ce406a732f
|
krb4 support
new GetHost() usage
new base64 encoder usage
|
2000-09-21 08:50:05 +00:00 |
|
Daniel Stenberg
|
c9c7fcf411
|
Stephen Kick's interface fixes
|
2000-09-18 21:54:08 +00:00 |
|
Daniel Stenberg
|
86ff2c46b7
|
introduced 'tunnel through http proxy' for ftp
|
2000-09-14 14:05:01 +00:00 |
|
Daniel Stenberg
|
0a2f677374
|
file:// fix that prevents name lookup and sets no-upload and no-download
|
2000-09-14 10:41:07 +00:00 |
|