summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.h
Commit message (Collapse)AuthorAge
* Fixed file permissionsBernard Normier2019-09-17
|
* Replace __linux by __linux__ in remaining filesBernard Normier2019-02-07
| | | | g++ 8.2 on Power does not define __linux with -std=c++11
* Fix typoJose2019-01-24
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed SOCKET_ERROR assignement with DWORD, fixes #267Benoit Foucher2018-11-15
|
* Fixed UWP transport to cancel read/write operations on close (ICE-8686)Benoit Foucher2018-03-01
|
* Fix UWP async operation status checksJose2018-02-22
|
* Update copyright year to 2018Jose2018-02-14
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fix (ICE-7671) - VS 2017 crash when build UWPJose2017-04-11
|
* Fixed ICE-7584 - discovery plugins now send multicast datagrams on all ↵Benoit Foucher2017-03-01
| | | | interfaces
* Fix (6462) - Consider changing some IceSSL checks to use native APIsJose2017-02-22
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed multicast to also listen on link-locap IPv6 addresseesBenoit Foucher2017-01-23
| |
* | Fixed ICE-6708 - the UDP transport now join the multicast group on all ↵Benoit Foucher2017-01-20
| | | | | | | | interfaces by default
* | UWP code simplificationsJose2017-01-10
| |
* | Fixed (ICE-7472) UWP and Mcast interfaceJose2016-12-23
| | | | | | | | | | In UWP the multicast interface must be send when the datagram socket is bind.
* | WinRT -> UWP renamesJose2016-12-14
| |
* | updating IceBT to BlueZ 5Mark Spruiell2016-10-20
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Make.common.rules cpp/Makefile cpp/config/Make.rules cpp/config/Make.rules.Linux cpp/src/Ice/InstrumentationI.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/IceSSL/Makefile cpp/src/IceUtil/Makefile cpp/test/Glacier2/attack/Makefile cpp/test/Glacier2/attack/Makefile.mak cpp/test/Glacier2/router/Makefile cpp/test/Glacier2/sessionHelper/Makefile cpp/test/Glacier2/staticFiltering/Makefile cpp/test/Ice/objects/Makefile cpp/test/IceSSL/configuration/AllTests.cpp cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux cpp/test/IceUtil/stacktrace/StackTrace.release.Linux csharp/src/Ice/PropertyNames.cs java/Makefile java/gradle.properties java/gradle/ice.gradle java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/test/build.gradle js/src/Ice/PropertyNames.js man/man1/icegridadmin.1 man/man1/transformdb.1 php/BuildInstructionsWindows.md php/Makefile php/config/Make.rules.Darwin php/config/Make.rules.mak.php php/config/Make.rules.php php/src/IcePHP/Makefile php/src/Makefile php/src/Makefile.mak php/src/php5/.depend.mak php/src/php5/Communicator.cpp php/src/php5/Config.h php/src/php5/Connection.cpp php/src/php5/Endpoint.cpp php/src/php5/IcePHP.rc php/src/php5/Makefile php/src/php5/Makefile.mak php/src/php5/Operation.cpp php/src/php5/Types.cpp php/src/php5/Types.h php/src/php5/Util.cpp php/src/php7/Communicator.cpp php/src/php7/Communicator.h php/src/php7/Config.h php/src/php7/Connection.cpp php/src/php7/Endpoint.cpp php/src/php7/IcePHP.rc php/src/php7/Makefile php/src/php7/Operation.cpp php/src/php7/Types.cpp php/src/php7/Types.h php/src/php7/Util.cpp scripts/TestUtil.py
| * Debian kFreeBSD fixesJose2016-06-10
| | | | | | | | | | | | | | | | | | - ICE_USE_KQUEUE was not being defined for kFreeBSD - closeSocket needs to deal with ECONNRESET in same way that FreeBSD does - icehashpassword.py was unable to detec kFreeBSD platform
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | 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++ Consistent usage of public virtualJose2016-01-12
| |
* | Added ready callback to allow transports to signal readiness to the thread poolBenoit Foucher2015-10-09
|/
* Fixed ICE-6695, Ice for WinRT hang on Windows 10Benoit Foucher2015-08-11
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* 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
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6076: SocketOperationCompletedHandler is no longer publicBenoit Foucher2014-12-05
|
* Fixed ICE-5877: disabled IPv6 by default is not supported on the systemBenoit Foucher2014-11-13
|
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* ICE-5639 added comment for clarification of SocketOperation enumDwayne Boone2014-08-25
|
* ICE-5638 add default constructor for Address unionDwayne Boone2014-08-21
|
* ICE-5457 added ability to set source address for connectionsDwayne Boone2014-08-07
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06
|
* Added IceWS support to WinRTBenoit Foucher2014-05-12
|
* Fixed (ICE-714) - New visibility options in GCC 4.0Jose2014-05-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* ICE-5399 - WinRT compile failuresMark Spruiell2013-08-16
|
* Fixed ICE-5390 - moved NetworkF.h to public includesBenoit Foucher2013-07-26
|
* Revert "Fix to allow transceivers to read more data than requested."Benoit Foucher2013-07-26
| | | | This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7.
* ICE-5377 - simplifying fixMark Spruiell2013-07-12
|
* Fix to allow transceivers to read more data than requested.Benoit Foucher2013-07-12
|