Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and Python | Bernard Normier | 2014-09-08 | |
| | ||||
* | ICE-5659 remove Ice.MonitorConnections from properties | Dwayne Boone | 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. | |||
* | More work on ICE-2400: the send log thread now uses a separate communicator ↵ | Bernard Normier | 2014-09-02 | |
| | | | | | | to send log messages, with two-ways calls. Removed ping thread. | |||
* | New fix for ICE-5637: Glacier2CryptPermissionsVerifier plugin + ↵ | Bernard Normier | 2014-08-29 | |
| | | | | Glacier2Internal::setupNullPermissionsVerifier function | |||
* | Minor style fixes | Jose | 2014-08-25 | |
| | ||||
* | Fixed (ICE-4016) - IceGridGUI doesn't warn about unsaved application on exit | Jose | 2014-08-25 | |
| | ||||
* | Revert "ICE-5606 renamed ServantLocator::deactivate to destroy" | Dwayne Boone | 2014-08-22 | |
| | | | | This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383. | |||
* | ICE-5606 renamed ServantLocator::deactivate to destroy | Dwayne Boone | 2014-08-22 | |
| | ||||
* | Fixed (ICE-5544) - IceGrid admin and Ubuntu launcher | Jose | 2014-08-22 | |
| | ||||
* | Fixed ICE-5604: thread pool error handling | Bernard Normier | 2014-08-19 | |
| | ||||
* | ICE-3492 handle improper settings for timeout values | Dwayne Boone | 2014-08-19 | |
| | ||||
* | Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and Windows | Jose | 2014-08-19 | |
| | ||||
* | minor Java edits | Mark Spruiell | 2014-08-15 | |
| | ||||
* | Added missing Ice.Admin.Logger property to PropertyName.xml | Bernard Normier | 2014-08-15 | |
| | ||||
* | Initial merge for ICE-2400: | Bernard Normier | 2014-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) | |||
* | Rename WS transport files for consistency with TCP/UDP transports. | Jose | 2014-08-13 | |
| | ||||
* | - Added back the Ice.BackgroundIO property. | Matthew Newhook | 2014-08-13 | |
| | | | | | | - Fixed some bugs in the interrupt test. - Fixed a bug in Outgoing where the interrupt exception could be swallowed. | |||
* | Added Ice.Default.Timeout and Ice.Default.SourceAddress to PropertyNames.xml | Dwayne Boone | 2014-08-13 | |
| | ||||
* | Deprecate IceSSL.ImportCert - ICE-5583 | Jose | 2014-08-12 | |
| | ||||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 | |
| | ||||
* | Added eclipse project settings for java. | Matthew Newhook | 2014-08-12 | |
| | | | | Fix lots of warnings in Ice for Java. | |||
* | Updates to IceGridGUI | Joe George | 2014-08-11 | |
| | | | | | - Added discovery to direct connections - Users no longer need to manually enter the instance name | |||
* | ICE-5630 - ACM timeout is broken | Matthew Newhook | 2014-08-08 | |
| | | | | | - Also refactored the code a bit in java so that the ACMMonitor doesn't inherit from runnable. | |||
* | Fixed lots of warnings. | Matthew Newhook | 2014-08-08 | |
| | ||||
* | ICE-5596 add Ice.Default.Timeout property | Dwayne Boone | 2014-08-08 | |
| | ||||
* | ICE-5311 - more fixes | Mark Spruiell | 2014-08-07 | |
| | ||||
* | ICE-5311 - use ByteBuffer in Freeze maps | Mark Spruiell | 2014-08-07 | |
| | ||||
* | Removed unused holder types. | Matthew Newhook | 2014-08-07 | |
| | | | | | | Fixed holder types to use the generic holder type. Changed the code generator to use the generic holder types. Changed the Ice internals not to use the non-generic holder types. | |||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-08-07 | |
| | | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel. | |||
* | Add @Override where possible, and remove trailing white space. | Matthew Newhook | 2014-08-07 | |
| | ||||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 | |
| | ||||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 | |
| | ||||
* | Fixed leak when observer updater is installed, code-style issues | Benoit Foucher | 2014-08-01 | |
| | ||||
* | ICE-4612: Added documentation to the Slice interfaces, added missing ↵ | Benoit Foucher | 2014-07-31 | |
| | | | | property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup | |||
* | Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵ | Benoit Foucher | 2014-07-29 | |
| | | | | __getObserver method | |||
* | ICE-3346 - improve ice_staticId in Java | Mark Spruiell | 2014-07-25 | |
| | ||||
* | Improved IceGrid discovery, it now works with icegrid registry slaves and nodes | Benoit Foucher | 2014-07-25 | |
| | ||||
* | Fixed bug with system exceptions not being propagated correctly with ↵ | Benoit Foucher | 2014-07-24 | |
| | | | | collocation optimization + AMD | |||
* | ICE-4234 - Update Ice to use current Java threading constructs | Matthew Newhook | 2014-07-23 | |
| | | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb. | |||
* | Java and C# IceGrid Discovery Plugins | Joe George | 2014-07-23 | |
| | ||||
* | Fixed race condition which could cause request to be dispatched even if the ↵ | Benoit Foucher | 2014-07-21 | |
| | | | | connection was just put on hold | |||
* | ICE-5481 startSize/endSize methods aren't designed to be "reentrant" | Dwayne Boone | 2014-07-17 | |
| | ||||
* | Fix bug with connection closure causing hang in C# async demo with | Matthew Newhook | 2014-07-16 | |
| | | | | COMPACT defined. | |||
* | initial commit of IceWS for C# | Mark Spruiell | 2014-07-15 | |
| | ||||
* | Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow ↵ | Benoit Foucher | 2014-07-15 | |
| | | | | easily retrieving proxies without knowning the instance name | |||
* | Fixed Java IceWS bug which was cuasing 100% CPU usage for Ice client/server | Benoit Foucher | 2014-07-15 | |
| |