platform/upstream/curl.git
23 years agocorrected the Host: header's port number
Daniel Stenberg [Fri, 28 Jul 2000 07:55:21 +0000 (07:55 +0000)]
corrected the Host: header's port number

24 years agoASCII FTP download
Daniel Stenberg [Wed, 26 Jul 2000 09:37:54 +0000 (09:37 +0000)]
ASCII FTP download
-F improvements
FTP response timeouts
HTTP user+password to same host only
libtool

24 years agoanother day, another contributor
Daniel Stenberg [Wed, 26 Jul 2000 09:34:40 +0000 (09:34 +0000)]
another day, another contributor

24 years agoremoved libtool, added pointer to the sourceforge task list
Daniel Stenberg [Wed, 26 Jul 2000 09:34:09 +0000 (09:34 +0000)]
removed libtool, added pointer to the sourceforge task list

24 years agoAdded docs/Makefile*
Daniel Stenberg [Wed, 26 Jul 2000 09:31:36 +0000 (09:31 +0000)]
Added docs/Makefile*

24 years agolibtool adjustments
Daniel Stenberg [Wed, 26 Jul 2000 09:28:29 +0000 (09:28 +0000)]
libtool adjustments

24 years agothey're generated, they don't belong here
Daniel Stenberg [Tue, 25 Jul 2000 22:15:00 +0000 (22:15 +0000)]
they're generated, they don't belong here

24 years agoAdded Torsten Foertsch's changes to the -F description and his name to the
Daniel Stenberg [Tue, 25 Jul 2000 21:19:35 +0000 (21:19 +0000)]
Added Torsten Foertsch's changes to the -F description and his name to the
list of contributors.

24 years agouses the new curl_close function to clean up the http-specific auth_host
Daniel Stenberg [Tue, 25 Jul 2000 21:17:45 +0000 (21:17 +0000)]
uses the new curl_close function to clean up the http-specific auth_host

24 years agoAdded http_close()
Daniel Stenberg [Tue, 25 Jul 2000 21:16:51 +0000 (21:16 +0000)]
Added http_close()

24 years agouses auth_host to only send user+password to that particular site, usable if
Daniel Stenberg [Tue, 25 Jul 2000 21:16:32 +0000 (21:16 +0000)]
uses auth_host to only send user+password to that particular site, usable if
Location: following takes "us" to other servers that should not get the
user and password

24 years agoset a bit when a Location: is followed to allow code to act differently
Daniel Stenberg [Tue, 25 Jul 2000 21:15:01 +0000 (21:15 +0000)]
set a bit when a Location: is followed to allow code to act differently
on those occations

24 years agocurl_close is a new function pointer that can be set to a protocol-specific
Daniel Stenberg [Tue, 25 Jul 2000 21:14:12 +0000 (21:14 +0000)]
curl_close is a new function pointer that can be set to a protocol-specific
function to get called in the curl_close() function for cleanup
auth_host is added to store the original (first) host name used

24 years agoTorsten Foertsch's improvements
Daniel Stenberg [Tue, 25 Jul 2000 12:21:22 +0000 (12:21 +0000)]
Torsten Foertsch's improvements

24 years agotiny adjustments to set the start-time before the curl_connect() is called to
Daniel Stenberg [Tue, 25 Jul 2000 12:13:57 +0000 (12:13 +0000)]
tiny adjustments to set the start-time before the curl_connect() is called to
allow the connect function to better deal with timeouts, as was just added
to ftp

24 years agoThe "get ftp command response" function now uses select() on the socket and
Daniel Stenberg [Tue, 25 Jul 2000 12:12:29 +0000 (12:12 +0000)]
The "get ftp command response" function now uses select() on the socket and
thus enables timeout if the server doesn't respond within the proper time.

24 years agoA range of things done yesterday
Daniel Stenberg [Tue, 25 Jul 2000 07:39:42 +0000 (07:39 +0000)]
A range of things done yesterday

24 years agoAdded CURLOPT_PROXYPORT
Daniel Stenberg [Tue, 25 Jul 2000 07:38:08 +0000 (07:38 +0000)]
Added CURLOPT_PROXYPORT

