summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a53
1 files changed, 53 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 65d290808de..b714c134f09 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,23 @@
+Fri Jul 13 14:59:18 2001 Alexander Libman <alexander.libman@baltimore.com>
+
+ * ace/WIN32_Asynch_IO.h (ACE_WIN32_Asynch_Result):
+ * ace/WIN32_Asynch_IO.cpp (set_error, set_bytes_transferred):
+
+ Added new methods set_error() and set_bytes_transferred().
+ Needed for below changes and new asynchronous SSL stream
+ implementation.
+
+ * ace/WIN32_Proactor.cpp (handle_events):
+
+ Fixed error handling semantics so that it is consistent with the
+ POSIX Proactor error handling semantics.
+
+ (post_completion):
+
+ Pass the amount of bytes transferred and the completion key to
+ the Win32 PostQueuedCompletionStatus() function. The error, if
+ any, will later be extracted in the handle_events() method.
+
Fri Jul 13 15:59:45 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* netsvcs/servers/main.cpp (main): The server was always outputing
@@ -487,7 +507,21 @@ Fri Jul 6 08:36:20 2001 Chad Elliott <elliott_c@ociweb.com>
contain Other. The netsvcs library requires Naming_Context.
Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+<<<<<<< ChangeLog
+<<<<<<< ChangeLog
+<<<<<<< ChangeLog
+=======
+
+=======
+>>>>>>> 4.2263
+ * ace/Makefile (LOGGING_FILES): Added support for
+ Log_Msg_UNIX_Syslog.
+>>>>>>> 4.2247
+=======
+>>>>>>> 4.2257
+
+<<<<<<< ChangeLog
* ace/Makefile (LOGGING_FILES): Added support for
Log_Msg_UNIX_Syslog.
@@ -501,7 +535,26 @@ Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
reporting this.
+<<<<<<< ChangeLog
+<<<<<<< ChangeLog
+=======
+ * ace/Log_Msg_UNIX_Syslog.{h,cpp}:
+ * ace/Log_Msg.cpp,
+ * ace/OS.h: Added support for a new UNIX syslog backend for the
+ ACE_Log_Msg class. Thanks to Jerry D. De Master
+ <jdemaster@rite-solutions.com> and Robert Davidson
+ <robert@rdavidson.freeserve.co.uk>.
+
+ * ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
+ comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
+ reporting this.
+>>>>>>> 4.2247
+=======
+>>>>>>> 4.2257
+
+=======
+>>>>>>> 4.2263
* ace/config-macosx.h: Added a new file courtesy of John
Zorko so that things will work on MacOSX.