Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵ | Benoit Foucher | 2016-11-02 |
| | | | | PropertyNames.xml | ||
* | More javadoc fixes | Mark Spruiell | 2016-09-26 |
| | |||
* | Fixed restore of saved maximized window | Bernard Normier | 2016-09-26 |
| | |||
* | Update IceGridGUI/javafx.gradle | Joe George | 2016-09-26 |
| | | | | Replace long time deprecated "installApp" with "installDist" | ||
* | Update java ice builder version | Joe George | 2016-09-26 |
| | |||
* | Few additional javadoc fixes | Benoit Foucher | 2016-09-26 |
| | |||
* | Minor javadoc fixes | Benoit Foucher | 2016-09-26 |
| | |||
* | Removed unnecessary versions | Bernard Normier | 2016-09-23 |
| | |||
* | Windows Java build fixes | Jose | 2016-09-23 |
| | |||
* | JAR install fixes | Jose | 2016-09-23 |
| | |||
* | Fix for ICE-7167 - fixed some warnings/errors when generating java docs | Benoit Foucher | 2016-09-23 |
| | |||
* | Use GRADLEOPTS in Java Makefiles | Jose | 2016-09-21 |
| | |||
* | Fix ICE-7192 - Review deprecatedBy usage | Jose | 2016-09-20 |
| | |||
* | Java build instructions updates | Jose | 2016-09-19 |
| | |||
* | Fix test bzip2 dependency | Jose | 2016-09-19 |
| | |||
* | Fixes to IceGridGUI build | Jose | 2016-09-19 |
| | | | | | | | Separate the proguard and plain jar builds to fix the buildscript dependencies on proguard. Only proguard-jar.gradle depends on the proguard tasks. | ||
* | Fixed ICE-6363 (Java & C#) - hang when trying to contact the locator | Benoit Foucher | 2016-09-19 |
| | |||
* | Fixed ICE-7317 - timeout test failure | Benoit Foucher | 2016-09-19 |
| | |||
* | Fix ICE-4787 - slice compilers and unicode paths | Jose | 2016-09-17 |
| | |||
* | 3.6.3 version fixes | Jose | 2016-09-17 |
| | |||
* | Fix for ICE-7357 - catch exceptions raised by connection getInfo | Benoit Foucher | 2016-09-16 |
| | |||
* | Removed double About on OS X | Bernard Normier | 2016-09-13 |
| | | | | Updated version in Contents link | ||
* | Update to latest version of Ice Builder for Gradle | Joe George | 2016-09-08 |
| | |||
* | Fix typo | Joe George | 2016-09-08 |
| | |||
* | Fixed IceGridGUI bug introduced in previous commit | Bernard Normier | 2016-09-08 |
| | |||
* | ICE-7113: remove destroyed servers | Bernard Normier | 2016-09-07 |
| | |||
* | Add iceBuilderVersion property | Jose | 2016-09-07 |
| | |||
* | Fixed typo in IceGridGUI jar signing | Benoit Foucher | 2016-09-07 |
| | |||
* | Downgraded gradle requirement to 1.3.6 to get Debian build working | Benoit Foucher | 2016-09-07 |
| | |||
* | Save location and size of LogFile and IceLog dialogs | Bernard Normier | 2016-09-06 |
| | |||
* | Fixed ICE-7311 - handling of Java errors with AMD | Benoit Foucher | 2016-09-05 |
| | |||
* | IceGrid Admin Cmd+Q support on macOS | Bernard Normier | 2016-09-02 |
| | |||
* | Remove bogus message check from Java Ice/exceptions test logger | Joe George | 2016-09-01 |
| | |||
* | ICE-7302 - Fix Java Ice/exceptions not using AMDThrowerI | Joe George | 2016-08-30 |
| | |||
* | ICE-7240 - Python Ice/servantLocator cross test | Joe George | 2016-07-19 |
| | |||
* | Update to use gradle builder 1.3.7 | Jose | 2016-07-06 |
| | |||
* | Remove IceSSL.SecurityLevel reintroduced with 3.6-stretch merge | Jose | 2016-07-06 |
| | |||
* | Merge remote-tracking branch 'origin/3.6-stretch' into 3.6 | Jose | 2016-07-06 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/test/IceSSL/configuration/AllTests.cpp csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js | ||
| * | Remove IceSSL.SecurityLevel property | Jose | 2016-07-06 |
| | | | | | | | | | | The security level can be set without this property by adding @SECLEVEL=n in the cipher string | ||
| * | OpenSSL-1.1.0-pre5 support | Jose | 2016-07-01 |
| | | |||
* | | OpenSSL-1.1.0-pre5 support | Jose | 2016-07-01 |
| | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js | ||
* | | Merge branch '3.6-stretch' into 3.6 | Jose | 2016-06-15 |
|\| | |||
| * | Fixed bug where connection to SOCKs/HTTP proxies could hang under certain ↵ | Benoit Foucher | 2016-06-10 |
| | | | | | | | | conditions | ||
| * | Use absolute paths in Class-Path | jose | 2016-06-08 |
| | | |||
| * | Allow to build JAR files with Class-Path entries | jose | 2016-06-08 |
| | | | | | | | | | | | | When setting jarsClassPath to true Class-Path entries are added to JAR files during install, we don't want to do that while buidling so the JARs Class-Path reflect the install location. | ||
| * | Remove ../resources from Class-Path | jose | 2016-06-08 |
| | | | | | | | | | | That entry is not required in Class-Path and it causes a warning with debian packaging | ||
| * | IceGridGUI build fixes | Jose | 2016-06-06 |
| | | | | | | | | Default to JGoodies libraries from maven central | ||
| * | Fix javadoc JAR names in clean rule | Jose | 2016-06-03 |
| | | |||
| * | Clean Java sources & doc jars | Jose | 2016-06-03 |
| | | |||
| * | Fixes proguar dependencies | Jose | 2016-05-27 |
| | |