24 years agoAdded CURLOPT_PROXYPORT, also added some more clarifications about the
Daniel Stenberg [Tue, 25 Jul 2000 07:36:50 +0000 (07:36 +0000)]
Added CURLOPT_PROXYPORT, also added some more clarifications about the
CURLOPT_PROXY option.

24 years agoAuto referer and a minor netrc fix
Daniel Stenberg [Tue, 25 Jul 2000 07:35:51 +0000 (07:35 +0000)]
Auto referer and a minor netrc fix

24 years agoAdded some logic that now prevents multiple conflicting HTTP request types
Daniel Stenberg [Tue, 25 Jul 2000 07:34:04 +0000 (07:34 +0000)]
Added some logic that now prevents multiple conflicting HTTP request types
to get specified with the options.

24 years agoAdded proxyport
Daniel Stenberg [Tue, 25 Jul 2000 07:32:22 +0000 (07:32 +0000)]
Added proxyport

24 years agoAdded CURLOPT_PROXYPORT support
Daniel Stenberg [Tue, 25 Jul 2000 07:31:35 +0000 (07:31 +0000)]
Added CURLOPT_PROXYPORT support
Added a missing free() in curl_disconnect()
Made (https) connect errors abort better and earlier

24 years agore-added the check for BOTH nsl and socket libs
Daniel Stenberg [Tue, 25 Jul 2000 07:29:32 +0000 (07:29 +0000)]
re-added the check for BOTH nsl and socket libs

24 years agoThe Host: header now includes the port number if not default HTTP
Daniel Stenberg [Tue, 25 Jul 2000 07:28:28 +0000 (07:28 +0000)]
The Host: header now includes the port number if not default HTTP

24 years agoCode 250 is okay as well as the previous 226-code after a successful file
Daniel Stenberg [Tue, 25 Jul 2000 07:26:29 +0000 (07:26 +0000)]
Code 250 is okay as well as the previous 226-code after a successful file
transfer

24 years agohaxx.nu => haxx.se
Daniel Stenberg [Tue, 20 Jun 2000 15:31:26 +0000 (15:31 +0000)]
haxx.nu => haxx.se

24 years agoFTP bug fix
Daniel Stenberg [Tue, 20 Jun 2000 11:55:38 +0000 (11:55 +0000)]
FTP bug fix
new referer magic tricks!

24 years agoAdded auto and free referer fields to the UrlData struct
Daniel Stenberg [Tue, 20 Jun 2000 11:23:31 +0000 (11:23 +0000)]
Added auto and free referer fields to the UrlData struct

24 years agoAdded AUTOREFERER
Daniel Stenberg [Tue, 20 Jun 2000 09:28:36 +0000 (09:28 +0000)]
Added AUTOREFERER

24 years agoautoreferer added, switches off POST on location: following
Daniel Stenberg [Tue, 20 Jun 2000 09:28:09 +0000 (09:28 +0000)]
autoreferer added, switches off POST on location: following

24 years agoRich Gray fixed the PORT command line with the missing \r!
Daniel Stenberg [Tue, 20 Jun 2000 07:45:53 +0000 (07:45 +0000)]
Rich Gray fixed the PORT command line with the missing \r!

24 years agoprogress meter/bar changes
Daniel Stenberg [Fri, 16 Jun 2000 13:29:41 +0000 (13:29 +0000)]
progress meter/bar changes

24 years agoremoved the CURLOPT_PROGRESSMODE option
Daniel Stenberg [Fri, 16 Jun 2000 13:22:33 +0000 (13:22 +0000)]
removed the CURLOPT_PROGRESSMODE option

24 years agoPROGRESSMODE is history
Daniel Stenberg [Fri, 16 Jun 2000 13:19:30 +0000 (13:19 +0000)]
PROGRESSMODE is history

24 years agopretty big changes when the -# progress bar was moved in here from the
Daniel Stenberg [Fri, 16 Jun 2000 13:18:49 +0000 (13:18 +0000)]
pretty big changes when the -# progress bar was moved in here from the
lib/progess.c file, and is now used with the new progress callback function

24 years agomode was replaced with callback in the progress struct
Daniel Stenberg [Fri, 16 Jun 2000 13:17:44 +0000 (13:17 +0000)]
mode was replaced with callback in the progress struct

