summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***single_read_shmiopbala2001-05-151-1/+1
|
* *** empty log message ***bala2001-05-151-1/+1
|
* *** empty log message ***bala2001-05-151-0/+4
|
* *** empty log message ***bala2001-05-155-5/+72
|
* *** empty log message ***bala2001-05-143-2/+4
|
* *** empty log message ***bala2001-05-141-1/+1
|
* *** empty log message ***bala2001-05-1411-97/+66
|
* *** empty log message ***bala2001-05-1413-54/+567
|
* *** empty log message ***bala2001-05-1011-457/+542
|
* *** empty log message ***bala2001-05-105-920/+2317
|
* *** empty log message ***bala2001-05-101-174/+0
|
* *** empty log message ***bala2001-05-093-0/+748
|
* This commit was manufactured by cvs2svn to create branchnobody2001-05-0910674-2662531/+0
| | | 'single_read_shmiop'.
* ChangeLogTag: Wed May 9 14:01:51 2001 Balachandran Natarajan ↵bala2001-05-094-6/+20
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Wed May 9 14:25:35 2001 Balachandran Natarajan ↵bala2001-05-093-72/+0
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Wed May 9 14:25:35 2001 Balachandran Natarajan ↵bala2001-05-094-18/+88
| | | | <bala@cs.wustl.edu>
* * tao/DynamicInterface/DII_Invocation.cpp:parsons2001-05-091-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/DynamicInterface/DII_Invocation.h: * tao/DynamicInterface/DII_Invocation.inl: * tao/DynamicInterface/Request.cpp: * tao/DynamicInterface/Request.h: * tao/DynamicInterface/Request.inl: * tao/DynamicInterface/Server_Request.cpp: * tao/DynamicInterface/Server_Request.h: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: * tests/DSI_Gateway/README: * tests/DSI_Gateway/client.cpp: * tests/DSI_Gateway/gateway.cpp: * tests/DSI_Gateway/server.cpp: * tests/DSI_Gateway/test.idl: * tests/DSI_Gateway/test_dsi.cpp: * tests/DSI_Gateway/test_dsi.h: * tests/DSI_Gateway/test_dsi.i: * tests/DSI_Gateway/test_i.cpp: * tests/DSI_Gateway/test_i.h: New file: * tests/DSI_Gateway/run_exception_test.pl: Changes to DynamicInterface classes to enable the storage/retrieval of a user exception when instantiation of these classe are used in a gateway. Also changes to the test code to use this new capability, and to remove the gateway's dependence on any IDL-generated files. README file updated, and files added to the MSVC project for completeness. The gateway test may now be run normally, as before, or with a new script that tests the passing of a user exception from the server, through the gateway and back to the client. This closes [BUGID:500].
* ChangeLogTag: Wed May 09 14:07:56 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-05-0920-221/+392
|
* * tao/DynamicInterface/DII_Invocation.cpp:parsons2001-05-091-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/DynamicInterface/DII_Invocation.h: * tao/DynamicInterface/DII_Invocation.inl: * tao/DynamicInterface/Request.cpp: * tao/DynamicInterface/Request.h: * tao/DynamicInterface/Request.inl: * tao/DynamicInterface/Server_Request.cpp: * tao/DynamicInterface/Server_Request.h: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: * tests/DSI_Gateway/README: * tests/DSI_Gateway/client.cpp: * tests/DSI_Gateway/gateway.cpp: * tests/DSI_Gateway/server.cpp: * tests/DSI_Gateway/test.idl: * tests/DSI_Gateway/test_dsi.cpp: * tests/DSI_Gateway/test_dsi.h: * tests/DSI_Gateway/test_dsi.i: * tests/DSI_Gateway/test_i.cpp: * tests/DSI_Gateway/test_i.h: Changes to DynamicInterface classes to enable the storage/retrieval of a user exception when instantiation of these classe are used in a gateway. Also changes to the test code to use this new capability, and to remove the gateway's dependence on any IDL-generated files. README file updated, and files added to the MSVC project for completeness. The gateway test may now be run normally, as before, or with a command line option that tests the passing of a user exception from the server, through the gateway and back to the client. This closes [BUGID:500].
* ChangeLogTag: Wed May 09 13:55:56 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-05-0915-69/+118
|
* * tao/GIOP_Message_Base.cpp:parsons2001-05-091-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | * tao/GIOP_Message_Base.h: * tao/GIOP_Message_Generator_Parser.cpp: * tao/GIOP_Message_Generator_Parser.h: * tao/GIOP_Message_Generator_Parser_10.cpp: * tao/GIOP_Message_Generator_Parser_10.h: * tao/GIOP_Message_Generator_Parser_12.cpp: * tao/GIOP_Message_Generator_Parser_12.h: * tao/GIOP_Message_Lite.cpp: * tao/GIOP_Message_Lite.h: * tao/Pluggable_Messaging.h: * tao/Pluggable_Messaging_Utils.cpp: * tao/Pluggable_Messaging_Utils.h: * tao/Pluggable_Messaging_Utils.i: * tao/TAO_Server_Request.cpp: Extracted most of TAO_Pluggable_Reply_Params into a base class TAO_Pluggable_Reply_Params_Base, leaving out the InputCDR member. This base class is now used by TAO_ServerRequest, which does not need the cdr stream, eliminating the overhead of its construction. The client side request classes use the original class, now a subclass, that adds the InpurCDR member. This closes [BUGID:900].
* ChangeLogTag:Wed May 9 11:56:55 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-05-092-2/+9
|
* ChangeLogTag:Wed May 9 11:40:06 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-05-095-284/+314
|
* ChangeLogTag:Wed May 09 10:02:10 2001 Balachandran <bala@cs.wustl.edu>schmidt2001-05-0910-24/+207
|
* 1.1.15bala2001-05-094-5/+9
|
* 5.1.15bala2001-05-096-4/+16
|
* ChangeLogTag:Tue May 08 21:26:19 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-05-092-0/+9
|
* ChangeLogTag:Tue May 8 13:28:36 2001 Carlos O'Ryan <coryan@cs.wustl.edu>coryan2001-05-083-46/+90
|
* ChangeLogTag: Tue May 8 10:06:58 2001 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2001-05-082-7/+11
|
* ChangeLogTag: Tue May 8 09:42:02 2001 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2001-05-082-23/+30
|
* ChangeLogTag:Tue May 8 08:56:32 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-05-081-1/+3
|
* ChangeLogTag:Tue May 8 08:56:32 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-05-081-1/+1
|
* ChangeLogTag:Tue May 8 08:56:32 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-05-082-7/+23
|
* ChangeLogTag: Tue May 8 10:02:47 2001 Balachandran Natarajan ↵bala2001-05-082-2/+7
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Tue May 8 09:01:13 2001 Balachandran Natarajan ↵bala2001-05-081-0/+3
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Tue May 8 09:01:13 2001 Balachandran Natarajan ↵bala2001-05-082-2/+9
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Tue May 8 08:17:13 2001 Balachandran Natarajan ↵bala2001-05-081-1/+1
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Tue May 8 08:17:13 2001 Balachandran Natarajan ↵bala2001-05-082-1/+6
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Tue May 8 07:32:15 2001 Balachandran Natarajan ↵bala2001-05-082-0/+11
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Mon May 7 20:30:17 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-05-085-20/+33
|
* ChangeLogTag: Mon May 7 21:35:40 2001 Balachandran Natarajan ↵bala2001-05-082-0/+6
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon May 7 17:45:01 2001 Balachandran Natarajan ↵bala2001-05-074-2/+14
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Mon May 7 15:21:43 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-05-074-25/+43
|
* ChangeLogTag:Mon May 7 14:54:48 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-05-074-42/+71
|
* Inadvertently committed new LB files. Reverted to old (working) ones.Ossama Othman2001-05-0741-4128/+0
|
* ChangeLogTag:Mon May 07 10:47:11 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-05-072-13/+19
|
* ChangeLogTag:Mon May 07 10:35:27 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-05-074-192/+696
|
* Added next gen load balancer files into this branch.Ossama Othman2001-05-0741-0/+4128
|
* ChangeLogTag: Mon May 7 11:37:43 2001 Balachandran Natarajan ↵bala2001-05-072-6/+17
| | | | <bala@cs.wustl.edu>
* Added an extra comment in an entry.bala2001-05-071-1/+1
|