summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Service.cpp
Commit message (Collapse)AuthorAge
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Fix the reading of the error message from the Service class #407Jose2019-06-04
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Add support for systemd Type=notify to Ice::ServiceJose2018-10-29
| | | | Close #75
* Remove Service checkSystem no longer usefulJose2018-10-25
| | | | Close #258
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | Close #154
* Update copyright year to 2018Jose2018-02-14
|
* Update Application and Service classes to catch Ice::ExceptionJose2017-09-20
| | | | | | - update Ice::Application and Ice::Service to catch Ice::Exception in addition to std::exception to get stack trace from Ice::Exception base class.
* Clean C++ exception code to only throw exception typesJose2017-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
* Improve Service exception messagesJose2017-06-09
|
* Small cleanupBernard Normier2017-04-29
|
* Extra fixes to Windows service argsJose2017-03-30
|
* Fix (ICE-7710) - Pointer to stack variable in serviceMainJose2017-03-30
|
* Moved ArgVector to IceInternalBernard Normier2017-03-28
|
* ICE-7707 Improved handling of argc/argv argumentsBernard Normier2017-03-28
| | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Reduced string converter cachingBernard Normier2016-08-05
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Removed IceUtilInternal ifstream and ofstreamBernard Normier2016-07-08
| |
* | Whitespace cleanup - tabs to spacesJoe George2016-06-29
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Updated Ice::CommunicationHolder and simplified testsBernard Normier2015-12-11
| |
* | C++11 mapping adding CommunicatorHolderJose2015-12-10
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5677 consistent checking of boolean propertiesDwayne Boone2014-09-18
|
* Initial merge for ICE-2400:Bernard Normier2014-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 fixesBernard Normier2014-06-12
|
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Minor code style fixesJose2013-01-22
|
* Fixed warnings related to ICE-5157Jose2012-12-27
|
* Fixed mingw warnings and added -Werror to mingw buildBernard Normier2012-12-26
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Fixed ICE-4882:Bernard Normier2012-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 loopsJose2012-10-03
|
* ICE-4820 - Service class public APIJose2012-08-15
|
* ICE-4808 - C++ Service don't use UNICODE version of various Windows API methodsJose2012-08-14
|
* remove VC6 supportJose2012-08-08
|
* MinGW & Ruby-1.9 updatesJose2012-07-26
|
* Remove BCC supportJose2012-07-19
|