24 years agoprogress.mode replaced with progress.callback
Daniel Stenberg [Fri, 16 Jun 2000 13:17:07 +0000 (13:17 +0000)]
progress.mode replaced with progress.callback

24 years agoremoved pgrsMode()
Daniel Stenberg [Fri, 16 Jun 2000 13:16:33 +0000 (13:16 +0000)]
removed pgrsMode()

24 years agoremoved lots of #if 0'ed code
Daniel Stenberg [Fri, 16 Jun 2000 13:15:36 +0000 (13:15 +0000)]
removed lots of #if 0'ed code
removed the "mode" concept
moved all #-stuff to the client

24 years agoAdded pgrsStartNow() on the appropriate place
Daniel Stenberg [Fri, 16 Jun 2000 13:14:27 +0000 (13:14 +0000)]
Added pgrsStartNow() on the appropriate place

24 years agowhen failing to write to a socket, we now bail out better
Daniel Stenberg [Thu, 15 Jun 2000 14:34:43 +0000 (14:34 +0000)]
when failing to write to a socket, we now bail out better
I also use typecasted size_t now for systems with unsigned such ones

24 years agoremoved the last \r\n\r\n bytes
Daniel Stenberg [Thu, 15 Jun 2000 14:33:17 +0000 (14:33 +0000)]
removed the last \r\n\r\n bytes
now returns -1 from FormReader() when the last form data has been read!

24 years agoPOST fix
Daniel Stenberg [Wed, 14 Jun 2000 17:28:44 +0000 (17:28 +0000)]
POST fix

24 years agoAdded #include <string.h>
Daniel Stenberg [Wed, 14 Jun 2000 17:23:51 +0000 (17:23 +0000)]
Added #include <string.h>

24 years agocorrect the POST workings. Tim Tassonis reported.
Daniel Stenberg [Wed, 14 Jun 2000 17:15:07 +0000 (17:15 +0000)]
correct the POST workings. Tim Tassonis reported.

24 years agothe 7.0.6beta fixes
Daniel Stenberg [Wed, 14 Jun 2000 14:33:54 +0000 (14:33 +0000)]
the 7.0.6beta fixes

24 years agothe -W and -g stuff needn't be here by default
Daniel Stenberg [Wed, 14 Jun 2000 14:29:39 +0000 (14:29 +0000)]
the -W and -g stuff needn't be here by default

24 years agoAdded a define in the Mingw32 makefiles to allow parts of the config-win32
Daniel Stenberg [Wed, 14 Jun 2000 14:28:45 +0000 (14:28 +0000)]
Added a define in the Mingw32 makefiles to allow parts of the config-win32
files depend on that as well. It turned out Borland has no unistd.h file
either, only mingw32 seems to use that.

24 years agoseveral minor fixes as pointed out by Björn Stenberg
Daniel Stenberg [Wed, 14 Jun 2000 14:26:53 +0000 (14:26 +0000)]
several minor fixes as pointed out by Björn Stenberg

24 years agobad HAVE_STRICMP usage found by Björn Stenberg
Daniel Stenberg [Wed, 14 Jun 2000 14:26:20 +0000 (14:26 +0000)]
bad HAVE_STRICMP usage found by Björn Stenberg

24 years agoadded some more text about libcurl using
Daniel Stenberg [Wed, 14 Jun 2000 14:08:52 +0000 (14:08 +0000)]
added some more text about libcurl using

24 years agoedited the contributor list
Daniel Stenberg [Wed, 14 Jun 2000 14:02:43 +0000 (14:02 +0000)]
edited the contributor list
changed ftp-ascii to use-ascii and its explanation was fixed

24 years agoAdded #include <fcntl.h> required by the setmode() for win32
Daniel Stenberg [Wed, 14 Jun 2000 12:52:21 +0000 (12:52 +0000)]
Added #include <fcntl.h> required by the setmode() for win32

24 years agonew binary stdout approach for win32 systems
Daniel Stenberg [Wed, 14 Jun 2000 12:50:38 +0000 (12:50 +0000)]
new binary stdout approach for win32 systems

