summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/RegistryI.cpp
Commit message (Collapse)AuthorAge
...
* Fixed IceGrid/replication test failures on UbuntuBenoit Foucher2013-09-04
|
* Fixed ICE-5358 - allow IceGrid replica to initialize its database from ↵Benoit Foucher2013-09-03
| | | | another replica
* Fix for ICE-5357: improved discovery of replicas on node/slave startupBenoit Foucher2013-08-28
|
* IceGrid registry minor fixJose2013-07-29
|
* Fixed ICE-5371 - fixed IceGrid registry executable to not require data ↵Benoit Foucher2013-07-03
| | | | property to be set to get help or the version with -h/-v
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5144) - Minor grammar errors in codeJose2013-01-14
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixes for ICE-4961: improve IceGrid interop with old nodes and registriesBenoit Foucher2012-11-19
|
* Fixed ICE-4941: Improved Glacier2 permission verifier to allow them to throw ↵Benoit Foucher2012-11-14
| | | | PermissionDeniedException
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Fixed ICE-4817: set default ACM timeout on registry OAsBenoit Foucher2012-10-19
|
* ICE-4824 - Fixed VC6 style loopsJose2012-10-03
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* More IceGrid fixes to reduce startup delays if some slaves are unavailableBenoit Foucher2011-04-19
|
* Fixed bug 4677 - IceGrid update hangBenoit Foucher2010-02-19
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* Added ConnectionInfo/EndpointInfo, bug 4280 & 3964Benoit Foucher2009-10-12
|
* - Bug 4286: added support for IceStorm/IceGrid database pluginsBenoit Foucher2009-10-07
| | | | | - Fixed IceGrid database code to first save to the database and then do state changes.
* Remove BCC workarounds no longer requiredDwayne Boone2009-10-02
|
* Review for bug 4071 and fix for bug 4211Benoit Foucher2009-08-14
|
* Revert "Changes for bug 3962 and 4714"Matthew Newhook2009-08-07
| | | | This reverts commit d38ad95e45c0083d602a43e6d77e6c1599f324fe.
* Changes for bug 3962 and 4714Jose2009-07-29
|
* C++Builder 2009 portDwayne Boone2009-03-02
|
* Fixed bug 3722 & 3723 - IceGrid leaks upon start failureBenoit Foucher2009-02-12
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 3007 - getpeername fails on Windows w/ IPv6Mark Spruiell2008-04-21
|
* Removed IceGrid AdminCallbackRouter object adapter (bug 2998)Benoit Foucher2008-04-09
|
* bug 2873 - IceStorm::Service -> IceStormInternal::Service.Matthew Newhook2008-03-26
|
* Fixed bug 2738Benoit Foucher2008-03-12
|
* Changed the IceGrid node to be more conservative when removing server ↵Benoit Foucher2008-02-25
| | | | directories
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed bug 2599Benoit Foucher2008-01-04
|
* - Merge IPv6 support from Dwayne's branch.Benoit Foucher2007-12-19
| | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints
* Fixed bug 2592Benoit Foucher2007-12-12
|
* Implemented service observersBernard Normier2007-11-30
|
* First cut callback supportBernard Normier2007-11-28
|
* Fixed bug 2306Benoit Foucher2007-11-26
|
* Refactored IceGrid session servant managementBenoit Foucher2007-11-23
|
* Refactored server-properties access/retrieval from IceGrid admin clientBernard Normier2007-11-21
|
* Squashed commit of the following:Benoit Foucher2007-08-30
| | | | | | | | | | | | | | | | | | | | commit a61fce80c95ed97d9716648c2083c8581326e950 Author: Benoit Foucher <benoit@zeroc.com> Date: Thu Aug 30 15:33:54 2007 +0200 Added optimization to not wakeup too often commit d44134e724e43aeb1db8693a37a5b611f295948c Author: Benoit Foucher <benoit@zeroc.com> Date: Thu Aug 30 11:34:22 2007 +0200 Changed the connection monitor to use the timer. commit 915f0669599a457f46974c3a108205d5c3c666ba Author: Benoit Foucher <benoit@zeroc.com> Date: Wed Aug 29 16:18:59 2007 +0200 Fixed IceGrid and casino demo to use IceUtil::Timer
* Fixed bogus property setting in the IceGrid registryBenoit Foucher2007-07-11
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2269 - do not exit if ↵Dwayne Boone2007-06-27
| | | | permissions verifier or session manager are not running at startup
* Fixed warning/error messages to be on a single lineBenoit Foucher2007-03-01
|
* Removed support for removed Ice.OA property prefixBenoit Foucher2007-02-14
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Added replication demo.Benoit Foucher2007-01-31
|