Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | 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. | ||
* | ICE-6116 reduce verbose warnings about socket buffer size | Dwayne Boone | 2015-03-03 |
| | |||
* | build fix | Jose | 2015-02-20 |
| | |||
* | Simplification to Atomic usage | Jose | 2015-02-20 |
| | |||
* | Replace volatile with IceUtilInternal::Atomic in c++ | Jose | 2015-02-19 |
| | |||
* | Added C++ plugins for endpoint factories, cleaned up registration of WS ↵ | Benoit Foucher | 2015-02-06 |
| | | | | factories | ||
* | ICE-6196 Fixes for ProtocolInstance::secure() | Dwayne Boone | 2015-01-09 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed unitialized IceInternal::Time::_hasObserver | Bernard Normier | 2014-11-24 |
| | |||
* | Fixed ICE-5877: disabled IPv6 by default is not supported on the system | Benoit Foucher | 2014-11-13 |
| | |||
* | Fixed ICE-5486: added support for MessageSizeMax OA property | Benoit Foucher | 2014-11-05 |
| | |||
* | Fixed ICE-5607: relaxed Ice.MessageSizeMax | Benoit Foucher | 2014-11-05 |
| | |||
* | ICE-5804 - Warnings when building with GCC (Eliminate C style casts) | Jose | 2014-10-30 |
| | |||
* | Fixed ICE-5786: fixed Ice communicator destroy to be thread safe | Benoit Foucher | 2014-10-29 |
| | |||
* | Fixed ICE-3490: guarantee invocation serialization for proxies which are equal | Benoit Foucher | 2014-10-22 |
| | |||
* | Fixed ICE-5726: provide deprecated public StringConverterPlugin | Bernard Normier | 2014-10-09 |
| | |||
* | ICE-5671 make sure router/locator have not already been set by plugin loading | Dwayne Boone | 2014-10-09 |
| | |||
* | ICE-5615 move PluginManager destruction outside of sync at end of ↵ | Dwayne Boone | 2014-10-09 |
| | | | | Instance::destroy | ||
* | - Java Application now catches OperationInterruptedException and | Matthew Newhook | 2014-10-03 |
| | | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic. | ||
* | ICE-5677 consistent checking of boolean properties | Dwayne Boone | 2014-09-18 |
| | |||
* | Simplified creation of Admin facets in IceBox; simplified test for Admin ↵ | Bernard Normier | 2014-09-17 |
| | | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property) | ||
* | Fixed ICE-5318: Review IceGrid timeout defaults | Benoit Foucher | 2014-09-16 |
| | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | IceGrid::Admin now provides remote access to IceGrid registry and node Admin ↵ | Bernard Normier | 2014-09-10 |
| | | | | | | objects, and icegridadmin uses these new operations to show the Ice log file for IceGrid registries and IceGrid nodes (ICE-2400) | ||
* | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵ | Benoit Foucher | 2014-09-10 |
| | | | | networking code (addition of StreamSocket class abstraction) | ||
* | Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and Python | Bernard Normier | 2014-09-08 |
| | |||
* | Renamed oneOffDone to oneOfDone and added said check to JS for ↵ | Dwayne Boone | 2014-09-05 |
| | | | | PrintStackTraces setting | ||
* | Added back to optmization to not call connection dispatch if not necessary | Benoit Foucher | 2014-09-05 |
| | |||
* | Fix Ice.LogStdErr.Convert initialization | Jose | 2014-08-25 |
| | |||
* | ICE-3492 handle improper settings for timeout values | Dwayne Boone | 2014-08-19 |
| | |||
* | Initial merge for ICE-2400: | Bernard Normier | 2014-08-14 |
| | | | | | | | - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node) | ||
* | Rename WS transport files for consistency with TCP/UDP transports. | Jose | 2014-08-13 |
| | |||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 |
| | |||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 |
| | |||
* | Fixed leak when observer updater is installed, code-style issues | Benoit Foucher | 2014-08-01 |
| | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | Fix for ICE-1588: print error when exiting while communicator(s) not destroyed | Bernard Normier | 2014-06-17 |
| | |||
* | Fixed ICE-5499, new garbage collection support | Benoit Foucher | 2014-06-05 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Fixed bug ICE-5543: stringToIdentity bug with escaped escapes | Bernard Normier | 2014-05-21 |
| | |||
* | Updated nativeToUTF8 and UTF8ToNative for consistency with ↵ | Bernard Normier | 2014-05-16 |
| | | | | stringToWstring/wstringToString | ||
* | Added IceWS support to WinRT | Benoit Foucher | 2014-05-12 |
| | |||
* | Add stderr logger test and fix logger encoding issues. | Jose | 2014-05-07 |
| | |||
* | Fixed WinRT build (transport re-factoring) | Benoit Foucher | 2014-05-06 |
| | |||
* | ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵ | Jose | 2014-05-02 |
| | | | | characters? |