24 years agoAdded GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS
Daniel Stenberg [Wed, 14 Jun 2000 10:50:18 +0000 (10:50 +0000)]
Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS

24 years agoupdated to be more valid for version 7 workings
Daniel Stenberg [Wed, 14 Jun 2000 09:16:11 +0000 (09:16 +0000)]
updated to be more valid for version 7 workings

24 years agoadded a few RFCs to the list
Daniel Stenberg [Wed, 14 Jun 2000 09:08:31 +0000 (09:08 +0000)]
added a few RFCs to the list

24 years agoLuong Dinh Dung's comments adjusted
Daniel Stenberg [Tue, 13 Jun 2000 23:04:44 +0000 (23:04 +0000)]
Luong Dinh Dung's comments adjusted

24 years agofree-twice problem corrected
Daniel Stenberg [Tue, 13 Jun 2000 08:11:45 +0000 (08:11 +0000)]
free-twice problem corrected

24 years agoresources + readme.win32
Daniel Stenberg [Fri, 9 Jun 2000 12:08:08 +0000 (12:08 +0000)]
resources + readme.win32

24 years agoedited it to look better when HTML'ified
Daniel Stenberg [Fri, 9 Jun 2000 07:10:47 +0000 (07:10 +0000)]
edited it to look better when HTML'ified

24 years agoAdded the docs/README.win32 file
Daniel Stenberg [Fri, 9 Jun 2000 07:02:20 +0000 (07:02 +0000)]
Added the docs/README.win32 file

24 years agohaxx.nu turns haxx.se
Daniel Stenberg [Fri, 9 Jun 2000 07:01:23 +0000 (07:01 +0000)]
haxx.nu turns haxx.se

24 years agomucho updated with lots of links to various odd stuff
Daniel Stenberg [Fri, 9 Jun 2000 07:00:45 +0000 (07:00 +0000)]
mucho updated with lots of links to various odd stuff

24 years agoSome notes about life with curl in the win32 world
Daniel Stenberg [Fri, 9 Jun 2000 07:00:21 +0000 (07:00 +0000)]
Some notes about life with curl in the win32 world

24 years agothe recent mocking
Daniel Stenberg [Thu, 8 Jun 2000 15:20:03 +0000 (15:20 +0000)]
the recent mocking

24 years agouse top_dir instead of ../
Daniel Stenberg [Thu, 8 Jun 2000 15:14:17 +0000 (15:14 +0000)]
use top_dir instead of ../

24 years agoAdded progress callback info
Daniel Stenberg [Thu, 8 Jun 2000 15:13:41 +0000 (15:13 +0000)]
Added progress callback info

24 years agolower casing getenv and formparse
Daniel Stenberg [Thu, 8 Jun 2000 15:13:03 +0000 (15:13 +0000)]
lower casing getenv and formparse
added the progress function callback and data pointer
added the callback typedefs

24 years agoadded progress callback stuff, changed the callback typedefs to be public
Daniel Stenberg [Thu, 8 Jun 2000 15:11:39 +0000 (15:11 +0000)]
added progress callback stuff, changed the callback typedefs to be public

24 years agomodified
Daniel Stenberg [Tue, 6 Jun 2000 16:02:54 +0000 (16:02 +0000)]
modified

24 years agoAdded description
Daniel Stenberg [Tue, 6 Jun 2000 14:54:42 +0000 (14:54 +0000)]
Added description

24 years agoedited to look better after the txt2html convertion
Daniel Stenberg [Tue, 6 Jun 2000 14:13:36 +0000 (14:13 +0000)]
edited to look better after the txt2html convertion

24 years agoupdated with more examples
Daniel Stenberg [Tue, 6 Jun 2000 14:09:01 +0000 (14:09 +0000)]
updated with more examples

24 years agousing the new formparse, the new getenv, using the new headers struct and
Daniel Stenberg [Mon, 5 Jun 2000 08:26:13 +0000 (08:26 +0000)]
using the new formparse, the new getenv, using the new headers struct and
clean up the headers better

24 years agocurl_getenv() is now lowercase
Daniel Stenberg [Mon, 5 Jun 2000 08:24:37 +0000 (08:24 +0000)]
curl_getenv() is now lowercase

