summaryrefslogtreecommitdiff
path: root/ace/POSIX_Asynch_IO.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Thu Feb 20 09:01:55 2003 Ossama Othman <ossama@uci.edu>Ossama Othman2003-02-201-5/+8
* ChangeLogTag:Sat Nov 9 18:49:11 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-11-091-1008/+152
* ChangeLogTag:Mon Oct 28 20:38:27 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-10-291-7/+6
* ChangeLogTag:Mon Sep 9 16:57:41 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-09-091-13/+1
* ChangeLogTag:Tue Aug 27 13:28:17 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-08-271-81/+81
* ChangeLogTag:Thu May 30 9:15:19 2002 Douglas C. Schmidt <schmidt@macarena.c...schmidt2002-05-301-0/+44
* ChangeLogTag: Mon May 27 07:53:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2002-05-271-76/+78
* ChangeLogTag:Tue Apr 16 16:39:07 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-04-161-2/+2
* ChangeLogTag:Tue Apr 16 18:42:39 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-04-161-275/+659
* ChangeLogTag: Thu Mar 28 13:31:19 2002 Priyanka Gontla <pgontla@ece.uci.edu>pgontla2002-03-281-2/+5
* ChangeLogTag:Thu Mar 28 06:15:22 2002 Alex Libman <AlexL@rumblegroup.com>schmidt2002-03-281-539/+659
* ChangeLogTag:Sun Jul 1 11:49:13 2001 Alexander Libman <alexander.libman@bal...schmidt2001-07-021-916/+64
* ChangeLogTag:Thu May 17 21:34:28 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-05-181-3/+2
* ChangeLogTag:Thu May 17 14:36:57 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-05-171-225/+50
* ChangeLogTag:Thu May 17 10:16:03 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-05-171-1/+0
* ChangeLogTag:Thu May 17 10:16:03 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-05-171-42/+30
* ChangeLogTag:Thu May 17 06:23:59 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-05-171-0/+721
* ChangeLogTag:Thu May 10 18:37:41 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-05-101-1/+3
* 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