platform/upstream/curl.git
22 years agoNico Baggus made it work and compile under VMS!
Daniel Stenberg [Mon, 6 Aug 2001 12:20:28 +0000 (12:20 +0000)]
Nico Baggus made it work and compile under VMS!

22 years agoNico Baggus' VMS adjustments
Daniel Stenberg [Mon, 6 Aug 2001 12:19:26 +0000 (12:19 +0000)]
Nico Baggus' VMS adjustments

22 years agoVMS #ifdefs added. several related to size_t problems that we must address
Daniel Stenberg [Mon, 6 Aug 2001 12:17:43 +0000 (12:17 +0000)]
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

22 years agomade this whole file #ifdef WIN32
Daniel Stenberg [Mon, 6 Aug 2001 12:16:19 +0000 (12:16 +0000)]
made this whole file #ifdef WIN32

22 years agoVMS #include fixes,
Daniel Stenberg [Mon, 6 Aug 2001 12:14:53 +0000 (12:14 +0000)]
VMS #include fixes,
file:// URL treatment improvements

22 years agoadjusted to the correct treatmeant of file:// URLs
Daniel Stenberg [Mon, 6 Aug 2001 12:10:00 +0000 (12:10 +0000)]
adjusted to the correct treatmeant of file:// URLs

22 years agoAdded RISC OS and OpenVMS to ported operating systems
Daniel Stenberg [Mon, 6 Aug 2001 10:09:43 +0000 (10:09 +0000)]
Added RISC OS and OpenVMS to ported operating systems

22 years ago7.8.1-pre3 commit
Daniel Stenberg [Mon, 6 Aug 2001 08:43:37 +0000 (08:43 +0000)]
7.8.1-pre3 commit

22 years ago Jonathan Hseu noticed that you couldn't get a header callback unless you
Daniel Stenberg [Mon, 6 Aug 2001 08:22:26 +0000 (08:22 +0000)]
  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.

22 years agocorrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it
Daniel Stenberg [Mon, 6 Aug 2001 08:18:15 +0000 (08:18 +0000)]
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...

22 years agomany fixes mailed in during July
Daniel Stenberg [Sun, 5 Aug 2001 13:00:40 +0000 (13:00 +0000)]
many fixes mailed in during July

22 years agocurl_escape() no longer attempts to detect already encoded stuff (in order
Daniel Stenberg [Sun, 5 Aug 2001 12:34:07 +0000 (12:34 +0000)]
curl_escape() no longer attempts to detect already encoded stuff (in order
not to re-encode it).

22 years ago- Sergio Ballestrero provided a patch for reading responses from NCSA httpd
Daniel Stenberg [Sun, 5 Aug 2001 12:30:57 +0000 (12:30 +0000)]
- 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.

22 years ago-G or similar to make -d data get into a GET
Daniel Stenberg [Sat, 4 Aug 2001 14:42:41 +0000 (14:42 +0000)]
-G or similar to make -d data get into a GET

22 years agocomplete rewrite to avoid the BSD license in the previous version
Daniel Stenberg [Fri, 3 Aug 2001 15:11:28 +0000 (15:11 +0000)]
complete rewrite to avoid the BSD license in the previous version

22 years agoclarified '-d @filename' with a tiny example
Daniel Stenberg [Fri, 3 Aug 2001 14:06:25 +0000 (14:06 +0000)]
clarified '-d @filename' with a tiny example

22 years agofixed the header that wrongly was the krb4-style one
Daniel Stenberg [Fri, 3 Aug 2001 13:52:06 +0000 (13:52 +0000)]
fixed the header that wrongly was the krb4-style one

22 years agoAndrew Francis base64 decode, my previous base64 encoder, new source header.
Daniel Stenberg [Fri, 3 Aug 2001 13:51:44 +0000 (13:51 +0000)]
Andrew Francis base64 decode, my previous base64 encoder, new source header.
No BSD-style license.

22 years agoadded CURLOPT_HTTPGET
Daniel Stenberg [Fri, 3 Aug 2001 11:53:16 +0000 (11:53 +0000)]
added CURLOPT_HTTPGET

22 years agohttpreq cleanup fix
Daniel Stenberg [Fri, 3 Aug 2001 11:52:53 +0000 (11:52 +0000)]
httpreq cleanup fix

22 years agohttpsserver.pl added to release archive
Daniel Stenberg [Fri, 3 Aug 2001 06:39:00 +0000 (06:39 +0000)]
httpsserver.pl added to release archive

22 years agoFunny, I skipped right over this before.
Sterling Hughes [Thu, 2 Aug 2001 17:29:08 +0000 (17:29 +0000)]
Funny, I skipped right over this before.

everyting -> everything

22 years agomanual fix, select() loop fix, progress callback fix
Daniel Stenberg [Thu, 2 Aug 2001 17:25:33 +0000 (17:25 +0000)]
manual fix, select() loop fix, progress callback fix

22 years agoFrank Keeney pointed out a manual mistake for certificate convertions
Daniel Stenberg [Thu, 2 Aug 2001 17:12:07 +0000 (17:12 +0000)]
Frank Keeney pointed out a manual mistake for certificate convertions

22 years ago"Add an interface that enables a user to select prefered SSL ciphers to use."
Daniel Stenberg [Thu, 2 Aug 2001 17:08:24 +0000 (17:08 +0000)]
"Add an interface that enables a user to select prefered SSL ciphers to use."

Rob Styles posted the question, as he could've used this...

22 years agodon't do final newline output when using progress callback
Daniel Stenberg [Thu, 2 Aug 2001 17:05:11 +0000 (17:05 +0000)]
don't do final newline output when using progress callback

22 years agoFD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki
Daniel Stenberg [Thu, 2 Aug 2001 16:52:12 +0000 (16:52 +0000)]
FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki
reported 12 Jul 2001)

