Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵ | Benoit Foucher | 2016-11-02 |
| | | | | PropertyNames.xml | ||
* | Fix for JavaScript write ready callback | Jose | 2016-10-05 |
| | | | | Do not keep calling the callback if the fd is already closed. | ||
* | Fixed (ICE-7404) - js Ice/binding hung on Windows with Chrome | Jose | 2016-10-04 |
| | |||
* | ICE-7398 - Browser Ice/throughput hang | Jose | 2016-09-30 |
| | |||
* | Fix (ICE-7391) Ice/optional(Bidir) test error | Jose | 2016-09-29 |
| | |||
* | ICE-7081 - JavaScript testsuite should install a global error handler | Jose | 2016-09-20 |
| | |||
* | Fix ICE-7192 - Review deprecatedBy usage | Jose | 2016-09-20 |
| | |||
* | Fix for ICE-7357 - catch exceptions raised by connection getInfo | Benoit Foucher | 2016-09-16 |
| | |||
* | JS copyright fixes | Jose | 2016-09-12 |
| | |||
* | JS OutgoingConnectionFactory bug setting connection adapter | Jose | 2016-07-25 |
| | |||
* | ICE-7241 - Python Ice/optional cross test failure | Joe George | 2016-07-19 |
| | |||
* | Remove IceSSL.SecurityLevel reintroduced with 3.6-stretch merge | Jose | 2016-07-06 |
| | |||
* | Merge remote-tracking branch 'origin/3.6-stretch' into 3.6 | Jose | 2016-07-06 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/test/IceSSL/configuration/AllTests.cpp csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js | ||
| * | Remove IceSSL.SecurityLevel property | Jose | 2016-07-06 |
| | | | | | | | | | | The security level can be set without this property by adding @SECLEVEL=n in the cipher string | ||
| * | OpenSSL-1.1.0-pre5 support | Jose | 2016-07-01 |
| | | |||
* | | OpenSSL-1.1.0-pre5 support | Jose | 2016-07-01 |
| | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js | ||
* | | Fix to no longer recursively try endpoints on connection establishment | Benoit Foucher | 2016-05-02 |
| | | |||
* | | Added ClientPrivate.js to .gitignore | Benoit Foucher | 2016-04-27 |
| | | |||
* | | Fixed ICE-7115 - unmarshalling bug with optional parameters | Benoit Foucher | 2016-04-26 |
| | | |||
* | | Add jquery-cookie to bower dependency | Joe George | 2016-04-25 |
| | | | | | | | | | | The bower Foundation 5 packages uses an older version which no longer installs | ||
* | | Update Ice version to 3.6.3 | Joe George | 2016-04-08 |
| | | |||
* | | ICE-7035 - Add option to roll log files | Jose | 2016-04-07 |
|/ | |||
* | Fixed issue with IE where accessing the stack from Exception.toString leads ↵v3.6.2 | Benoit Foucher | 2016-04-01 |
| | | | | to an infinite recursion | ||
* | JS style fixes | Jose | 2016-04-01 |
| | |||
* | WSTransceiver updates: | Jose | 2016-04-01 |
| | | | | | - write callback simplifications - remove workaround for old Firefox bug | ||
* | JavaScript close connection issues: | Jose | 2016-03-31 |
| | | | | | | - ICE-7079 timeout overrides failures with chrome windows wss workers - ICE-7080 JavaScript uncaught error in WSTransceiver write | ||
* | ICE-7084 - JavaScript Number.isNan not implemented in IE | Jose | 2016-03-31 |
| | |||
* | ICE-7077 - JavaScript acm test failure with Microsoft Edge | Jose | 2016-03-31 |
| | |||
* | Disabled binding test on Safari + WebWorkers | Benoit Foucher | 2016-03-29 |
| | |||
* | Fixed ICE-7050: fixed WSS issue where server could stop reading requests | Benoit Foucher | 2016-03-29 |
| | |||
* | Install rules fixes | Jose | 2016-03-29 |
| | |||
* | Fix for ICE-7027 - bumped a bit the timeouts to prevent sporadic failures | Benoit Foucher | 2016-03-17 |
| | |||
* | Update version to 3.6.2 in several md files | Joe George | 2016-03-11 |
| | |||
* | Windows wide string literal fixes | Jose | 2016-03-10 |
| | |||
* | Update version to 3.6.2 | Jose | 2016-03-10 |
| | |||
* | JS operationsBidir test fixes | Jose | 2016-03-08 |
| | |||
* | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | |||
* | More Copyright year updates | Joe George | 2016-03-07 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Revert to gulp-minify-css as cssnano needs Node.js 5 | Joe George | 2015-12-28 |
| | |||
* | Update JavaScript dependencies | Joe George | 2015-12-28 |
| | |||
* | Fixes for ICE-6905 - support NaN/Infinity in scripting languages | Mark Spruiell | 2015-12-02 |
| | |||
* | Objects test updates to sync with Java/C# | Jose | 2015-11-19 |
| | |||
* | ICE-6767 Better handling of server start failure by test controller | Dwayne Boone | 2015-10-01 |
| | |||
* | JS test suite minor fix for NodeJS | Jose | 2015-09-23 |
| | | | | - ICE-6822 isSafari not defined with NodeJS | ||
* | JS test suite fixes | Jose | 2015-09-22 |
| | |||
* | Safari Web Worker test suite issues | Jose | 2015-09-22 |
| | |||
* | JS issue with Promise.delay | Jose | 2015-09-21 |
| | | | | | | When using Firefox and runing Ice from a web worker Promise.delay was not working as expected, sometimes the callback was fired without delay. | ||
* | ICE-6634 - Using Ice in background worker. | Jose | 2015-09-21 |
| | |||
* | ICE-6737 Allow arguments to be passed to TestController run from gulp task | Dwayne Boone | 2015-09-18 |
| |