summaryrefslogtreecommitdiff
path: root/ace/POSIX_Proactor.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Thu Aug 10 12:15:16 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-08-101-2/+2
* ChangeLogTag:Tue Jul 4 10:12:12 2000 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2000-07-041-1/+1
* ChangeLogTag:Tue Jul 4 10:12:12 2000 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2000-07-041-4/+4
* ChangeLogTag:Tue Jul 4 10:12:12 2000 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2000-07-041-2/+2
* ChangeLogTag:Sun Jul 2 17:38:25 2000 Douglas C. Schmidt <schmidt@siesta.cs...schmidt2000-07-021-17/+17
* ChangeLogTag:Sat Jul 1 11:33:45 2000 Alex Libman <alibman@baltimore.com>schmidt2000-07-011-181/+235
* Incorporated Alex Libman <Alibman@baltimore.com> suggestions.alex2000-06-201-38/+38
* Incorporated Alex Libman <Alibman@baltimore.com> suggestions.alex2000-06-201-76/+122
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-1/+0
* ChangeLogTag:Thu Nov 18 08:19:39 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-11-181-3/+3
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-031-7/+15
* Fixed the warning "POSIX_Proactor.cpp" line 1025: Warningalex1999-06-151-1/+3
* Memorial day week end special. Ported <ACE_Asynch_Operation::cancel>alex1999-06-011-35/+57
* ChangeLog Entry: Sun May 23 11:33:07 1999 Alexander Babu Arulanthu <alex@cs...alex1999-05-231-3/+77
* - Using ACE_dynamic_cast to get <ACE_POSIX_Asynch_Result *> fromalex1999-05-171-17/+14
* (handle_events): replaced incorrect dynamic_cast with a reinterpret cast.levine1999-05-131-48/+47
* Fixed the problem with terminating the Timer thread. Also, fixed thealex1999-05-121-13/+30
* Added ACE_OS:: scope to <pthread_sigmask> so that it works (fails!!)alex1999-04-301-4/+4
* - Completed Multithreading of POSIX_SIG_Proactor.alex1999-04-251-76/+191
* Added additional parameter <int signal_number> to all the Asynchronosalex1999-04-141-32/+63
* fixed mismatch in signaturesgokhale1999-04-141-27/+42
* Completed Timers implementation for POSIX platforms. Timersalex1999-04-051-198/+48
* Using static cast to down cast from <aiocb *> toalex1999-03-031-8/+3
* *** empty log message ***alex1999-03-011-3/+3
* Changed the return values of the <ACE_Proactor::handle_events> API toalex1999-02-251-133/+134
* Implemented <post_completion> for POSIX platforms. Thanks to Irfan foralex1999-02-231-154/+148
* *** empty log message ***irfan1999-02-221-64/+71
* *** empty log message ***alex1999-02-161-0/+1138