Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve Service exception messages | Jose | 2017-06-09 |
| | |||
* | Small cleanup | Bernard Normier | 2017-04-29 |
| | |||
* | Extra fixes to Windows service args | Jose | 2017-03-30 |
| | |||
* | Fix (ICE-7710) - Pointer to stack variable in serviceMain | Jose | 2017-03-30 |
| | |||
* | Moved ArgVector to IceInternal | Bernard Normier | 2017-03-28 |
| | |||
* | ICE-7707 Improved handling of argc/argv arguments | Bernard Normier | 2017-03-28 |
| | | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++ | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | First cut of ICE-6920 - Remove try/catch block around communicator destroy | Benoit Foucher | 2017-01-25 |
| | | |||
* | | Fixed (ICE-6694) - Unicode output in command line tools | Jose | 2017-01-09 |
| | | |||
* | | Reduced string converter caching | Bernard Normier | 2016-08-05 |
| | | |||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | Removed IceUtilInternal ifstream and ofstream | Bernard Normier | 2016-07-08 |
| | | |||
* | | Whitespace cleanup - tabs to spaces | Joe George | 2016-06-29 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Updated Ice::CommunicationHolder and simplified tests | Bernard Normier | 2015-12-11 |
| | | |||
* | | C++11 mapping adding CommunicatorHolder | Jose | 2015-12-10 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | ICE-5677 consistent checking of boolean properties | Dwayne Boone | 2014-09-18 |
| | |||
* | 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) | ||
* | Windows deprecation fixes | Bernard Normier | 2014-06-12 |
| | |||
* | 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? | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Minor code style fixes | Jose | 2013-01-22 |
| | |||
* | Fixed warnings related to ICE-5157 | Jose | 2012-12-27 |
| | |||
* | Fixed mingw warnings and added -Werror to mingw build | Bernard Normier | 2012-12-26 |
| | |||
* | Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files | Bernard Normier | 2012-10-23 |
| | |||
* | 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. | ||
* | ICE-4824 - Fixed VC6 style loops | Jose | 2012-10-03 |
| | |||
* | ICE-4820 - Service class public API | Jose | 2012-08-15 |
| | |||
* | ICE-4808 - C++ Service don't use UNICODE version of various Windows API methods | Jose | 2012-08-14 |
| | |||
* | remove VC6 support | Jose | 2012-08-08 |
| | |||
* | MinGW & Ruby-1.9 updates | Jose | 2012-07-26 |
| | |||
* | 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 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - Check for argc > 0 to access argv[0] in Ice::Service | Benoit Foucher | 2010-01-05 |
| | | | | | - Added Ice::Service::main method with char* const[] argv parameter (for OS X) - Minor fix in Proxy.h | ||
* | Fixed 3962 - Berkeley DB, problems with unicode paths. | Jose | 2009-11-10 |
| | |||
* | 2589 - SMEventLogger should implement cloneWithPrefix. | Jose | 2009-11-03 |
| | |||
* | Fixed Windows compile error | Dwayne Boone | 2009-10-21 |
| | |||
* | Bug 4311 - change Ice::Service::start signature | Dwayne Boone | 2009-10-20 |
| | |||
* | Remove BCC workarounds no longer required | Dwayne Boone | 2009-10-02 |
| | |||
* | Review for bug 4071 and fix for bug 4211 | Benoit Foucher | 2009-08-14 |
| | |||
* | Fixed bug 4202 and cleaned up Ice.Application logging | Benoit Foucher | 2009-08-11 |
| | |||
* | Revert "Changes for bug 3962 and 4714" | Matthew Newhook | 2009-08-07 |
| | | | | This reverts commit d38ad95e45c0083d602a43e6d77e6c1599f324fe. |