summaryrefslogtreecommitdiff
path: root/tests/SOCK_Connector_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-02-211-6/+1
|
* ChangeLogTag:Tue Aug 03 21:17:00 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-08-041-1/+2
|
* Pure unicode fixes.nanbor1999-07-051-2/+2
|
* If host lookups fail, note it and don't try to connect. Workaround AIX 4.3 bug.Steve Huston1999-06-081-3/+22
|
* CE changes: Sat Feb 13 22:06:17 1999 Nanbor Wangnanbor1999-02-141-2/+1
|
* (host_is_up): don't define this function ifdef ACE_LACKS_GETHOSTENT,levine1998-09-201-1/+2
| | | | because it isn't used in that case.
* (host_is_up): broke out code into this new function. If the connection ↵levine1998-08-281-23/+31
| | | | attempt succeeds, the host is up.
* (find_another_host): check to see if the other host is up, by attempting a ↵levine1998-08-191-25/+57
| | | | blocking connection with it
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-1/+3
|
* no need for a temporary: reset status before printing outlevine1998-07-021-5/+4
|
* (succeed_nonblocking): if the connection completion fails, save the errnolevine1998-07-021-9/+13
| | | | before doing the printout.
* Added initial support for Borland C++ Buildergonzo1998-06-081-0/+5
|
* Changed "should succeed" test from port 25 to 7 to try and get a betterSteve Huston1998-05-281-7/+11
| | | | likelihood of success.
* Added a test for a connection which should succeed. Regression test forSteve Huston1998-05-271-0/+52
| | | | bug P90.
* Made CE friendlynanbor1998-05-131-10/+10
|
* added ACE_LACKS_GETHOSTENT, so that SOCK_Connector_Test doesn't have to ↵levine1998-03-041-2/+2
| | | | enumerate the platforms that don't have ::gethostent ()
* use ACE_DEFAULT_SERVER_HOST on LynxOS, and removed #include of sys/utsname.h ↵levine1998-02-191-34/+29
| | | | because it's on OS.h
* pSOSim portcdgill1997-12-171-2/+3
|
* *** empty log message ***schmidt1997-12-051-2/+3
|
* *** empty log message ***schmidt1997-11-171-1/+2
|
* *** empty log message ***sumedh1997-11-071-2/+4
|
* *** empty log message ***schmidt1997-11-071-2/+2
|
* Added NETBSD to the list of platforms that dont have gethostentsumedh1997-11-061-1/+1
|
* Better checks to get a proper host to test, new test port (42000).Steve Huston1997-11-061-2/+6
|
* Now will pass the nonblocking-should-fail test if any failure is reported.Steve Huston1997-10-111-6/+0
| | | | It need not be 'refused'.
* *** empty log message ***schmidt1997-10-111-1/+1
|
* *** empty log message ***schmidt1997-10-111-1/+1
|
* rsschmidt1997-10-111-2/+2
|
* Add ENOTCONN as a valid failure (besides ECONNREFUSED). Solaris failsSteve Huston1997-09-261-3/+3
| | | | with ENOTCONN.
* *** empty log message ***schmidt1997-09-261-69/+81
|
* Now tries to look for another host to try a non-blocking connect to.Steve Huston1997-09-251-1/+45
| | | | | It will try the first one which isn't the system it's running on, unless it's on Win32 or VxWorks.
* A test for exercising ACE_SOCK_Connector functionality.Steve Huston1997-09-221-0/+84