Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | ICE-5671 make sure router/locator have not already been set by plugin loading | Dwayne Boone | 2014-10-09 |
| | |||
* | ICE-5615 move PluginManager destruction outside of sync at end of ↵ | Dwayne Boone | 2014-10-09 |
| | | | | Instance::destroy | ||
* | - Java Application now catches OperationInterruptedException and | Matthew Newhook | 2014-10-03 |
| | | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic. | ||
* | Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe | Matthew Newhook | 2014-09-29 |
| | | | | Fixed some warnings. | ||
* | - 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. | ||
* | ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵ | Bernard Normier | 2014-09-25 |
| | | | | implementation | ||
* | ICE-5670 interrupt test failure | Matthew Newhook | 2014-09-22 |
| | | | | Fixed the Ice.UnmarshalOutOfBoundsException failure. | ||
* | 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 | ||
* | 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 |
| | |||
* | Renamed oneOffDone to oneOfDone and added said check to JS for ↵ | Dwayne Boone | 2014-09-05 |
| | | | | PrintStackTraces setting | ||
* | - 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. | ||
* | ICE-3492 handle improper settings for timeout values | Dwayne Boone | 2014-08-19 |
| | |||
* | Rename WS transport files for consistency with TCP/UDP transports. | Jose | 2014-08-13 |
| | |||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 |
| | |||
* | 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 |
| | |||
* | Fixed leak when observer updater is installed, code-style issues | Benoit Foucher | 2014-08-01 |
| | |||
* | 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. | ||
* | porting C++ transport changes to Java | Mark Spruiell | 2014-05-29 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5196: allow setting an observer with IceMX enabled | Benoit Foucher | 2013-09-09 |
| | |||
* | ICE-5338 - null reference error in metrics | Mark Spruiell | 2013-07-08 |
| | |||
* | SOCKS support for Java | Mark Spruiell | 2013-04-11 |
| | |||
* | Fixed ICE-5247: removed proxy cache from Java/C# implementation | Benoit Foucher | 2013-02-18 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| | |||
* | Fixed (ICE-5172) - Ice.LogFile doesn't work with IceBox services | Jose | 2013-01-23 |
| | |||
* | Changed Ice.UseServantClassLoader to Ice.UseApplicationClassLoader | Benoit Foucher | 2013-01-18 |
| | |||
* | Missing updates for Ice.UseServantClassLoader following earlier partial commit | Benoit Foucher | 2013-01-14 |
| | |||
* | ICE-4938: support for compact IDs | Benoit Foucher | 2012-12-19 |
| | |||
* | Renamed MetricsAdmin facet name to Metrics | Benoit Foucher | 2012-10-26 |
| | |||
* | Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files | Bernard Normier | 2012-10-23 |
| | |||
* | ICE-3635 - static factory maps | Mark Spruiell | 2012-10-21 |
| | |||
* | Fixed ICE-3627 and ICE-3370: use of new async API and removed mono ↵ | Benoit Foucher | 2012-10-19 |
| | | | | workaround in Network.cs | ||
* | Added support for Glacier2 MX and fixed ICE-4880 | Benoit Foucher | 2012-10-12 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | ICE-4774: Merged skype_props enhancement | Benoit Foucher | 2012-08-30 |
| | |||
* | ICE-4609 - Add ability to load shared library with full path | Jose | 2012-08-16 |
| | | | | | | | | | | | - C++/Java now also support to load Services and Plugins from a full path, this was already supported by .NET - Fixed the parsing of plug-in arguments to correct split the arguments - Fixed Plugin manager destroy C++/Java/C#, the plugin must are now destroyed in initialization reverse order as documented. | ||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | ICE-4701 - AsyncResult::getCommunicator returns null | Mark Spruiell | 2012-01-06 |
| | |||
* | ICE-3318 Java finalizers are problematic | Jose | 2012-01-03 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | 4987 - preserve exception cause | Mark Spruiell | 2011-03-30 |
| | |||
* | bug 4633 - ICE_CONFIG fixes | Mark Spruiell | 2010-02-15 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies |