Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove outdated comment | Jose | 2019-01-04 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | ES6 mapping updates | Jose | 2016-08-19 |
|/ | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6196 Fixes for ProtocolInstance::secure() | Dwayne Boone | 2015-01-09 |
| | |||
* | ICE-6196 added ProtocolInstance::secure() | Dwayne Boone | 2015-01-08 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5877: disabled IPv6 by default is not supported on the system | Benoit Foucher | 2014-11-13 |
| | |||
* | Fixed ICE-5535, WSS hang and other minor issues | Benoit Foucher | 2014-09-24 |
- ICE-5535: added support for parsing TCP/SSL/WS/WSS endpoints even if the transport isn't supported - WSS implementation could hang under Java/C# if the SSL transport read too much data - The opaque endpoint un-marshalling code in Java/C# could raise an EncapsulationException where it should have raised an UnarmshalOutOfBoundsException if the marshalled endpoint was invalid. - Cleaned up JavaScript run methods for tests - Few other minor fixes |