Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed ICE-5495: incorrect substitution when both node and application define ↵ | Bernard Normier | 2014-10-08 | |
| | | | | same variable | |||
* | Fixed ACM bug where the activity wasn't always updated after parsing or ↵ | Benoit Foucher | 2014-10-08 | |
| | | | | sending a message | |||
* | Version fixes | Jose | 2014-10-08 | |
| | ||||
* | ICE-5688 - updating Javadoc for AsyncResult methods | Mark Spruiell | 2014-10-07 | |
| | ||||
* | ICE-4324 Added support for java.nio.Buffer classes through metadata | Dwayne Boone | 2014-10-07 | |
| | ||||
* | Update Ice version to 3.6b 3.6.51 | Jose | 2014-10-03 | |
| | ||||
* | - Java Application now catches OperationInterruptedException and | Matthew Newhook | 2014-10-03 | |
| | | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic. | |||
* | ICE-2400: Added LogFilterDialog to IceGrid Admin and CHANGES entry for ICE-2400 | Bernard Normier | 2014-10-03 | |
| | ||||
* | Cleanup and simplification of OA in C++/Java/C#. | Matthew Newhook | 2014-10-02 | |
| | ||||
* | ICE-5585 call callback from ThreadPool if conneciton already closed | Dwayne Boone | 2014-10-02 | |
| | ||||
* | Simplify Locator/Router finder usage in IceGridGUI | Jose | 2014-10-02 | |
| | ||||
* | fix IceGridGUI unchecked warnings | Jose | 2014-10-02 | |
| | ||||
* | Fixed (ICE-4549) - IceGridGUI remote synchronous invocations in Swing thread | Jose | 2014-10-02 | |
| | ||||
* | ICE-2400: new dialog to attach Remote Logger to Registry, Node, Server and ↵ | Bernard Normier | 2014-10-01 | |
| | | | | IceBox service communicator | |||
* | cacheMessageBuffers for oneway messages in the sent callback. | Matthew Newhook | 2014-10-01 | |
| | ||||
* | ICE-5697 | Matthew Newhook | 2014-10-01 | |
| | | | | Ice.EncapsulationException when use AsyncResult inside Swing.InvokeLater Runnable | |||
* | Fixed size() to return the true number if _destroyed is true. | Matthew Newhook | 2014-10-01 | |
| | ||||
* | Use selector.wakeup() instead of a socket pair to wake the selector. | Matthew Newhook | 2014-10-01 | |
| | ||||
* | Lots of minor fixes, few simplifications to OutgoingAsync code | Benoit Foucher | 2014-10-01 | |
| | ||||
* | Added missing ConnectionI::setCallback fix to JS | Dwayne Boone | 2014-10-01 | |
| | ||||
* | IceGridGUI: discovery endpoints fixes and improvements | Jose | 2014-10-01 | |
| | ||||
* | Fixed Connection.setACM to check for the connection state | Benoit Foucher | 2014-10-01 | |
| | ||||
* | IceGridGUI updates: | Jose | 2014-09-30 | |
| | | | | | | | | | | | * Fixed a bug when connect to master is checked and master is unreachable * Fixed connection edit to not show "Discovered Endpoints" selected when you edit a connection. * Improve "Discovered Endpoints" to refresh the endpoint list when the option is selected. | |||
* | ICE-5585 in ConnectionI::SetCallback make sure callback is not null before ↵ | Dwayne Boone | 2014-09-30 | |
| | | | | calling | |||
* | 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 | |
| | ||||
* | - begin_ now never interrupts. | Matthew Newhook | 2014-09-27 | |
| | | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite. | |||
* | Fixed deadlock in connection binding code (ICE-5693) | Benoit Foucher | 2014-09-26 | |
| | ||||
* | 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 | |
| | ||||
* | 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 | |||
* | Minor change to Udptransceiver to ensure proper tracing on failure | Dwayne Boone | 2014-09-23 | |
| | ||||
* | ICE-5670 interrupt test failure | Matthew Newhook | 2014-09-22 | |
| | | | | Fixed the Ice.UnmarshalOutOfBoundsException failure. | |||
* | 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 | |
| | ||||
* | 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) | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 | |
| | | | | wasn't instrumented | |||
* | Fixed ICE-5675: busy refresh of metrics | Benoit Foucher | 2014-09-12 | |
| | ||||
* | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵ | Benoit Foucher | 2014-09-10 | |
| | | | | networking code (addition of StreamSocket class abstraction) |