summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* Removed unused holder types.Matthew Newhook2014-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 JavaMatthew Newhook2014-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 connectionsDwayne Boone2014-08-07
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* updating .depend filesMark Spruiell2014-08-05
|
* ICE-5603 - Ruby 64-bit issues; Ruby 2.0 fixesMark Spruiell2014-08-05
|
* ICE-2156 - Communicator should implement IDisposableMark Spruiell2014-08-01
|
* Fixed leak when observer updater is installed, code-style issuesBenoit Foucher2014-08-01
|
* Fixed GCObject code-style issuesBenoit Foucher2014-08-01
|
* ICE-4612: Added documentation to the Slice interfaces, added missing ↵Benoit Foucher2014-07-31
| | | | property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup
* ICE-2600 - serialization support for C# exceptionsMark Spruiell2014-07-29
|
* Added missing sync to ConnectRequestHandler.getConnectionBenoit Foucher2014-07-29
|
* Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵Benoit Foucher2014-07-29
| | | | __getObserver method
* Fixed ICE-5598 (generateRandom) and ICE-5520 (removed openssl/patch.mingw)Bernard Normier2014-07-28
|
* Fixed ICE-5602 - IceGrid/replication test failure on WindowsBenoit Foucher2014-07-28
|
* Fixed #2 of ICE-5594: code style for CallbackBase classBenoit Foucher2014-07-28
|
* Fixes for Ruby x64 on Windows + MinGW cleanupsBernard Normier2014-07-27
|
* ICE-3346 - improve ice_staticId in JavaMark Spruiell2014-07-25
|
* Fixed #3 of ICE-5594: fixed __verify signature to take a const& for the cookieBenoit Foucher2014-07-25
|
* Fixed ICE-5595: Catch C++ exceptions by const referenceBenoit Foucher2014-07-25
|
* Improved IceGrid discovery, it now works with icegrid registry slaves and nodesBenoit Foucher2014-07-25
|
* Build fixes for MinGW 4.7.2-32Bernard Normier2014-07-24
|
* Completed fix for ICE-5567: move various C++11 classes/functions out of lineBernard Normier2014-07-24
|
* VS 2010 build fixJose2014-07-24
|
* ICE-5591 - Glacier2 SessionRouterI::refreshSessionMatthew Newhook2014-07-24
| | | | Also fixed ACM refresh to close the connection on failure.
* Fixed WinRT buildDwayne Boone2014-07-24
|
* Fixed bug with system exceptions not being propagated correctly with ↵Benoit Foucher2014-07-24
| | | | collocation optimization + AMD
* ICE-5515 - proxy support for ice_staticIdMark Spruiell2014-07-23
|
* Merge branch 'master' of ssh://git.zeroc.com/home/git/iceBernard Normier2014-07-23
|\ | | | | | | s necessary,
| * ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-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 Normier2014-07-23
|/ | | | build failure
* Java and C# IceGrid Discovery PluginsJoe George2014-07-23
|
* ICE-5481 use size_type for Stream startSize() return typeDwayne Boone2014-07-21
|
* Fixed race condition which could cause request to be dispatched even if the ↵Benoit Foucher2014-07-21
| | | | connection was just put on hold
* ICE-5316 added pos method to BasicStream that works for both read/writeDwayne Boone2014-07-18
|
* ICE-5316 Add support for InputStream::pos() methodDwayne Boone2014-07-17
|
* ICE-5481 startSize/endSize methods aren't designed to be "reentrant"Dwayne Boone2014-07-17
|
* ICE-5463 Change C# generated classses to remove Ice.ObjectImpl inheritanceDwayne Boone2014-07-16
|
* Fix bug with connection closure causing hang in C# async demo withMatthew Newhook2014-07-16
| | | | COMPACT defined.
* Remove trailing whitespace in comments in java generated filesDwayne Boone2014-07-15
|
* ICE-5493 too many ifdefs make code hard to readDwayne Boone2014-07-15
|
* Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow ↵Benoit Foucher2014-07-15
| | | | easily retrieving proxies without knowning the instance name
* Fixed collocation optimization to use the dispatcher, minor test fixesBenoit Foucher2014-07-15
|
* Fixed ICE-5379, Object Adapter should reject null servant, in C++, Java, C# ↵Bernard Normier2014-07-10
| | | | and JS
* ICE-5573 - .NET TimeoutException ignores DispatcherMatthew Newhook2014-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 APIsBenoit Foucher2014-07-10
|
* Fixed ICE-5532: removed un-used CryptGenRandom codeBenoit Foucher2014-07-07
|
* Fixed ICE-5394: removed deprecated C++ ice_getHash methodBenoit Foucher2014-07-07
|
* Fixed JS code to align with C++/Java/C# collocation optimization changes, ↵Benoit Foucher2014-07-04
| | | | support for running browser tests against Java/C#
* IceMX and Python support for the new collocation optimizationBenoit Foucher2014-07-01
|