Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed ICE-6680 - WS transports are now provided by a separate IceWS plugin | Benoit Foucher | 2017-04-27 |
| | |||
* | Fix (ICE-7671) - VS 2017 crash when build UWP | Jose | 2017-04-11 |
| | |||
* | Fixed ICE-7755 - listen on all IPs associated with a DNS name | Benoit Foucher | 2017-04-10 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-03-28 |
|\ | |||
| * | ICE-7483 - Rename OS X to macOS | Joe George | 2017-03-28 |
| | | |||
* | | Removed Current's default value in the C++11 mapping | Bernard Normier | 2017-03-08 |
| | | | | | | | | Renamed Ice::noExplicitCurrent to Ice::emptyCurrent | ||
* | | Fixed ICE-7584 - discovery plugins now send multicast datagrams on all ↵ | Benoit Foucher | 2017-03-01 |
| | | | | | | | | interfaces | ||
* | | Fix (6462) - Consider changing some IceSSL checks to use native APIs | Jose | 2017-02-22 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\| | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Removed cpp:unscoped from all Ice enums | Bernard Normier | 2017-02-08 |
| | | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC | ||
* | | Fixed ICE-7496 - Ice/binding too slow, speed up of tests on Windows | Benoit Foucher | 2017-01-26 |
| | | |||
* | | Fixed UDP test failure on Windows (ignore down network interfaces) | Benoit Foucher | 2017-01-24 |
| | | |||
* | | Fixed multicast to also listen on link-locap IPv6 addressees | Benoit Foucher | 2017-01-23 |
| | | |||
* | | Fixed ICE-6708 - the UDP transport now join the multicast group on all ↵ | Benoit Foucher | 2017-01-20 |
| | | | | | | | | interfaces by default | ||
* | | Replace NULL by ICE_NULLPTR | Bernard Normier | 2017-01-11 |
| | | |||
* | | UWP code simplifications | Jose | 2017-01-10 |
| | | |||
* | | Fixed (ICE-7472) UWP and Mcast interface | Jose | 2016-12-23 |
| | | | | | | | | | | In UWP the multicast interface must be send when the datagram socket is bind. | ||
* | | UWP workaround for multicast groups | Jose | 2016-12-22 |
| | | |||
* | | minor style fixes | Jose | 2016-12-16 |
| | | |||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | updating IceBT to BlueZ 5 | Mark Spruiell | 2016-10-20 |
| | | |||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-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 | ||
| * | Merge branch '3.6-stretch' into 3.6 | Jose | 2016-06-15 |
| |\ | |||
| | * | Debian kFreeBSD fixes | Jose | 2016-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 | ||
| | * | FreeBSD patches | Jose | 2016-05-26 |
| | | | |||
* | | | Whitespace cleanup - tabs to spaces | Joe George | 2016-06-29 |
| | | | |||
* | | | Exported classes no longer have weak vtables with clang | Bernard Normier | 2016-06-27 |
| | | | |||
* | | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 |
| | | | | | | | | | | | | of TCP/iAP/Bluetooth. | ||
* | | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-05-09 |
|\| | | |||
| * | | Fix to no longer close the socket on fdToString failure, the caller is now ↵ | Benoit Foucher | 2016-04-27 |
| |/ | | | | | | | closing the socket if necessary | ||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Missing include | Jose | 2016-01-15 |
| | | |||
* | | ICE-6821 getSystemErrno should not be inlined | Jose | 2016-01-15 |
| | | |||
* | | Added ready callback to allow transports to signal readiness to the thread pool | Benoit Foucher | 2015-10-09 |
|/ | |||
* | ICE-6082 No way to discover send/recv buffer sizes | Dwayne Boone | 2015-03-05 |
| | |||
* | ICE-6116 reduce verbose warnings about socket buffer size | Dwayne Boone | 2015-03-03 |
| | |||
* | Fixed ICE-6296 - Added WinRT support for getHostsForEndpointExpand | Benoit Foucher | 2015-02-09 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Minor change to the link local address check | Dwayne Boone | 2014-12-16 |
| | |||
* | ICE-6180 filter out IPv4 link local for C# as well | Dwayne Boone | 2014-12-16 |
| | |||
* | ICE-6130 filter out all link local addresses in published endpoints | Dwayne Boone | 2014-12-16 |
| | |||
* | Fixed bug number of comment on fast path loopback | Benoit Foucher | 2014-12-09 |
| | |||
* | Fix for ICE-6093: disabled fast path loopback interface | Benoit Foucher | 2014-12-09 |
| | |||
* | Fixed ICE-5877: disabled IPv6 by default is not supported on the system | Benoit Foucher | 2014-11-13 |
| | |||
* | ICE-5875 confusing tracing when binding to 0.0.0.0 | Dwayne Boone | 2014-11-13 |
| | |||
* | ICE-5804 - Warnings when building with GCC (Eliminate C style casts) | Jose | 2014-10-30 |
| |