summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-20 06:38:28 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-20 06:38:28 +0000
commit200b3ebb873388fb7b8e3d92b86d1b312639fbf8 (patch)
treed49d0d30d1882b2729146e120e738fc921b7c4a7
parent9a23838fceca534400052ad9cb80956dc3117441 (diff)
downloadATCD-200b3ebb873388fb7b8e3d92b86d1b312639fbf8.tar.gz
*** empty log message ***
-rw-r--r--apps/JAWS/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/JAWS/ChangeLog b/apps/JAWS/ChangeLog
index 231f1fe4c89..1c67fa80e1f 100644
--- a/apps/JAWS/ChangeLog
+++ b/apps/JAWS/ChangeLog
@@ -1,3 +1,12 @@
+Thu Nov 20 00:36:34 1997 James C Hu <jxh@cs.wustl.edu>
+
+ * server/Pipeline.h: Added methods and members so that the
+ pipeline can be both push and pull driven.
+
+ * server/Pipeline.cpp: Made the pipeline a doubly linked list of
+ components, so that it can be operated as push-driven or
+ pull-driven pipelines.
+
Wed Nov 19 05:10:38 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* server/HTTP_Handler.h: Added the keyword "virtual" on the open()