summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertyNames.cpp
Commit message (Collapse)AuthorAge
* Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵Benoit Foucher2016-11-02
| | | | PropertyNames.xml
* Fix ICE-7192 - Review deprecatedBy usageJose2016-09-20
|
* Remove IceSSL.SecurityLevel reintroduced with 3.6-stretch mergeJose2016-07-06
|
* Merge remote-tracking branch 'origin/3.6-stretch' into 3.6Jose2016-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 propertyJose2016-07-06
| | | | | | | | | | The security level can be set without this property by adding @SECLEVEL=n in the cipher string
| * OpenSSL-1.1.0-pre5 supportJose2016-07-01
| |
* | OpenSSL-1.1.0-pre5 supportJose2016-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 filesJose2016-04-07
|/
* Update copyright headersJoe George2016-03-01
|
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6095: Removed deprecated Glacier2.AddSSLContext propertyBenoit Foucher2014-12-09
|
* Fixed ICE-5836: MessageSizeMax warningsBenoit Foucher2014-11-06
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* Fixed ICE-5791: removed deprecated APIs for Ice 3.6Bernard Normier2014-10-28
|
* ICE-5698 - Deprecate IceBox.ServiceManager object adapter and ↵Joe George2014-10-09
| | | | IceBox.InstanceName
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.
* Fixed (ICE-5663) - Rename IceSSL FindCert properties?Jose2014-09-25
|
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-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 Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* ICE-5659 remove Ice.MonitorConnections from propertiesDwayne Boone2014-09-05
|
* More work on ICE-2400: the send log thread now uses a separate communicator ↵Bernard Normier2014-09-02
| | | | | | to send log messages, with two-ways calls. Removed ping thread.
* New fix for ICE-5637: Glacier2CryptPermissionsVerifier plugin + ↵Bernard Normier2014-08-29
| | | | Glacier2Internal::setupNullPermissionsVerifier function
* Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and WindowsJose2014-08-19
|
* Added missing Ice.Admin.Logger property to PropertyName.xmlBernard Normier2014-08-15
|
* Initial merge for ICE-2400:Bernard Normier2014-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 Newhook2014-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.xmlDwayne Boone2014-08-13
|
* Deprecate IceSSL.ImportCert - ICE-5583Jose2014-08-12
|
* ICE-5596 add Ice.Default.Timeout propertyDwayne Boone2014-08-08
|
* ICE-5457 added ability to set source address for connectionsDwayne Boone2014-08-07
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* ICE-4612: Added documentation to the Slice interfaces, added missing ↵Benoit Foucher2014-07-31
| | | | property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup
* Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow ↵Benoit Foucher2014-07-15
| | | | easily retrieving proxies without knowning the instance name
* ICE-4612: first cut of the IceGrid discovery plugin and APIsBenoit Foucher2014-07-10
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* Added IceDiscovery service pluginBenoit Foucher2014-04-22
|
* Added support for IceGrid custom load balancingBenoit Foucher2014-04-15
|
* merging javascript branchMark Spruiell2014-03-19
|
* Renamed Ice.MetricsConfigs -> Ice.MetricsConfigJose2013-07-26
|
* ICE-5337 - Added MetricsConfigs, and update MetricsAdmin to sliced format.Jose2013-07-26
|
* Added Ice for C# support for SOCKS proxiesBenoit Foucher2013-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|