summaryrefslogtreecommitdiff
path: root/cpp/src/Ice
Commit message (Collapse)AuthorAge
* Cleaned up project files.Austin Henriksen2021-02-03
|
* Additional C++11 fixesJoe George2021-02-03
|
* Remove Ice::Application & Glacier2::Application deprecated classesJose2021-02-02
|
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Remove IcePatch2 (#602)Bernard Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* Update to MSbuild builder 5.0.6Jose2021-01-18
|
* Update MSBuild builder packageJose2021-01-18
|
* Fix build failure cause by bogust typenameJose2021-01-07
|
* Expand wildcard items in VC++ projectsJose2020-12-01
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-07-07
| | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior.
* Fixed warnings (#824)Bernard Normier2020-04-30
|
* Don't retry invocations on fixed proxies, fixes #671Benoit Foucher2020-02-20
|
* Fixed invalid access to _instance in RetryQueue, fixes #681Benoit Foucher2020-02-20
|
* Fix clang -std=c++17 buildBernard Normier2019-10-29
| | | | Note: still building Ice C++11 with -std=c++11.
* Fix #579 - Add autoreleasepools from objc -> swiftJoe George2019-10-09
|
* The Ice connection will now print warnings for first invalid messages ↵Benoit Foucher2019-10-02
| | | | received by a client, fixes #565
* Conditional compilation of TCP transport with Swift buildsJose2019-10-01
|
* Fixed file permissionsBernard Normier2019-09-17
|
* Cleanup assertion in LogerAdminI C++ implementationJose2019-09-11
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Enable SNI extension with CheckCertName > 1Jose2019-09-06
| | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes
* Implement server name indication (SNI) for OpenSSL and SecureTransport ↵Andreas Sommer2019-09-06
| | | | backends (new property `IceSSL.ServerNameIndication`, default enabled)
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixed C++/Java thread pool to no longer print bogus warning on shutdown, ↵Benoit Foucher2019-08-26
| | | | fixes #496
* Better work-around for xlC visibility bugBernard Normier2019-08-02
|
* Visibility fixes for xlCBernard Normier2019-07-27
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-18
|\
| * Fixed C++11 issue with previous Ice/interceptor test fixBenoit Foucher2019-07-11
| |
| * Fixed dispatcher interceptor bug #435Benoit Foucher2019-07-11
| |
| * Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-02
|\|
| * Check sysconf errors Close #418 (#420)Jose2019-07-02
| |
| * Fixed timer to release task outside the synchronization block, fixes #352Benoit Foucher2019-06-28
| |
| * iOS build fixesJose2019-06-27
| |
| * Fix shadows declaration warnings - Close #348Jose2019-06-24
| |
| * Better error message for LoadLibrary failure on Windows.Bernard Normier2019-06-24
| | | | | | | | Fixes #355.
* | Add ifdef around iOS specific codeJose2019-07-01
| |
* | Fix issue where DispatchQueue was not always usedJoe George2019-06-27
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\|
| * Enable -Wconversion with clang - Close #363Jose2019-06-21
| |
| * Add ice_isFixed - Close #356Jose2019-06-21
| |
| * Removed outdated comment. Fixes #369.Bernard Normier2019-06-21
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-07
|\|
| * Remove Duplicates in ice.vcxproj.filters and iceuwp++11.vcxproj Close #365Jose2019-06-06
| |
| * Visual Studio 2019 build fixesJose2019-06-04
| |
| * Fix the reading of the error message from the Service class #407Jose2019-06-04
| |
* | Only build OSLogLogger with Ice for SwiftJose2019-05-30
| |
* | Fix the reading of the error message from the Service class #407Jose2019-05-30
| |
* | Fix C++ warning: Value stored to 'c1' is never readJose2019-05-30
| |
* | Swift logger updatesJose2019-05-29
| |