24 years agothe curl_formparse() function was turned lowercase
Daniel Stenberg [Mon, 5 Jun 2000 08:24:18 +0000 (08:24 +0000)]
the curl_formparse() function was turned lowercase

24 years agostruct HttpHeader changed to struct curl_slist
Daniel Stenberg [Mon, 5 Jun 2000 08:23:50 +0000 (08:23 +0000)]
struct HttpHeader changed to struct curl_slist

24 years agoAdded text about how to convert certificates to PEM format
Daniel Stenberg [Mon, 5 Jun 2000 08:21:28 +0000 (08:21 +0000)]
Added text about how to convert certificates to PEM format

24 years agominor edits
Daniel Stenberg [Fri, 2 Jun 2000 13:35:16 +0000 (13:35 +0000)]
minor edits

24 years agoAdded many specific questions
Daniel Stenberg [Fri, 2 Jun 2000 13:32:01 +0000 (13:32 +0000)]
Added many specific questions

24 years agoEdited, cleaned up
Daniel Stenberg [Fri, 2 Jun 2000 12:45:23 +0000 (12:45 +0000)]
Edited, cleaned up

24 years agoupdated
Daniel Stenberg [Fri, 2 Jun 2000 12:06:47 +0000 (12:06 +0000)]
updated

24 years agocurl_formparse() man page
Daniel Stenberg [Fri, 2 Jun 2000 11:42:56 +0000 (11:42 +0000)]
curl_formparse() man page

24 years agoAdded description
Daniel Stenberg [Fri, 2 Jun 2000 11:34:17 +0000 (11:34 +0000)]
Added description

24 years agochanged the httppost struct into curl_slist struct
Daniel Stenberg [Fri, 2 Jun 2000 11:31:53 +0000 (11:31 +0000)]
changed the httppost struct into curl_slist struct

24 years agoadded description
Daniel Stenberg [Fri, 2 Jun 2000 11:31:18 +0000 (11:31 +0000)]
added description

24 years agoAdded description
Daniel Stenberg [Fri, 2 Jun 2000 11:01:08 +0000 (11:01 +0000)]
Added description

24 years agoadded description
Daniel Stenberg [Fri, 2 Jun 2000 10:50:09 +0000 (10:50 +0000)]
added description

24 years agoman page for this function already in used by the command line tool!
Daniel Stenberg [Fri, 2 Jun 2000 09:02:51 +0000 (09:02 +0000)]
man page for this function already in used by the command line tool!

24 years agoDavid LeBlanc corrected one of my mistakes
Daniel Stenberg [Wed, 31 May 2000 06:31:31 +0000 (06:31 +0000)]
David LeBlanc corrected one of my mistakes

24 years agoAdjusted to the GETHOSTBYADDR_R_NARGS style
Daniel Stenberg [Tue, 30 May 2000 22:27:39 +0000 (22:27 +0000)]
Adjusted to the GETHOSTBYADDR_R_NARGS style

24 years agoAdded GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS
Daniel Stenberg [Tue, 30 May 2000 22:26:57 +0000 (22:26 +0000)]
Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS

24 years agoAdded checks for number of parameters to the functions gethostbyname_r()
Daniel Stenberg [Tue, 30 May 2000 22:26:26 +0000 (22:26 +0000)]
Added checks for number of parameters to the functions gethostbyname_r()
and gethostbyaddr_r()

24 years agopre-release commit
Daniel Stenberg [Tue, 30 May 2000 16:31:46 +0000 (16:31 +0000)]
pre-release commit

24 years agomodified to the new curl_getenv() style
Daniel Stenberg [Mon, 29 May 2000 23:09:31 +0000 (23:09 +0000)]
modified to the new curl_getenv() style

24 years agomade getenv() more threadsafe for win32
Daniel Stenberg [Mon, 29 May 2000 23:07:22 +0000 (23:07 +0000)]
made getenv() more threadsafe for win32

24 years agoupdated
Daniel Stenberg [Mon, 29 May 2000 22:54:17 +0000 (22:54 +0000)]
updated

24 years agohad to add this since it was missing in the system includes!
Daniel Stenberg [Mon, 29 May 2000 22:52:17 +0000 (22:52 +0000)]
had to add this since it was missing in the system includes!