Daniel Stenberg
|
e840c109e7
|
Added $Id:$ to the header
|
2001-08-09 09:10:36 +00:00 |
|
Daniel Stenberg
|
f1ce203686
|
Added $Id:$ string for file version in the header
|
2001-08-09 09:10:13 +00:00 |
|
Daniel Stenberg
|
d6ccc33dec
|
when a test expects an error code but gets a different one, we now output
both of them
|
2001-08-08 07:51:00 +00:00 |
|
Daniel Stenberg
|
1b2f4031e1
|
Nico's notes about porting to VMS
|
2001-08-08 07:50:14 +00:00 |
|
Daniel Stenberg
|
64822958e6
|
test cases, verifyhost, curl -E
|
2001-08-08 07:49:00 +00:00 |
|
Daniel Stenberg
|
af59b9b94c
|
added unfortunate but necessary special-purpose files for VMS and RISC OS
|
2001-08-08 07:46:44 +00:00 |
|
Daniel Stenberg
|
59ab21ed07
|
The file name given to -E can now contain drive letters on windows, if they
start the file name as in 'X:\' where X is any letter. The colon otherwise
normally separate the file name from the password.
|
2001-08-08 07:35:57 +00:00 |
|
Daniel Stenberg
|
edec65246a
|
credit where credit is due, added a bunch of recent contributors
|
2001-08-08 07:23:23 +00:00 |
|
Daniel Stenberg
|
95837043e2
|
Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with
it.
|
2001-08-08 07:16:47 +00:00 |
|
Daniel Stenberg
|
dcfb10fb31
|
Patrick Bihan-Faou's verifyhost addition
|
2001-08-08 07:15:00 +00:00 |
|
Daniel Stenberg
|
0553ab8181
|
config.h file for RISC OS compiles
|
2001-08-08 06:05:06 +00:00 |
|
Daniel Stenberg
|
410dd54da7
|
script to build curl on VMS
|
2001-08-08 06:04:34 +00:00 |
|
Daniel Stenberg
|
7b9ec9507f
|
replacing FILE * with common file descriptors?
|
2001-08-07 21:36:07 +00:00 |
|
Daniel Stenberg
|
4045cd5ec0
|
language correction
|
2001-08-07 21:21:24 +00:00 |
|
Daniel Stenberg
|
81b6ebc0f4
|
added Rick Jones's more polite wording of 1.7, makes it better and friendlier
|
2001-08-07 18:02:37 +00:00 |
|
Daniel Stenberg
|
56da5a05be
|
nine new test cases
|
2001-08-07 12:42:23 +00:00 |
|
Daniel Stenberg
|
c528dc53c9
|
added "1.7 What about CURL from curl.com?"
|
2001-08-07 11:17:37 +00:00 |
|
Daniel Stenberg
|
ed786290e2
|
test 202 - two file:// URLs in one command line
|
2001-08-07 09:21:30 +00:00 |
|
Daniel Stenberg
|
8b2861da85
|
added test 201, file:// with missing file
|
2001-08-07 09:16:49 +00:00 |
|
Daniel Stenberg
|
2a70465434
|
VMS fixes, file:// changes, curl-config --libs patch
|
2001-08-06 13:44:36 +00:00 |
|
Daniel Stenberg
|
d60cd937b7
|
Heikki Korpela posted a patch that makes --libs include the directory in
which libcurl itself is installed in.
|
2001-08-06 13:35:58 +00:00 |
|
Daniel Stenberg
|
76125e196c
|
Nico's VMS fixes added
|
2001-08-06 13:19:43 +00:00 |
|
Daniel Stenberg
|
8219990012
|
Added curlmsg.msg to the distribution
|
2001-08-06 13:18:34 +00:00 |
|
Daniel Stenberg
|
f8d09660cd
|
used under VMS
|
2001-08-06 13:18:06 +00:00 |
|
Daniel Stenberg
|
823fa6d273
|
Nico's fixes for VMS, most of these are fixes for bad uses of size_t that
forgets that it is very often unsigned. These should be fixed globally and
then many #ifdef VMS lines can be removed.
|
2001-08-06 12:47:39 +00:00 |
|
Daniel Stenberg
|
2cf45f68b0
|
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
requires all global symbols to be *case insentively* unique! curl_formfree
is a global function we shouldn't touch.
|
2001-08-06 12:36:18 +00:00 |
|
Daniel Stenberg
|
7950a95401
|
adjusted for VMS
|
2001-08-06 12:27:28 +00:00 |
|
Daniel Stenberg
|
24805e17d7
|
Nico's config.h for VMS
|
2001-08-06 12:26:27 +00:00 |
|
Daniel Stenberg
|
490d46affb
|
Nico's VMS fixes
|
2001-08-06 12:24:22 +00:00 |
|
Daniel Stenberg
|
d30c478378
|
Nico's VMS adjustment
|
2001-08-06 12:23:31 +00:00 |
|
Daniel Stenberg
|
5b6640960a
|
VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become
a configure checked one.
|
2001-08-06 12:22:48 +00:00 |
|
Daniel Stenberg
|
6f543f3ede
|
Nico Baggus made it work and compile under VMS!
|
2001-08-06 12:20:28 +00:00 |
|
Daniel Stenberg
|
93bcfd4e65
|
Nico Baggus' VMS adjustments
|
2001-08-06 12:19:26 +00:00 |
|
Daniel Stenberg
|
1400561a5a
|
VMS #ifdefs added. several related to size_t problems that we must address
globally anyway... check these as soon as the size_t fixes are in place
|
2001-08-06 12:17:43 +00:00 |
|
Daniel Stenberg
|
8dc4ac2147
|
made this whole file #ifdef WIN32
|
2001-08-06 12:16:19 +00:00 |
|
Daniel Stenberg
|
7948b0becc
|
VMS #include fixes,
file:// URL treatment improvements
|
2001-08-06 12:14:53 +00:00 |
|
Daniel Stenberg
|
72e67d3b9d
|
adjusted to the correct treatmeant of file:// URLs
|
2001-08-06 12:10:00 +00:00 |
|
Daniel Stenberg
|
711a3a79e3
|
Added RISC OS and OpenVMS to ported operating systems
|
2001-08-06 10:09:43 +00:00 |
|
Daniel Stenberg
|
a6a3673804
|
7.8.1-pre3 commit
|
2001-08-06 08:43:37 +00:00 |
|
Daniel Stenberg
|
944f9a73f4
|
Jonathan Hseu noticed that you couldn't get a header callback unless you
set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that
data. This is now fixed.
|
2001-08-06 08:22:26 +00:00 |
|
Daniel Stenberg
|
5ab1a10e9c
|
corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it
read a void * and not a FILE *, as that was how it used to work and not
anymore...
|
2001-08-06 08:18:15 +00:00 |
|
Daniel Stenberg
|
1813d2ddf7
|
many fixes mailed in during July
|
2001-08-05 13:00:40 +00:00 |
|
Daniel Stenberg
|
2827f5327a
|
curl_escape() no longer attempts to detect already encoded stuff (in order
not to re-encode it).
|
2001-08-05 12:34:07 +00:00 |
|
Daniel Stenberg
|
47bb09e908
|
- Sergio Ballestrero provided a patch for reading responses from NCSA httpd
1.5.x servers, as they return really screwed up response headers when asked
for with HTTP 1.1.
|
2001-08-05 12:30:57 +00:00 |
|
Daniel Stenberg
|
7f21669ef2
|
-G or similar to make -d data get into a GET
|
2001-08-04 14:42:41 +00:00 |
|
Daniel Stenberg
|
3a145180cc
|
complete rewrite to avoid the BSD license in the previous version
|
2001-08-03 15:11:28 +00:00 |
|
Daniel Stenberg
|
f24d54a9c4
|
clarified '-d @filename' with a tiny example
|
2001-08-03 14:06:25 +00:00 |
|
Daniel Stenberg
|
9478d796a3
|
fixed the header that wrongly was the krb4-style one
|
2001-08-03 13:52:06 +00:00 |
|
Daniel Stenberg
|
00b00c6931
|
Andrew Francis base64 decode, my previous base64 encoder, new source header.
No BSD-style license.
|
2001-08-03 13:51:44 +00:00 |
|
Daniel Stenberg
|
e791f6ec58
|
added CURLOPT_HTTPGET
|
2001-08-03 11:53:16 +00:00 |
|