summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* Fix slice2swift Windows build failureJose2019-09-02
|
* Add slice2swift to NuGet packages - Close #505Jose2019-09-02
|
* Fix slice2cs generated param "context" comment - Close #499Jose2019-09-02
|
* Fixed Slice code generation with Xcode projectsBenoit Foucher2019-08-30
|
* Fixed Ice/admin test to not wait indefinitely, fixes #343Benoit Foucher2019-08-29
|
* Fixed iOS test controller Xcode build issue, updated Swift projectBenoit Foucher2019-08-29
|
* Minor timeout test fix to prevent failure, fixes #498Benoit Foucher2019-08-29
|
* Fixed C++/Java thread pool to no longer print bogus warning on shutdown, ↵Benoit Foucher2019-08-26
| | | | fixes #496
* Removed work-around for OpenSSL error on AIX, as it's no longer needed with ↵Bernard Normier2019-08-23
| | | | OpenSSL 1.0.2.1801.
* Small fixBernard Normier2019-08-22
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Workaround for AIX issue with SSL_write and EWOULDBLOCKBenoit Foucher2019-08-22
|
* Fixed C++/Objective-C controller project warnings with Xcode 10.xBenoit Foucher2019-08-21
|
* Move IceBox.PrintServicesReady output after creation of Admin object.Bernard Normier2019-08-20
| | | Fixes #471
* Fix for forward-declared only Slice proxies with typescript.Bernard Normier2019-08-19
| | | | Fixes #483
* Fixed commentsBernard Normier2019-08-16
|
* Fix objective-c signedness warningJose2019-08-15
|
* Fix IceSSL/configuration failures with macOS catalinaJose2019-08-15
|
* Fix shadown warnings with recent clang versionJose2019-08-15
|
* Minor fix for Glacier2/SessionRouterI - See #30Jose2019-08-07
|
* Clear reserved _con contexts on session establishment - See #30Jose2019-08-06
|
* Do not omit param names for documented parameters - Close #465Jose2019-08-06
|
* Fix doc.zeroc.com URLs - Close #457Jose2019-08-05
|
* Better work-around for xlC visibility bugBernard Normier2019-08-02
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* AIX portBernard Normier2019-07-29
|
* Removed extra empty lineBernard Normier2019-07-29
|
* Visibility fixes for xlCBernard Normier2019-07-27
|
* Add support for hidden visibility on AIX/xlC.Bernard Normier2019-07-25
| | | | Link libIceXML with libexpat-static on AIX/xlC.
* White space cleanupJose2019-07-25
|
* Fixed IceGrid node to not terminate session with master on interrupt, fixes #464Benoit Foucher2019-07-25
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-22
|\
| * Fixed IceGrid node to check for permissions verifier crypt password ↵Benoit Foucher2019-07-22
| | | | | | | | properties, fixes #452
* | Update Swift version to 3.7b2v3.7-beta2-swiftJose2019-07-18
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-18
|\|
| * Fixed non-thread safe AMD dispatch, fixes #448 (#449)Benoit Foucher2019-07-18
| | | | | | | | | | | | | | The caching of the output stream which was added back to solve #414 made the dispatch of AMD requests non thread-safe if a dispatch interceptor was installed and if the interceptor retried the dispatch. Multiple continuation could run concurrently and eventually re-use the cached output stream to marshal multiple responses.
| * Update NuGet expat package version to 2.2.7Jose2019-07-17
| |
| * Fix for C# struct and protected metadataJose2019-07-17
| |
| * Add support for "protected" data members with C# generated structsJose2019-07-16
| |
| * Fixed dispatch interceptor test threading issue, fixes #446Benoit Foucher2019-07-16
| |
| * Fixed potential metrics test failure, fixes #217Benoit Foucher2019-07-16
| |
| * Fixed build failures caused by AIX portBenoit Foucher2019-07-15
| |
| * Port to AIX with g++, xlC_r and xlclang++ (#434)Bernard Normier2019-07-15
| |
| * Test script minor warning fixesJose2019-07-12
| |
| * 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
| |
| * Allow oneway/batch proxies to use IceStorm retryCount, fixes #164Benoit Foucher2019-07-10
| |
* | Dispatch fixes for #421 (#440)Reece Humphreys2019-07-18
| | | | | | | | | | | | | | | | | | | | | | | | * Dispatch fixes for #421 * Add interceptor test * Updated test to add test interceptor exceptions * Dispatch fixes and add ability to retry * Fixed comments