summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/UdpTransceiver.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Fixed UDPTransceiver leak on WinRTBenoit Foucher2015-09-09
|
* Fixed ICE-6757 - allow Windows 10 UAP apps to re-use multicast addrBenoit Foucher2015-09-01
|
* Fixed ICE-6695, Ice for WinRT hang on Windows 10Benoit Foucher2015-08-11
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|
* ICE-6116 reduce verbose warnings about socket buffer sizeDwayne Boone2015-03-03
|
* Revert "ICE-6082 added sndBufSize and rcvBufSize to UDPEndpointInfo"Dwayne Boone2015-01-07
| | | | This reverts commit ad55ad9c4996fb32452bba72e337152b27e61963.
* ICE-6082 added sndBufSize and rcvBufSize to UDPEndpointInfoDwayne Boone2015-01-07
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* Minor change to Udptransceiver to ensure proper tracing on failureDwayne Boone2014-09-23
|
* ICE-4891 some minor improvementsDwayne Boone2014-09-17
|
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* ICE-5638 add default constructor for Address unionDwayne Boone2014-08-21
|
* ICE-5457 added ability to set source address for connectionsDwayne Boone2014-08-07
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fixed WinRT build (transport re-factoring)Benoit Foucher2014-05-06
|
* Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5Jose2014-05-02
|
* merging javascript branchMark Spruiell2014-03-19
|
* Revert "Fix to allow transceivers to read more data than requested."Benoit Foucher2013-07-26
| | | | This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7.
* Fix to allow transceivers to read more data than requested.Benoit Foucher2013-07-12
|
* Fixed ICE-5367: UDPTransceiver FD leakBenoit Foucher2013-06-27
|
* * SOCKS support for C++Mark Spruiell2013-04-04
| | | | | * Minor cleanup in C# * Unity fixes
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed ICE-5079: Replaced IceInternal::Address by a union to avoid ↵Bernard Normier2012-12-26
| | | | reinterpret_cast and warnings
* Last attempt to fix ICE-4982 correctlyBenoit Foucher2012-11-22
|
* ICE-4982: correct fix for the UDP assertBenoit Foucher2012-11-22
|
* Fixed ICE-4982 and ICE-4985: WinRT Udp test failuresBenoit Foucher2012-11-22
|
* Fixed ICE-4913: deprecate Ice::StatsBernard Normier2012-11-19
|
* Fixed ICE-4556 - --interface option not working on some platforms, enabled ↵Benoit Foucher2012-10-22
| | | | Java IPv6 tests on Windows
* Merge remote-tracking branch 'origin/encoding11' into withoutsyncBenoit Foucher2012-09-10
|\ | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h
| * Port to Solaris 11 / Solaris Studio 12.3 (== CC 5.12)Bernard Normier2012-09-07
| | | | | | | | Fix to BasicStream.h (unitialized data member) that caused occasional failures in Ice/stream test
* | Fixed communicator flushBatchRequests to allow tracingBenoit Foucher2012-09-10
|/
* MinGW & Ruby-1.9 updatesJose2012-07-26
|
* WinRT supportJose2012-07-13
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug #4763Bernard Normier2010-06-02
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* New AMI mappingBenoit Foucher2009-11-23
|
* Win32 64 bits compilation errorBenoit Foucher2009-11-06
|
* Cleaned up UDP transceivers, fixes for bug 4223 and 4320Benoit Foucher2009-10-27
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* Added Ruby implemetation of EndpointInfo and ConnectionInfoDwayne Boone2009-10-16
|
* Added support for EndpointInfo and ConnectionInfo to python.Dwayne Boone2009-10-16
| | | | | | Set endpoint in Connection getInfo implementations. Removed unused _stateTime from ConnectionI. Remove ["cpp:virtual"] from SSLEndpointInfo slice definition.
* Added ConnectionInfo/EndpointInfo, bug 4280 & 3964Benoit Foucher2009-10-12
|
* Bug 3972 - reduced trace level for some output and other minor cleanupDwayne Boone2009-09-23
|