23 years agoLeftover -- add a note about this in the examples file :)
Sterling Hughes [Thu, 12 Jul 2001 02:00:24 +0000 (02:00 +0000)]
Leftover -- add a note about this in the examples file :)

23 years agoAdd win32 initialization support to curl_global_init() and
Sterling Hughes [Thu, 12 Jul 2001 01:57:28 +0000 (01:57 +0000)]
Add win32 initialization support to curl_global_init() and
curl_global_cleanup().  Update corresponding man pages...

Improve the logic in curl_global_cleanup() and curl_global_init() so that
they are not called twice if the application libraries have been
initialized and make sure to reset the init flags in curl_global_cleanup().

23 years agoborland makefile fix
Daniel Stenberg [Mon, 2 Jul 2001 09:23:50 +0000 (09:23 +0000)]
borland makefile fix

23 years agoadded more ideas that've been floating around lately
Daniel Stenberg [Mon, 2 Jul 2001 08:21:25 +0000 (08:21 +0000)]
added more ideas that've been floating around lately

23 years agoremoved the "change test suite" item, as that is already made
Daniel Stenberg [Mon, 2 Jul 2001 07:04:16 +0000 (07:04 +0000)]
removed the "change test suite" item, as that is already made

23 years agoAdded an item about the cookie jar stuff, contains a link to the dev file
Daniel Stenberg [Mon, 2 Jul 2001 07:02:47 +0000 (07:02 +0000)]
Added an item about the cookie jar stuff, contains a link to the dev file
about this subject

23 years agoremoved static, removed curl special return type, added include windows.h
Daniel Stenberg [Fri, 29 Jun 2001 11:33:00 +0000 (11:33 +0000)]
removed static, removed curl special return type, added include windows.h

23 years agoadded strtok.c as a source file
Daniel Stenberg [Fri, 29 Jun 2001 11:18:27 +0000 (11:18 +0000)]
added strtok.c as a source file

23 years agoNic Roets brought a fix for the certificate verification when using SSL.
Daniel Stenberg [Fri, 29 Jun 2001 07:38:11 +0000 (07:38 +0000)]
Nic Roets brought a fix for the certificate verification when using SSL.

23 years agoadded test 43
Daniel Stenberg [Thu, 28 Jun 2001 13:25:28 +0000 (13:25 +0000)]
added test 43

23 years agoHTTP Location: following over HTTP proxy
Daniel Stenberg [Thu, 28 Jun 2001 13:24:19 +0000 (13:24 +0000)]
HTTP Location: following over HTTP proxy

23 years agonow runs ok on IPv6 enabled hosts
Daniel Stenberg [Wed, 27 Jun 2001 22:04:00 +0000 (22:04 +0000)]
now runs ok on IPv6 enabled hosts

23 years agonow does OK even on IPv6-enabled hosts
Daniel Stenberg [Wed, 27 Jun 2001 22:01:37 +0000 (22:01 +0000)]
now does OK even on IPv6-enabled hosts

23 years agobetter strip
Daniel Stenberg [Wed, 27 Jun 2001 22:01:08 +0000 (22:01 +0000)]
better strip

23 years agomultiple file transfers with resume fix
Daniel Stenberg [Mon, 25 Jun 2001 12:58:19 +0000 (12:58 +0000)]
multiple file transfers with resume fix

