summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Client.cpp
Commit message (Collapse)AuthorAge
...
* Fixed another bug with sessions created from secure connectionsBenoit Foucher2008-04-23
|
* Fixed bug in icegridadmin which would cause it to spin if the session ↵Benoit Foucher2008-03-27
| | | | timeout = 0
* Fix for bug 2684Benoit Foucher2008-02-25
|
* Bug 2491 - Use getPropertyAsListDwayne Boone2008-02-13
|
* Updated copyrightDwayne Boone2008-01-23
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Fixed IceGrid descriptor bugBenoit Foucher2007-10-15
|
* Squashed commit of the following:Bernard Normier2007-10-02
| | | | | | | | | | | | | | | | | | | | commit 0ba15449d9dd44933d82cb643efded9dee12c5af Author: Bernard Normier <bernard@zeroc.com> Date: Tue Oct 2 11:48:07 2007 -0400 Documented updates commit cf49ee5a73bc62d1b6814dec5d9f288f0f45901d Author: Bernard Normier <bernard@zeroc.com> Date: Tue Oct 2 11:38:25 2007 -0400 Optimized implementation of various Prx ice_xxx functions/methods commit 706209d6d1a4e894fecf19dd1c0c3b6f12ef5842 Author: Bernard Normier <bernard@zeroc.com> Date: Fri Sep 28 14:34:02 2007 -0400 Updated code-generation to "overwrite" various Ice::ObjectPrx ice_ operations.
* bug 1831 - print error message when too many arguments passedDwayne Boone2007-08-31
|
* Squashed commit of the following:Matthew Newhook2007-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit d74cec9e6c77e70b33883f517b1bb6f97b2ffa5e Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:33:06 2007 +0800 updates. commit 643b31f979a00ea5397206ca59f20bb58c62660e Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:32:35 2007 +0800 added some .gitignore rules. commit 1510d38798976753b435f32308e79acd9fcd2722 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:05:10 2007 +0800 removed bogus use of 127.0.0.1 commit 3c91e89b01af20a0dacfdbc1fbeca1c67c796656 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:01:43 2007 +0800 Verify that cygwin python is used under Windows. commit ff160725c051eedb28a42d9dd69f0d8aa297e522 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 13:55:03 2007 +0800 bump timeout for the node to terminate. killing the node leaves the servers running under cygwin commit ec3bddb58e861f906bf39aee1fa818c3e9a50000 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 13:48:55 2007 +0800 added back accidently removed files. commit f9ea2f552d7f576ebfa878669925f4184a89257b Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 13:47:47 2007 +0800 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2427, http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2422 commit 8a309ca0036dba7ecbd577edb2d737fa41174a5a Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 10:06:53 2007 +0800 added ruby support to the expect scripts. commit 34597c1ee6d80d6754c9e925bd376125dd104a5f Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 09:26:10 2007 +0800 added pexpect to git repository. commit 4bd2e1f2b52bcb9906b03ac216db686b8229b545 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Aug 23 18:49:51 2007 +0800 numerous UNIX expect script fixes. commit 25ab4a812f45a6e908d5d2d7ab03e557d79afa9f Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Aug 23 16:47:08 2007 +0800 generate configuration files for IceGrid icebox/iceboxd commit 6bb57bf7ed21d7256963c228aaf0b20657367a47 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Aug 23 15:16:55 2007 +0800 added python & C# support to the expect scripts. commit 08f1a59971ad3a52a4357069554dcc309b2d062b Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Aug 22 14:23:53 2007 +0800 java expect scripts complete. commit 3918f4ff3beea3005001bc55c5502c0825d8b7ea Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Aug 22 13:30:31 2007 +0800 first set of expect changes.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2273Dwayne Boone2007-06-27
|
* Fixed bug 2088Benoit Foucher2007-04-13
|
* Bug 2017Benoit Foucher2007-03-14
|
* VC6 compiler fixBenoit Foucher2007-02-28
|
* Fixed bug 1937Benoit Foucher2007-02-28
|
* FixBenoit Foucher2007-02-16
|
* Removed --routed option and configBenoit Foucher2007-02-16
|
* fixing usageMark Spruiell2007-02-15
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Fixed bug 1696Benoit Foucher2007-01-24
|
* Refactored GCBernard Normier2007-01-16
|
* FixesBenoit Foucher2007-01-12
|
* Updated copyright headerDwayne Boone2007-01-08
|
* icegridadmin doesn't use anymore Ice::Application and handle Ctrl-C itselfBenoit Foucher2006-11-21
|
* Added support for viewing stderr/stdout files from nodes, registries,Benoit Foucher2006-11-17
| | | | servers.
* Added back support for --deploy option. Locking the registry isn't requiredBenoit Foucher2006-09-29
| | | | anymore to update the database.
* Bug 1209Dwayne Boone2006-09-05
|
* Improved observers, refactored topic manager and initialization AddedBenoit Foucher2006-09-04
| | | | icegridadmin commands to examine the registries
* icegridadmin always uses routed config if possible. added error messages ifMatthew Newhook2006-09-04
| | | | the glacier2 is incorrectly configured.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274Matthew Newhook2006-08-31
|
* windows fix for http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274Matthew Newhook2006-08-29
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274Matthew Newhook2006-08-29
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Bug 1325.Michi Henning2006-08-25
|
* More replication work.Benoit Foucher2006-08-23
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* Fixed warningsBenoit Foucher2006-04-03
|
* Added --server option to icegridadminBernard Normier2006-03-31
|
* Updated copyrightDwayne Boone2006-03-14
|
* Moved VS 8 warning suppression into IceUtil/DisableWarnings.hMichi Henning2005-11-18
|
* Removed identity propertiesBenoit Foucher2005-10-13
| | | | Added description attribute to replica group and node descriptors.
* Fix bug 480 - default service identitiesDwayne Boone2005-10-12
|
* Added support for default templates.Benoit Foucher2005-10-06
| | | | | | Added support for default parameters. Added support for findObjectByTypeOnLeastLoadedNode Added default templates descriptor (config/templates.xml)
* FixBenoit Foucher2005-04-01