summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/LocatorI.cpp
Commit message (Collapse)AuthorAge
* IceGrid and IceStormJoe George2021-02-01
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Update copyright year to 2018Jose2018-02-14
|
* Remove excessive empty linesJoe George2017-06-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Merge branch '3.6'Jose2016-03-10
|\|
| * Fixed ICE-7010 - Fixed bug with dynamicaly registered replica groupsBenoit Foucher2016-03-10
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | C++ Consistent usage of public virtualJose2016-01-12
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5458: Locator::getRegistry now returns a replicated proxyBenoit Foucher2014-10-14
|
* Fixed ICE-5595: Catch C++ exceptions by const referenceBenoit Foucher2014-07-25
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Added support for IceGrid custom load balancingBenoit Foucher2014-04-15
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5126 - Improved client side encoding checksBenoit Foucher2013-01-15
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed ICE-5000: IceGrid/simple test failureBenoit Foucher2012-11-27
|
* Fixes for ICE-4961: improve IceGrid interop with old nodes and registriesBenoit Foucher2012-11-19
|
* Added support for proxy-options to IceGrid adapter, replica group and object ↵Benoit Foucher2012-11-16
| | | | descriptors
* Fixed IceGrid locator implementation to check for the client encodingBenoit Foucher2012-11-14
|
* Port to gcc and clang in c++11 mode:Bernard Normier2012-10-05
| | | | | - for GCC, replaced most std::auto_ptr usage by a new IceUtil::UniquePtr - for clang, added ICE_NOEXCEPT and ICE_NOEXCEPT_FALSE for a few dtors in Freeze
* ICE-4809 - AMI metadata in Ice services internal definitionsJose2012-08-14
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug 4695 - IceStorm/repgrid test failureBenoit Foucher2010-02-25
|
* Fixed bug 4677 - IceGrid update hangBenoit Foucher2010-02-19
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Remove BCC workarounds no longer requiredDwayne Boone2009-10-02
|
* Fixed bug 3776, 3755, 3778 - getAdmin bugs and replicaGroup test warningsBenoit Foucher2009-03-04
|
* C++Builder 2009 portDwayne Boone2009-03-02
|
* Squashed commit of the following:Benoit Foucher2009-01-07
| | | | | | | | | | | | | | commit 8019e6de4480f361a83d8944afec60793454c322 Author: Benoit Foucher <benoit@zeroc.com> Date: Wed Jan 7 17:16:40 2009 +0100 Fixed bug 3516 - Fixed scaling issue when using round-robin replica groups commit 6c36afb32dda8b37b7d5330ed51a439bc73b17db Author: Benoit Foucher <benoit@zeroc.com> Date: Wed Jan 7 17:16:36 2009 +0100 Fixed bug 3230 - IceGrid node leak
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Locator improvements to improve scalability when receiving many requestsBenoit Foucher2008-10-24
|
* Fixed locator implementation to not serialize anymore locator request for ↵Benoit Foucher2008-10-23
| | | | non round-robin replica groups also fixed an issue where the registry would try to re-activate servers while the node is shutting down
* Fixed locator potential hang when resolving round-robin replica group which ↵Benoit Foucher2008-09-26
| | | | could occur if the replica group was removed and added again
* Fixed bug 3456Benoit Foucher2008-09-25
|
* Fixed IceGrid locator crashBenoit Foucher2008-09-12
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2719Matthew Newhook2008-03-18
| | | | | | | | | | Squashed commit of the following: commit 5ff1fac3e73ef4fb3ac96a692812a849ff585ebc Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Mar 18 01:27:20 2008 -0800 Fixed the various && || warnings from gcc.
* Merge branch 'master' of ssh://cvs/home/git/iceBernard Normier2008-01-30
|\ | | | | | | | | | | Conflicts: cpp/src/Slice/Preprocessor.cpp