summaryrefslogtreecommitdiff
path: root/java/src
Commit message (Collapse)AuthorAge
* IceGridGUI start minimized in OS XJose2016-03-18
|
* ICE-7033 - IceGridGUI metrics layout bugJose2016-03-18
|
* Fixed IceGridGUI bug where icestorm/glacier2 metrics were not displayedBenoit Foucher2016-03-18
|
* 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
* Fix ICE-6839Joe George2015-11-19
| | | | | Move install directory for IceGrid Admin app from ${prefix}/bin to ${prefix} on OS X. This is where Homebrew expects to find apps.
* ICE-6774 added iceboxadmin test to IceBox/adminDwayne Boone2015-09-17
|
* Fixed ICE-6778 - background test failureBenoit Foucher2015-09-08
|
* ICE-6745 fixed minor formatting issue in error messageDwayne Boone2015-08-31
|
* ICE-6746 JARSIGNER keystore/password from env rather than cmdlineDwayne Boone2015-08-28
|
* Revert "Fixed ICE-6707 - default interface for discovery is now ↵Benoit Foucher2015-08-14
| | | | | | Ice.Default.Host if it is set" This reverts commit 406e393f2be3a29830a7758e58e4e674afc5e21e.
* Fixed ICE-6707 - default interface for discovery is now Ice.Default.Host if ↵Benoit Foucher2015-08-13
| | | | it is set
* 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
|
* ICE-6302 Fixed intermittent sessionHelper test failureDwayne Boone2015-07-28
|
* ICE-6302 Fixed SessionHelper to terminate connection attempt when destroy is ↵Dwayne Boone2015-07-27
| | | | called
* 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)
* Fix build issue with previous commitJose2015-06-12
|
* Fixed ICE-6590: IceGridAdmin.app doesn't work on OS XJose2015-06-12
|
* 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)
* Added support for signing of icegridgui.jarDwayne Boone2015-05-12
|
* 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
* Allow Ice maven repository to be overriden for testing purposesDwayne Boone2015-04-20
|
* 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
* Moved ant task to its own repositoryDwayne Boone2015-03-30
|
* 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