23 years ago'resume from'-fix. When using "-C -" and doing multiple file download, the
Daniel Stenberg [Mon, 25 Jun 2001 12:56:06 +0000 (12:56 +0000)]
'resume from'-fix. When using "-C -" and doing multiple file download, the
first resume was used on all files instead of being reset between each file.
As found by Björn Stenberg.

23 years ago- Anton Kalmykov provided a fix that makes curl work with form field names
Daniel Stenberg [Mon, 25 Jun 2001 09:49:14 +0000 (09:49 +0000)]
- Anton Kalmykov provided a fix that makes curl work with form field names
  with spaces like when -F is used.

23 years agoAnton Kalmykov's fix for dealing with form names with spaces!
Daniel Stenberg [Mon, 25 Jun 2001 09:39:35 +0000 (09:39 +0000)]
Anton Kalmykov's fix for dealing with form names with spaces!

23 years agoadded return type void in SYNOPSIS
Daniel Stenberg [Thu, 21 Jun 2001 09:39:19 +0000 (09:39 +0000)]
added return type void in SYNOPSIS

23 years agolibcurl.5 is renamed to libcurl.3
Daniel Stenberg [Thu, 21 Jun 2001 09:34:37 +0000 (09:34 +0000)]
libcurl.5 is renamed to libcurl.3

23 years agoall changes from year 2000 was moved to CHANGES.2000 and that is now
Daniel Stenberg [Wed, 20 Jun 2001 07:50:49 +0000 (07:50 +0000)]
all changes from year 2000 was moved to CHANGES.2000 and that is now
only available in CVS

23 years agothe changelog from year 2000
Daniel Stenberg [Wed, 20 Jun 2001 07:50:22 +0000 (07:50 +0000)]
the changelog from year 2000

23 years agoftp cut off transfer fix, configure --with-ssl fix
Daniel Stenberg [Wed, 20 Jun 2001 07:48:09 +0000 (07:48 +0000)]
ftp cut off transfer fix, configure --with-ssl fix

23 years agowhen --with-ssl is used with a specified path, we use that path immediately
Daniel Stenberg [Wed, 20 Jun 2001 07:43:36 +0000 (07:43 +0000)]
when --with-ssl is used with a specified path, we use that path immediately
to check libs and include files in, we don't check the default places first!

23 years agoAdded items we've discussed previously, and URLs to dev notes discussing
Daniel Stenberg [Tue, 19 Jun 2001 09:12:27 +0000 (09:12 +0000)]
Added items we've discussed previously, and URLs to dev notes discussing
the matter

23 years agobetter treatment of truly aborted transfers
Daniel Stenberg [Tue, 19 Jun 2001 06:04:21 +0000 (06:04 +0000)]
better treatment of truly aborted transfers

23 years agofiles to ignore by default in cvs operations
Daniel Stenberg [Mon, 18 Jun 2001 14:37:23 +0000 (14:37 +0000)]
files to ignore by default in cvs operations

23 years agomade stdin testing work, also made 'nocheck=true' work when set on the
Daniel Stenberg [Thu, 14 Jun 2001 12:16:07 +0000 (12:16 +0000)]
made stdin testing work, also made 'nocheck=true' work when set on the
reply data section

23 years agothree more HTTP tests added from the old test suite
Daniel Stenberg [Thu, 14 Jun 2001 12:05:30 +0000 (12:05 +0000)]
three more HTTP tests added from the old test suite

23 years agoremoved a failf() that would overwrite the previous error message
Daniel Stenberg [Tue, 12 Jun 2001 18:22:52 +0000 (18:22 +0000)]
removed a failf() that would overwrite the previous error message

23 years agobetter ssl error msg, libcurl.def fix, -version-info corrected, more test
Daniel Stenberg [Tue, 12 Jun 2001 09:23:13 +0000 (09:23 +0000)]
better ssl error msg, libcurl.def fix, -version-info corrected, more test
cases and fixed FTP ranges

23 years agoSalvador Dávila's ftp range download fix
Daniel Stenberg [Tue, 12 Jun 2001 09:21:37 +0000 (09:21 +0000)]
Salvador Dávila's ftp range download fix

23 years agoNew test cases added
Daniel Stenberg [Tue, 12 Jun 2001 09:12:59 +0000 (09:12 +0000)]
New test cases added

23 years agosupports SIZE now
Daniel Stenberg [Tue, 12 Jun 2001 08:38:11 +0000 (08:38 +0000)]
supports SIZE now

23 years agocorrected the -version-info
Daniel Stenberg [Mon, 11 Jun 2001 12:31:51 +0000 (12:31 +0000)]
corrected the -version-info

