summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* Another fix for the Ice/retry testBenoit Foucher2019-09-23
|
* Fixed warnings from Ice/retry test, fixes #539Benoit Foucher2019-09-23
|
* Fixed #542, adjusted timeouts to reduce chances of failuresBenoit Foucher2019-09-23
|
* Fixed Xcode project version, fixes #540Benoit Foucher2019-09-20
|
* Fixed file permissionsBernard Normier2019-09-17
|
* Regenerated TOCBernard Normier2019-09-16
|
* Updates for 3.7.3Bernard Normier2019-09-16
|
* Fix UWP test build failure - Close #529Jose2019-09-16
|
* Misc updates to README filesJose2019-09-13
|
* Fixed IceGrid/replicaGroup test failure, fixes #526Benoit Foucher2019-09-13
|
* Added tracing for IceGrid/replicaGroup test, fix for #526Benoit Foucher2019-09-13
|
* Minor IceGrid/replication fix to make sure the node is stoppedBenoit Foucher2019-09-12
|
* Cleanup assertion in LogerAdminI C++ implementationJose2019-09-11
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* IceSSL cert name verification fixes - Close #512 (#515)Jose2019-09-10
|
* Whitespace fixesBernard Normier2019-09-09
|
* Swift comment updatesJoe George2019-09-09
|
* Fix #513 - Use nil queue for sentOn: callbackJoe George2019-09-09
|
* Fix for IceGrid/replication failure, fixes #514Benoit Foucher2019-09-09
|
* Minor OpenSSL fixes - Close #510Jose2019-09-06
|
* Enable SNI extension with CheckCertName > 1Jose2019-09-06
| | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes
* Mark SNI support in UWP as not testedAndreas Sommer2019-09-06
|
* Mark SChannel as always using SNIAndreas Sommer2019-09-06
|
* Implement server name indication (SNI) for OpenSSL and SecureTransport ↵Andreas Sommer2019-09-06
| | | | backends (new property `IceSSL.ServerNameIndication`, default enabled)
* Fixed IceGrid locking issue, fixes #503Benoit Foucher2019-09-06
|
* IceStorm/single timing issue - Close #479Jose2019-09-04
|
* Fixed Ice/acm test waitForClose timingBenoit Foucher2019-09-04
|
* Fixed Ice/retry test timingBenoit Foucher2019-09-04
|
* Fixed C++11 build errorBenoit Foucher2019-09-04
|
* Simplifed collocation test in Ice/location test, fixes #506Benoit Foucher2019-09-04
|
* Update lmdb packages to 0.9.24Jose2019-09-03
|
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fix bogus doc comments generated by slice2cs - Close #500Jose2019-09-02
| | | | Acked-by: Jose <jose@zeroc.com>
* Fixed makecerts.py script to specify extended key usageBenoit Foucher2019-09-02
|
* 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