summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog77
-rw-r--r--ChangeLogs/ChangeLog-02a77
-rw-r--r--ChangeLogs/ChangeLog-03a77
-rw-r--r--ace/Proactor.cpp2
4 files changed, 124 insertions, 109 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b6f3a50f78..991793792f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,61 +1,66 @@
+Fri Sep 22 08:30:26 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/Proactor.cpp:
+ Fixed small typo for platforms that define ACE_HAS_SIG_C_FUNC
+
Thu Sep 21 18:04:53 2000 Ossama Othman <ossama@uci.edu>
- * examples/IPC_SAP/SSL_SAP/Makefile (LDLIBS):
+ * examples/IPC_SAP/SSL_SAP/Makefile (LDLIBS):
- `-lssl -lcrypto' is needed for static builds.
+ `-lssl -lcrypto' is needed for static builds.
Thu Sep 21 16:54:19 2000 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/OS.cpp: Fixed a typo in <day_of_week_name>. Thanks to Craig
- Perras <cperras@watchguard.com>.
+ * ace/OS.cpp: Fixed a typo in <day_of_week_name>. Thanks to Craig
+ Perras <cperras@watchguard.com>.
Thu Sep 21 14:40:07 2000 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Connector.h:
- * ace/SSL/SSL_SOCK_Connector.i:
- * ace/SSL/SSL_SOCK_Connector.cpp:
+ * ace/SSL/SSL_SOCK_Connector.h:
+ * ace/SSL/SSL_SOCK_Connector.i:
+ * ace/SSL/SSL_SOCK_Connector.cpp:
- Removed all uses "non_ssl_connect_done_" attribute. It made the
- SSL_SOCK_Connector class non-reentrant, and prevented the
- SSL_SOCK_Connector from being used to create additional
- connections. [Bug 660]
+ Removed all uses "non_ssl_connect_done_" attribute. It made the
+ SSL_SOCK_Connector class non-reentrant, and prevented the
+ SSL_SOCK_Connector from being used to create additional
+ connections. [Bug 660]
- (connect, complete):
+ (connect, complete):
- Do not attempt to set the handle in SSL_SOCK_Stream if it is
- already set. Doing so would cause OpenSSL to create another
- socket in addition to other internal OpenSSL buffers, which
- isn't necessary when reconnecting to the same endpoint.
+ Do not attempt to set the handle in SSL_SOCK_Stream if it is
+ already set. Doing so would cause OpenSSL to create another
+ socket in addition to other internal OpenSSL buffers, which
+ isn't necessary when reconnecting to the same endpoint.
- (ssl_connect):
+ (ssl_connect):
- Do not set the SSL connect state if an SSL connection is already
- pending.
+ Do not set the SSL connect state if an SSL connection is already
+ pending.
- * ace/SSL/ACE_SSL.dsp:
+ * ace/SSL/ACE_SSL.dsp:
- Changed output library location to be `../../bin' (equivalent to
- $ACE_ROOT/bin). This change makes this project file consistent
- with all other ACE/TAO projects.
+ Changed output library location to be `../../bin' (equivalent to
+ $ACE_ROOT/bin). This change makes this project file consistent
+ with all other ACE/TAO projects.
- * examples/IPC_SAP/SSL_SAP/SSL-client.dsp:
- * examples/IPC_SAP/SSL_SAP/SSL-server.dsp:
+ * examples/IPC_SAP/SSL_SAP/SSL-client.dsp:
+ * examples/IPC_SAP/SSL_SAP/SSL-server.dsp:
- Updated library path to correspond to the location of the
- ACE_SSL library. It was still set to the old location.
+ Updated library path to correspond to the location of the
+ ACE_SSL library. It was still set to the old location.
Thu Sep 21 11:54:58 2000 Priyanka Gontla <pgontla@ece.uci.edu>
- * ace/Service_Config.h :
- * ace/Service_Config.cpp :
+ * ace/Service_Config.h :
+ * ace/Service_Config.cpp :
- * ace/Proactor.cpp:
- * ace/Proactor.h (ACE_Proactor):
+ * ace/Proactor.cpp:
+ * ace/Proactor.h (ACE_Proactor):
- Removed dependency of Service_Config on Proactor by registering
- the Proactor singleton with the Object_Manager when it is
- instantiated. This way we need not call
- ACE_Proactor::close_singleton () in Service_Config implementation.
+ Removed dependency of Service_Config on Proactor by registering
+ the Proactor singleton with the Object_Manager when it is
+ instantiated. This way we need not call
+ ACE_Proactor::close_singleton () in Service_Config implementation.
Wed Sep 20 17:25:37 2000 Steve Huston <shuston@riverace.com>
@@ -1067,7 +1072,7 @@ Tue Aug 15 20:54:14 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/ace_wchar.h:
Fixed miscellaneous wide character support problems.
- Also [Bug 600]
+ Also [Bug 600]
Mon Aug 14 21:55:54 2000 Joe Hoffert <joeh@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 2b6f3a50f78..991793792f1 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,61 +1,66 @@
+Fri Sep 22 08:30:26 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/Proactor.cpp:
+ Fixed small typo for platforms that define ACE_HAS_SIG_C_FUNC
+
Thu Sep 21 18:04:53 2000 Ossama Othman <ossama@uci.edu>
- * examples/IPC_SAP/SSL_SAP/Makefile (LDLIBS):
+ * examples/IPC_SAP/SSL_SAP/Makefile (LDLIBS):
- `-lssl -lcrypto' is needed for static builds.
+ `-lssl -lcrypto' is needed for static builds.
Thu Sep 21 16:54:19 2000 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/OS.cpp: Fixed a typo in <day_of_week_name>. Thanks to Craig
- Perras <cperras@watchguard.com>.
+ * ace/OS.cpp: Fixed a typo in <day_of_week_name>. Thanks to Craig
+ Perras <cperras@watchguard.com>.
Thu Sep 21 14:40:07 2000 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Connector.h:
- * ace/SSL/SSL_SOCK_Connector.i:
- * ace/SSL/SSL_SOCK_Connector.cpp:
+ * ace/SSL/SSL_SOCK_Connector.h:
+ * ace/SSL/SSL_SOCK_Connector.i:
+ * ace/SSL/SSL_SOCK_Connector.cpp:
- Removed all uses "non_ssl_connect_done_" attribute. It made the
- SSL_SOCK_Connector class non-reentrant, and prevented the
- SSL_SOCK_Connector from being used to create additional
- connections. [Bug 660]
+ Removed all uses "non_ssl_connect_done_" attribute. It made the
+ SSL_SOCK_Connector class non-reentrant, and prevented the
+ SSL_SOCK_Connector from being used to create additional
+ connections. [Bug 660]
- (connect, complete):
+ (connect, complete):
- Do not attempt to set the handle in SSL_SOCK_Stream if it is
- already set. Doing so would cause OpenSSL to create another
- socket in addition to other internal OpenSSL buffers, which
- isn't necessary when reconnecting to the same endpoint.
+ Do not attempt to set the handle in SSL_SOCK_Stream if it is
+ already set. Doing so would cause OpenSSL to create another
+ socket in addition to other internal OpenSSL buffers, which
+ isn't necessary when reconnecting to the same endpoint.
- (ssl_connect):
+ (ssl_connect):
- Do not set the SSL connect state if an SSL connection is already
- pending.
+ Do not set the SSL connect state if an SSL connection is already
+ pending.
- * ace/SSL/ACE_SSL.dsp:
+ * ace/SSL/ACE_SSL.dsp:
- Changed output library location to be `../../bin' (equivalent to
- $ACE_ROOT/bin). This change makes this project file consistent
- with all other ACE/TAO projects.
+ Changed output library location to be `../../bin' (equivalent to
+ $ACE_ROOT/bin). This change makes this project file consistent
+ with all other ACE/TAO projects.
- * examples/IPC_SAP/SSL_SAP/SSL-client.dsp:
- * examples/IPC_SAP/SSL_SAP/SSL-server.dsp:
+ * examples/IPC_SAP/SSL_SAP/SSL-client.dsp:
+ * examples/IPC_SAP/SSL_SAP/SSL-server.dsp:
- Updated library path to correspond to the location of the
- ACE_SSL library. It was still set to the old location.
+ Updated library path to correspond to the location of the
+ ACE_SSL library. It was still set to the old location.
Thu Sep 21 11:54:58 2000 Priyanka Gontla <pgontla@ece.uci.edu>
- * ace/Service_Config.h :
- * ace/Service_Config.cpp :
+ * ace/Service_Config.h :
+ * ace/Service_Config.cpp :
- * ace/Proactor.cpp:
- * ace/Proactor.h (ACE_Proactor):
+ * ace/Proactor.cpp:
+ * ace/Proactor.h (ACE_Proactor):
- Removed dependency of Service_Config on Proactor by registering
- the Proactor singleton with the Object_Manager when it is
- instantiated. This way we need not call
- ACE_Proactor::close_singleton () in Service_Config implementation.
+ Removed dependency of Service_Config on Proactor by registering
+ the Proactor singleton with the Object_Manager when it is
+ instantiated. This way we need not call
+ ACE_Proactor::close_singleton () in Service_Config implementation.
Wed Sep 20 17:25:37 2000 Steve Huston <shuston@riverace.com>
@@ -1067,7 +1072,7 @@ Tue Aug 15 20:54:14 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/ace_wchar.h:
Fixed miscellaneous wide character support problems.
- Also [Bug 600]
+ Also [Bug 600]
Mon Aug 14 21:55:54 2000 Joe Hoffert <joeh@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 2b6f3a50f78..991793792f1 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,61 +1,66 @@
+Fri Sep 22 08:30:26 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/Proactor.cpp:
+ Fixed small typo for platforms that define ACE_HAS_SIG_C_FUNC
+
Thu Sep 21 18:04:53 2000 Ossama Othman <ossama@uci.edu>
- * examples/IPC_SAP/SSL_SAP/Makefile (LDLIBS):
+ * examples/IPC_SAP/SSL_SAP/Makefile (LDLIBS):
- `-lssl -lcrypto' is needed for static builds.
+ `-lssl -lcrypto' is needed for static builds.
Thu Sep 21 16:54:19 2000 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/OS.cpp: Fixed a typo in <day_of_week_name>. Thanks to Craig
- Perras <cperras@watchguard.com>.
+ * ace/OS.cpp: Fixed a typo in <day_of_week_name>. Thanks to Craig
+ Perras <cperras@watchguard.com>.
Thu Sep 21 14:40:07 2000 Ossama Othman <ossama@uci.edu>
- * ace/SSL/SSL_SOCK_Connector.h:
- * ace/SSL/SSL_SOCK_Connector.i:
- * ace/SSL/SSL_SOCK_Connector.cpp:
+ * ace/SSL/SSL_SOCK_Connector.h:
+ * ace/SSL/SSL_SOCK_Connector.i:
+ * ace/SSL/SSL_SOCK_Connector.cpp:
- Removed all uses "non_ssl_connect_done_" attribute. It made the
- SSL_SOCK_Connector class non-reentrant, and prevented the
- SSL_SOCK_Connector from being used to create additional
- connections. [Bug 660]
+ Removed all uses "non_ssl_connect_done_" attribute. It made the
+ SSL_SOCK_Connector class non-reentrant, and prevented the
+ SSL_SOCK_Connector from being used to create additional
+ connections. [Bug 660]
- (connect, complete):
+ (connect, complete):
- Do not attempt to set the handle in SSL_SOCK_Stream if it is
- already set. Doing so would cause OpenSSL to create another
- socket in addition to other internal OpenSSL buffers, which
- isn't necessary when reconnecting to the same endpoint.
+ Do not attempt to set the handle in SSL_SOCK_Stream if it is
+ already set. Doing so would cause OpenSSL to create another
+ socket in addition to other internal OpenSSL buffers, which
+ isn't necessary when reconnecting to the same endpoint.
- (ssl_connect):
+ (ssl_connect):
- Do not set the SSL connect state if an SSL connection is already
- pending.
+ Do not set the SSL connect state if an SSL connection is already
+ pending.
- * ace/SSL/ACE_SSL.dsp:
+ * ace/SSL/ACE_SSL.dsp:
- Changed output library location to be `../../bin' (equivalent to
- $ACE_ROOT/bin). This change makes this project file consistent
- with all other ACE/TAO projects.
+ Changed output library location to be `../../bin' (equivalent to
+ $ACE_ROOT/bin). This change makes this project file consistent
+ with all other ACE/TAO projects.
- * examples/IPC_SAP/SSL_SAP/SSL-client.dsp:
- * examples/IPC_SAP/SSL_SAP/SSL-server.dsp:
+ * examples/IPC_SAP/SSL_SAP/SSL-client.dsp:
+ * examples/IPC_SAP/SSL_SAP/SSL-server.dsp:
- Updated library path to correspond to the location of the
- ACE_SSL library. It was still set to the old location.
+ Updated library path to correspond to the location of the
+ ACE_SSL library. It was still set to the old location.
Thu Sep 21 11:54:58 2000 Priyanka Gontla <pgontla@ece.uci.edu>
- * ace/Service_Config.h :
- * ace/Service_Config.cpp :
+ * ace/Service_Config.h :
+ * ace/Service_Config.cpp :
- * ace/Proactor.cpp:
- * ace/Proactor.h (ACE_Proactor):
+ * ace/Proactor.cpp:
+ * ace/Proactor.h (ACE_Proactor):
- Removed dependency of Service_Config on Proactor by registering
- the Proactor singleton with the Object_Manager when it is
- instantiated. This way we need not call
- ACE_Proactor::close_singleton () in Service_Config implementation.
+ Removed dependency of Service_Config on Proactor by registering
+ the Proactor singleton with the Object_Manager when it is
+ instantiated. This way we need not call
+ ACE_Proactor::close_singleton () in Service_Config implementation.
Wed Sep 20 17:25:37 2000 Steve Huston <shuston@riverace.com>
@@ -1067,7 +1072,7 @@ Tue Aug 15 20:54:14 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/ace_wchar.h:
Fixed miscellaneous wide character support problems.
- Also [Bug 600]
+ Also [Bug 600]
Mon Aug 14 21:55:54 2000 Joe Hoffert <joeh@cs.wustl.edu>
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp
index fee8c32030b..1f4f74fb0ae 100644
--- a/ace/Proactor.cpp
+++ b/ace/Proactor.cpp
@@ -21,7 +21,7 @@ ACE_RCSID(ace, Proactor, "$Id$")
#if defined (ACE_HAS_SIG_C_FUNC)
extern "C" void
-ACE_Proactor_Cleanup (void *instance, void *arg)
+ACE_Proactor_cleanup (void *instance, void *arg)
{
ACE_Proactor::cleanup (instance, arg);
}