Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | .gitignore updates | Jose | 2016-03-11 |
| | |||
* | Update version to 3.6.2 | Jose | 2016-03-10 |
| | |||
* | Update Copyright year to 2016 in rc and cs files | Joe George | 2016-03-07 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Rework previous fix for 3.6 compatibility | Jose | 2016-02-29 |
| | |||
* | ICE-6952 - identityToString/stringToIdentity non member functions | Jose | 2016-02-29 |
| | |||
* | Fixed potential deadlock that could occur with Ice for C++ when using ↵ | Benoit Foucher | 2016-01-05 |
| | | | | collocation optimization and serialization | ||
* | Fixed UDPTransceiver leak on WinRT | Benoit Foucher | 2015-09-09 |
| | |||
* | Fix for TCH-259 - assert on shutdown | Benoit Foucher | 2015-09-08 |
| | |||
* | Fixed ICE-6778 - background test failure | Benoit Foucher | 2015-09-08 |
| | |||
* | Fixed ICE-6757 - allow Windows 10 UAP apps to re-use multicast addr | Benoit Foucher | 2015-09-01 |
| | |||
* | Updated AssemblyInfo and StringFileInfo on Windows | Bernard Normier | 2015-08-21 |
| | |||
* | ICE-6703 - Windows dependencies and third party packages. | Jose | 2015-08-12 |
| | |||
* | Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | Fixed ICE-6695 - ensure buffers are not cleared too early for WS/SSL transports | Benoit Foucher | 2015-08-11 |
| | |||
* | Fixed ICE-6695, Ice for WinRT hang on Windows 10 | Benoit Foucher | 2015-08-11 |
| | |||
* | Fixed ICE-6159: release memory allocated by connection buffers when the ↵ | Benoit Foucher | 2015-08-05 |
| | | | | connection is closed instead of waiting for the reaping | ||
* | ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵ | Benoit Foucher | 2015-08-03 |
| | | | | core, minor test suite fixes | ||
* | ICE-6624 renamed overloaded functions that cause issues with some compilers | Dwayne Boone | 2015-08-03 |
| | |||
* | Updated version to 3.6.1 | Dwayne Boone | 2015-07-31 |
| | |||
* | Fixed ICE-6625: warning when shutting IceDiscovery hello server | Benoit Foucher | 2015-07-31 |
| | |||
* | Install Windows third parties during nmake install | Jose | 2015-07-30 |
| | | | | | | | | | - The nuget third party binaries required to run applications are now installed with nmake install target. - Fixes for nuget packages dependency on nuget.exe - For VC100 define only the BZIP2 packages | ||
* | Nuget support | Jose | 2015-07-30 |
| | | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required. | ||
* | ICE-6661 Cannot build Ice with -Os on Ubuntu 15.04 | Dwayne Boone | 2015-07-20 |
| | |||
* | Updated Windows dependencies | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | Force correct overload selection to fix compatibility with Intel C++ 2015 | alexey.nazarenko | 2015-07-01 |
| | |||
* | Fixed IceDiscovery and collocation optimization issue which could cause ↵ | Benoit Foucher | 2015-06-22 |
| | | | | indefinite hang if communicator was destroyed (ICE-6627) | ||
* | The communicator now catch exceptions raised by plugin initialize and raise ↵ | Benoit Foucher | 2015-06-17 |
| | | | | PluginInitializationException instead | ||
* | Don't throw RetryException if the failure occurs during connection ↵ | Benoit Foucher | 2015-06-12 |
| | | | | establishement (ICE-6589) | ||
* | Fixed bug in object adapter where default servants were not cleared on ↵ | Benoit Foucher | 2015-06-10 |
| | | | | destroyed (ICE-6582) | ||
* | Fix Web Socket protocol bug when reading message payload | Jose | 2015-06-09 |
| | |||
* | Fixed ICE-6558 - Android deadlock with background IO thread | Benoit Foucher | 2015-06-04 |
| | |||
* | Fixed initConnectionInfo to no longer throw | Benoit Foucher | 2015-06-03 |
| | |||
* | WinRT connection info fixes | Jose | 2015-06-02 |
| | |||
* | Fixed: (ICE-6543) StringConverter not build with WinRT | Jose | 2015-05-29 |
| | |||
* | ICE-6524 added string converter to the statically registered plugins | Dwayne Boone | 2015-05-26 |
| | |||
* | Updates for windows mkdir usage | Jose | 2015-05-15 |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | ||
* | Fixed ICE-6498: replaced protocol error with encoding error un ↵ | Benoit Foucher | 2015-05-13 |
| | | | | UnsupportedEncodingException message | ||
* | Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after build | Jose | 2015-05-12 |
| | |||
* | Fixed ICE-6497: broken Windows RT build | Benoit Foucher | 2015-05-11 |
| | |||
* | Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵ | Benoit Foucher | 2015-05-07 |
| | | | | the reply for servant locator finished user exception was always encoded with 1.0 | ||
* | Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵ | Benoit Foucher | 2015-05-06 |
| | | | | defined, minor WinRT test fixes | ||
* | Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes | Benoit Foucher | 2015-05-06 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 |
| | | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro. | ||
* | minor fixes for purify | Mark Spruiell | 2015-05-05 |
| | |||
* | Fixed ICE-6464 and deprecated various IceSSL properties | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 |
| | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| |