summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-21 01:32:26 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-21 01:32:26 +0000
commitb569cda6ef5e56f9c7972d67431350d6a9d1a6d4 (patch)
treeece65eadd645649d4d319a4c19cc785000dfcb83
parentfdcebb9733674b941956f9c308e2aea4f926a287 (diff)
downloadATCD-b569cda6ef5e56f9c7972d67431350d6a9d1a6d4.tar.gz
ChangeLogTag:Tue Mar 20 17:31:21 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--ChangeLog36
-rw-r--r--ChangeLogs/ChangeLog-02a36
-rw-r--r--ChangeLogs/ChangeLog-03a36
-rw-r--r--tests/run_test.lst2
4 files changed, 64 insertions, 46 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f3308e1a91..50a439b4d92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,23 +1,29 @@
+Tue Mar 20 17:31:21 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/run_test.lst:
+ The Logging_Strategy_Test dynamically loads the Logger service
+ (from netsvcs), therefore it does not work on static builds.
+
Tue Mar 20 01:33:24 2001 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
- * ace/SSL/SSL_SOCK_Connector.cpp (ssl_connect):
- * ace/SSL/SSL_SOCK_Stream.i (send, close):
+ * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
+ * ace/SSL/SSL_SOCK_Connector.cpp (ssl_connect):
+ * ace/SSL/SSL_SOCK_Stream.i (send, close):
- Wrap the underlying OpenSSL calls in a do-while(SSL_pending())
- loop. I decided to wrap the SSL_write() calls just in case.
- This should fix the last of the non-blocking IO issues in ACE's
- SSL wrappers. [Bug 393]
+ Wrap the underlying OpenSSL calls in a do-while(SSL_pending())
+ loop. I decided to wrap the SSL_write() calls just in case.
+ This should fix the last of the non-blocking IO issues in ACE's
+ SSL wrappers. [Bug 393]
Tue Mar 20 00:40:43 2001 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Stream.i (recv):
+ * ace/SSL/SSL_SOCK_Stream.i (recv):
- Fixed non-blocking IO support for this method. It was necessary
- to ensure that a full SSL record was read before returning
- control to the caller. Note that the send() method doesn't need
- modification since OpenSSL always writes a full record before
- returning. [Bug 393]
+ Fixed non-blocking IO support for this method. It was necessary
+ to ensure that a full SSL record was read before returning
+ control to the caller. Note that the send() method doesn't need
+ modification since OpenSSL always writes a full record before
+ returning. [Bug 393]
Mon Mar 19 19:53:34 2001 Carlos O'Ryan <coryan@uci.edu>
@@ -33,7 +39,7 @@ Mon Mar 19 16:57:43 2001 Irfan Pyarali <irfan@cs.wustl.edu>
if (result == -1 && this->implementation_->deactivated ())
return 0;
-
+
* tests/Thread_Pool_Reactor_Test.cpp (svr_worker): Changed this
function to call ACE_Reactor::run_reactor_event_loop() instead
of ACE_Reactor::handle_events(). In the previous revision, we
@@ -71,7 +77,7 @@ Sun Mar 18 08:31:34 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* examples/IPC_SAP/FILE_SAP/client.cpp (main): Added a couple of
casts so that the arguments passed to printf() will match the
- format specifier types.
+ format specifier types.
Sat Mar 17 18:02:28 2001 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 6f3308e1a91..50a439b4d92 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,23 +1,29 @@
+Tue Mar 20 17:31:21 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/run_test.lst:
+ The Logging_Strategy_Test dynamically loads the Logger service
+ (from netsvcs), therefore it does not work on static builds.
+
Tue Mar 20 01:33:24 2001 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
- * ace/SSL/SSL_SOCK_Connector.cpp (ssl_connect):
- * ace/SSL/SSL_SOCK_Stream.i (send, close):
+ * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
+ * ace/SSL/SSL_SOCK_Connector.cpp (ssl_connect):
+ * ace/SSL/SSL_SOCK_Stream.i (send, close):
- Wrap the underlying OpenSSL calls in a do-while(SSL_pending())
- loop. I decided to wrap the SSL_write() calls just in case.
- This should fix the last of the non-blocking IO issues in ACE's
- SSL wrappers. [Bug 393]
+ Wrap the underlying OpenSSL calls in a do-while(SSL_pending())
+ loop. I decided to wrap the SSL_write() calls just in case.
+ This should fix the last of the non-blocking IO issues in ACE's
+ SSL wrappers. [Bug 393]
Tue Mar 20 00:40:43 2001 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Stream.i (recv):
+ * ace/SSL/SSL_SOCK_Stream.i (recv):
- Fixed non-blocking IO support for this method. It was necessary
- to ensure that a full SSL record was read before returning
- control to the caller. Note that the send() method doesn't need
- modification since OpenSSL always writes a full record before
- returning. [Bug 393]
+ Fixed non-blocking IO support for this method. It was necessary
+ to ensure that a full SSL record was read before returning
+ control to the caller. Note that the send() method doesn't need
+ modification since OpenSSL always writes a full record before
+ returning. [Bug 393]
Mon Mar 19 19:53:34 2001 Carlos O'Ryan <coryan@uci.edu>
@@ -33,7 +39,7 @@ Mon Mar 19 16:57:43 2001 Irfan Pyarali <irfan@cs.wustl.edu>
if (result == -1 && this->implementation_->deactivated ())
return 0;
-
+
* tests/Thread_Pool_Reactor_Test.cpp (svr_worker): Changed this
function to call ACE_Reactor::run_reactor_event_loop() instead
of ACE_Reactor::handle_events(). In the previous revision, we
@@ -71,7 +77,7 @@ Sun Mar 18 08:31:34 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* examples/IPC_SAP/FILE_SAP/client.cpp (main): Added a couple of
casts so that the arguments passed to printf() will match the
- format specifier types.
+ format specifier types.
Sat Mar 17 18:02:28 2001 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 6f3308e1a91..50a439b4d92 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,23 +1,29 @@
+Tue Mar 20 17:31:21 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/run_test.lst:
+ The Logging_Strategy_Test dynamically loads the Logger service
+ (from netsvcs), therefore it does not work on static builds.
+
Tue Mar 20 01:33:24 2001 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
- * ace/SSL/SSL_SOCK_Connector.cpp (ssl_connect):
- * ace/SSL/SSL_SOCK_Stream.i (send, close):
+ * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
+ * ace/SSL/SSL_SOCK_Connector.cpp (ssl_connect):
+ * ace/SSL/SSL_SOCK_Stream.i (send, close):
- Wrap the underlying OpenSSL calls in a do-while(SSL_pending())
- loop. I decided to wrap the SSL_write() calls just in case.
- This should fix the last of the non-blocking IO issues in ACE's
- SSL wrappers. [Bug 393]
+ Wrap the underlying OpenSSL calls in a do-while(SSL_pending())
+ loop. I decided to wrap the SSL_write() calls just in case.
+ This should fix the last of the non-blocking IO issues in ACE's
+ SSL wrappers. [Bug 393]
Tue Mar 20 00:40:43 2001 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Stream.i (recv):
+ * ace/SSL/SSL_SOCK_Stream.i (recv):
- Fixed non-blocking IO support for this method. It was necessary
- to ensure that a full SSL record was read before returning
- control to the caller. Note that the send() method doesn't need
- modification since OpenSSL always writes a full record before
- returning. [Bug 393]
+ Fixed non-blocking IO support for this method. It was necessary
+ to ensure that a full SSL record was read before returning
+ control to the caller. Note that the send() method doesn't need
+ modification since OpenSSL always writes a full record before
+ returning. [Bug 393]
Mon Mar 19 19:53:34 2001 Carlos O'Ryan <coryan@uci.edu>
@@ -33,7 +39,7 @@ Mon Mar 19 16:57:43 2001 Irfan Pyarali <irfan@cs.wustl.edu>
if (result == -1 && this->implementation_->deactivated ())
return 0;
-
+
* tests/Thread_Pool_Reactor_Test.cpp (svr_worker): Changed this
function to call ACE_Reactor::run_reactor_event_loop() instead
of ACE_Reactor::handle_events(). In the previous revision, we
@@ -71,7 +77,7 @@ Sun Mar 18 08:31:34 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* examples/IPC_SAP/FILE_SAP/client.cpp (main): Added a couple of
casts so that the arguments passed to printf() will match the
- format specifier types.
+ format specifier types.
Sat Mar 17 18:02:28 2001 Steve Huston <shuston@riverace.com>
diff --git a/tests/run_test.lst b/tests/run_test.lst
index bd616c0d4fd..b526f68cd01 100644
--- a/tests/run_test.lst
+++ b/tests/run_test.lst
@@ -45,7 +45,7 @@ High_Res_Timer_Test
IOStream_Test
Lazy_Map_Manager_Test
Log_Msg_Test
-Logging_Strategy_Test
+Logging_Strategy_Test: !STATIC
Map_Manager_Test
Map_Test
MEM_Stream_Test: !Linux