summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/AdminSessionI.cpp
Commit message (Collapse)AuthorAge
...
* Added support for server log files, "property" attribute in object element.Benoit Foucher2006-12-13
| | | | | Fixed a bug in the locator implemntation where an incorrect timeout was used.
* Removed maxLines attribute from FileIterator::read() methodBenoit Foucher2006-12-12
|
* Improved FileIterator interface Changed patch() operation on the node toBenoit Foucher2006-12-07
| | | | use a callback object.
* More cleanupBenoit Foucher2006-12-04
|
* Code cleanupBenoit Foucher2006-11-24
|
* Code cleanup and fixed startup scalability issue of the registry (it noBenoit Foucher2006-11-23
| | | | longer contacts all the nodes).
* Added support for viewing stderr/stdout files from nodes, registries,Benoit Foucher2006-11-17
| | | | servers.
* Fix C++Builder buildDwayne Boone2006-11-08
|
* Solaris fixBenoit Foucher2006-11-07
|
* Added FixedProxyExceptionDwayne Boone2006-11-07
|
* Observer fixesBenoit Foucher2006-10-20
|
* Added getReplicaName method on AdminSessionBenoit Foucher2006-10-18
|
* Fixed potential NullHandleExceptionBenoit Foucher2006-09-25
|
* Fixed IceGrid bugs 1381, 1382, 1369, 1342, 1341, 1334Benoit Foucher2006-09-19
|
* Improved observers, refactored topic manager and initialization AddedBenoit Foucher2006-09-04
| | | | icegridadmin commands to examine the registries
* replaced two reaper threads with one.Matthew Newhook2006-09-04
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1331Matthew Newhook2006-09-04
|
* Initial implementation of the IceGrid registry replication.Benoit Foucher2006-07-21
|
* Moved getTimeout method to IceGrid::Registry interface for consistency withBenoit Foucher2006-06-23
| | | | Glacier2
* Fixed Glacier2 filtering in IceGrid and added tests.Benoit Foucher2006-06-07
|
* Patch application fixesBenoit Foucher2006-06-02
|
* Fixed category of session objects.Benoit Foucher2006-05-31
|
* Session fixesBenoit Foucher2006-05-31
|
* Win32 fixesBenoit Foucher2006-05-22
|
* Amin object is now also per-sessionBenoit Foucher2006-05-22
|
* Added session servant locator to secure access to session servants.Benoit Foucher2006-05-22
|
* Added implementation of SSL authentication methods.Benoit Foucher2006-05-19
|
* Session re-factoring.Benoit Foucher2006-05-19
|
* Fixed shutdown issueBenoit Foucher2006-05-11
|
* Fixed session shutdown.Benoit Foucher2006-05-05
|
* More work on object allocation.Benoit Foucher2006-04-25
|
* Added first cut of the allocation mechanism.Benoit Foucher2006-04-24
|
* - Removed support for named property sets in templates.Benoit Foucher2006-04-19
- Added first (and incomplete) cut of client and admin session interfaces.