Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed SRC to PSRC. Use ace_components instead of the current | levine | 1999-03-21 | 1 | -8/+7 |
| | | | | ACE_COMPONENTS setting to determine what should be built. | ||||
* | changed LSRC to PSRC | levine | 1999-03-20 | 1 | -18/+15 |
| | |||||
* | ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-03-20 | 41 | -592/+1322 |
| | |||||
* | . | schmidt | 1999-03-16 | 1 | -6/+6 |
| | |||||
* | (main): replaced NOTREACHED comment with ACE_NOTREACHED macro | levine | 1999-03-13 | 1 | -7/+7 |
| | |||||
* | (handle_events): replaced NOTREACHED comment with ACE_NOTREACHED macro | levine | 1999-03-13 | 1 | -2/+1 |
| | |||||
* | suppress build if ACE_COMPONENTS is defined and doesn't contain Other | levine | 1999-03-10 | 1 | -22/+24 |
| | |||||
* | *** empty log message *** | alex | 1999-02-26 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | alex | 1999-02-26 | 1 | -0/+1 |
| | |||||
* | Fixed to used the new Proactor interface. | alex | 1999-02-26 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | irfan | 1999-02-26 | 3 | -42/+108 |
| | |||||
* | *** empty log message *** | irfan | 1999-02-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | irfan | 1999-02-26 | 14 | -14/+14 |
| | |||||
* | Changed the return values of the <ACE_Proactor::handle_events> API to | alex | 1999-02-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | return -1 on error, 0 on timeout, 1 on success. This has been done so that it looks like the <ACE_Reactor::handle_events>. Previously <ACE_Proactor::handle_events> was returning -1 on error, 0 on success and 0 on timeout also. Fixed the <ACE_POSIX_AIOCB_Proactor::handle_events> and <ACE_POSIX_SIG_Proactor::handle_events> to do indefinite blocking when ACE_INFINITE is passed. <sigwaitinfo> is used instead of <sigtimedwait>. Renamed the <ACE_AIO_Accept_Handler> class to more appropriate <ACE_Notify_Pipe_Manager>. | ||||
* | *** empty log message *** | kirthika | 1999-02-23 | 1 | -83/+0 |
| | |||||
* | *** empty log message *** | kirthika | 1999-02-23 | 3 | -19/+27 |
| | |||||
* | *** empty log message *** | kirthika | 1999-02-23 | 1 | -1/+4 |
| | |||||
* | New option, -i without a value. New README file. | Steve Huston | 1999-02-23 | 2 | -9/+66 |
| | |||||
* | Wipe the tempinc directory on AIX between program compiles. | Steve Huston | 1999-02-17 | 1 | -0/+7 |
| | |||||
* | Moved Connection_Handler class def to new file to build ok on AIX xlC. | Steve Huston | 1999-02-17 | 2 | -33/+47 |
| | |||||
* | Moved class defs needed for auto template instantiate to new file, test_upipe.h | Steve Huston | 1999-02-16 | 2 | -61/+76 |
| | |||||
* | Moved Event_Transceiver class to transceiver.h (new file) to build ok on | Steve Huston | 1999-02-16 | 2 | -52/+71 |
| | | | | | | AIX (P15). Unregister handler in ctor if anything fails to avoid crashing due to late unregistration at shutdown. | ||||
* | *** empty log message *** | alex | 1999-02-16 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | alex | 1999-02-16 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | alex | 1999-02-16 | 3 | -0/+713 |
| | |||||
* | This is for testing the AIOCB (AIO Control Blocks) based | alex | 1999-02-16 | 1 | -0/+237 |
| | | | | | completion approach which uses <aio_suspend> for completion querying. | ||||
* | Applied Bridge pattern to the POSIX implementation of the Proactor | alex | 1999-02-16 | 1 | -10/+15 |
| | | | | | | code. ACE_POSIX_AIOCB_Proactor works fine on Solaris 2.6. ACE_POSIX_SIG_Proactor works on LynxOS. Take a look at the tests at the $(ACE_ROOT)/examples/Reactor/Proactor/ and the README. | ||||
* | ChangeLogTag:Wed Feb 10 10:53:59 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-02-10 | 1 | -3/+3 |
| | |||||
* | . | schmidt | 1999-02-09 | 7 | -125/+121 |
| | |||||
* | Made sure the program knows if Winsock2 is not installed on non-NT win32 ↵ | nanbor | 1999-01-30 | 1 | -0/+7 |
| | | | | platforms. | ||||
* | *** empty log message *** | irfan | 1999-01-30 | 1 | -6/+5 |
| | |||||
* | ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-01-29 | 3 | -7/+18 |
| | |||||
* | Explicitly allow using static services with Service_Config. | nanbor | 1999-01-27 | 1 | -1/+1 |
| | |||||
* | replace () around #pragma implementation argument | levine | 1999-01-20 | 2 | -2/+2 |
| | |||||
* | *** empty log message *** | irfan | 1999-01-19 | 1 | -4/+5 |
| | |||||
* | don't try to create the ofstream if ACE_LACKS_IOSTREAM_TOTALLY. Also, | levine | 1999-01-18 | 1 | -7/+11 |
| | | | | | removed declarations of unused argc/argv arguments because some g++ versions complain about them. | ||||
* | *** empty log message *** | irfan | 1999-01-16 | 6 | -3/+180 |
| | |||||
* | . | schmidt | 1999-01-15 | 2 | -21/+28 |
| | |||||
* | *** empty log message *** | irfan | 1999-01-15 | 4 | -13/+131 |
| | |||||
* | . | schmidt | 1999-01-14 | 1 | -3/+28 |
| | |||||
* | . | schmidt | 1999-01-11 | 4 | -137/+141 |
| | |||||
* | removed "volatile" qualifier from declaration of shared_thr_id, so that the ↵ | levine | 1999-01-09 | 1 | -10/+9 |
| | | | | file will compile on DU 4.0 with DCE threads | ||||
* | . | schmidt | 1999-01-03 | 1 | -15/+38 |
| | |||||
* | (main): added ACE_UNUSED_ARG (result) to avoid compile warning with ACE_NDEBUG | levine | 1999-01-02 | 1 | -0/+1 |
| | |||||
* | (handle_input): added ACE_UNUSED_ARG (n), to avoid compile warning with ↵ | levine | 1999-01-02 | 1 | -19/+20 |
| | | | | ACE_NDEBUG | ||||
* | ChangeLogTag:Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-12-28 | 37 | -337/+685 |
| | |||||
* | Enable loading static services by default. | nanbor | 1998-12-28 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | irfan | 1998-12-25 | 1 | -2/+12 |
| | |||||
* | (handle_signal): added ACE_UNUSED_ARG (signum). | levine | 1998-12-19 | 1 | -25/+27 |
| | |||||
* | *** empty log message *** | irfan | 1998-12-18 | 4 | -0/+376 |
| |