summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* | Fixed SChannel IceSSL implementation bug which could cause an assert to ↵Benoit Foucher2018-05-02
| | | | | | | | occur with a debug build, fixes #69
* | Fix JavaScript errors and warnings report by ESLINTJose2018-04-30
| | | | | | | | Close #28
* | Allow FileParser.Endpoints to be set via Ice::Properties (#58)Michael Dorner2018-04-30
|/ | | * Register FileParser on IceGridAdmin.Server adapter, used with --server option
* Fix bug in Network.cpp AddressCompare (ICE-8831)Joe George2018-04-17
|
* Fixed UDP multicast membership issue (ICE-8831)Benoit Foucher2018-04-17
|
* Fix C++11 enum intialization for LocalObject instancesJose2018-04-15
|
* Update Visual Studio projects to MSBuild builder 5.0.4Jose2018-04-06
|
* Update Windows openssl NuGet packages to 1.0.2oJose2018-04-04
|
* Fixed C++ connection factory build failureBenoit Foucher2018-03-30
|
* Fix to ensure that object adapter creation fails on iOS if port already in useBenoit Foucher2018-03-30
|
* Fixed minor test leaks (ICE-8767)Benoit Foucher2018-03-27
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* Potential UWP fix to solve controller crashes (ICE-8713)Benoit Foucher2018-03-15
|
* Fixed UWP retry test failure caused by WS bug wrt at-most-once semantics ↵Benoit Foucher2018-03-15
| | | | (ICE-8727)
* Update expat and bzip2 NuGet package versionsJose2018-03-14
|
* Fixed UWP transport to cancel read/write operations on close (ICE-8686)Benoit Foucher2018-03-01
|
* Fixed invalid OA comments and some JS local interface operationsBenoit Foucher2018-02-27
|
* Fixed UWP connection memory leak (ICE-8686)Benoit Foucher2018-02-27
|
* Disable JavaScript jshint and eslint lintersJose2018-02-23
|
* Fix JavaScript wrapper to support import from non global scopeJose2018-02-22
| | | | | | | The generated code wrapper used `this` assuming it was always imported from the global scoped but that breaks when you import the scripts using WebPack or similar tools that wraps the imports in its own functions
* Fix UWP async operation status checksJose2018-02-22
|
* UWP crash if udp send completes after transceiver is closeJose2018-02-22
|
* Whitespace cleanupJose2018-02-16
|
* Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints methodBenoit Foucher2018-02-16
| | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650
* Update copyright year to 2018Jose2018-02-14
|
* Added tracing for IceLocatorDiscovery (ICE-8072)Benoit Foucher2018-02-14
|
* Remove old commentJose2018-02-13
|
* Fix ICE-8201 - Add support for per-thread context to UWPJose2018-02-13
|
* Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1Jose2018-02-12
|
* Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵Benoit Foucher2018-02-12
| | | | (ICE-8659)
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* ICE-8648 - Make IceBridge usable as router-for-OAMark Spruiell2018-02-09
|
* Prevent registration of dynamic replica groups if already registered with ↵Benoit Foucher2018-02-09
| | | | deployment facility (ICE-8556)
* Update msbuild projects to use 5.0.2 builderJose2018-02-08
|
* Merge branch '3.7' of github.com:zeroc-ice/ice into 3.7Jose2018-02-08
|\
| * Fixed Glacier2 potential NullHandleException (ICE-8575)Benoit Foucher2018-02-07
| |
| * Better fix for publishing loopback addresses when no other addresses are ↵Benoit Foucher2018-02-07
| | | | | | | | available (ICE-8622)
| * Added loopback addresses to published endpoints if no other adresses are ↵Benoit Foucher2018-02-06
| | | | | | | | available (ICE-8622)
* | Merge remote-tracking branch 'origin/netcore' into 3.7Jose2018-02-08
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/3.7' into netcoreJose2018-02-05
| |\
| * | Add missing new lines in generated codeJose2017-12-06
| | |
| * | Add workaround for .NET Core optional failureJose2017-12-04
| | |
* | | Merge remote-tracking branch 'origin/matlab' into 3.7Jose2018-02-06
|\ \ \
| * | | Minor fix, remove unused variableJose2017-10-20
| | | |
| * | | More keyword escape fixesMark Spruiell2017-10-19
| | | |
| * | | Adding missing doc/copyrightMark Spruiell2017-10-19
| | | |
| * | | Adding escape test and related fixesMark Spruiell2017-10-19
| | | |
| * | | Remove package metadata; test cleanupMark Spruiell2017-10-11
| | | |
| * | | slice2matlab updates for ICE-8538, ICE-8536, ICE-8535, ICE-8532Mark Spruiell2017-10-11
| | | |
| * | | Update MATLAB build systemJose2017-10-09
| | | |