summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LoggerAdminI.cpp
Commit message (Collapse)AuthorAge
* Cleanup assertion in LogerAdminI C++ implementationJose2019-09-11
|
* Fix typoJose2019-01-29
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Update copyright year to 2018Jose2018-02-14
|
* Remove excessive empty linesJoe George2017-06-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed a few warningsBernard Normier2016-12-14
| |
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Remove C++14 usage and switch to -std=c++11Jose2016-01-12
| |
* | Fixes to C++11 lambdas and this captureJose2015-12-30
| |
* | Fixes related to EnableSharedFromThisJose2015-12-23
| |
* | Updated Ice::CommunicationHolder and simplified testsBernard Normier2015-12-11
| |
* | C++11 mapping adding CommunicatorHolderJose2015-12-10
| |
* | C++11 mapping server side input parameter fixesJose2015-12-10
| |
* | C++11 mapping server side input parameter fixesJose2015-12-09
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed leak of LoggerAdmin's logger (ICE-5788) and updated Java to use ↵Bernard Normier2014-10-24
| | | | similar code.
* ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵Bernard Normier2014-09-25
| | | | implementation
* vs2010 build fixesJose2014-09-23
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-09-17
| | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property)
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-09-11
| | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak
* Fixed (ICE-3792) - dependencies in the repository are very crappyJose2014-09-10
|
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* More work on ICE-2400: the send log thread now uses a separate communicator ↵Bernard Normier2014-09-02
| | | | | | to send log messages, with two-ways calls. Removed ping thread.
* 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)