Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | IceGrid and IceStorm | Joe George | 2021-02-01 |
| | |||
* | Remove IcePatch2 (#602) | Bernard Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | Fixed IceGrid node to not terminate session with master on interrupt, fixes #464 | Benoit Foucher | 2019-07-25 |
| | |||
* | Fixed IceGrid node to check for permissions verifier crypt password ↵ | Benoit Foucher | 2019-07-22 |
| | | | | properties, fixes #452 | ||
* | Port to AIX with g++, xlC_r and xlclang++ (#434) | Bernard Normier | 2019-07-15 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Disable IceGrid GUI popup dialog that shows up if the IceBox observer can't ↵ | Benoit Foucher | 2019-01-08 |
| | | | | be registered, backward compatibility fix for IceGrid node | ||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Clean C++ exception code to only throw exception types | Jose | 2017-09-20 |
| | | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892 | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | ICE-7707 Improved handling of argc/argv arguments | Bernard Normier | 2017-03-28 |
| | | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++ | ||
* | Fixed ICE-7637 - icegridnode/icegridregistry usage | Benoit Foucher | 2017-03-07 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2017-02-06 |
|\| | |||
| * | Fixed ICE-7428 - Potential IceGrid node crash on shutdown | Benoit Foucher | 2017-02-06 |
| | | |||
* | | Moved UniquePtr to IceInternal | Bernard Normier | 2017-01-11 |
| | | | | | | | | Removed ctor and assignment operator from UniquePtr | ||
* | | Fixed (ICE-6694) - Unicode output in command line tools | Jose | 2017-01-09 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-11-16 |
|\| | |||
| * | Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵ | Benoit Foucher | 2016-11-02 |
| | | | | | | | | PropertyNames.xml | ||
* | | Move generateUUID to Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Convert IceGrid/IceStorm to use LMDB database rather than Freeze/BdB | Dwayne Boone | 2015-10-28 |
|/ | |||
* | Fixed (ICE-5740) - IcePatch2 has issues with 'large' files. | Jose | 2015-02-17 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | IceGrid::Admin now provides remote access to IceGrid registry and node Admin ↵ | Bernard Normier | 2014-09-10 |
| | | | | | | objects, and icegridadmin uses these new operations to show the Ice log file for IceGrid registries and IceGrid nodes (ICE-2400) | ||
* | Revert "ICE-5606 renamed ServantLocator::deactivate to destroy" | Dwayne Boone | 2014-08-22 |
| | | | | This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383. | ||
* | ICE-5606 renamed ServantLocator::deactivate to destroy | Dwayne Boone | 2014-08-22 |
| | |||
* | Improved IceGrid discovery, it now works with icegrid registry slaves and nodes | Benoit Foucher | 2014-07-25 |
| | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstring | Bernard Normier | 2014-05-16 |
| | |||
* | ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵ | Jose | 2014-05-02 |
| | | | | characters? | ||
* | Fixed (ICE-4858) - Eliminate IceDB | Jose | 2014-04-18 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5358 - allow IceGrid replica to initialize its database from ↵ | Benoit Foucher | 2013-09-03 |
| | | | | another replica | ||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | Fixes for ICE-4961: improve IceGrid interop with old nodes and registries | Benoit Foucher | 2012-11-19 |
| | |||
* | Fixed ICE-4882: | Bernard Normier | 2012-10-22 |
| | | | | | | Better logging in C++, especially with services. On compilers with stack-trace printing support, the stack trace of most exceptions is now logged. | ||
* | Remove BCC support | Jose | 2012-07-19 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Fixed bug 4818 - IceGrid node startup hang | Benoit Foucher | 2011-04-07 |
| |