mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
haxx.nu => haxx.se
This commit is contained in:
parent
e33ac6b3be
commit
1ef3600a07
@ -24,9 +24,9 @@
|
|||||||
#
|
#
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
# Main author:
|
# Main author:
|
||||||
# - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
# - Daniel Stenberg <daniel@haxx.se>
|
||||||
#
|
#
|
||||||
# http://curl.haxx.nu
|
# http://curl.haxx.se
|
||||||
#
|
#
|
||||||
# $Source$
|
# $Source$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
|
@ -9,7 +9,7 @@ Release: %rel
|
|||||||
Copyright: MPL
|
Copyright: MPL
|
||||||
Group: Utilities/Console
|
Group: Utilities/Console
|
||||||
Source: @PACKAGE@-%{version}.tar.gz
|
Source: @PACKAGE@-%{version}.tar.gz
|
||||||
URL: http://@PACKAGE@.haxx.nu
|
URL: http://@PACKAGE@.haxx.se
|
||||||
BuildPrereq: openssl
|
BuildPrereq: openssl
|
||||||
BuildRoot: /tmp/%{name}-%{version}-%{rel}-root
|
BuildRoot: /tmp/%{name}-%{version}-%{rel}-root
|
||||||
Packager: Fill In As You Wish
|
Packager: Fill In As You Wish
|
||||||
@ -27,7 +27,7 @@ resume and more.
|
|||||||
Note: this version is compiled with SSL (https:) support.
|
Note: this version is compiled with SSL (https:) support.
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
Daniel Stenberg <daniel@haxx.se>
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
@ -9,7 +9,7 @@ Release: %rel
|
|||||||
Copyright: MPL
|
Copyright: MPL
|
||||||
Group: Utilities/Console
|
Group: Utilities/Console
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
URL: http://@PACKAGE@.haxx.nu
|
URL: http://@PACKAGE@.haxx.se
|
||||||
BuildRoot: /tmp/%{name}-%{version}-%{rel}-root
|
BuildRoot: /tmp/%{name}-%{version}-%{rel}-root
|
||||||
Packager: Fill In As You Wish
|
Packager: Fill In As You Wish
|
||||||
Docdir: %{prefix}/doc
|
Docdir: %{prefix}/doc
|
||||||
@ -26,7 +26,7 @@ resume and more.
|
|||||||
Note: this version is compiled without SSL (https:) support.
|
Note: this version is compiled without SSL (https:) support.
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
Daniel Stenberg <daniel@haxx.se>
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
@ -3,7 +3,7 @@ LATEST VERSION
|
|||||||
You always find news about what's going on as well as the latest versions
|
You always find news about what's going on as well as the latest versions
|
||||||
from the curl web pages, located at:
|
from the curl web pages, located at:
|
||||||
|
|
||||||
http://curl.haxx.nu
|
http://curl.haxx.se
|
||||||
|
|
||||||
SIMPLE USAGE
|
SIMPLE USAGE
|
||||||
|
|
||||||
@ -178,7 +178,7 @@ DETAILED INFORMATION
|
|||||||
|
|
||||||
Store the HTTP headers in a separate file:
|
Store the HTTP headers in a separate file:
|
||||||
|
|
||||||
curl --dump-header headers.txt curl.haxx.nu
|
curl --dump-header headers.txt curl.haxx.se
|
||||||
|
|
||||||
Note that headers stored in a separate file can be very useful at a later
|
Note that headers stored in a separate file can be very useful at a later
|
||||||
time if you want curl to use cookies sent by the server. More about that in
|
time if you want curl to use cookies sent by the server. More about that in
|
||||||
@ -676,7 +676,7 @@ NETRC
|
|||||||
|
|
||||||
A very simple .netrc file could look something like:
|
A very simple .netrc file could look something like:
|
||||||
|
|
||||||
machine curl.haxx.nu login iamdaniel password mysecret
|
machine curl.haxx.se login iamdaniel password mysecret
|
||||||
|
|
||||||
CUSTOM OUTPUT
|
CUSTOM OUTPUT
|
||||||
|
|
||||||
|
@ -554,7 +554,7 @@ If you do find any (or have other suggestions), mail Daniel Stenberg
|
|||||||
- Linas Vepstas <linas@linas.org>
|
- Linas Vepstas <linas@linas.org>
|
||||||
- Bjorn Reese <breese@mail1.stofanet.dk>
|
- Bjorn Reese <breese@mail1.stofanet.dk>
|
||||||
- Johan Anderson <johan@homemail.com>
|
- Johan Anderson <johan@homemail.com>
|
||||||
- Kjell Ericson <Kjell.Ericson@haxx,nu>
|
- Kjell Ericson <Kjell.Ericson@haxx.se>
|
||||||
- Troy Engel <tengel@sonic.net>
|
- Troy Engel <tengel@sonic.net>
|
||||||
- Ryan Nelson <ryan@inch.com>
|
- Ryan Nelson <ryan@inch.com>
|
||||||
- Björn Stenberg <Bjorn.Stenberg@haxx.se>
|
- Björn Stenberg <Bjorn.Stenberg@haxx.se>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_cleanup 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_easy_cleanup 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_init 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_easy_init 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_perform 3 "26 May 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_easy_perform 3 "26 May 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_setopt 3 "16 June 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_easy_setopt 3 "16 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_formparse 3 "6 June 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_formparse 3 "6 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_getdate 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_getdate 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_getenv 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_getenv 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_slist_append 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_slist_append 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_slist_free_all 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_slist_free_all 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" You can view this file with:
|
.\" You can view this file with:
|
||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by daniel@haxx.se
|
||||||
.\"
|
.\"
|
||||||
.TH curl_version 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_version 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -31,17 +31,17 @@
|
|||||||
* Linas Vepstas <linas@linas.org>
|
* Linas Vepstas <linas@linas.org>
|
||||||
* Bjorn Reese <breese@imada.ou.dk>
|
* Bjorn Reese <breese@imada.ou.dk>
|
||||||
* Johan Anderson <johan@homemail.com>
|
* Johan Anderson <johan@homemail.com>
|
||||||
* Kjell Ericson <Kjell.Ericson@haxx.nu>
|
* Kjell Ericson <Kjell.Ericson@haxx.se>
|
||||||
* Troy Engel <tengel@palladium.net>
|
* Troy Engel <tengel@palladium.net>
|
||||||
* Ryan Nelson <ryan@inch.com>
|
* Ryan Nelson <ryan@inch.com>
|
||||||
* Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
|
* Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
|
||||||
* Angus Mackay <amackay@gus.ml.org>
|
* Angus Mackay <amackay@gus.ml.org>
|
||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
@ -52,7 +52,10 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* $Log$
|
* $Log$
|
||||||
* Revision 1.2 2000-01-10 23:36:14 bagder
|
* Revision 1.3 2000-06-20 15:31:26 bagder
|
||||||
|
* haxx.nu => haxx.se
|
||||||
|
*
|
||||||
|
* Revision 1.2 2000/01/10 23:36:14 bagder
|
||||||
* syncing with local edit
|
* syncing with local edit
|
||||||
*
|
*
|
||||||
* Revision 1.4 1999/09/06 06:59:40 dast
|
* Revision 1.4 1999/09/06 06:59:40 dast
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
13
lib/getenv.h
13
lib/getenv.h
@ -30,17 +30,17 @@
|
|||||||
* Linas Vepstas <linas@linas.org>
|
* Linas Vepstas <linas@linas.org>
|
||||||
* Bjorn Reese <breese@imada.ou.dk>
|
* Bjorn Reese <breese@imada.ou.dk>
|
||||||
* Johan Anderson <johan@homemail.com>
|
* Johan Anderson <johan@homemail.com>
|
||||||
* Kjell Ericson <Kjell.Ericson@haxx.nu>
|
* Kjell Ericson <Kjell.Ericson@haxx.se>
|
||||||
* Troy Engel <tengel@palladium.net>
|
* Troy Engel <tengel@palladium.net>
|
||||||
* Ryan Nelson <ryan@inch.com>
|
* Ryan Nelson <ryan@inch.com>
|
||||||
* Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
|
* Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
|
||||||
* Angus Mackay <amackay@gus.ml.org>
|
* Angus Mackay <amackay@gus.ml.org>
|
||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
@ -51,7 +51,10 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* $Log$
|
* $Log$
|
||||||
* Revision 1.2 2000-01-10 23:36:14 bagder
|
* Revision 1.3 2000-06-20 15:31:26 bagder
|
||||||
|
* haxx.nu => haxx.se
|
||||||
|
*
|
||||||
|
* Revision 1.2 2000/01/10 23:36:14 bagder
|
||||||
* syncing with local edit
|
* syncing with local edit
|
||||||
*
|
*
|
||||||
* Revision 1.3 1999/09/06 06:59:40 dast
|
* Revision 1.3 1999/09/06 06:59:40 dast
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
* Angus Mackay <amackay@gus.ml.org>
|
* Angus Mackay <amackay@gus.ml.org>
|
||||||
*
|
*
|
||||||
* Contributor(s):
|
* Contributor(s):
|
||||||
* Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* Daniel Stenberg <daniel@haxx.se>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* Contributor(s):
|
* Contributor(s):
|
||||||
* Bjørn Reese <breese@mail1.stofanet.dk>
|
* Bjørn Reese <breese@mail1.stofanet.dk>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://www.fts.frontec.se/~dast/curl/
|
* http://www.fts.frontec.se/~dast/curl/
|
||||||
*
|
*
|
||||||
|
@ -28,17 +28,17 @@
|
|||||||
* Linas Vepstas <linas@linas.org>
|
* Linas Vepstas <linas@linas.org>
|
||||||
* Bjorn Reese <breese@imada.ou.dk>
|
* Bjorn Reese <breese@imada.ou.dk>
|
||||||
* Johan Anderson <johan@homemail.com>
|
* Johan Anderson <johan@homemail.com>
|
||||||
* Kjell Ericson <Kjell.Ericson@haxx.nu>
|
* Kjell Ericson <Kjell.Ericson@haxx.se>
|
||||||
* Troy Engel <tengel@palladium.net>
|
* Troy Engel <tengel@palladium.net>
|
||||||
* Ryan Nelson <ryan@inch.com>
|
* Ryan Nelson <ryan@inch.com>
|
||||||
* Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
|
* Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
|
||||||
* Angus Mackay <amackay@gus.ml.org>
|
* Angus Mackay <amackay@gus.ml.org>
|
||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
13
lib/netrc.h
13
lib/netrc.h
@ -30,17 +30,17 @@
|
|||||||
* Linas Vepstas <linas@linas.org>
|
* Linas Vepstas <linas@linas.org>
|
||||||
* Bjorn Reese <breese@imada.ou.dk>
|
* Bjorn Reese <breese@imada.ou.dk>
|
||||||
* Johan Anderson <johan@homemail.com>
|
* Johan Anderson <johan@homemail.com>
|
||||||
* Kjell Ericson <Kjell.Ericson@haxx.nu>
|
* Kjell Ericson <Kjell.Ericson@haxx.se>
|
||||||
* Troy Engel <tengel@palladium.net>
|
* Troy Engel <tengel@palladium.net>
|
||||||
* Ryan Nelson <ryan@inch.com>
|
* Ryan Nelson <ryan@inch.com>
|
||||||
* Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
|
* Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
|
||||||
* Angus Mackay <amackay@gus.ml.org>
|
* Angus Mackay <amackay@gus.ml.org>
|
||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
@ -51,7 +51,10 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* $Log$
|
* $Log$
|
||||||
* Revision 1.2 2000-01-10 23:36:15 bagder
|
* Revision 1.3 2000-06-20 15:31:26 bagder
|
||||||
|
* haxx.nu => haxx.se
|
||||||
|
*
|
||||||
|
* Revision 1.2 2000/01/10 23:36:15 bagder
|
||||||
* syncing with local edit
|
* syncing with local edit
|
||||||
*
|
*
|
||||||
* Revision 1.3 1999/09/06 06:59:41 dast
|
* Revision 1.3 1999/09/06 06:59:41 dast
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
@ -38,7 +38,7 @@
|
|||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* This implementation of the TELNET protocol is written by
|
* This implementation of the TELNET protocol is written by
|
||||||
* Linus Nielsen <Linus.Nielsen@haxx.nu>,
|
* Linus Nielsen <Linus.Nielsen@haxx.se>,
|
||||||
* with some code snippets stolen from the BSD Telnet client.
|
* with some code snippets stolen from the BSD Telnet client.
|
||||||
*
|
*
|
||||||
* The negotiation is performed according to RFC 1143 (D. Bernstein,
|
* The negotiation is performed according to RFC 1143 (D. Bernstein,
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
@ -691,7 +691,7 @@ CURLcode curl_connect(CURL *curl, CURLconnect **in_connect)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
/* Set default host and default path */
|
/* Set default host and default path */
|
||||||
strcpy(conn->gname, "curl.haxx.nu");
|
strcpy(conn->gname, "curl.haxx.se");
|
||||||
strcpy(conn->path, "/");
|
strcpy(conn->path, "/");
|
||||||
|
|
||||||
if (2 > sscanf(data->url,
|
if (2 > sscanf(data->url,
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
@ -64,7 +64,7 @@
|
|||||||
#define DICT_DEFINE3 "/LOOKUP:"
|
#define DICT_DEFINE3 "/LOOKUP:"
|
||||||
|
|
||||||
#define CURL_DEFAULT_USER "anonymous"
|
#define CURL_DEFAULT_USER "anonymous"
|
||||||
#define CURL_DEFAULT_PASSWORD "curl_by_Daniel.Stenberg@haxx.nu"
|
#define CURL_DEFAULT_PASSWORD "curl_by_daniel@haxx.se"
|
||||||
|
|
||||||
#include "cookie.h"
|
#include "cookie.h"
|
||||||
#include "formdata.h"
|
#include "formdata.h"
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
* Main author:
|
* Main author:
|
||||||
* - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
|
* - Daniel Stenberg <daniel@haxx.se>
|
||||||
*
|
*
|
||||||
* http://curl.haxx.nu
|
* http://curl.haxx.se
|
||||||
*
|
*
|
||||||
* $Source$
|
* $Source$
|
||||||
* $Revision$
|
* $Revision$
|
||||||
|
Loading…
Reference in New Issue
Block a user