summaryrefslogtreecommitdiff
path: root/cpp/src/Ice
Commit message (Expand)AuthorAge
* Back pressure fix for 3.7 (#2270)Benoit Foucher2024-06-18
* Ice.ServerIdleTime fixes (#2049)Joe George2024-04-15
* Do not use null terminated arrays for C# properties (#1585)Joe George2023-12-11
* Fixed typos. (#1580)Austin Henriksen2023-12-06
* Remove loopback fastpath - Fix #1480 (#1508)Jose2023-09-18
* Remove uwp (#1504)Jose2023-09-18
* Xcode 14.3 beta2 build fixes (#1463)Jose2023-03-08
* Update msbuild builder and openssl package versionsJose2022-07-15
* Fix ThreadPool on FreeBSD (#1335)grembo2022-01-17
* Fix for potential CFStream/NSStream deadlock with the iOS transports (#1329)Benoit Foucher2022-01-10
* Prefer static_cast to plain castJose2022-01-07
* Undeprecate IceSSL.KeyFileJose2022-01-07
* Don't use auto with lambda methodsJose2021-12-29
* Fixes for C++98 mapping build with C++17 mode or greaterJose2021-12-28
* OpenSSL 3.0 build (#1320)Jose2021-12-01
* Visual Studio 2022 build updatesJose2021-11-24
* Add revocation certificate checks (#1303)Jose2021-09-20
* Restore binary compatibility with 3.7.5Jose2021-06-14
* Update msbuild builder versionJose2021-06-02
* Update expat and msbuild builder dependenciesJose2021-06-01
* iOS build fixes for 12.0 min versionJoe George2021-05-28
* 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
* 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
* Fix #579 - Add autoreleasepools from objc -> swiftJoe George2019-10-09
* The Ice connection will now print warnings for first invalid messages receive...Benoit Foucher2019-10-02
* 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
* Implement server name indication (SNI) for OpenSSL and SecureTransport backen...Andreas Sommer2019-09-06
* 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, fixe...Benoit Foucher2019-08-26
* 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