summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added a new method reset_new_handle so we can determine whether the ↵nw11997-09-307-1/+31
| | | | implementation of reactor requires us to decouple the event a handle inherit from accept/connect.
* Changed to use reset_new_handle () for querying whether we need to reset ↵nw11997-09-303-24/+20
| | | | newly accepted/connected handles or not.
* *** empty log message ***nw11997-09-301-0/+17
|
* *** empty log message ***irfan1997-09-303-1/+53
|
* *** empty log message ***levine1997-09-301-0/+15
|
* added "inline" flaglevine1997-09-301-0/+10
|
* added ACE_HAS_VERBOSE_NOTSUPlevine1997-09-302-0/+2
|
* *** empty log message ***levine1997-09-301-0/+4
|
* 1) Use u_long for ACE_hrtime_t if ACE_HAS_64BIT_LONGS. 2) Added ↵levine1997-09-301-481/+495
| | | | ACE_NO_INLINE support to allow wrapper_macros.GNU to disable inlining from the command line. 3) Added ACE_HAS_VERBOSE_NOTSUP support.
* (test_ace_u_longlong): replaced ACE_ASSERTs with calls to a static function ↵levine1997-09-301-18/+31
| | | | that prints out why the test failed.
* *** empty log message ***nw11997-09-302-2/+3
|
* Oops.nw11997-09-301-2/+1
|
* *** empty log message ***levine1997-09-291-1/+3
|
* *** empty log message ***levine1997-09-291-0/+3
|
* (handle_timed_complete) force recv check on VxWorks because its read handle ↵levine1997-09-291-0/+8
| | | | is always not set
* Added some html documentation.cleeland1997-09-293-0/+224
|
* added Felix Popplevine1997-09-291-0/+1
|
* *** empty log message ***levine1997-09-291-1/+3
|
* *** empty log message ***levine1997-09-291-0/+3
|
* (accept): fixed typo: "remote_address" instead of "remote_adrress"levine1997-09-291-1/+1
|
* *** empty log message ***levine1997-09-291-0/+5
|
* (thr_setconcurrency): added support on Irix 6.x, using its ↵levine1997-09-291-0/+4
| | | | pthread_setconcurrency ()
* *** empty log message ***irfan1997-09-299-20/+171
|
* *** empty log message ***nw11997-09-292-1/+5
|
* *** empty log message ***irfan1997-09-2919-150/+332
|
* Quick commit so that people can synch up. There are probably problemscleeland1997-09-285-24/+66
| | | | lurking still that need to be corrected.
* *** empty log message ***nw11997-09-281-2/+1
|
* *** empty log message ***nw11997-09-281-1/+2
|
* Added ACE_Sve_Export to all IID constants. Notice thatnw11997-09-281-17/+17
| | | | | | we must put ACE_Svc_Export _after_ extern "C" like this: extern "C" ACE_Svc_Export const IID IID_CORBA_ORB;
* Changed references of base class from CORBA::Object to CORBA_Object.nw11997-09-281-2/+2
|
* *** empty log message ***nw11997-09-281-0/+11
|
* ChangeLogTag:Sat Sep 27 20:03:29 1997 Carlos O'Ryan ↵coryan1997-09-286-8/+32
| | | | <coryan@macarena.cs.wustl.edu>
* A few more corrections found by g++.cleeland1997-09-272-1/+5
|
* Fixed previous committed code, which didn't work all that well.cleeland1997-09-276-50/+159
|
* *** empty log message ***levine1997-09-271-0/+13
|
* default to building shared libs only, except on Chorus, LynxOS, and VxWorkslevine1997-09-275-31/+66
|
* *** empty log message ***nw11997-09-271-0/+4
|
* *** empty log message ***nw11997-09-271-1/+7
|
* Initial version - indirect more (imore.)nw11997-09-271-0/+244
|
* Added explanation for imore.nw11997-09-271-0/+15
|
* Added new example "imore."nw11997-09-271-2/+2
|
* Moved checking for invalid handle from SOCK_Stream::close tonw11997-09-262-4/+9
| | | | SOCK_Stream::close_writer and SOCK_Stream::close_reader.
* *** empty log message ***nw11997-09-261-0/+4
|
* Changed the macro "ACE_LACKS_EXEC" to "ACE_LACKS_FORK".nw11997-09-262-2/+2
|
* *** empty log message ***nw11997-09-261-0/+5
|
* Added checking for invalid handle before closing the handle in ↵nw11997-09-261-1/+2
| | | | ACE_SOCK_Stream::close ().
* On second thought, I should put the invalid handle check in ↵nw11997-09-261-2/+1
| | | | | | SOCK_Stream::close () instead of here.
* ACE_Log_Msg_Manager::close (): Must check if ACE_Log_Msg_message_queue has ↵nw11997-09-261-1/+2
| | | | | | | been open or not before calling ACE_Log_Msg_message_queue->close () otherwise we'll get SIGSEGV when closing an invalid handle.
* *** empty log message ***Steve Huston1997-09-261-0/+3
|
* Add ENOTCONN as a valid failure (besides ECONNREFUSED). Solaris failsSteve Huston1997-09-261-3/+3
| | | | with ENOTCONN.