Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ICE-5692 - PHP type objects should be global | Mark Spruiell | 2014-09-29 | |
| | ||||
* | Fixed Silverlight build and tests | Dwayne Boone | 2014-09-29 | |
| | ||||
* | Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe | Matthew Newhook | 2014-09-29 | |
| | | | | Fixed some warnings. | |||
* | Improved fix for ICE-5693 and update of request handler | Benoit Foucher | 2014-09-29 | |
| | ||||
* | Fixed deadlock in connection binding code (ICE-5693) | Benoit Foucher | 2014-09-26 | |
| | ||||
* | Fixed VC warning / build failure | Bernard Normier | 2014-09-25 | |
| | ||||
* | ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵ | Bernard Normier | 2014-09-25 | |
| | | | | implementation | |||
* | Fixed (ICE-5663) - Rename IceSSL FindCert properties? | Jose | 2014-09-25 | |
| | ||||
* | ICE-5611 on RouterFinder failure use default identity rather than failing | Dwayne Boone | 2014-09-25 | |
| | ||||
* | Fixed again ICE-5687 - adapterDeactivation test warnings | Benoit Foucher | 2014-09-25 | |
| | ||||
* | Fixed ICE-558 - Improved NoObjectFactoryException messages | Benoit Foucher | 2014-09-25 | |
| | ||||
* | Fixed previous fix for adapterDeactivation test warnings | Benoit Foucher | 2014-09-25 | |
| | ||||
* | Fixed ICE-5687 - adapterDeactivation test warnings | Benoit Foucher | 2014-09-25 | |
| | ||||
* | Remove leftovers of the old AMI mapping | Jose | 2014-09-25 | |
| | ||||
* | Fix (ICE-5662) - OpenSSL implementation should print list of enabled ciphers | Jose | 2014-09-25 | |
| | ||||
* | Fixed (ICE-5511) - Consider removing the deprecated AMI mapping | Jose | 2014-09-24 | |
| | ||||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-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 helpers | Dwayne Boone | 2014-09-24 | |
| | ||||
* | Fixed ICE-5535, WSS hang and other minor issues | Benoit Foucher | 2014-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 client | Mark Spruiell | 2014-09-23 | |
| | ||||
* | Minor change to Udptransceiver to ensure proper tracing on failure | Dwayne Boone | 2014-09-23 | |
| | ||||
* | JS module mapping updates | Jose | 2014-09-23 | |
| | ||||
* | vs2010 build fixes | Jose | 2014-09-23 | |
| | ||||
* | ICE-5653 DLL base address conflicts | Dwayne Boone | 2014-09-22 | |
| | ||||
* | ICE-5585 Connection::setCallback should always invoke the callback | Dwayne Boone | 2014-09-22 | |
| | ||||
* | ICE-5660 Colloc-only object adapters | Dwayne Boone | 2014-09-19 | |
| | ||||
* | ICE-5661 some changes to class structure for OutgoingAsync | Dwayne Boone | 2014-09-19 | |
| | ||||
* | minor edits to IceSSL/C++ | Mark Spruiell | 2014-09-18 | |
| | ||||
* | ICE-5677 consistent checking of boolean properties | Dwayne Boone | 2014-09-18 | |
| | ||||
* | ICE-5661 add proxy->begin_ice_getConnection | Dwayne Boone | 2014-09-18 | |
| | ||||
* | ICE-4891 some minor improvements | Dwayne Boone | 2014-09-17 | |
| | ||||
* | Simplified creation of Admin facets in IceBox; simplified test for Admin ↵ | Bernard Normier | 2014-09-17 | |
| | | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property) | |||
* | JS modules fixes/simplifications | Jose | 2014-09-17 | |
| | ||||
* | Fixed ICE-5318: Review IceGrid timeout defaults | Benoit Foucher | 2014-09-16 | |
| | ||||
* | Fixed ICE-5678: replaced call to GetEffectiveRightsFromAcl by call to ↵ | Bernard Normier | 2014-09-15 | |
| | | | | AutzAccessCheck | |||
* | Fixed Glacier2 typo, we were checking the Glacier.InstanceName property ↵ | Benoit Foucher | 2014-09-15 | |
| | | | | instead of Glacier2.InstanceName | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 | |
| | | | | wasn't instrumented | |||
* | Fixed dependencies | Benoit Foucher | 2014-09-12 | |
| | ||||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-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 Normier | 2014-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 crappy | Jose | 2014-09-10 | |
| | ||||
* | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵ | Benoit Foucher | 2014-09-10 | |
| | | | | networking code (addition of StreamSocket class abstraction) | |||
* | Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and Python | Bernard Normier | 2014-09-08 | |
| | ||||
* | ICE-5658 - NPM support for IceJS distribution | Joe George | 2014-09-05 | |
| | ||||
* | ICE-5659 remove Ice.MonitorConnections from properties | Dwayne Boone | 2014-09-05 | |
| | ||||
* | Minor OpenSSL build fix | Jose | 2014-09-05 | |
| | ||||
* | Renamed oneOffDone to oneOfDone and added said check to JS for ↵ | Dwayne Boone | 2014-09-05 | |
| | | | | PrintStackTraces setting | |||
* | ICE-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 | |
| | ||||
* | Added back to optmization to not call connection dispatch if not necessary | Benoit Foucher | 2014-09-05 | |
| | ||||
* | - C#, Java: Removed Outgoing, fixed generated code to make synchronous | Matthew Newhook | 2014-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. |