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 843091df02..c8d75ff40f 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 beac7576d1..fe0518b655 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 e1a3df2f57..c8bb1ab864 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 805c88d697..c18131b9e9 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 e2fe88a47b..a81bfaa8d2 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 c0e9501391..3e021f329a 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 5f7bc00bd3..daea907bd5 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 959340c151..f9d7e7d50c 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 a63fb78063..af6688a48d 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 ebb6afc02f..09a1afc71a 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 3d3daef28b..5562a6aca9 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 f1d57664df..594203b46c 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 03651ac260..42dd27982d 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 8a1e781b8a..67c824d363 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 99257327ee..95f1dc1959 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 8758af1eff..c857fbce32 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 4609743313..d8770f3250 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 c9721bd859..c76553556b 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 85e6e3b099..57bae5f459 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 d7ba12b36d..b837638cc7 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 86ba034989..5b54714ea5 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 95b4f86ff9..b49345cbe3 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 6ac8847a64..0a8c5cf374 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 5c080c209e..74d7661a46 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 532a65fb31..3b6aec63dc 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 e6ad0e6ce3..a1b19bda46 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 0cdf56889c..bcdb71c11a 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 9dcde397ed..9c6c618635 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 1379a93803..c0d126c2b7 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 3eb73e15f3..22301c5d93 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 8ef827d2aa..b4b2142c92 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 78f9bc8829..4768120e97 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 59eedcb4cf..1628043625 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 39a69c47ed..02954c6b55 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 5f95c7540a..52b6bab3f9 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 c1df3096b1..9b402f1cb2 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 480a85ede1..ccdb4cb0b8 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 60869d6d87..d83942d1d8 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 6a4d8c8353..372b670c5e 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 557b6fb8c3..065108efa3 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 e6f73a54af..6a7947c8e0 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 bd537fc778..af69b94e96 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 0fcacc0b8b..a0a1a65d58 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 bc1cc3b31f..80cb81ff5c 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 ffbd4794b3..2ad9c200a6 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 f34f9d087d..d2c46cab8c 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 b015fb8d9d..a85b46df59 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 42c344dcfd..87416775c9 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 de65719306..c6c7bdb970 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 c800fa8d36..a2765a3718 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 48772b39cb..36fb75c03d 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 e07bdbcc6d..eb037d508e 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 6eb9b77bb4..1130aad0cc 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 c1996b28e7..9912779cc5 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 cf3db959e2..d69e536bda 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 ff245f0269..425e2f1c33 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 68571829d8..133a744f19 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 f9d55b78bc..af6e05fb60 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 8ad25325f8..155aa79cb9 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 c5ff9a8cb4..4158423c6a 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 62e81d2432..4af97468fa 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 334fa9767c..d0213100e9 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 132b2e2484..31e70cfbeb 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 ea54b2a49e..be14e6551c 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 d863062867..80ee6f2e32 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 faf047709b..d223a35b45 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$ -- GitLab