summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:32:21 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:32:21 +0100
commit6f2f966de47619c67fa97c7cfdbb76476efe8f2d (patch)
tree47508a819d370a11fb6590427af5d8bfb6be9714 /ACE/apps
parent6021df96ef4e1eb231d442a3bc29ccf6bc1447c3 (diff)
downloadATCD-6f2f966de47619c67fa97c7cfdbb76476efe8f2d.tar.gz
Fixed broken links and updated email address D. Schmidt to the correct one
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.h2
-rw-r--r--ACE/apps/Gateway/Gateway/Event_Channel.h2
-rw-r--r--ACE/apps/Gateway/Gateway/Options.h2
-rw-r--r--ACE/apps/JAWS/README18
-rw-r--r--ACE/apps/JAWS/clients/README13
-rw-r--r--ACE/apps/gperf/README2
-rw-r--r--ACE/apps/gperf/src/Bool_Array.cpp2
-rw-r--r--ACE/apps/gperf/src/Bool_Array.h2
-rw-r--r--ACE/apps/gperf/src/Gen_Perf.cpp2
-rw-r--r--ACE/apps/gperf/src/Gen_Perf.h2
-rw-r--r--ACE/apps/gperf/src/Hash_Table.cpp2
-rw-r--r--ACE/apps/gperf/src/Hash_Table.h2
-rw-r--r--ACE/apps/gperf/src/Iterator.cpp2
-rw-r--r--ACE/apps/gperf/src/Iterator.h2
-rw-r--r--ACE/apps/gperf/src/Key_List.cpp2
-rw-r--r--ACE/apps/gperf/src/Key_List.h2
-rw-r--r--ACE/apps/gperf/src/List_Node.cpp2
-rw-r--r--ACE/apps/gperf/src/List_Node.h2
-rw-r--r--ACE/apps/gperf/src/Options.cpp2
-rw-r--r--ACE/apps/gperf/src/Options.h2
-rw-r--r--ACE/apps/gperf/src/Vectors.cpp2
-rw-r--r--ACE/apps/gperf/src/Vectors.h2
-rw-r--r--ACE/apps/gperf/src/Version.cpp2
-rw-r--r--ACE/apps/gperf/src/gperf.cpp2
24 files changed, 33 insertions, 42 deletions
diff --git a/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.h b/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.h
index 3b4d97427ee..0c548f46f9e 100644
--- a/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.h
+++ b/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.h
@@ -7,7 +7,7 @@
* These are all the subclasses of Connection_Handler that define the
* appropriate threaded/reactive Consumer/Supplier behavior.
*
- * @author Doug Schmidt <schmidt@cs.wustl.edu>
+ * @author Doug Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/apps/Gateway/Gateway/Event_Channel.h b/ACE/apps/Gateway/Gateway/Event_Channel.h
index 25b8576381d..0904c837bc8 100644
--- a/ACE/apps/Gateway/Gateway/Event_Channel.h
+++ b/ACE/apps/Gateway/Gateway/Event_Channel.h
@@ -4,7 +4,7 @@
/**
* @file Event_Channel.h
*
- * @author Doug Schmidt <schmidt@cs.wustl.edu>
+ * @author Doug Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/apps/Gateway/Gateway/Options.h b/ACE/apps/Gateway/Gateway/Options.h
index f7f3674f7e8..13dc13dc4dc 100644
--- a/ACE/apps/Gateway/Gateway/Options.h
+++ b/ACE/apps/Gateway/Gateway/Options.h
@@ -4,7 +4,7 @@
/**
* @file Options.h
*
- * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/apps/JAWS/README b/ACE/apps/JAWS/README
index 2ee388b00fe..97455934587 100644
--- a/ACE/apps/JAWS/README
+++ b/ACE/apps/JAWS/README
@@ -1,17 +1,13 @@
-
-
This directory contains the source code and test examples for JAWS,
-which is a high-performance HTTP Web server written with ACE. For
+which is a high-performance HTTP Web server written with ACE.
more information on JAWS, please see
-http://www.cs.wustl.edu/~jxh/research/
-
The subdirectories in this directory contain the following components
- . clients -- This contains the source code for various
- client applications that exercise the file uploading and
- downloading features of JAWS
+. clients -- This contains the source code for various
+ client applications that exercise the file uploading and
+ downloading features of JAWS
- . server -- This contains the source code for the JAWS
- HTTP Web server. It illustrates a number of sophisticated
- ACE concurrency and event demultiplexing strategies.
+. server -- This contains the source code for the JAWS
+ HTTP Web server. It illustrates a number of sophisticated
+ ACE concurrency and event demultiplexing strategies.
diff --git a/ACE/apps/JAWS/clients/README b/ACE/apps/JAWS/clients/README
index b5022b6c0f7..9cf257ca3b3 100644
--- a/ACE/apps/JAWS/clients/README
+++ b/ACE/apps/JAWS/clients/README
@@ -1,15 +1,10 @@
-
-
This directory contains the source code for various clients related to
-JAWS, which is a high-performance HTTP Web server written with ACE. For
-more information on JAWS, please see
-
-http://www.cs.wustl.edu/~jxh/research/
+JAWS, which is a high-performance HTTP Web server written with ACE.
The subdirectories in this directory contain the following components
- . Blobby - a Blobby client
+. Blobby - a Blobby client
- . Caching - a Web client which caches
+. Caching - a Web client which caches
- . WebSTONE - modified to be multi-threaded
+. WebSTONE - modified to be multi-threaded
diff --git a/ACE/apps/gperf/README b/ACE/apps/gperf/README
index aca4aa4a663..e03dc1d3eb3 100644
--- a/ACE/apps/gperf/README
+++ b/ACE/apps/gperf/README
@@ -28,4 +28,4 @@ http://www.dre.vanderbilt.edu/~schmidt/PDF/gperf.pdf
Happy hacking!
Douglas C. Schmidt
-schmidt@cs.wustl.edu
+d.schmidt@vanderbilt.edu
diff --git a/ACE/apps/gperf/src/Bool_Array.cpp b/ACE/apps/gperf/src/Bool_Array.cpp
index 8d4f252fc8d..6c946c4702d 100644
--- a/ACE/apps/gperf/src/Bool_Array.cpp
+++ b/ACE/apps/gperf/src/Bool_Array.cpp
@@ -4,7 +4,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Bool_Array.h b/ACE/apps/gperf/src/Bool_Array.h
index 3c3c49a6db9..3f043390ab7 100644
--- a/ACE/apps/gperf/src/Bool_Array.h
+++ b/ACE/apps/gperf/src/Bool_Array.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Gen_Perf.cpp b/ACE/apps/gperf/src/Gen_Perf.cpp
index 7c46c1ba6a7..b28bc2bcd50 100644
--- a/ACE/apps/gperf/src/Gen_Perf.cpp
+++ b/ACE/apps/gperf/src/Gen_Perf.cpp
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Gen_Perf.h b/ACE/apps/gperf/src/Gen_Perf.h
index ff8a6db87a2..c52e1bb2263 100644
--- a/ACE/apps/gperf/src/Gen_Perf.h
+++ b/ACE/apps/gperf/src/Gen_Perf.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Hash_Table.cpp b/ACE/apps/gperf/src/Hash_Table.cpp
index 6d7c55c0805..f074e2b95e9 100644
--- a/ACE/apps/gperf/src/Hash_Table.cpp
+++ b/ACE/apps/gperf/src/Hash_Table.cpp
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Hash_Table.h b/ACE/apps/gperf/src/Hash_Table.h
index 3e83e9350f0..ea4975f160c 100644
--- a/ACE/apps/gperf/src/Hash_Table.h
+++ b/ACE/apps/gperf/src/Hash_Table.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Iterator.cpp b/ACE/apps/gperf/src/Iterator.cpp
index 654b23458b4..597971d0d0c 100644
--- a/ACE/apps/gperf/src/Iterator.cpp
+++ b/ACE/apps/gperf/src/Iterator.cpp
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Iterator.h b/ACE/apps/gperf/src/Iterator.h
index 0647b1f5a0f..2a08dc4956b 100644
--- a/ACE/apps/gperf/src/Iterator.h
+++ b/ACE/apps/gperf/src/Iterator.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Key_List.cpp b/ACE/apps/gperf/src/Key_List.cpp
index 86ed9ec5e0f..f3602013f78 100644
--- a/ACE/apps/gperf/src/Key_List.cpp
+++ b/ACE/apps/gperf/src/Key_List.cpp
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Key_List.h b/ACE/apps/gperf/src/Key_List.h
index d76dbdfe83a..03260bcae4c 100644
--- a/ACE/apps/gperf/src/Key_List.h
+++ b/ACE/apps/gperf/src/Key_List.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/List_Node.cpp b/ACE/apps/gperf/src/List_Node.cpp
index c75edc8af52..6cc5d741dfa 100644
--- a/ACE/apps/gperf/src/List_Node.cpp
+++ b/ACE/apps/gperf/src/List_Node.cpp
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/List_Node.h b/ACE/apps/gperf/src/List_Node.h
index 2330ece4a0c..30638894308 100644
--- a/ACE/apps/gperf/src/List_Node.h
+++ b/ACE/apps/gperf/src/List_Node.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Options.cpp b/ACE/apps/gperf/src/Options.cpp
index 6bb79148c8d..95af1cf57ba 100644
--- a/ACE/apps/gperf/src/Options.cpp
+++ b/ACE/apps/gperf/src/Options.cpp
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Options.h b/ACE/apps/gperf/src/Options.h
index fef409f4666..4aa84edfd1d 100644
--- a/ACE/apps/gperf/src/Options.h
+++ b/ACE/apps/gperf/src/Options.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Vectors.cpp b/ACE/apps/gperf/src/Vectors.cpp
index c9994a0c7cc..7b9a9ce12a7 100644
--- a/ACE/apps/gperf/src/Vectors.cpp
+++ b/ACE/apps/gperf/src/Vectors.cpp
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Vectors.h b/ACE/apps/gperf/src/Vectors.h
index bb161f95a2f..0d28703153d 100644
--- a/ACE/apps/gperf/src/Vectors.h
+++ b/ACE/apps/gperf/src/Vectors.h
@@ -2,7 +2,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/Version.cpp b/ACE/apps/gperf/src/Version.cpp
index 682a44e6e83..dcc911c171b 100644
--- a/ACE/apps/gperf/src/Version.cpp
+++ b/ACE/apps/gperf/src/Version.cpp
@@ -4,7 +4,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*
diff --git a/ACE/apps/gperf/src/gperf.cpp b/ACE/apps/gperf/src/gperf.cpp
index 5fcd7c79117..a00f8000daa 100644
--- a/ACE/apps/gperf/src/gperf.cpp
+++ b/ACE/apps/gperf/src/gperf.cpp
@@ -4,7 +4,7 @@
/**
* Copyright (C) 1989 Free Software Foundation, Inc.
- * written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * written by Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*
* This file is part of GNU GPERF.
*