summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor updates.new_load_balancerOssama Othman2001-05-0419-417/+627
|
* Initial work for new implementation of load balancerOssama Othman2000-07-1344-129/+4102
|
* This commit was manufactured by cvs2svn to create branchnobody2000-07-1346-6196/+0
| | | 'new_load_balancer'.
* Fix exception specificationscrodrigu2000-07-137-8/+42
|
* Wed Jul 12 17:30:54 2000 John Heitmann <jwh1@cs.wustl.edu>jwh12000-07-122-1/+7
|
* Wed Jul 12 16:31:51 2000 Luther J Baker <luther@cs.wustl.edu>luther2000-07-122-3/+7
|
* Wed Jul 12 16:10:39 2000 John Heitmann <jwh1@cs.wustl.edu>jwh12000-07-128-94/+38
|
* ChangeLogTag:Wed Jul 12 17:01:47 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-125-0/+269
|
* Wed Jul 12 15:27:27 2000 Luther J Baker <luther@cs.wustl.edu>luther2000-07-123-16/+42
|
* Wed Jul 12 14:26:10 2000 Luther J Baker <luther@cs.wustl.edu>luther2000-07-122-27/+17
|
* Wed Jul 12 14:15:10 2000 Luther J Baker <luther@cs.wustl.edu>luther2000-07-123-6/+59
|
* ChangeLogTag:Wed Jul 12 11:41:53 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-122-1/+8
|
* ChangeLogTag: Wed Jul 12 12:10:55 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-122-5/+15
|
* * orbsvcs/orbsvcs/IOR_Multicast.cpp:parsons2000-07-121-0/+14
| | | | | | | | | | | | Added "InterfaceRepository" to list of strings to compare in handle_events(). Multicast discovery of IFR now works, and has been tested locally on NT, locally on Solaris, and remotely between the two platforms in both directions. * orbsvcs/tests/InterfaceRepo/IFR_Test/README: * docs/releasenotes.index.html: Documentation updated with the above info.
* Update for IFR multicast discovery testing added.parsons2000-07-121-7/+5
|
* Wed Jul 12 11:51:52 2000 Luther J Baker <luther@cs.wustl.edu>luther2000-07-124-1/+98
|
* Updated to reflect the possible use of IP multicast to discover theparsons2000-07-121-4/+22
| | | | IOR of the IFR.
* ChangeLogTag: Wed Jul 12 11:45:34 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-122-75/+80
|
* Added "InterfaceRepository" to list of strings compared byparsons2000-07-121-0/+2
| | | | IOR_Multicast::handle_input.
* Wed Jul 12 10:53:01 2000 Luther J Baker <luther@cs.wustl.edu>luther2000-07-123-4/+335
|
* Wed Jul 12 10:24:20 2000 Luther J Baker <luther@cs.wustl.edu>luther2000-07-1230-2798/+124
|
* ChangeLogTag: Wed Jul 12 09:46:13 2000 Giga Giguashvili ↵levine2000-07-122-0/+6
| | | | <gregoryg@paradigmgeo.com>
* ChangeLogTag: Wed Jul 12 09:42:21 2000 Giga Giguashvili ↵levine2000-07-124-8/+25
| | | | <gregoryg@paradigmgeo.com>
* ChangeLogTag: Wed Jul 12 09:37:53 2000 Giga Giguashvili ↵levine2000-07-122-93/+99
| | | | <gregoryg@paradigmgeo.com>
* ChangeLogTag: Wed Jul 12 07:26:25 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-124-1/+20
|
* Wed Jul 12 01:25:44 2000 John Heitmann <jwh1@cs.wustl.edu>jwh12000-07-121-0/+24
|
* Wed Jul 12 01:25:44 2000 John Heitmann <jwh1@cs.wustl.edu>jwh12000-07-1216-285/+387
|
* ChangeLogTag: Tue Jul 11 21:05:58 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-123-21/+32
|
* * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:parsons2000-07-121-0/+6
| | | | Added cosmetic close paren in ACE_DEBUG statement.
* Added cosmetic close paren in ACE_DEBUG statement.parsons2000-07-121-1/+1
|
* * tao/Typecode.h:parsons2000-07-121-0/+16
| | | | | | | | | | | | | | | * tao/Typecode.cpp: The Typecode functions member_type, member_name, and member_label, when called on a union typecode, would try to acquire the private state's lock twice (the second time when calling discriminator_type from within a critical section), causing these functions to hang on all Unix platforms. The locking code was actually in the wrapped function private_discriminator_type, so a doubly wrapped function private_discriminator_type_i was added that can also be called internally. Also made many cosmetic changes.
* Added function private_dsicriminator_type_i to avoid trying to get aparsons2000-07-122-143/+206
| | | | lock twice.
* ChangeLogTag: Tue Jul 11 19:31:13 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-121-72/+77
|
* fixed copy+paster error in comment: tmpfile instead of sscanflevine2000-07-121-1/+1
|
* ChangeLogTag: Tue Jul 11 17:20:48 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-2/+21
|
* aagg12000-07-111-0/+7
|
* Added functionality so that PACE_SYSVER on Linux is in theagg12000-07-111-1/+6
| | | | | same format as LINUX_VERSION_CODE from the Linux source code. For example, Linux version 2.2.12 -> 0x02020C == 131596
* ChangeLogTag: Tue Jul 11 16:09:14 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-93/+116
|
* ChangeLogTag: Tue Jul 11 16:03:58 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-2/+26
|
* ChangeLogTag:Tue Jul 11 14:47:48 2000 Chris Kohlhoff <chris@kohlhoff.com>nanbor2000-07-1120-35/+339
|
* ChangeLogTag:Tue Jul 11 14:51:13 2000 Chris Kohlhoff <chris@kohlhoff.com>nanbor2000-07-1119-3/+151
|
* ChangeLogTag:Tue Jul 11 14:21:51 2000 Steve Huston <shuston@riverace.com>schmidt2000-07-111-0/+1
|
* * TAO_IDL/be/be_union.cpp:parsons2000-07-111-0/+10
| | | | | | | | Modified compute_default_index(). It was based on the label count, but TAO's class Typecode bases its index on a member count, not a label count, so unions with multiple case labels were getting typecodes generated with the default index set incorrectly.
* compute_default_index modified.parsons2000-07-111-1/+4
|
* .Steve Huston2000-07-113-0/+39
|
* ChangeLogTag:Tue Jul 11 14:21:51 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-07-111-0/+3
|
* ChangeLogTag:Tue Jul 11 14:20:35 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-07-111-2/+14
|
* *** empty log message ***pradeep2000-07-111-0/+5
|
* Tue Jul 11 13:18:42 2000 Pradeep Gore <pradeep@cs.wustl.edu>pradeep2000-07-111-0/+11
|
* * orbsvcs/IFR_Service/IFR_Service.dsp:parsons2000-07-111-0/+7
| | | | | Added link inlcude path for the release version. Thanks to Angelo for pointing this out.