summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/WSEndpoint.cpp
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592)Benoit Foucher2018-01-24
|
* Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Minor fixes to endpoint codeBenoit Foucher2017-04-12
|
* Fixed ICE-7755 - listen on all IPs associated with a DNS nameBenoit Foucher2017-04-10
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | New TargetCompare template, renamed targetEquals to targetEqualToBernard Normier2016-08-04
| |
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | C++11 WSEnpoint == and < operators fixesJose2015-12-31
| |
* | C++11 cpp:comparable for local classesJose2015-12-21
| |
* | C++ shared_from_this simplificationsJose2015-12-21
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Added C++ plugins for endpoint factories, cleaned up registration of WS ↵Benoit Foucher2015-02-06
| | | | factories
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Removed dead code (sync. connection establishment code)Benoit Foucher2014-11-27
|
* Fixed ICE-5535, WSS hang and other minor issuesBenoit Foucher2014-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
* ICE-4891 some minor improvementsDwayne Boone2014-09-17
|
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Rename WS transport files for consistency with TCP/UDP transports.Jose2014-08-13