summaryrefslogtreecommitdiff
path: root/java-compat/src
Commit message (Collapse)AuthorAge
* Fix version string and objc buildJoe George2021-02-24
|
* Update version to v3.8.0Joe George2021-02-15
|
* Additional C++11 fixesJoe George2021-02-03
|
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Remove IcePatch2 (#602)Bernard Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* Pass arguments to exec in a String arrayJose2020-12-31
|
* Use short cast to make narrow conversion in compound assignment explicitJose2020-12-30
|
* Update version to 3.7.5Jose2020-11-30
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-07-07
| | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior.
* Update id used to register the IceLocatorDiscovery locator objectJose2020-06-10
|
* Fix build failured, introduce in previous commitJose2020-04-30
|
* Unhandled CommunicatorDestroyedException - See # 744Jose2020-04-30
|
* Update version to 3.7.4Jose2020-04-20
|
* Don't retry invocations on fixed proxies, fixes #671Benoit Foucher2020-02-20
|
* Add missing break after locating IPEndpointInfoJose2019-12-05
|
* Ignore null locator repliesJose2019-12-05
|
* The Ice connection will now print warnings for first invalid messages ↵Benoit Foucher2019-10-02
| | | | received by a client, fixes #565
* Fixed IceLocatorDiscovery race condition, fixes #555Benoit Foucher2019-09-26
|
* Fixed retry in Java to no longer rely on Future cancel, fixes #538Benoit Foucher2019-09-24
|
* Fixed Java warnings reported by Eclipse, fixes #541Benoit Foucher2019-09-20
|
* Fixed race condition in Android/UDP transport, fixes #527Benoit Foucher2019-09-13
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Enable SNI extension with CheckCertName > 1Jose2019-09-06
| | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes
* Mark java-compat as not supporting SNIAndreas Sommer2019-09-06
|
* Implement server name indication (SNI) for OpenSSL and SecureTransport ↵Andreas Sommer2019-09-06
| | | | backends (new property `IceSSL.ServerNameIndication`, default enabled)
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixed IceBox exception handling, fixes #486Benoit Foucher2019-08-30
|
* Fixed C++/Java thread pool to no longer print bogus warning on shutdown, ↵Benoit Foucher2019-08-26
| | | | fixes #496
* Ported logger fix from Java mapping. Fixes #488.Bernard Normier2019-08-22
|
* Move IceBox.PrintServicesReady output after creation of Admin object.Bernard Normier2019-08-20
| | | Fixes #471
* Update Ice version to 3.7.3Jose2019-07-22
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-18
|\
| * Fixed C++11 issue with previous Ice/interceptor test fixBenoit Foucher2019-07-11
| |
| * Fixed dispatcher interceptor bug #435Benoit Foucher2019-07-11
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-02
|\|
| * Added back caching of output stream, fixes #414 (#415)Benoit Foucher2019-06-28
| | | | | | | | Added back caching of output stream for sync dispatch responses, fixes #414
| * Remove unused classesJose2019-06-27
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\|
| * Add ice_isFixed - Close #356Jose2019-06-21
| |
* | Swift logger updatesJose2019-05-29
|/
* Fix typoJose2019-01-29
|
* Fix identationJose2019-01-25
|
* Fix command line argument parsing in iceboxadmin JavaJose2019-01-24
|
* Fix invalid argument parsing in Java/C# IceBox ServerJose2019-01-23
| | | | Close #339
* Copyright header simplicationJose2019-01-19
|
* IceSSL TLSv1.3 preliminary supportJose2019-01-15
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed quoting of UnexpectedObjectException messageBenoit Foucher2018-12-17
|
* Fixed bogus incoming connection factory assert, fixes #301Benoit Foucher2018-12-11
|