Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix copyright headers | Jose | 2017-06-13 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fix issues introduce with 3.6 merge | Jose | 2017-02-14 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed (ICE-6694) - Unicode output in command line tools | Jose | 2017-01-09 |
| | | |||
* | | ICE-6692 - Review command line input usage to support unicode on Windows | Jose | 2016-11-08 |
| | | |||
* | | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 |
| | | |||
* | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 |
|/ | | | | available instead of ConvertUTF | ||
* | Fixed ICE-7150 - support for services using shared communicator in ↵ | Benoit Foucher | 2016-05-18 |
| | | | | icegridadmin/IceGridGUI | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | non Windows build fix | Jose | 2015-08-04 |
| | |||
* | ICE-5731 - Convert icegridadmin output on Windows | Jose | 2015-08-04 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | More lex Scanner fixes | Jose | 2014-10-30 |
| | |||
* | Fixed icegridadmin Unix build issue | Benoit Foucher | 2014-10-13 |
| | |||
* | icegridadmin now converts file contents using the current Windows console CP ↵ | Bernard Normier | 2014-10-10 |
| | | | | when showing files on Windows | ||
* | icegridadmin now converts log messages to the console code page on Windows | Bernard Normier | 2014-10-10 |
| | |||
* | ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵ | Bernard Normier | 2014-09-25 |
| | | | | implementation | ||
* | 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) | ||
* | Initial merge for ICE-2400: | Bernard Normier | 2014-08-14 |
| | | | | | | | - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node) | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | minor fixes | Mark Spruiell | 2012-11-15 |
| | |||
* | Fixed ICE-4884: | Bernard Normier | 2012-10-23 |
| | | | | | Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py | ||
* | IceGrid parser fixes | Jose | 2012-10-20 |
| | |||
* | Fixed ICE-4591, better acceptor tracing | Benoit Foucher | 2012-10-18 |
| | |||
* | Minor fix for VS2010 builds | Jose | 2012-10-18 |
| | |||
* | ICE-4619 - custom enumerator values | Mark Spruiell | 2012-10-17 |
| | |||
* | Fixed ICE-4868: processors is now either 'threads' or 'sockets', as appropriate | Bernard Normier | 2012-10-15 |
| | |||
* | ICE-4774: Merged skype_props enhancement | Benoit Foucher | 2012-08-30 |
| | |||
* | remove VC6 support | Jose | 2012-08-08 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | ICE-3793 replace static with anon namespaces | Jose | 2011-12-20 |
| | |||
* | bug 5120 - fixing typo in icegridadmin help | Mark Spruiell | 2011-05-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Minor fixes (Java 1.5 compilation error), IceGrid fix | Benoit Foucher | 2009-12-14 |
| | |||
* | Fix for bug 3234 - Initial support for getting processor socket count with ↵ | Benoit Foucher | 2009-12-08 |
| | | | | IceGrid | ||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Fixed bug 3391 | Benoit Foucher | 2008-08-21 |
| | |||
* | minor fixes to help text | Mark Spruiell | 2008-02-27 |
| | |||
* | Do ont use stupid in reference to M$ | Dwayne Boone | 2008-02-11 |
| | |||
* | VC9 fix | Mark Spruiell | 2008-02-07 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | IceUtil cleanup (first commit) | Bernard Normier | 2007-12-21 |
| | |||
* | Added support for service commands to icegridadmin (bug 1775) | Benoit Foucher | 2007-12-05 |
| | |||
* | - Changed AdminI server start/stop methods to use AMI/AMD | Benoit Foucher | 2007-12-03 |
| | | | | | | | - Minor exception handling fix in registry server admin router. - Changed Admin::getServerAdmin method to check if the server exists and can be loaded on the node before to return the server admin object. - Fixed icegridadmin to use the process facet to write messages |