summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.cpp
Commit message (Collapse)AuthorAge
...
* Added IceGrid::Locator interface, more replication tests.Benoit Foucher2006-10-18
|
* More code cleanup + added replica session timeoutBenoit Foucher2006-09-15
|
* Code cleanupBenoit Foucher2006-09-15
|
* FixesBenoit Foucher2006-09-12
|
* More replication work.Benoit Foucher2006-08-23
|
* Added application info.Benoit Foucher2006-08-01
|
* More IceGrid replication improvements.Benoit Foucher2006-07-27
|
* Fixed bug 1098Benoit Foucher2006-06-20
| | | | | | Fixed bug where the identity of well-known object wasn't correctly escaped when creating the well-known object proxy. Fixed bug in router stress test (catch ONE)
* Fixed bug 1097Benoit Foucher2006-06-19
|
* Fixed bug 1054, 1077, 1002.Benoit Foucher2006-06-16
|
* Fixed allocation bugBenoit Foucher2006-06-13
|
* Added support for allocatable objects.Benoit Foucher2006-06-09
|
* SunCC fixesMark Spruiell2006-06-07
|
* Fixed Glacier2 filtering in IceGrid and added tests.Benoit Foucher2006-06-07
|
* - Changes to align dynamic filtering with the current Glacier2Filters wikiBrent Eagles2006-06-05
| | | | | proposal. - Some 3.1.0 prep work for the VC 6.0 windows installers.
* Bug fixesBenoit Foucher2006-06-02
|
* Patch application fixesBenoit Foucher2006-06-02
|
* The default value for the adaper endpoints in the XML descriptors in nowBenoit Foucher2006-05-29
| | | | "default"
* Property set bug fixes, locator tracing.Benoit Foucher2006-05-29
|
* More changes to inconsistent ice_ proxy methodsDwayne Boone2006-05-26
|
* Added support for Glacier2 filters.Benoit Foucher2006-05-23
|
* Bug fixesBenoit Foucher2006-05-22
|
* Removed allocatabe attribute on object descriptors.Benoit Foucher2006-05-22
|
* Added implementation of SSL authentication methods.Benoit Foucher2006-05-19
|
* More work on session activation.Benoit Foucher2006-05-17
|
* Added support for changing owner of server files/directories.Benoit Foucher2006-05-15
|
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* Fixed allocateByType bug, fixed TODO XXXBenoit Foucher2006-05-09
|
* Removed session based locator, refactored allocation code.Benoit Foucher2006-05-05
|
* Added stress test, fixed bugs.Benoit Foucher2006-05-03
|
* Cleaned up the server, adapter and object cache classes.Benoit Foucher2006-05-02
|
* More work on allocation.Benoit Foucher2006-04-27
|
* Added support for property sets.Benoit Foucher2006-04-12
|
* Fixed bug 908Benoit Foucher2006-03-20
|
* Updated copyrightDwayne Boone2006-03-14
|
* Fixed a bug where a client could get an Ice::NotRegisteredException whileBenoit Foucher2005-12-06
| | | | invoking on an indirect proxy if the adapter was updated.
* Added IceGrid.Registry.AdminSessionTimeout.Benoit Foucher2005-11-08
| | | | | Wait for server synchronization after adding/updating/removing an application.
* FixBenoit Foucher2005-11-07
|
* FixBenoit Foucher2005-11-04
|
* Many IceGrid bug fixes.Benoit Foucher2005-11-03
|
* Fixed a bug where IcePatch2 couldn't be deployed and used in a newBenoit Foucher2005-10-25
| | | | | | application. Fixed deadlock. Added automatic patching after adding an application.
* Added method to get node load, fixed bugs.Benoit Foucher2005-10-19
|
* Added support for replica groups and removed replicated adapters.Benoit Foucher2005-10-12
|
* Win32 FixesBenoit Foucher2005-10-04
|
* Distribution improvments, bug fixes, code cleanup.Benoit Foucher2005-10-04
|
* Renamed register to register-processBenoit Foucher2005-09-30
| | | | Added support for "distributions".
* Added support for <adapter name>.ReplicaId.Benoit Foucher2005-09-30
|
* Fixes to support a little more information for nodes.Benoit Foucher2005-09-27
|
* FixBenoit Foucher2005-09-22
|
* Improved the error message if you try to remove an object or adapter withBenoit Foucher2005-09-21
| | | | | | | | | | the admin interface and if that object or adapter was added with a deployment descriptor. Fixed a bug where trying to start a server managed by a node would fail if this server was previously manually activated. Simplified adapter direct proxy update if the adapter is an adapter that wasn't added with a deployment descriptor. Fixes to allow compilation on AIX.