summaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
* Fix whitespace issueHEADmainJoe George2021-03-15
|
* Fix version string and objc buildJoe George2021-02-24
|
* Update version to v3.8.0Joe George2021-02-15
|
* Switch to using python3 by defaultJoe George2021-02-10
|
* Additional C++11 fixesJoe George2021-02-03
|
* Remove checksum support (#607)Austin Henriksen2021-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 Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* JavaScript default protocol for browsers should be "ws" - Close #934Jose2021-01-19
|
* Fix TypeScript Ice/optional testJose2021-01-10
|
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Update JavaScript npm dependenciesJose2021-01-08
|
* Add /node_modules to test HTTP server pathsJose2020-12-31
|
* JavaScript HttpServer updates for filePath checksJose2020-12-30
|
* Always check path accessed by JavaScript test serverJose2020-12-30
|
* Check URLs pass to JavaScript HTTP test serverJose2020-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)Jose2020-12-09
|
* Workaround JS frameworks that don't support Symbol.species with Promise ↵Jose2020-12-02
| | | | types (#1170)
* Update TypeScript versionJose2020-11-30
|
* update npm dependenciesJose2020-11-30
|
* Update version to 3.7.5Jose2020-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 George2020-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 dependenciesJose2020-05-01
|
* Update npm dependencies - Close #805 (#806)Jose2020-04-20
|
* Update version to 3.7.4Jose2020-04-20
|
* Update JavaScript dependenciesJoe George2020-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 #671Benoit Foucher2020-02-20
|
* Fix bogus check in JavaScript WSTransceiver - Close #587Jose2019-10-15
|
* Minor fixes to documentation filesBenoit Foucher2019-10-11
|
* The Ice connection will now print warnings for first invalid messages ↵Benoit Foucher2019-10-02
| | | | received by a client, fixes #565
* Inrease timeouts in Ice/acm test - Close #558Jose2019-09-29
|
* Fixed Python bug related to invalid return parameters, fixes #550Benoit Foucher2019-09-25
|
* Fix for invocation timeout sporadic test failure, fixes #547Benoit Foucher2019-09-24
|
* Minor clarification for JavaScript test instructionsJose2019-09-18
|
* Fix js Ice/adapterDeactivation failure - Close #534Jose2019-09-18
|
* Misc updates to README filesJose2019-09-13
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Enable SNI extension with CheckCertName > 1Jose2019-09-06
| | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed whitespaceBenoit Foucher2019-08-29
|
* Added missing import for matlab timeout test, fixes #492Benoit Foucher2019-08-22
|
* Fixed TypeScript Ice/timeout failureBenoit Foucher2019-08-22
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Promise.finally is now provided by standard Promise base classJose2019-08-12
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Update .npmignore to ignore .tgz filesJose2019-07-30
|