Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix whitespace issueHEADmain | Joe George | 2021-03-15 |
| | |||
* | Fix version string and objc build | Joe George | 2021-02-24 |
| | |||
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | Additional C++11 fixes | Joe George | 2021-02-03 |
| | |||
* | Remove checksum support (#607) | Austin Henriksen | 2021-02-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping. | ||
* | Remove IcePatch2 (#602) | Bernard Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | JavaScript default protocol for browsers should be "ws" - Close #934 | Jose | 2021-01-19 |
| | |||
* | Fix TypeScript Ice/optional test | Jose | 2021-01-10 |
| | |||
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | Update JavaScript npm dependencies | Jose | 2021-01-08 |
| | |||
* | Add /node_modules to test HTTP server paths | Jose | 2020-12-31 |
| | |||
* | JavaScript HttpServer updates for filePath checks | Jose | 2020-12-30 |
| | |||
* | Always check path accessed by JavaScript test server | Jose | 2020-12-30 |
| | |||
* | Check URLs pass to JavaScript HTTP test server | Jose | 2020-12-30 |
| | |||
* | Bump ini from 1.3.5 to 1.3.7 in /js (#1193) | dependabot[bot] | 2020-12-11 |
| | | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | Better handling of undefined values (#1188) | Jose | 2020-12-09 |
| | |||
* | Workaround JS frameworks that don't support Symbol.species with Promise ↵ | Jose | 2020-12-02 |
| | | | | types (#1170) | ||
* | Update TypeScript version | Jose | 2020-11-30 |
| | |||
* | update npm dependencies | Jose | 2020-11-30 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Bump http-proxy from 1.18.0 to 1.18.1 in /js (#1027) | dependabot[bot] | 2020-09-07 |
| | | | | | | | | | | Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | Bump lodash from 4.17.15 to 4.17.19 in /js (#958) | dependabot[bot] | 2020-07-17 |
| | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | Add class cycle detection during unmarshaling (#946) | Joe George | 2020-07-07 |
| | | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior. | ||
* | Update JavaScript npm dependencies | Jose | 2020-05-01 |
| | |||
* | Update npm dependencies - Close #805 (#806) | Jose | 2020-04-20 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Update JavaScript dependencies | Joe George | 2020-03-19 |
| | |||
* | Bump acorn from 5.7.3 to 5.7.4 in /js (#749) | dependabot[bot] | 2020-03-16 |
| | | | | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | Don't retry invocations on fixed proxies, fixes #671 | Benoit Foucher | 2020-02-20 |
| | |||
* | Fix bogus check in JavaScript WSTransceiver - Close #587 | Jose | 2019-10-15 |
| | |||
* | Minor fixes to documentation files | Benoit Foucher | 2019-10-11 |
| | |||
* | The Ice connection will now print warnings for first invalid messages ↵ | Benoit Foucher | 2019-10-02 |
| | | | | received by a client, fixes #565 | ||
* | Inrease timeouts in Ice/acm test - Close #558 | Jose | 2019-09-29 |
| | |||
* | Fixed Python bug related to invalid return parameters, fixes #550 | Benoit Foucher | 2019-09-25 |
| | |||
* | Fix for invocation timeout sporadic test failure, fixes #547 | Benoit Foucher | 2019-09-24 |
| | |||
* | Minor clarification for JavaScript test instructions | Jose | 2019-09-18 |
| | |||
* | Fix js Ice/adapterDeactivation failure - Close #534 | Jose | 2019-09-18 |
| | |||
* | Misc updates to README files | Jose | 2019-09-13 |
| | |||
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | Enable SNI extension with CheckCertName > 1 | Jose | 2019-09-06 |
| | | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes | ||
* | Fixed retry bug with -2 invocation timeout, fixes #501 | Benoit Foucher | 2019-09-03 |
| | |||
* | Fixes for slice2py forward declarations - Close #490 | Jose | 2019-09-03 |
| | |||
* | Fixed whitespace | Benoit Foucher | 2019-08-29 |
| | |||
* | Added missing import for matlab timeout test, fixes #492 | Benoit Foucher | 2019-08-22 |
| | |||
* | Fixed TypeScript Ice/timeout failure | Benoit Foucher | 2019-08-22 |
| | |||
* | Fixed Ice/timeout test to ensure the client doesn't hang in case of test failure | Benoit Foucher | 2019-08-22 |
| | |||
* | Promise.finally is now provided by standard Promise base class | Jose | 2019-08-12 |
| | |||
* | Fixes for C++ & Swift generated code - Close #458 | Jose | 2019-07-31 |
| | |||
* | Update .npmignore to ignore .tgz files | Jose | 2019-07-30 |
| |