summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/WSTransceiver.cpp
Commit message (Collapse)AuthorAge
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fixed UWP retry test failure caused by WS bug wrt at-most-once semantics ↵Benoit Foucher2018-03-15
| | | | (ICE-8727)
* Update copyright year to 2018Jose2018-02-14
|
* 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
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* | 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
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | Added ready callback to allow transports to signal readiness to the thread poolBenoit Foucher2015-10-09
|/
* Fixed ICE-6695 - ensure buffers are not cleared too early for WS/SSL transportsBenoit Foucher2015-08-11
|
* Fixed ICE-6159: release memory allocated by connection buffers when the ↵Benoit Foucher2015-08-05
| | | | connection is closed instead of waiting for the reaping
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fix Web Socket protocol bug when reading message payloadJose2015-06-09
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|
* Changes for brew, python PyPI packaging and ruby gem packaging.Matthew Newhook2015-02-18
|
* Fixed ICE-6225 - Added headers attribute to WSConnectionInfoBenoit Foucher2015-02-16
|
* Fixed ICE-6158: WS write buffer too big, other minor fixes for Ice TouchBenoit Foucher2015-01-29
|
* Fixed (ICE-6209) - IceUtil/SHA1.hJose2015-01-16
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixes for ICE-5984 & ICE-5965: binding test warwnings with WSBenoit Foucher2014-11-27
|
* Fixed ICE-5945: WS transport bugBenoit Foucher2014-11-21
|
* Fixed ICE-5852: added support for WS continuation framesBenoit Foucher2014-11-13
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Rename WS transport files for consistency with TCP/UDP transports.Jose2014-08-13