Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Fixed ICE-7270 - ice_getConnection now returns a non-null connection even if ↵ | Benoit Foucher | 2016-08-09 | |
| | | | | | | | | connection caching is disabled | |||
* | | ICE-7258 - C++ cross C# Ice/objects cross test failure | Jose | 2016-07-29 | |
| | | ||||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 | |
| | | ||||
* | | ICE-7240 - Python Ice/servantLocator cross test | Joe George | 2016-07-19 | |
| | | ||||
* | | Fixed (ICE-7233) - C++ Ice\operations cross test with C# failure | Jose | 2016-07-18 | |
| | | ||||
* | | Fixed sporadic failures from metrics tests | Benoit Foucher | 2016-07-08 | |
| | | ||||
* | | Added test for optional object dictionary parameters | Benoit Foucher | 2016-07-07 | |
| | | ||||
* | | Fixed ICE-6971 - Ice/acm test failure | Benoit Foucher | 2016-07-06 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-07-01 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Make.common.rules cpp/Makefile cpp/config/Make.rules cpp/config/Make.rules.Linux cpp/src/Ice/InstrumentationI.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/IceSSL/Makefile cpp/src/IceUtil/Makefile cpp/test/Glacier2/attack/Makefile cpp/test/Glacier2/attack/Makefile.mak cpp/test/Glacier2/router/Makefile cpp/test/Glacier2/sessionHelper/Makefile cpp/test/Glacier2/staticFiltering/Makefile cpp/test/Ice/objects/Makefile cpp/test/IceSSL/configuration/AllTests.cpp cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux cpp/test/IceUtil/stacktrace/StackTrace.release.Linux csharp/src/Ice/PropertyNames.cs java/Makefile java/gradle.properties java/gradle/ice.gradle java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/test/build.gradle js/src/Ice/PropertyNames.js man/man1/icegridadmin.1 man/man1/transformdb.1 php/BuildInstructionsWindows.md php/Makefile php/config/Make.rules.Darwin php/config/Make.rules.mak.php php/config/Make.rules.php php/src/IcePHP/Makefile php/src/Makefile php/src/Makefile.mak php/src/php5/.depend.mak php/src/php5/Communicator.cpp php/src/php5/Config.h php/src/php5/Connection.cpp php/src/php5/Endpoint.cpp php/src/php5/IcePHP.rc php/src/php5/Makefile php/src/php5/Makefile.mak php/src/php5/Operation.cpp php/src/php5/Types.cpp php/src/php5/Types.h php/src/php5/Util.cpp php/src/php7/Communicator.cpp php/src/php7/Communicator.h php/src/php7/Config.h php/src/php7/Connection.cpp php/src/php7/Endpoint.cpp php/src/php7/IcePHP.rc php/src/php7/Makefile php/src/php7/Operation.cpp php/src/php7/Types.cpp php/src/php7/Types.h php/src/php7/Util.cpp scripts/TestUtil.py | |||
| * | Merge branch '3.6-stretch' into 3.6 | Jose | 2016-06-15 | |
| |\ | ||||
| | * | Java build fixes to better support Debian packaging: | Jose | 2016-05-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow to build with dependencies for /usr/share/maven-repo if present it is add as the high priority repo * IceGridGUI can be build to depend on system JARs rather than creating a proguard jar. * The JGoodies versions used by IceGridGUI is not hardcode and can be set using Gradle properties. | |||
* | | | Fix for ICE-7198 - added wait for current invocations to be 0 | Benoit Foucher | 2016-06-29 | |
| | | | ||||
* | | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 | |
| | | | | | | | | | | | | of TCP/iAP/Bluetooth. | |||
* | | | cleaning up stream API in C++/Java/JS | Mark Spruiell | 2016-05-11 | |
| | | | ||||
* | | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-05-09 | |
|\| | | ||||
| * | | Fixed ICE-7115 - unmarshalling bug with optional parameters | Benoit Foucher | 2016-04-26 | |
| |/ | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-04-04 | |
|\| | ||||
| * | ICE-7078 - test controller out of memory issue in Windows | Jose | 2016-03-31 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-03-31 | |
|\| | ||||
| * | Build test controller with test targets | Jose | 2016-03-29 | |
| | | ||||
| * | TestController build dependency fixes | Jose | 2016-03-29 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-28 | |
|\| | ||||
| * | Enabling server network tracing causes browser JavaScript tests to hang | Jose | 2016-03-28 | |
| | | ||||
* | | Merge branch '3.6' | Jose | 2016-03-10 | |
|\| | ||||
| * | Windows wide string literal fixes | Jose | 2016-03-10 | |
| | | ||||
| * | Update version to 3.6.2 | Jose | 2016-03-10 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-10 | |
|\| | ||||
| * | String literals fixes | Jose | 2016-03-10 | |
| | | | | | | | | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-08 | |
|\| | ||||
| * | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-07 | |
|\| | ||||
| * | More Copyright year updates | Joe George | 2016-03-07 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 | |
|\| | ||||
| * | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
| * | Slice/generation test needs to clean up generated files in Java | Mark Spruiell | 2016-02-22 | |
| | | ||||
* | | Slice/generation test needs to clean up generated files in Java | Mark Spruiell | 2016-02-22 | |
| | | ||||
* | | ICE-6861 - C# stream changes | Mark Spruiell | 2016-02-18 | |
| | | ||||
* | | Fix for java8 compilation failure | Mark Spruiell | 2016-02-04 | |
| | | ||||
* | | ICE-6861 - Java stream API changes | Mark Spruiell | 2016-02-02 | |
| | | ||||
* | | interim Java fix for ValueFactoryManager | Mark Spruiell | 2016-01-20 | |
| | | ||||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 | |
| | | ||||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-01-14 | |
|\| | ||||
| * | Updated timeouts in Java/C# timeout test to prevent SLES failures | Benoit Foucher | 2016-01-14 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-01-05 | |
|\| | ||||
| * | Fixed potential deadlock that could occur with Ice for C++ when using ↵ | Benoit Foucher | 2016-01-05 | |
| | | | | | | | | collocation optimization and serialization | |||
* | | ICE-6898 - "Delegate" functions for ACM callbacks | Joe George | 2015-12-24 | |
| | | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback | |||
* | | Fixes for Bluetooth plug-ins. | Mark Spruiell | 2015-12-17 | |
| | | | | | | | | Updates to testsuite to support Bluetooth and remote servers. | |||
* | | ICE-6908 - Add ValueFactory | Joe George | 2015-12-08 | |
| | | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata. | |||
* | | Reworked IceStorm and IceGrid database error handling | Bernard Normier | 2015-11-20 | |
| | |