From 1ef3600a0731fef8f59563a1e49981f1b64b9746 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Jun 2000 15:31:26 +0000 Subject: [PATCH] haxx.nu => haxx.se --- Makefile.dist | 4 ++-- curl-ssl.spec.in | 4 ++-- curl.spec.in | 4 ++-- docs/README.curl | 6 +++--- docs/curl.1 | 2 +- docs/curl_easy_cleanup.3 | 2 +- docs/curl_easy_init.3 | 2 +- docs/curl_easy_perform.3 | 2 +- docs/curl_easy_setopt.3 | 2 +- docs/curl_formparse.3 | 2 +- docs/curl_getdate.3 | 2 +- docs/curl_getenv.3 | 2 +- docs/curl_slist_append.3 | 2 +- docs/curl_slist_free_all.3 | 2 +- docs/curl_version.3 | 2 +- lib/base64.c | 4 ++-- lib/base64.h | 4 ++-- lib/dict.c | 4 ++-- lib/dict.h | 4 ++-- lib/download.c | 4 ++-- lib/download.h | 4 ++-- lib/easy.c | 4 ++-- lib/escape.c | 4 ++-- lib/escape.h | 4 ++-- lib/file.c | 4 ++-- lib/file.h | 4 ++-- lib/formdata.c | 4 ++-- lib/formdata.h | 13 ++++++++----- lib/ftp.c | 4 ++-- lib/ftp.h | 4 ++-- lib/getenv.c | 4 ++-- lib/getenv.h | 13 ++++++++----- lib/getpass.c | 2 +- lib/highlevel.c | 4 ++-- lib/highlevel.h | 4 ++-- lib/hostip.c | 4 ++-- lib/hostip.h | 4 ++-- lib/http.c | 4 ++-- lib/http.h | 4 ++-- lib/if2ip.c | 4 ++-- lib/if2ip.h | 4 ++-- lib/ldap.c | 2 +- lib/ldap.h | 2 +- lib/netrc.c | 8 ++++---- lib/netrc.h | 13 ++++++++----- lib/progress.c | 4 ++-- lib/progress.h | 4 ++-- lib/sendf.c | 4 ++-- lib/sendf.h | 4 ++-- lib/setup.h | 4 ++-- lib/speedcheck.c | 4 ++-- lib/speedcheck.h | 4 ++-- lib/ssluse.c | 4 ++-- lib/ssluse.h | 4 ++-- lib/strequal.c | 4 ++-- lib/strequal.h | 4 ++-- lib/telnet.c | 6 +++--- lib/telnet.h | 4 ++-- lib/timeval.c | 4 ++-- lib/timeval.h | 4 ++-- lib/url.c | 6 +++--- lib/url.h | 4 ++-- lib/urldata.h | 6 +++--- lib/version.c | 4 ++-- lib/writeout.c | 4 ++-- lib/writeout.h | 4 ++-- 66 files changed, 142 insertions(+), 133 deletions(-) diff --git a/Makefile.dist b/Makefile.dist index 843091df0..c8d75ff40 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -24,9 +24,9 @@ # # ------------------------------------------------------------ # Main author: -# - Daniel Stenberg +# - Daniel Stenberg # -# http://curl.haxx.nu +# http://curl.haxx.se # # $Source$ # $Revision$ diff --git a/curl-ssl.spec.in b/curl-ssl.spec.in index beac7576d..fe0518b65 100644 --- a/curl-ssl.spec.in +++ b/curl-ssl.spec.in @@ -9,7 +9,7 @@ Release: %rel Copyright: MPL Group: Utilities/Console Source: @PACKAGE@-%{version}.tar.gz -URL: http://@PACKAGE@.haxx.nu +URL: http://@PACKAGE@.haxx.se BuildPrereq: openssl BuildRoot: /tmp/%{name}-%{version}-%{rel}-root Packager: Fill In As You Wish @@ -27,7 +27,7 @@ resume and more. Note: this version is compiled with SSL (https:) support. Authors: - Daniel Stenberg + Daniel Stenberg %prep diff --git a/curl.spec.in b/curl.spec.in index e1a3df2f5..c8bb1ab86 100644 --- a/curl.spec.in +++ b/curl.spec.in @@ -9,7 +9,7 @@ Release: %rel Copyright: MPL Group: Utilities/Console Source: %{name}-%{version}.tar.gz -URL: http://@PACKAGE@.haxx.nu +URL: http://@PACKAGE@.haxx.se BuildRoot: /tmp/%{name}-%{version}-%{rel}-root Packager: Fill In As You Wish Docdir: %{prefix}/doc @@ -26,7 +26,7 @@ resume and more. Note: this version is compiled without SSL (https:) support. Authors: - Daniel Stenberg + Daniel Stenberg %prep diff --git a/docs/README.curl b/docs/README.curl index 805c88d69..c18131b9e 100644 --- a/docs/README.curl +++ b/docs/README.curl @@ -3,7 +3,7 @@ LATEST VERSION You always find news about what's going on as well as the latest versions from the curl web pages, located at: - http://curl.haxx.nu + http://curl.haxx.se SIMPLE USAGE @@ -178,7 +178,7 @@ DETAILED INFORMATION 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 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: - machine curl.haxx.nu login iamdaniel password mysecret + machine curl.haxx.se login iamdaniel password mysecret CUSTOM OUTPUT diff --git a/docs/curl.1 b/docs/curl.1 index e2fe88a47..a81bfaa8d 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -554,7 +554,7 @@ If you do find any (or have other suggestions), mail Daniel Stenberg - Linas Vepstas - Bjorn Reese - Johan Anderson - - Kjell Ericson + - Kjell Ericson - Troy Engel - Ryan Nelson - Björn Stenberg diff --git a/docs/curl_easy_cleanup.3 b/docs/curl_easy_cleanup.3 index c0e950139..3e021f329 100644 --- a/docs/curl_easy_cleanup.3 +++ b/docs/curl_easy_cleanup.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_easy_init.3 b/docs/curl_easy_init.3 index 5f7bc00bd..daea907bd 100644 --- a/docs/curl_easy_init.3 +++ b/docs/curl_easy_init.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_easy_perform.3 b/docs/curl_easy_perform.3 index 959340c15..f9d7e7d50 100644 --- a/docs/curl_easy_perform.3 +++ b/docs/curl_easy_perform.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3 index a63fb7806..af6688a48 100644 --- a/docs/curl_easy_setopt.3 +++ b/docs/curl_easy_setopt.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_formparse.3 b/docs/curl_formparse.3 index ebb6afc02..09a1afc71 100644 --- a/docs/curl_formparse.3 +++ b/docs/curl_formparse.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_getdate.3 b/docs/curl_getdate.3 index 3d3daef28..5562a6aca 100644 --- a/docs/curl_getdate.3 +++ b/docs/curl_getdate.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_getenv.3 b/docs/curl_getenv.3 index f1d57664d..594203b46 100644 --- a/docs/curl_getenv.3 +++ b/docs/curl_getenv.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_slist_append.3 b/docs/curl_slist_append.3 index 03651ac26..42dd27982 100644 --- a/docs/curl_slist_append.3 +++ b/docs/curl_slist_append.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_slist_free_all.3 b/docs/curl_slist_free_all.3 index 8a1e781b8..67c824d36 100644 --- a/docs/curl_slist_free_all.3 +++ b/docs/curl_slist_free_all.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/docs/curl_version.3 b/docs/curl_version.3 index 99257327e..95f1dc195 100644 --- a/docs/curl_version.3 +++ b/docs/curl_version.3 @@ -1,6 +1,6 @@ .\" You can view this file with: .\" 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" .SH NAME diff --git a/lib/base64.c b/lib/base64.c index 8758af1ef..c857fbce3 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/base64.h b/lib/base64.h index 460974331..d8770f325 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/dict.c b/lib/dict.c index c9721bd85..c76553556 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/dict.h b/lib/dict.h index 85e6e3b09..57bae5f45 100644 --- a/lib/dict.h +++ b/lib/dict.h @@ -27,9 +27,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/download.c b/lib/download.c index d7ba12b36..b837638cc 100644 --- a/lib/download.c +++ b/lib/download.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/download.h b/lib/download.h index 86ba03498..5b54714ea 100644 --- a/lib/download.h +++ b/lib/download.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/easy.c b/lib/easy.c index 95b4f86ff..b49345cbe 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/escape.c b/lib/escape.c index 6ac8847a6..0a8c5cf37 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/escape.h b/lib/escape.h index 5c080c209..74d7661a4 100644 --- a/lib/escape.h +++ b/lib/escape.h @@ -27,9 +27,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/file.c b/lib/file.c index 532a65fb3..3b6aec63d 100644 --- a/lib/file.c +++ b/lib/file.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/file.h b/lib/file.h index e6ad0e6ce..a1b19bda4 100644 --- a/lib/file.h +++ b/lib/file.h @@ -27,9 +27,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/formdata.c b/lib/formdata.c index 0cdf56889..bcdb71c11 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/formdata.h b/lib/formdata.h index 9dcde397e..9c6c61863 100644 --- a/lib/formdata.h +++ b/lib/formdata.h @@ -31,17 +31,17 @@ * Linas Vepstas * Bjorn Reese * Johan Anderson - * Kjell Ericson + * Kjell Ericson * Troy Engel * Ryan Nelson - * Bjorn Stenberg + * Bjorn Stenberg * Angus Mackay * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ @@ -52,7 +52,10 @@ * * ------------------------------------------------------------ * $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 * * Revision 1.4 1999/09/06 06:59:40 dast diff --git a/lib/ftp.c b/lib/ftp.c index 1379a9380..c0d126c2b 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/ftp.h b/lib/ftp.h index 3eb73e15f..22301c5d9 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -27,9 +27,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/getenv.c b/lib/getenv.c index 8ef827d2a..b4b2142c9 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/getenv.h b/lib/getenv.h index 78f9bc882..4768120e9 100644 --- a/lib/getenv.h +++ b/lib/getenv.h @@ -30,17 +30,17 @@ * Linas Vepstas * Bjorn Reese * Johan Anderson - * Kjell Ericson + * Kjell Ericson * Troy Engel * Ryan Nelson - * Bjorn Stenberg + * Bjorn Stenberg * Angus Mackay * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ @@ -51,7 +51,10 @@ * * ------------------------------------------------------------ * $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 * * Revision 1.3 1999/09/06 06:59:40 dast diff --git a/lib/getpass.c b/lib/getpass.c index 59eedcb4c..162804362 100644 --- a/lib/getpass.c +++ b/lib/getpass.c @@ -31,7 +31,7 @@ * Angus Mackay * * Contributor(s): - * Daniel Stenberg + * Daniel Stenberg */ #ifndef WIN32 diff --git a/lib/highlevel.c b/lib/highlevel.c index 39a69c47e..02954c6b5 100644 --- a/lib/highlevel.c +++ b/lib/highlevel.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/highlevel.h b/lib/highlevel.h index 5f95c7540..52b6bab3f 100644 --- a/lib/highlevel.h +++ b/lib/highlevel.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/hostip.c b/lib/hostip.c index c1df3096b..9b402f1cb 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/hostip.h b/lib/hostip.h index 480a85ede..ccdb4cb0b 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/http.c b/lib/http.c index 60869d6d8..d83942d1d 100644 --- a/lib/http.c +++ b/lib/http.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/http.h b/lib/http.h index 6a4d8c835..372b670c5 100644 --- a/lib/http.h +++ b/lib/http.h @@ -27,9 +27,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/if2ip.c b/lib/if2ip.c index 557b6fb8c..065108efa 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/if2ip.h b/lib/if2ip.h index e6f73a54a..6a7947c8e 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/ldap.c b/lib/ldap.c index bd537fc77..af69b94e9 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -26,7 +26,7 @@ * Contributor(s): * Bjørn Reese * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/ldap.h b/lib/ldap.h index 0fcacc0b8..a0a1a65d5 100644 --- a/lib/ldap.h +++ b/lib/ldap.h @@ -27,7 +27,7 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * * http://www.fts.frontec.se/~dast/curl/ * diff --git a/lib/netrc.c b/lib/netrc.c index bc1cc3b31..80cb81ff5 100644 --- a/lib/netrc.c +++ b/lib/netrc.c @@ -28,17 +28,17 @@ * Linas Vepstas * Bjorn Reese * Johan Anderson - * Kjell Ericson + * Kjell Ericson * Troy Engel * Ryan Nelson - * Bjorn Stenberg + * Bjorn Stenberg * Angus Mackay * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/netrc.h b/lib/netrc.h index ffbd4794b..2ad9c200a 100644 --- a/lib/netrc.h +++ b/lib/netrc.h @@ -30,17 +30,17 @@ * Linas Vepstas * Bjorn Reese * Johan Anderson - * Kjell Ericson + * Kjell Ericson * Troy Engel * Ryan Nelson - * Bjorn Stenberg + * Bjorn Stenberg * Angus Mackay * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ @@ -51,7 +51,10 @@ * * ------------------------------------------------------------ * $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 * * Revision 1.3 1999/09/06 06:59:41 dast diff --git a/lib/progress.c b/lib/progress.c index f34f9d087..d2c46cab8 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/progress.h b/lib/progress.h index b015fb8d9..a85b46df5 100644 --- a/lib/progress.h +++ b/lib/progress.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/sendf.c b/lib/sendf.c index 42c344dcf..87416775c 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/sendf.h b/lib/sendf.h index de6571930..c6c7bdb97 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/setup.h b/lib/setup.h index c800fa8d3..a2765a371 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/speedcheck.c b/lib/speedcheck.c index 48772b39c..36fb75c03 100644 --- a/lib/speedcheck.c +++ b/lib/speedcheck.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/speedcheck.h b/lib/speedcheck.h index e07bdbcc6..eb037d508 100644 --- a/lib/speedcheck.h +++ b/lib/speedcheck.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/ssluse.c b/lib/ssluse.c index 6eb9b77bb..1130aad0c 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/ssluse.h b/lib/ssluse.h index c1996b28e..9912779cc 100644 --- a/lib/ssluse.h +++ b/lib/ssluse.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/strequal.c b/lib/strequal.c index cf3db959e..d69e536bd 100644 --- a/lib/strequal.c +++ b/lib/strequal.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/strequal.h b/lib/strequal.h index ff245f026..425e2f1c3 100644 --- a/lib/strequal.h +++ b/lib/strequal.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/telnet.c b/lib/telnet.c index 68571829d..133a744f1 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ @@ -38,7 +38,7 @@ * ------------------------------------------------------------ * * This implementation of the TELNET protocol is written by - * Linus Nielsen , + * Linus Nielsen , * with some code snippets stolen from the BSD Telnet client. * * The negotiation is performed according to RFC 1143 (D. Bernstein, diff --git a/lib/telnet.h b/lib/telnet.h index f9d55b78b..af6e05fb6 100644 --- a/lib/telnet.h +++ b/lib/telnet.h @@ -27,9 +27,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/timeval.c b/lib/timeval.c index 8ad25325f..155aa79cb 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/timeval.h b/lib/timeval.h index c5ff9a8cb..4158423c6 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/url.c b/lib/url.c index 62e81d243..4af97468f 100644 --- a/lib/url.c +++ b/lib/url.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ @@ -691,7 +691,7 @@ CURLcode curl_connect(CURL *curl, CURLconnect **in_connect) } else { /* Set default host and default path */ - strcpy(conn->gname, "curl.haxx.nu"); + strcpy(conn->gname, "curl.haxx.se"); strcpy(conn->path, "/"); if (2 > sscanf(data->url, diff --git a/lib/url.h b/lib/url.h index 334fa9767..d0213100e 100644 --- a/lib/url.h +++ b/lib/url.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/urldata.h b/lib/urldata.h index 132b2e248..31e70cfbe 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ @@ -64,7 +64,7 @@ #define DICT_DEFINE3 "/LOOKUP:" #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 "formdata.h" diff --git a/lib/version.c b/lib/version.c index ea54b2a49..be14e6551 100644 --- a/lib/version.c +++ b/lib/version.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/writeout.c b/lib/writeout.c index d86306286..80ee6f2e3 100644 --- a/lib/writeout.c +++ b/lib/writeout.c @@ -24,9 +24,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ diff --git a/lib/writeout.h b/lib/writeout.h index faf047709..d223a35b4 100644 --- a/lib/writeout.h +++ b/lib/writeout.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$