23 years agoAdded a check that 'localhost' resolves before the gethostbyname_r() checks,
Daniel Stenberg [Mon, 11 Jun 2001 12:29:08 +0000 (12:29 +0000)]
Added a check that 'localhost' resolves before the gethostbyname_r() checks,
as they depend on the resolving of that name. It seems this mistake is
happening from time to time and people have a hard time finding out why
configure can't detect their gethostbyname_r()-setup.

23 years agoduplicate curl_unescape entry removed
Daniel Stenberg [Thu, 7 Jun 2001 11:44:58 +0000 (11:44 +0000)]
duplicate curl_unescape entry removed

23 years ago7.8 commit
Daniel Stenberg [Thu, 7 Jun 2001 09:39:29 +0000 (09:39 +0000)]
7.8 commit

23 years agoSM's suggested update of the Microsoft and SSL compiling section
Daniel Stenberg [Thu, 7 Jun 2001 06:21:27 +0000 (06:21 +0000)]
SM's suggested update of the Microsoft and SSL compiling section

23 years agoSDavila posted a fix that sets conn->bits.use_range properly when doing
Daniel Stenberg [Thu, 7 Jun 2001 05:59:20 +0000 (05:59 +0000)]
SDavila posted a fix that sets conn->bits.use_range properly when doing
resumed downloads

23 years agoJörn corrected the mingw32 makefile
Daniel Stenberg [Thu, 7 Jun 2001 05:41:30 +0000 (05:41 +0000)]
Jörn corrected the mingw32 makefile

23 years agoS. Moonesamy updates, strtok.[ch] issues
Daniel Stenberg [Wed, 6 Jun 2001 14:26:50 +0000 (14:26 +0000)]
S. Moonesamy updates, strtok.[ch] issues

23 years agoAdded note about src/hughelp.c and the new *.cvs file that can be used if
Daniel Stenberg [Wed, 6 Jun 2001 09:39:07 +0000 (09:39 +0000)]
Added note about src/hughelp.c and the new *.cvs file that can be used if
you really can't generate that file.

23 years agoFor people using CVS but with no perl, like all those windows losers. They
Daniel Stenberg [Wed, 6 Jun 2001 09:37:15 +0000 (09:37 +0000)]
For people using CVS but with no perl, like all those windows losers. They
can just rename this file and cut off the extension instead...

23 years agocorrected the CVS note about not creating a subdirectory... which it does now
Daniel Stenberg [Wed, 6 Jun 2001 09:33:46 +0000 (09:33 +0000)]
corrected the CVS note about not creating a subdirectory... which it does now

23 years agoMUTE is gone, PHP examples, new CVS structure
Daniel Stenberg [Tue, 5 Jun 2001 11:48:30 +0000 (11:48 +0000)]
MUTE is gone, PHP examples, new CVS structure

23 years agomade the test-program in the bottom compile/build, remember to link with
Daniel Stenberg [Tue, 5 Jun 2001 11:27:40 +0000 (11:27 +0000)]
made the test-program in the bottom compile/build, remember to link with
strequal.o as well!

23 years agoAdd documentation for the --vernum attribute
Sterling Hughes [Fri, 1 Jun 2001 21:56:58 +0000 (21:56 +0000)]
Add documentation for the --vernum attribute

23 years agoCURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out
Daniel Stenberg [Fri, 1 Jun 2001 07:33:38 +0000 (07:33 +0000)]
CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out

23 years agoUpdate the cvs instructions.
Sterling Hughes [Fri, 1 Jun 2001 04:46:15 +0000 (04:46 +0000)]
Update the cvs instructions.

23 years agoTest (and revert change from previous test).
Sterling Hughes [Fri, 1 Jun 2001 00:02:44 +0000 (00:02 +0000)]
Test (and revert change from previous test).

23 years agotesting... testing... 1, 2, 3
Sterling Hughes [Thu, 31 May 2001 23:56:28 +0000 (23:56 +0000)]
testing... testing... 1, 2, 3

23 years agoremoved CURLOPT_MUTE, it is not used anymore
Daniel Stenberg [Thu, 31 May 2001 13:55:13 +0000 (13:55 +0000)]
removed CURLOPT_MUTE, it is not used anymore

23 years agoMUTE is now considered obsolete
Daniel Stenberg [Thu, 31 May 2001 13:52:59 +0000 (13:52 +0000)]
MUTE is now considered obsolete

23 years agoCURLOPT_MUTE and data->bits.mute are history, removed, gone!
Daniel Stenberg [Thu, 31 May 2001 13:50:28 +0000 (13:50 +0000)]
CURLOPT_MUTE and data->bits.mute are history, removed, gone!

