Daniel Stenberg
c3c8bbd3b2
Added writeenv.c and writeenv.h for RISCOS usage (and others?)
2002-04-08 22:40:38 +00:00
Daniel Stenberg
fb7d34cea8
added config-riscos.h
2002-04-08 22:01:11 +00:00
Daniel Stenberg
0866c1b52d
Michael Curtis' updates
2002-04-08 21:59:06 +00:00
Daniel Stenberg
136f728b49
Jacky Lam deserves a mention here
2002-04-08 13:31:06 +00:00
Daniel Stenberg
5d28a857a4
based on Jacky Lam's "HTTP 1.0 304-only" fix, this change makes a 304 reply
...
always stop reading after the headers no matter what 'close' is.
2002-04-08 07:27:22 +00:00
Daniel Stenberg
edbe0d166c
if HOME isn't set or too long, we attempt to lost the curlrc file from
...
current directory instead!
2002-04-05 15:04:04 +00:00
Daniel Stenberg
4db8c8b1a3
mention the web site mirror now
2002-04-05 09:00:56 +00:00
Daniel Stenberg
2b16b8604a
enough with stupidity, this is a test case that should fail and thus we
...
should use a proper command line that *fails* ;-O
2002-04-05 08:48:45 +00:00
Daniel Stenberg
f630929810
added test 48, verify -I, -d and -G in one command line
2002-04-05 08:42:00 +00:00
Daniel Stenberg
016abdfef6
Reverted v1.120, -G set request type after Kevin Roth pointed out the
...
stupidity in doing this. -G should work with with -I too...
2002-04-04 22:29:18 +00:00
Daniel Stenberg
fd915609cd
lots
2002-04-04 12:24:32 +00:00
Daniel Stenberg
064697fde6
very minor log change
2002-04-04 12:23:54 +00:00
Daniel Stenberg
a03fd7b81c
T. Bharath pointed out the flaw in ConnectionExists() for how we didn't
...
check proxy connections for "deadness" before they were re-used
2002-04-04 12:23:14 +00:00
Daniel Stenberg
1cfcbc50a6
Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for an
...
extra second after having downloaded headers-only
2002-04-04 12:19:56 +00:00
Daniel Stenberg
ea1f138c08
Jonatan Lander's fix to compile properly on pre-ISO compilers (without the
...
## operator)
2002-04-04 10:07:01 +00:00
Daniel Stenberg
d560207ea1
This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64)
...
Gerhard Herre reported this in bug report #536238
2002-04-04 06:07:56 +00:00
Daniel Stenberg
90b51831fd
Tor Arntsen's fix for "CGI_Lite" compliance!
2002-04-03 11:11:01 +00:00
Daniel Stenberg
38ed8938d8
Added DNS cache control options
2002-04-02 13:29:05 +00:00
Daniel Stenberg
547e91dbf0
Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read
2002-04-02 09:33:38 +00:00
Daniel Stenberg
04da96e044
Jacky Lam added memdebug.h include to prevent crashes when that is used
2002-04-02 06:36:47 +00:00
Daniel Stenberg
4a7def101b
fopen(... "rb") when reading what to post, so that binary posting works
...
on Windows!
2002-03-27 22:53:06 +00:00
Daniel Stenberg
541e5a3b82
Jacky Lam cookie parser fix for domains with preceeding dot
2002-03-25 09:08:33 +00:00
Daniel Stenberg
5af61716aa
Miklos Nemeth's update
2002-03-23 15:41:17 +00:00
Daniel Stenberg
6f3e0051c3
adjusted windows section after a patch from Miklos Nemeth
2002-03-22 12:01:30 +00:00
Daniel Stenberg
703ecc3521
patch by Sandro Tolaini to do good (better?) on FreeBSD
2002-03-22 11:02:16 +00:00
Daniel Stenberg
67b0f9aacd
no longer include "multi.h", it comes with the regular curl/curl.h now
2002-03-20 10:54:17 +00:00
Daniel Stenberg
854277bae5
crlf replacement on uploads did not work. test case 128 was added just now
...
to make sure it remains functional.
2002-03-20 10:53:24 +00:00
Daniel Stenberg
ca9760756a
verbose FTP PASV output could output a "random" name from the stack based
...
array
Also, uploading data with --crlf cannot check that the proper size was
uploaded and thus should not warn if the sizes differ. This can be changed
in the future by having the expected size in the connectdata struct and then
increase the expected size for each byte that is added in the --crlf
replacement process.
2002-03-20 10:52:24 +00:00
Daniel Stenberg
f1f993a25b
added test 128, ftp upload with --crlf
2002-03-20 10:50:12 +00:00
Daniel Stenberg
eb0f727818
newcomer notice added
2002-03-20 10:11:50 +00:00
Daniel Stenberg
dc3d0289d6
old list is gone
2002-03-20 08:00:05 +00:00
Daniel Stenberg
bd830c6f4d
John Clayton's weird explorations in the wonders of the windows tcp/ip
...
stack ;-)
2002-03-19 15:56:13 +00:00
Daniel Stenberg
51d602f973
made -G set request type
2002-03-19 14:58:35 +00:00
Daniel Stenberg
30d5401f31
corrected for 7.9.6
2002-03-19 14:53:28 +00:00
Daniel Stenberg
ab6b0f9843
removed multi.h
2002-03-19 14:32:43 +00:00
Daniel Stenberg
c560327f26
Added the three multi interface source code examples to the distrib
2002-03-19 14:01:34 +00:00
Daniel Stenberg
28939dd45c
fixed include and added header
2002-03-19 14:00:47 +00:00
Daniel Stenberg
3853e3d6f3
added multi.h
2002-03-19 10:35:14 +00:00
Daniel Stenberg
6062a1bd68
include multi.h too
2002-03-19 10:35:02 +00:00
Daniel Stenberg
8d94688fd1
moved here from ../../lib/
2002-03-19 10:34:34 +00:00
Daniel Stenberg
6b4532b592
moved to ../include/curl/
2002-03-19 10:34:06 +00:00
Daniel Stenberg
286fb6f645
added the multi functions man pages
2002-03-19 10:19:56 +00:00
Daniel Stenberg
340caf5da3
multi interface overview and description
2002-03-19 10:16:12 +00:00
Daniel Stenberg
171c4fd49f
removed text that really belongs to very old libcurls that are no longer
...
being used widely
2002-03-19 09:41:06 +00:00
Daniel Stenberg
b8a0fb1dfe
point out that this describes the easy interface and also make a more
...
general statement about language bindings
2002-03-19 09:31:05 +00:00
Daniel Stenberg
e65993bccb
language
2002-03-19 09:08:57 +00:00
Daniel Stenberg
7ffb4660ec
added some text about PASV and PORT and stuff
2002-03-19 08:55:05 +00:00
Daniel Stenberg
974f314f57
copyright string (year) update
2002-03-19 07:54:55 +00:00
Daniel Stenberg
4cec22fa19
yaketiyak
2002-03-19 07:48:54 +00:00
Daniel Stenberg
069477d35c
automake -a for the depcomp
2002-03-19 07:48:33 +00:00