summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.cpp
Commit message (Collapse)AuthorAge
* 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
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Make.common.rules cpp/Makefile cpp/config/Make.rules cpp/config/Make.rules.Linux cpp/src/Ice/InstrumentationI.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/IceSSL/Makefile cpp/src/IceUtil/Makefile cpp/test/Glacier2/attack/Makefile cpp/test/Glacier2/attack/Makefile.mak cpp/test/Glacier2/router/Makefile cpp/test/Glacier2/sessionHelper/Makefile cpp/test/Glacier2/staticFiltering/Makefile cpp/test/Ice/objects/Makefile cpp/test/IceSSL/configuration/AllTests.cpp cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux cpp/test/IceUtil/stacktrace/StackTrace.release.Linux csharp/src/Ice/PropertyNames.cs java/Makefile java/gradle.properties java/gradle/ice.gradle java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/test/build.gradle js/src/Ice/PropertyNames.js man/man1/icegridadmin.1 man/man1/transformdb.1 php/BuildInstructionsWindows.md php/Makefile php/config/Make.rules.Darwin php/config/Make.rules.mak.php php/config/Make.rules.php php/src/IcePHP/Makefile php/src/Makefile php/src/Makefile.mak php/src/php5/.depend.mak php/src/php5/Communicator.cpp php/src/php5/Config.h php/src/php5/Connection.cpp php/src/php5/Endpoint.cpp php/src/php5/IcePHP.rc php/src/php5/Makefile php/src/php5/Makefile.mak php/src/php5/Operation.cpp php/src/php5/Types.cpp php/src/php5/Types.h php/src/php5/Util.cpp php/src/php7/Communicator.cpp php/src/php7/Communicator.h php/src/php7/Config.h php/src/php7/Connection.cpp php/src/php7/Endpoint.cpp php/src/php7/IcePHP.rc php/src/php7/Makefile php/src/php7/Operation.cpp php/src/php7/Types.cpp php/src/php7/Types.h php/src/php7/Util.cpp scripts/TestUtil.py
| * Fixed ICE-7185 - Global destructor segfault in powerpcJose2016-06-14
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | C++11 metrics fixesJose2015-12-22
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed bug ICE-5783 - php tests fails with --mxBenoit Foucher2014-10-24
|
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* IceMX and Python support for the new collocation optimizationBenoit Foucher2014-07-01
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fix for Solaris build failureBenoit Foucher2013-09-11
|
* Fixed ICE-5196: allow setting an observer with IceMX enabledBenoit Foucher2013-09-09
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fix for ICE-5140 - an opaque endpoint which doesn't specify -e is assumed to ↵Benoit Foucher2013-02-01
| | | | be a 1.0 encoded endpoint
* Xcode 4.6 - clang 4.2 updatesJose2013-01-31
|
* Fixed (ICE-5144) - Minor grammar errors in codeJose2013-01-14
|
* Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵Benoit Foucher2013-01-07
| | | | invocation metrics, support for requestId attribute
* Fixed ICE-4979: test failures with --mx enabledBenoit Foucher2012-11-22
|
* ICE-4965: added Python Ice/metrics demoBenoit Foucher2012-11-20
|
* Minor metrics fixesBenoit Foucher2012-10-26
|
* Added support for Glacier2 MX and fixed ICE-4880Benoit Foucher2012-10-12
|
* Improved tracing of failures, user exceptions are now trackedBenoit Foucher2012-10-10
| | | | with a userException member.
* Fixed Win32 build issues, IceStorm test failureBenoit Foucher2012-10-08
|
* Added timestamp parameter to getMetricsView, support for metrics in C# and ↵Benoit Foucher2012-09-28
| | | | Java IceBox
* Java & C# portBenoit Foucher2012-09-28
|
* Win32 fixesBenoit Foucher2012-09-17
|
* Moved some MX classes to IceInternalBenoit Foucher2012-09-17
|
* Fixed to remove need for calling updateViews after map registrationBenoit Foucher2012-09-14
|
* Fixed metrics testsBenoit Foucher2012-09-14
|
* Added Ice/metrics testBenoit Foucher2012-09-13
|
* Minor fixesBenoit Foucher2012-09-12
|
* Support for IceBox services MetricsAdmin and IceStorm metricsBenoit Foucher2012-09-11