Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix IceGridGUI do no make remote call on UI thread | Jose | 2018-06-07 | |
| | | | | | AdminSession.getReplicaName was call from the UI thread | |||
* | IceGridGUI hangs on invalid login | Jose | 2018-06-07 | |
| | | | | Fixes #90 | |||
* | Fix JavaScript errors and warnings report by ESLINT | Jose | 2018-04-30 | |
| | | | | Close #28 | |||
* | Allow FileParser.Endpoints to be set via Ice::Properties (#58) | Michael Dorner | 2018-04-30 | |
| | | | * Register FileParser on IceGridAdmin.Server adapter, used with --server option | |||
* | Fixed bogus dependency when building IceGridGUI bundle | Benoit Foucher | 2018-04-20 | |
| | ||||
* | IceGridGUI gradle build fixes | Jose | 2018-04-19 | |
| | ||||
* | IceGridGUI macOS JDK 10 build fixes | Jose | 2018-04-17 | |
| | ||||
* | IceGridGUI Java 10 fixes | Jose | 2018-04-17 | |
| | ||||
* | Fixed UDP multicast membership issue (ICE-8831) | Benoit Foucher | 2018-04-17 | |
| | ||||
* | Java selector fix | Mark Spruiell | 2018-03-21 | |
| | ||||
* | Added sanity checks for ACM timeout value (ICE-8749) | Benoit Foucher | 2018-03-20 | |
| | ||||
* | Fix URI format used in class-path to use file:// | Jose | 2018-03-20 | |
| | ||||
* | Fixed potential IceLocatorDiscovery hang (ICE-8726) | Benoit Foucher | 2018-03-12 | |
| | ||||
* | Fixed invalid OA comments and some JS local interface operations | Benoit Foucher | 2018-02-27 | |
| | ||||
* | Whitespace cleanup | Jose | 2018-02-16 | |
| | ||||
* | Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints method | Benoit Foucher | 2018-02-16 | |
| | | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650 | |||
* | Fix macOS icegridgui Java 9 builds | Jose | 2018-02-14 | |
| | ||||
* | Update copyright year to 2018 | Jose | 2018-02-14 | |
| | ||||
* | Simplify IceGridGUI jar creation | Jose | 2018-02-14 | |
| | ||||
* | Added tracing for IceLocatorDiscovery (ICE-8072) | Benoit Foucher | 2018-02-14 | |
| | ||||
* | Fix ICE-8666 - IceGridGUI Java 9 NPE | Jose | 2018-02-13 | |
| | ||||
* | Fix ICE-8542 - Java 9 proguard build failure | Jose | 2018-02-13 | |
| | ||||
* | Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵ | Benoit Foucher | 2018-02-12 | |
| | | | | (ICE-8659) | |||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 | |
| | | | | is destroyed (ICE-8659) | |||
* | Better fix for publishing loopback addresses when no other addresses are ↵ | Benoit Foucher | 2018-02-07 | |
| | | | | available (ICE-8622) | |||
* | Added loopback addresses to published endpoints if no other adresses are ↵ | Benoit Foucher | 2018-02-06 | |
| | | | | available (ICE-8622) | |||
* | Merge remote-tracking branch 'origin/matlab' into 3.7 | Jose | 2018-02-06 | |
|\ | ||||
| * | Adding help text to core classes and functions | Mark Spruiell | 2017-10-13 | |
| | | ||||
* | | Changed ice_fixed to inherit invocation timeout, context and compress ↵ | Benoit Foucher | 2018-02-01 | |
| | | | | | | | | override from original proxy | |||
* | | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵ | Benoit Foucher | 2018-01-31 | |
| | | | | | | | | (ICE-7996 & ICE-7976) | |||
* | | icebox requires at least one service (cpp, java)(ICE-8307) | Bernard Normier | 2018-01-26 | |
| | | ||||
* | | Moved the clearing of the router info into the try/catch block (ICE-8615) | Benoit Foucher | 2018-01-25 | |
| | | ||||
* | | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 | |
| | | ||||
* | | Update version to v3.7.1 | Jose | 2017-12-14 | |
| | | ||||
* | | Fix Java 9 deprecation warnings | Jose | 2017-11-16 | |
| | | ||||
* | | Fix IceGridGUI to use executor when appropriate | Jose | 2017-11-16 | |
| | | | | | | | | Bug ICE-8298 | |||
* | | Fix Java 9 deprecation warnings | Jose | 2017-11-16 | |
| | | ||||
* | | Fix Java9 build of Ice.jar to be compatible with Java8 | Jose | 2017-11-16 | |
| | | | | | | | | See ICE-8561 | |||
* | | ICE-8539 - Android fixes for Bluetooth addressing | Mark Spruiell | 2017-11-09 | |
| | | ||||
* | | Fix ICE-8363 - use appbundler from maven central | Jose | 2017-11-06 | |
| | | ||||
* | | Add Ice.LogFile test | Jose | 2017-11-02 | |
| | | ||||
* | | Fix build error in IceGidGUI build.gradle | Joe George | 2017-10-31 | |
| | | ||||
* | | Various Java 9 fixes | Joe George | 2017-10-31 | |
| | | | | | | | | | | | | - Proguard does not support Java 9 yet. Build the plain JAR and issue warning if it's detected - Upgrade Gradle to 4.2.1 which supports Java 9.0.1 | |||
* | | Move SessionHelper communicator initialization to a separate thread ICE-8504 | Jose | 2017-10-30 | |
| | | ||||
* | | ICE-7997 - unnecessary test in ConnectionI | Mark Spruiell | 2017-10-30 | |
| | | ||||
* | | Fixed IceGridGUI gradle build warning (ICE-9389) | Benoit Foucher | 2017-09-15 | |
| | | ||||
* | | Fix Java 9 IceGridGUI build failures | Jose | 2017-09-11 | |
| | | | | | | | | | | | | | | See bug (ICE-8455), fix reported in debian zeroc-ice package as Bug#873225 [1] - [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873225 | |||
* | | Ensure ice_getCachedConnection doesn't return null after successfully ↵ | Benoit Foucher | 2017-09-06 | |
| | | | | | | | | | | | | returning a connection See bug ICE-8467 | |||
* | | Fix bogus reference use in communicatorDestroy | Jose | 2017-09-06 | |
|/ | ||||
* | ICE-8397 - fix for Android issue with locator on main thread | Mark Spruiell | 2017-08-04 | |
| |