summaryrefslogtreecommitdiff
path: root/ace/POSIX_Asynch_IO.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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