summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* ICE-5692 - PHP type objects should be globalMark Spruiell2014-09-29
|
* Fixed Silverlight build and testsDwayne Boone2014-09-29
|
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.
* Improved fix for ICE-5693 and update of request handlerBenoit Foucher2014-09-29
|
* Fixed deadlock in connection binding code (ICE-5693)Benoit Foucher2014-09-26
|
* Fixed VC warning / build failureBernard Normier2014-09-25
|
* ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵Bernard Normier2014-09-25
| | | | implementation
* Fixed (ICE-5663) - Rename IceSSL FindCert properties?Jose2014-09-25
|
* ICE-5611 on RouterFinder failure use default identity rather than failingDwayne Boone2014-09-25
|
* Fixed again ICE-5687 - adapterDeactivation test warningsBenoit Foucher2014-09-25
|
* Fixed ICE-558 - Improved NoObjectFactoryException messagesBenoit Foucher2014-09-25
|
* Fixed previous fix for adapterDeactivation test warningsBenoit Foucher2014-09-25
|
* Fixed ICE-5687 - adapterDeactivation test warningsBenoit Foucher2014-09-25
|
* Remove leftovers of the old AMI mappingJose2014-09-25
|
* Fix (ICE-5662) - OpenSSL implementation should print list of enabled ciphersJose2014-09-25
|
* Fixed (ICE-5511) - Consider removing the deprecated AMI mappingJose2014-09-24
|
* Fix (ICE-3792) - dependencies in the repository are very crappyJose2014-09-24
| | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows.
* ICE-5611 Add support for Ice/RouterFinder to Glacier2 helpersDwayne Boone2014-09-24
|
* Fixed ICE-5535, WSS hang and other minor issuesBenoit Foucher2014-09-24
| | | | | | | | - ICE-5535: added support for parsing TCP/SSL/WS/WSS endpoints even if the transport isn't supported - WSS implementation could hang under Java/C# if the SSL transport read too much data - The opaque endpoint un-marshalling code in Java/C# could raise an EncapsulationException where it should have raised an UnarmshalOutOfBoundsException if the marshalled endpoint was invalid. - Cleaned up JavaScript run methods for tests - Few other minor fixes
* bug fix in IceGrid admin clientMark Spruiell2014-09-23
|
* Minor change to Udptransceiver to ensure proper tracing on failureDwayne Boone2014-09-23
|
* JS module mapping updatesJose2014-09-23
|
* vs2010 build fixesJose2014-09-23
|
* ICE-5653 DLL base address conflictsDwayne Boone2014-09-22
|
* ICE-5585 Connection::setCallback should always invoke the callbackDwayne Boone2014-09-22
|
* ICE-5660 Colloc-only object adaptersDwayne Boone2014-09-19
|
* ICE-5661 some changes to class structure for OutgoingAsyncDwayne Boone2014-09-19
|
* minor edits to IceSSL/C++Mark Spruiell2014-09-18
|
* ICE-5677 consistent checking of boolean propertiesDwayne Boone2014-09-18
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* ICE-4891 some minor improvementsDwayne Boone2014-09-17
|
* 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)
* JS modules fixes/simplificationsJose2014-09-17
|
* Fixed ICE-5318: Review IceGrid timeout defaultsBenoit Foucher2014-09-16
|
* Fixed ICE-5678: replaced call to GetEffectiveRightsFromAcl by call to ↵Bernard Normier2014-09-15
| | | | AutzAccessCheck
* Fixed Glacier2 typo, we were checking the Glacier.InstanceName property ↵Benoit Foucher2014-09-15
| | | | instead of Glacier2.InstanceName
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* Fixed dependenciesBenoit Foucher2014-09-12
|
* 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
* IceGrid::Admin now provides remote access to IceGrid registry and node Admin ↵Bernard Normier2014-09-10
| | | | | | objects, and icegridadmin uses these new operations to show the Ice log file for IceGrid registries and IceGrid nodes (ICE-2400)
* Fixed (ICE-3792) - dependencies in the repository are very crappyJose2014-09-10
|
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* ICE-5658 - NPM support for IceJS distributionJoe George2014-09-05
|
* ICE-5659 remove Ice.MonitorConnections from propertiesDwayne Boone2014-09-05
|
* Minor OpenSSL build fixJose2014-09-05
|
* Renamed oneOffDone to oneOfDone and added said check to JS for ↵Dwayne Boone2014-09-05
| | | | PrintStackTraces setting
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Added back to optmization to not call connection dispatch if not necessaryBenoit Foucher2014-09-05
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-09-03
| | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI.