summaryrefslogtreecommitdiff
path: root/java/src/Ice
Commit message (Collapse)AuthorAge
* Update version to 3.6.2Jose2016-03-10
|
* ICE-6864 - Java changes for Slice docsMark Spruiell2016-03-04
|
* Update copyright headersJoe George2016-03-01
|
* Use UTF-8 encoding with URLEncoder.encodeJose2016-02-29
|
* ICE-6993 Java URL creation from IceBoxJose2016-02-29
|
* ICE-6844 - Slow Java performance when unmarshaling Ice objects that use ↵Mark Spruiell2016-02-26
| | | | compact type IDs
* Fixed ICE-6778 - background test failureBenoit Foucher2015-09-08
|
* ICE-6745 fixed minor formatting issue in error messageDwayne Boone2015-08-31
|
* ICE-6407 java udp test failureDwayne Boone2015-08-13
|
* Fixed ICE-6159: release memory allocated by connection buffers when the ↵Benoit Foucher2015-08-05
| | | | connection is closed instead of waiting for the reaping
* ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵Benoit Foucher2015-08-03
| | | | core, minor test suite fixes
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Fixed ICE-6625: warning when shutting IceDiscovery hello serverBenoit Foucher2015-07-31
|
* Fixed IceDiscovery and collocation optimization issue which could cause ↵Benoit Foucher2015-06-22
| | | | indefinite hang if communicator was destroyed (ICE-6627)
* Fixed ICE-6619: fixed Java IceSSL issue when running against C# serverBenoit Foucher2015-06-22
|
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead
* Don't throw RetryException if the failure occurs during connection ↵Benoit Foucher2015-06-12
| | | | establishement (ICE-6589)
* Fixed bug in object adapter where default servants were not cleared on ↵Benoit Foucher2015-06-10
| | | | destroyed (ICE-6582)
* Fix Web Socket protocol bug when reading message payloadJose2015-06-09
|
* Fixed Ice/location failure with Ice.ThreadSafeInterrupt (ICE-6559)Benoit Foucher2015-06-04
|
* Fixed ICE-6558 - Android deadlock with background IO threadBenoit Foucher2015-06-04
|
* Fixed initConnectionInfo to no longer throwBenoit Foucher2015-06-03
|
* Fixed issue on Android where network operation could occur on main thread ↵Benoit Foucher2015-05-28
| | | | (ICE-6521)
* Fixed ICE-6501: android SSL test failure and other minor Android test failuresBenoit Foucher2015-05-12
|
* Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵Benoit Foucher2015-05-07
| | | | the reply for servant locator finished user exception was always encoded with 1.0
* ICE-6410 - Java error with empty truststoreMark Spruiell2015-05-01
|
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed ICE-6443 and other SSL fixesBenoit Foucher2015-04-28
| | | | | | | | | - Added IceSSL::WSSEndpointInfo and IceSSL::WSSEndpointInfo - Deprecated IceSSL.KeyFile - Added IceSSL.CAs and deprecated IceSSL.CertAuthFile and IceSSL.CertAuthDir - Added support for IceSSL.UsePlatformCAs - Fixed SSL implementations to support reading PEM files containing multiple PEM certificates - Fixed Windows SSL implementation to support load DER certificates
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* ICE-5845 - Improve handling of java.lang.ErrorMark Spruiell2015-04-16
|
* ICE-6402 - IceSSL.DefaultDir fixesMark Spruiell2015-04-07
|
* SSL fixes (bis)Benoit Foucher2015-04-01
| | | | | | - Fixed SChannel to correctly handles certificate chains from PKCS12 files - Fixed Java IceSSL to require password for PKCS12 - Fixed Windows test build issue
* Remove gradle plugin install taskDwayne Boone2015-03-25
|
* Modified the gradle plugin to automatically add the Ice slice dir to the ↵Dwayne Boone2015-03-13
| | | | includes
* Copy the gradle plugin files to lib directory for easier accessDwayne Boone2015-03-13
|
* ICE-6232 - UI demos should use dispatcherMark Spruiell2015-03-11
|
* Several changes for clean.Matthew Newhook2015-03-11
| | | | expanded all gradle build files.
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* ICE-6358 fixed java test failureDwayne Boone2015-03-06
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|
* Remove bogus print statement form Network.javaJoe George2015-03-05
|
* - Added ice36.rb.Matthew Newhook2015-03-05
| | | | - Fix java installation locations for /usr based installs.
* ICE-6116 reduce verbose warnings about socket buffer sizeDwayne Boone2015-03-03
|
* ICE-5967 add cancelation to Ice.Trace.Retry tracingDwayne Boone2015-02-27
|
* Fix for ICE-6268, initialize enum, string and structs in ↵Benoit Foucher2015-02-20
| | | | Java/C#/Objective-C/JavaScript
* ICE-6322 Network I/O on main threadMatthew Newhook2015-02-19
|
* All Ice clones are now covariant in JavaBernard Normier2015-02-18
|
* Fixed ICE-6225 - Added headers attribute to WSConnectionInfoBenoit Foucher2015-02-16
|
* Added C++ plugins for endpoint factories, cleaned up registration of WS ↵Benoit Foucher2015-02-06
| | | | factories