Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed (ICE-5740) - IcePatch2 has issues with 'large' files. | Jose | 2015-02-17 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Port to gcc and clang in c++11 mode: | Bernard Normier | 2012-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 | ||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Fixed bug 4233 - icegridadmin segfault | Benoit Foucher | 2009-09-10 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2719 | Matthew Newhook | 2008-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. | ||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Added support for server log files, "property" attribute in object element. | Benoit Foucher | 2006-12-13 |
| | | | | | Fixed a bug in the locator implemntation where an incorrect timeout was used. | ||
* | Added support for service property sets in server instances | Benoit Foucher | 2006-12-08 |
| | |||
* | Added ordered load balancing | Benoit Foucher | 2006-11-03 |
| | |||
* | Bug fixes, replication test. | Benoit Foucher | 2006-10-11 |
| | |||
* | Fixed IceGrid bugs 1381, 1382, 1369, 1342, 1341, 1334 | Benoit Foucher | 2006-09-19 |
| | |||
* | fixing bug 1273: typo in error message | Mark Spruiell | 2006-08-22 |
| | |||
* | Borland C++Builder port mass commit | Dwayne Boone | 2006-08-09 |
| | |||
* | Fixed IceGrid python scripts | Benoit Foucher | 2006-06-12 |
| | |||
* | Added support for allocatable objects. | Benoit Foucher | 2006-06-09 |
| | |||
* | Fixed bug 967 | Benoit Foucher | 2006-05-30 |
| | |||
* | Property set bug fixes, locator tracing. | Benoit Foucher | 2006-05-29 |
| | |||
* | Fixed proxy and identity t/from string functions to use string converters | Dwayne Boone | 2006-05-09 |
| | |||
* | - Removed support for named property sets in templates. | Benoit Foucher | 2006-04-19 |
| | | | | - Added first (and incomplete) cut of client and admin session interfaces. | ||
* | Fix | Benoit Foucher | 2006-04-12 |
| | |||
* | Added support for property sets. | Benoit Foucher | 2006-04-12 |
| | |||
* | import-default-templates is now always parsed | Bernard Normier | 2006-04-03 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Fixed bug 673 & 670. | Benoit Foucher | 2005-11-25 |
| | |||
* | :activate() would contact the locator even if the OA id was empty. | Benoit Foucher | 2005-11-11 |
| | | | | | | Fixed a bug where ${node.os} for example couldn't be used in distribution directories. Unknown elements in XML file are now treated as errors. | ||
* | Renamed include descriptor attribute to "file" | Benoit Foucher | 2005-11-10 |
| | |||
* | Fixed a bug where IcePatch2 couldn't be deployed and used in a new | Benoit Foucher | 2005-10-25 |
| | | | | | | application. Fixed deadlock. Added automatic patching after adding an application. | ||
* | Added method to get node load, fixed bugs. | Benoit Foucher | 2005-10-19 |
| | |||
* | Fixed bugs | Benoit Foucher | 2005-10-14 |
| | |||
* | Removed identity properties | Benoit Foucher | 2005-10-13 |
| | | | | Added description attribute to replica group and node descriptors. | ||
* | Added support for replica groups and removed replicated adapters. | Benoit Foucher | 2005-10-12 |
| | |||
* | Added support for default templates. | Benoit Foucher | 2005-10-06 |
| | | | | | | Added support for default parameters. Added support for findObjectByTypeOnLeastLoadedNode Added default templates descriptor (config/templates.xml) | ||
* | Added support for enabling/disabling servers. | Benoit Foucher | 2005-10-05 |
| | |||
* | Distribution improvments, bug fixes, code cleanup. | Benoit Foucher | 2005-10-04 |
| | |||
* | Renamed register to register-process | Benoit Foucher | 2005-09-30 |
| | | | | Added support for "distributions". | ||
* | Improved the error message if you try to remove an object or adapter with | Benoit Foucher | 2005-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. | ||
* | slice/IceGrid | Benoit Foucher | 2005-09-14 |
| | |||
* | Added support for load factor | Benoit Foucher | 2005-09-13 |
| | | | | Added warning for unknown XML attributes | ||
* | Added support for defining patch data at the application level, other minor | Benoit Foucher | 2005-08-23 |
| | | | | fixes. | ||
* | Added initial IcePatch2 support in IceGrid. | Benoit Foucher | 2005-08-19 |
| | |||
* | Lots of descriptor changes. | Benoit Foucher | 2005-07-28 |
| |