Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | 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 | |
| | ||||
* | updating .depend files | Mark Spruiell | 2014-08-05 | |
| | ||||
* | ICE-5603 - Ruby 64-bit issues; Ruby 2.0 fixes | Mark Spruiell | 2014-08-05 | |
| | ||||
* | ICE-2156 - Communicator should implement IDisposable | Mark Spruiell | 2014-08-01 | |
| | ||||
* | Fixed leak when observer updater is installed, code-style issues | Benoit Foucher | 2014-08-01 | |
| | ||||
* | Fixed GCObject 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 | |||
* | ICE-2600 - serialization support for C# exceptions | Mark Spruiell | 2014-07-29 | |
| | ||||
* | Added missing sync to ConnectRequestHandler.getConnection | Benoit Foucher | 2014-07-29 | |
| | ||||
* | Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵ | Benoit Foucher | 2014-07-29 | |
| | | | | __getObserver method | |||
* | Fixed ICE-5598 (generateRandom) and ICE-5520 (removed openssl/patch.mingw) | Bernard Normier | 2014-07-28 | |
| | ||||
* | Fixed ICE-5602 - IceGrid/replication test failure on Windows | Benoit Foucher | 2014-07-28 | |
| | ||||
* | Fixed #2 of ICE-5594: code style for CallbackBase class | Benoit Foucher | 2014-07-28 | |
| | ||||
* | Fixes for Ruby x64 on Windows + MinGW cleanups | Bernard Normier | 2014-07-27 | |
| | ||||
* | ICE-3346 - improve ice_staticId in Java | Mark Spruiell | 2014-07-25 | |
| | ||||
* | Fixed #3 of ICE-5594: fixed __verify signature to take a const& for the cookie | Benoit Foucher | 2014-07-25 | |
| | ||||
* | Fixed ICE-5595: Catch C++ exceptions by const reference | Benoit Foucher | 2014-07-25 | |
| | ||||
* | Improved IceGrid discovery, it now works with icegrid registry slaves and nodes | Benoit Foucher | 2014-07-25 | |
| | ||||
* | Build fixes for MinGW 4.7.2-32 | Bernard Normier | 2014-07-24 | |
| | ||||
* | Completed fix for ICE-5567: move various C++11 classes/functions out of line | Bernard Normier | 2014-07-24 | |
| | ||||
* | VS 2010 build fix | Jose | 2014-07-24 | |
| | ||||
* | ICE-5591 - Glacier2 SessionRouterI::refreshSession | Matthew Newhook | 2014-07-24 | |
| | | | | Also fixed ACM refresh to close the connection on failure. | |||
* | Fixed WinRT build | Dwayne Boone | 2014-07-24 | |
| | ||||
* | Fixed bug with system exceptions not being propagated correctly with ↵ | Benoit Foucher | 2014-07-24 | |
| | | | | collocation optimization + AMD | |||
* | ICE-5515 - proxy support for ice_staticId | Mark Spruiell | 2014-07-23 | |
| | ||||
* | Merge branch 'master' of ssh://git.zeroc.com/home/git/ice | Bernard Normier | 2014-07-23 | |
|\ | | | | | | | s necessary, | |||
| * | 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. | |||
* | | Fixed ICE-5567: Too much pseudo-inlining with ICE_CPP11 + OpenSSLEngine ↵ | Bernard Normier | 2014-07-23 | |
|/ | | | | build failure | |||
* | Java and C# IceGrid Discovery Plugins | Joe George | 2014-07-23 | |
| | ||||
* | ICE-5481 use size_type for Stream startSize() return type | Dwayne Boone | 2014-07-21 | |
| | ||||
* | 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-5316 added pos method to BasicStream that works for both read/write | Dwayne Boone | 2014-07-18 | |
| | ||||
* | ICE-5316 Add support for InputStream::pos() method | Dwayne Boone | 2014-07-17 | |
| | ||||
* | ICE-5481 startSize/endSize methods aren't designed to be "reentrant" | Dwayne Boone | 2014-07-17 | |
| | ||||
* | ICE-5463 Change C# generated classses to remove Ice.ObjectImpl inheritance | Dwayne Boone | 2014-07-16 | |
| | ||||
* | Fix bug with connection closure causing hang in C# async demo with | Matthew Newhook | 2014-07-16 | |
| | | | | COMPACT defined. | |||
* | Remove trailing whitespace in comments in java generated files | Dwayne Boone | 2014-07-15 | |
| | ||||
* | ICE-5493 too many ifdefs make code hard to read | Dwayne Boone | 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 collocation optimization to use the dispatcher, minor test fixes | Benoit Foucher | 2014-07-15 | |
| | ||||
* | Fixed ICE-5379, Object Adapter should reject null servant, in C++, Java, C# ↵ | Bernard Normier | 2014-07-10 | |
| | | | | and JS | |||
* | ICE-5573 - .NET TimeoutException ignores Dispatcher | Matthew Newhook | 2014-07-10 | |
| | | | | | | | | - Added test for C++, C# & Java to the dispatcher test to ensure that the invocation timeout is throwin in the correct thread. - Pass the connection to the dispatcher invocation in more cases. | |||
* | ICE-4612: first cut of the IceGrid discovery plugin and APIs | Benoit Foucher | 2014-07-10 | |
| | ||||
* | Fixed ICE-5532: removed un-used CryptGenRandom code | Benoit Foucher | 2014-07-07 | |
| | ||||
* | Fixed ICE-5394: removed deprecated C++ ice_getHash method | Benoit Foucher | 2014-07-07 | |
| | ||||
* | Fixed JS code to align with C++/Java/C# collocation optimization changes, ↵ | Benoit Foucher | 2014-07-04 | |
| | | | | support for running browser tests against Java/C# | |||
* | IceMX and Python support for the new collocation optimization | Benoit Foucher | 2014-07-01 | |
| |