Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵ | Benoit Foucher | 2016-11-02 |
| | | | | PropertyNames.xml | ||
* | Fix ICE-7192 - Review deprecatedBy usage | Jose | 2016-09-20 |
| | |||
* | 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 | ||
* | | ICE-7035 - Add option to roll log files | Jose | 2016-04-07 |
|/ | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed ICE-6464 and deprecated various IceSSL properties | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-6095: Removed deprecated Glacier2.AddSSLContext property | Benoit Foucher | 2014-12-09 |
| | |||
* | Fixed ICE-5836: MessageSizeMax warnings | Benoit Foucher | 2014-11-06 |
| | |||
* | Fixed ICE-5607: relaxed Ice.MessageSizeMax | Benoit Foucher | 2014-11-05 |
| | |||
* | Fixed ICE-5791: removed deprecated APIs for Ice 3.6 | Bernard Normier | 2014-10-28 |
| | |||
* | ICE-5698 - Deprecate IceBox.ServiceManager object adapter and ↵ | Joe George | 2014-10-09 |
| | | | | IceBox.InstanceName | ||
* | Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe | Matthew Newhook | 2014-09-29 |
| | | | | Fixed some warnings. | ||
* | Fixed (ICE-5663) - Rename IceSSL FindCert properties? | Jose | 2014-09-25 |
| | |||
* | 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) | ||
* | 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 |
| | |||
* | ICE-5659 remove Ice.MonitorConnections from properties | Dwayne Boone | 2014-09-05 |
| | |||
* | More work on ICE-2400: the send log thread now uses a separate communicator ↵ | Bernard Normier | 2014-09-02 |
| | | | | | | to send log messages, with two-ways calls. Removed ping thread. | ||
* | New fix for ICE-5637: Glacier2CryptPermissionsVerifier plugin + ↵ | Bernard Normier | 2014-08-29 |
| | | | | Glacier2Internal::setupNullPermissionsVerifier function | ||
* | Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and Windows | Jose | 2014-08-19 |
| | |||
* | Added missing Ice.Admin.Logger property to PropertyName.xml | Bernard Normier | 2014-08-15 |
| | |||
* | 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) | ||
* | - Added back the Ice.BackgroundIO property. | Matthew Newhook | 2014-08-13 |
| | | | | | | - Fixed some bugs in the interrupt test. - Fixed a bug in Outgoing where the interrupt exception could be swallowed. | ||
* | Added Ice.Default.Timeout and Ice.Default.SourceAddress to PropertyNames.xml | Dwayne Boone | 2014-08-13 |
| | |||
* | Deprecate IceSSL.ImportCert - ICE-5583 | Jose | 2014-08-12 |
| | |||
* | ICE-5596 add Ice.Default.Timeout property | Dwayne Boone | 2014-08-08 |
| | |||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 |
| | |||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | ICE-4612: Added documentation to the Slice interfaces, added missing ↵ | Benoit Foucher | 2014-07-31 |
| | | | | property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup | ||
* | Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow ↵ | Benoit Foucher | 2014-07-15 |
| | | | | easily retrieving proxies without knowning the instance name | ||
* | ICE-4612: first cut of the IceGrid discovery plugin and APIs | Benoit Foucher | 2014-07-10 |
| | |||
* | Fixed (ICE-4894) - Native SSL implementation for OS X | Jose | 2014-06-06 |
| | |||
* | 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 |
| | |||
* | ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵ | Jose | 2014-05-02 |
| | | | | characters? | ||
* | Added IceDiscovery service plugin | Benoit Foucher | 2014-04-22 |
| | |||
* | Added support for IceGrid custom load balancing | Benoit Foucher | 2014-04-15 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Renamed Ice.MetricsConfigs -> Ice.MetricsConfig | Jose | 2013-07-26 |
| | |||
* | ICE-5337 - Added MetricsConfigs, and update MetricsAdmin to sliced format. | Jose | 2013-07-26 |
| | |||
* | Added Ice for C# support for SOCKS proxies | Benoit Foucher | 2013-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| |