summaryrefslogtreecommitdiff
path: root/tests/SOCK_Connector_Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchtypecode-overhaulnobody2004-09-161-5/+3
* ChangeLogTag:Tue Aug 24 14:07:22 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-08-241-3/+5
* ChangeLogTag: Fri Jul 22 13:31:12 UTC 2004 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2004-07-231-1/+1
* ChangeLogTag: Mon Jun 14 11:32:12 2004 UTC 2004 Johnny Willemsen <jwillems...Johnny Willemsen2004-06-141-0/+1
* ChangeLogTag:Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-011-1/+3
* ChangeLogTag:Sun May 18 19:18:45 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-05-181-1/+1
* ChangeLogTag:Wed Mar 6 14:43:34 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-03-061-1/+1
* ChangeLogTag:Tue Jun 12 11:07:18 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-06-121-1/+1
* ChangeLogTag:Wed May 16 09:49:29 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-05-161-12/+25
* ChangeLogTag:Fri May 11 10:25:00 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-05-111-1/+1
* ChangeLogTag:Mon Apr 23 17:18:35 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-04-231-1/+1
* ChangeLogTag:Wed Mar 21 07:23:15 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-03-211-9/+10
* ChangeLogTag:Sat Mar 10 07:05:16 2001 Douglas C. Schmidt <schmidt@tango.cs....schmidt2001-03-101-38/+76
* ChangeLogTag:Sun Apr 23 14:27:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-1/+1
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-24/+24
* 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
* (host_is_up): broke out code into this new function. If the connection attem...levine1998-08-281-23/+31
* (find_another_host): check to see if the other host is up, by attempting a bl...levine1998-08-191-25/+57
* 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
* 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
* Added a test for a connection which should succeed. Regression test forSteve Huston1998-05-271-0/+52
* Made CE friendlynanbor1998-05-131-10/+10
* added ACE_LACKS_GETHOSTENT, so that SOCK_Connector_Test doesn't have to enume...levine1998-03-041-2/+2
* use ACE_DEFAULT_SERVER_HOST on LynxOS, and removed #include of sys/utsname.h ...levine1998-02-191-34/+29
* 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
* *** 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
* *** 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
* A test for exercising ACE_SOCK_Connector functionality.Steve Huston1997-09-221-0/+84