23 years agothe global init stuff, strtok.h mess, _REENTRANT fixed
Daniel Stenberg [Thu, 31 May 2001 13:32:55 +0000 (13:32 +0000)]
the global init stuff, strtok.h mess, _REENTRANT fixed

23 years agoadd entry for getbinarypageinvar.php
Sterling Hughes [Thu, 31 May 2001 12:33:38 +0000 (12:33 +0000)]
add entry for getbinarypageinvar.php

23 years agoChange to // comments and add <?php and ?> wrappers
Sterling Hughes [Thu, 31 May 2001 12:32:04 +0000 (12:32 +0000)]
Change to // comments and add <?php and ?> wrappers

23 years agoUpdate comments and wrap in <?php and ?>
Sterling Hughes [Thu, 31 May 2001 12:25:49 +0000 (12:25 +0000)]
Update comments and wrap in <?php and ?>

23 years agoupdate the comment style from '#' to '//' which is the "un-official"
Sterling Hughes [Thu, 31 May 2001 12:14:12 +0000 (12:14 +0000)]
update the comment style from '#' to '//' which is the "un-official"
standard PHP comment.  Also wrap the code in <?php and ?> and finally
add getbinarypageinvar.php to Makefile.am and README

23 years agoAdd the getbinarypageinvar.php, which shows how to use the
Sterling Hughes [Thu, 31 May 2001 11:59:39 +0000 (11:59 +0000)]
Add the getbinarypageinvar.php, which shows how to use the
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the
CURLOPT_RETURNTRANSFER option.

23 years agoTest and substance patch.
Sterling Hughes [Thu, 31 May 2001 11:30:34 +0000 (11:30 +0000)]
Test and substance patch.

This is my first CVS commit :), what it does:

- Makes sure that parts of the cURL library don't get initialized twice
- Makes sure that we only free what we initialize

23 years agoAdded CVS $Id$ keyword for inline version tracking
Daniel Stenberg [Thu, 31 May 2001 08:41:42 +0000 (08:41 +0000)]
Added CVS $Id$ keyword for inline version tracking

23 years agoupdated to again set the flags of what to init, and now also feature a
Daniel Stenberg [Thu, 31 May 2001 08:35:26 +0000 (08:35 +0000)]
updated to again set the flags of what to init, and now also feature a
set of available flags

23 years agofixed the dlopen check
Daniel Stenberg [Thu, 31 May 2001 08:24:50 +0000 (08:24 +0000)]
fixed the dlopen check

23 years agoremoved _REENTRANT define
Daniel Stenberg [Thu, 31 May 2001 07:03:04 +0000 (07:03 +0000)]
removed _REENTRANT define

23 years agore-generated
Daniel Stenberg [Thu, 31 May 2001 07:02:31 +0000 (07:02 +0000)]
re-generated

23 years agoinclude setup.h _before_ system includes
Daniel Stenberg [Thu, 31 May 2001 07:02:13 +0000 (07:02 +0000)]
include setup.h _before_ system includes

23 years agoif NEED_REENTRANT is set, define _REENTRANT already here since it has to
Daniel Stenberg [Thu, 31 May 2001 07:01:08 +0000 (07:01 +0000)]
if NEED_REENTRANT is set, define _REENTRANT already here since it has to
be defined as many include files as possible (Solaris req)

23 years agoincludes setup.h, and thus I could remove the _REENTRANT define
Daniel Stenberg [Thu, 31 May 2001 07:00:21 +0000 (07:00 +0000)]
includes setup.h, and thus I could remove the _REENTRANT define

23 years agothe CURL_GLOBAL flags are now used to set what parts to init globally
Daniel Stenberg [Thu, 31 May 2001 06:10:25 +0000 (06:10 +0000)]
the CURL_GLOBAL flags are now used to set what parts to init globally

23 years agowent back to the version where the flags argument to curl_global_init()
Daniel Stenberg [Thu, 31 May 2001 06:06:37 +0000 (06:06 +0000)]
went back to the version where the flags argument to curl_global_init()
specify exactly what global parts to init. Thanks to Sterling Hughes really
for arguing wisely.

23 years agoremoved the prototype and made it include string.h instead
Daniel Stenberg [Thu, 31 May 2001 06:05:32 +0000 (06:05 +0000)]
removed the prototype and made it include string.h instead

   If your system, such as Solaris 2.7, lacks the strtok_r() prototype in
   string.h, then you'll face a bunch of warnings on all instances
   where strtok_r() is used.

   There's not much we can do about it. Adding a prototype here screws
   everything up on other platforms! :-(