Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChangeLogTag:Tue Feb 06 17:55:28 2001 Steve Huston <shuston@riverace.com> | Steve Huston | 2001-02-06 | 1 | -3/+9 |
| | |||||
* | ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu> | brunsch | 2000-10-07 | 1 | -5/+5 |
| | |||||
* | ChangeLogTag:Tue May 2 19:33:57 2000 Douglas C. Schmidt ↵ | schmidt | 2000-05-03 | 1 | -6/+0 |
| | | | | <schmidt@ace.cs.wustl.edu> | ||||
* | ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu> | brunsch | 2000-04-23 | 1 | -6/+6 |
| | |||||
* | ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu> | brunsch | 2000-04-19 | 1 | -1/+0 |
| | |||||
* | Tue Jun 1 16:48:58 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu> | alex | 1999-06-01 | 1 | -14/+7 |
| | |||||
* | ChangeLog Entry: Sun May 23 11:33:07 1999 Alexander Babu Arulanthu ↵ | alex | 1999-05-23 | 1 | -4/+7 |
| | | | | <alex@cs.wustl.edu> | ||||
* | Added additional parameter <int signal_number> to all the Asynchronos | alex | 1999-04-14 | 1 | -12/+30 |
| | | | | | | Operation method so that we can specify which real-time signal should be used for each of the Asynchronous Operation. This only makes sense in the ACE_SIG_Proactor configuration. | ||||
* | *** empty log message *** | alex | 1999-02-16 | 1 | -1430/+458 |
| | |||||
* | . | schmidt | 1999-01-16 | 1 | -5/+5 |
| | |||||
* | Fixed the problem with POSIX4 implementation of | alex | 1998-10-14 | 1 | -65/+34 |
| | | | | | Asynch_Transmit_File. Thanks to James Hu and Irfan for reporting this problem and helped me on the fixes. | ||||
* | * Asynch_IO.cpp: Minor changes to deal with FMR error. | jxh | 1998-10-12 | 1 | -6/+11 |
| | | | | | | | | * Message_Block.{cpp,i,h}: Changed rd_ptr_ and wr_ptr_ to be byte offsets from base (). This allows one to resize a duplicate without trashing other Message_Blocks that may be referring to the same data block. * Proactor.cpp: Made the message block 64 bytes bigger to make purify happier. | ||||
* | Fixed a double deletion problem. Thanks to James Hu for reporting | alex | 1998-10-12 | 1 | -3/+0 |
| | | | | this. | ||||
* | *** empty log message *** | irfan | 1998-10-09 | 1 | -8/+4 |
| | |||||
* | The YET another problem with doing multiple Asynch_Accepts has been | alex | 1998-10-09 | 1 | -12/+17 |
| | | | | | fixed now. Thanks James Hu for reporting this. Thanks very much Irfan!!! for the great help in fixing this. | ||||
* | Fixed the problem with doing multiple Asynch_Accepts. Thanks to James | alex | 1998-10-08 | 1 | -10/+16 |
| | | | | | Hu for reporting this problem. Thanks very much Irfan!!!, for helping me a lot fixing this one. | ||||
* | Removed no-args version of ACE_Asynch_Accept_Handler - it's equivalent to | Steve Huston | 1998-10-06 | 1 | -4/+0 |
| | | | | the one with defaulted args. | ||||
* | Changed the behavior of the POSIX implementation of Asynch_Accept | alex | 1998-10-06 | 1 | -25/+1 |
| | | | | | | | | further more to make it behave exactly like the NT implementation. The Message Block now will contain <Local Address, Remote Addess> in that order as it looks in NT. THANKS a lot to Irfan for this change, so things will be robust even if Asynch_Accpet is used directly not through Asynch_Acceptor. | ||||
* | Removed tabs and trailing whitespace. | jxh | 1998-10-05 | 1 | -156/+156 |
| | |||||
* | Added ::act method to Service_Handler. | jxh | 1998-10-05 | 1 | -0/+5 |
| | |||||
* | Additional interfaces for JAWS. | jxh | 1998-10-05 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | jxh | 1998-10-05 | 1 | -2/+2 |
| | |||||
* | Implemented Asynch_Accept to work for AIO_CONTROL_BLOCKS strategy of | alex | 1998-09-25 | 1 | -476/+519 |
| | | | | | | | | | | | completion notification. Defined an auxillary Accept_Handler called ACE_AIO_Accept_Handler in addition to the ACE_Asynch_Accept_Handler. ACE_AIO_Accept_Handler holds the notification pipe and does a read on it to handle the <ACE_Asynch_Accept::Result> coming from Asynch_Accept_handler. THANKS to Doug and Irfan for suggesting this 'notification pipe' based implementation for AIO_CONTROL_BLOCKS strategy, so that Proactor will work on platforms where POSIX4 RT_Signals are broken (Solaris 2.6) | ||||
* | ChangeLogTag:Thu Sep 24 17:54:26 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-09-24 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | irfan | 1998-09-19 | 1 | -0/+2 |
| | |||||
* | Fixed the build errors with WIN32. | alex | 1998-09-19 | 1 | -1/+3 |
| | |||||
* | Fixed NT warnings (hopefully :-) | alex | 1998-09-19 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | alex | 1998-09-18 | 1 | -44/+299 |
| | |||||
* | *** empty log message *** | alex | 1998-09-04 | 1 | -21/+135 |
| | |||||
* | *** empty log message *** | irfan | 1998-07-23 | 1 | -0/+2 |
| | |||||
* | First round of changes for sigtimedwait () based approach of | alex | 1998-07-22 | 1 | -199/+246 |
| | | | | | | | | | | | | completion querying. Added one more parameter to the Proactor contructor to decide the <aio> completion strategy for the POSIX implementation, either <aiocb> control blocks or the RT signals. The default is RT signals. Fixed Transmit file. Proactor's handle_events () is done with in the ACE_Asynch_Transmit_Handler so that control does not return to the user's application before the whole file is transmitted. Otherwise the user's application might start writing to the same socket and this might change the order of the file that is being transmitted. | ||||
* | Added RCS Id strings to cpp files via a macro that can be turned off | gonzo | 1998-07-11 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | schmidt | 1998-06-21 | 1 | -30/+42 |
| | |||||
* | *** empty log message *** | alex | 1998-06-20 | 1 | -64/+504 |
| | |||||
* | fixed so that it will compile with Sun CC on Solaris 2.6 | levine | 1998-06-16 | 1 | -2/+2 |
| | |||||
* | added trailing $ to CVS keyword string | levine | 1998-06-16 | 1 | -194/+193 |
| | |||||
* | *** empty log message *** | alex | 1998-06-11 | 1 | -6/+4 |
| | |||||
* | *** empty log message *** | schmidt | 1998-06-11 | 1 | -6/+11 |
| | |||||
* | *** empty log message *** | alex | 1998-06-11 | 1 | -117/+194 |
| | |||||
* | Added initial support for Borland C++ Builder | gonzo | 1998-06-08 | 1 | -7/+7 |
| | |||||
* | More UNICODE changes. | nanbor | 1998-04-14 | 1 | -2/+2 |
| | |||||
* | MSVC 4.2 doesn't support CancelIo call. | nanbor | 1998-03-21 | 1 | -1/+1 |
| | |||||
* | CE stuff. | nanbor | 1998-03-19 | 1 | -1/+1 |
| | |||||
* | Regular CE stuff. | nanbor | 1998-03-12 | 1 | -10/+10 |
| | |||||
* | *** empty log message *** | irfan | 1998-03-10 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | irfan | 1998-03-01 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | irfan | 1997-12-05 | 1 | -2/+1 |
| | |||||
* | *** empty log message *** | schmidt | 1997-12-05 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | irfan | 1997-08-01 | 1 | -24/+15 |
| | |||||
* | *** empty log message *** | irfan | 1997-07-26 | 1 | -3/+4 |
| |