summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* Swift dictionary metadata validationJose2019-10-11
|
* Improve swift metadata validationJose2019-10-10
|
* Update expat packagesJose2019-10-09
|
* Fix #579 - Add autoreleasepools from objc -> swiftJoe George2019-10-09
|
* Improved IceGrid/admin test error detection, fix for #546Benoit Foucher2019-10-03
|
* 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
|
* Build IceIAP only with iOS platformsJose2019-10-01
|
* Allow building IceIAP with ARCJose2019-10-01
|
* Fixed IceGrid node to warn on errors to activate server, fixes #556Benoit Foucher2019-09-27
|
* Fixed IceLocatorDiscovery race condition, fixes #555Benoit Foucher2019-09-26
|
* 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
|
* 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
|
* 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
|
* 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>
* 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 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
|
* Workaround for AIX issue with SSL_write and EWOULDBLOCKBenoit Foucher2019-08-22
|
* 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 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
|
* Better work-around for xlC visibility bugBernard Normier2019-08-02
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Visibility fixes for xlCBernard Normier2019-07-27
|
* White space cleanupJose2019-07-25
|
* Fixed IceGrid node to not terminate session with master on interrupt, fixes #464Benoit Foucher2019-07-25
|
* 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