summaryrefslogtreecommitdiff
path: root/ace/POSIX_Asynch_IO.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Sat Mar 3 16:47:53 2001 Darrell Brunsch <brunsch@uci.edu>brunsch2001-03-041-1/+1
* ChangeLogTag:Sat Feb 17 13:26:17 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-02-171-2/+2
* ChangeLogTag:Sat Feb 17 13:26:17 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-02-171-29/+24
* ChangeLogTag:Tue Jan 2 14:22:21 2001 Carlos O'Ryan <coryan@uci.edu>schmidt2001-01-031-312/+220
* ChangeLogTag: Thu Oct 12 18:19:46 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-131-49/+47
* ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-071-2/+2
* ChangeLogTag:Sun Jul 2 17:38:25 2000 Douglas C. Schmidt <schmidt@siesta.cs...schmidt2000-07-021-2/+2
* ChangeLogTag:Sat Jul 1 11:33:45 2000 Alex Libman <alibman@baltimore.com>schmidt2000-07-011-75/+68
* Incorporated Alex Libman <Alibman@baltimore.com> suggestions.alex2000-06-201-39/+39
* Incorporated Alex Libman <Alibman@baltimore.com> suggestions.alex2000-06-201-59/+14
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-2/+2
* Fixed the double deletion problem of the result classes. Thanks toalex1999-07-271-34/+62
* fixed syntax errorgokhale1999-06-041-2/+2
* Fixed the warning from Linux egcs.alex1999-06-041-0/+6
* Tue Jun 1 16:48:58 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>alex1999-06-011-2/+16
* ChangeLog Entry: Sun May 23 11:33:07 1999 Alexander Babu Arulanthu <alex@cs...alex1999-05-231-8/+1
* - Using ACE_dynamic_cast to get <ACE_POSIX_Asynch_Result *> fromalex1999-05-171-7/+15
* Fixed the problem with terminating the Timer thread. Also, fixed thealex1999-05-121-9/+14
* Fixed old g++ warnings.alex1999-04-281-2/+2
* - Completed Multithreading of POSIX_SIG_Proactor.alex1999-04-251-40/+22
* Removed debug print statments.alex1999-04-141-12/+3
* Added additional parameter <int signal_number> to all the Asynchronosalex1999-04-141-86/+221
* Defined the fields <bytes_transferred_> and <error_> inalex1999-03-011-21/+14
* Fixed to pass <ACE_POSIX_Asynch_Result *> wherever <aiocb *> is beingalex1999-03-011-8/+7
* Fixed the potential dominance warnings in the POSIX implementation.alex1999-02-241-0/+738
* Implemented <post_completion> for POSIX platforms. Thanks to Irfan foralex1999-02-231-188/+188
* *** empty log message ***irfan1999-02-231-1/+1
* *** empty log message ***irfan1999-02-221-106/+120
* Applied Bridge pattern to the POSIX implementation of the Proactoralex1999-02-161-0/+2475