summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update version to 3.7.4Jose2020-04-20
|
* Fix bug in C# ice_ids - Close #641Jose2020-04-18
|
* Ssl certificates (#802)Jose2020-04-17
| | | * Update IceSSL test certificates to work with macOS catalina
* Fix for SecPolicyCreateSSL in Catalina and iOS 13 (Closes #798)Joe George2020-04-17
|
* Fixed SSL transceiver to no longer rely on BeginWrite/BeginRead, fixes #781Benoit Foucher2020-04-02
|
* Added back check for x86 for multilib platforms #773Benoit Foucher2020-04-02
| | | | | | | | | | | The check is required when building RPM packages for CentOS/RHEL. If building on a x86 platform which doesn't support multilib, either "make PLATFORMS=x86" should be used or the linux_id variable should be set with the linux ID of the distribution (make linux_id=<distribution>). By default, the build system checks for ID_LIKE for the distribution type and assumes a multilib platform if ID_LIKE is fedora, centos or rhel.
* Don't assume multilib for x86 platforms, fixes #773Benoit Foucher2020-04-01
|
* Fix Swift 5.2 build failuresJoe George2020-03-27
|
* Update C# version to 3.7.3.2Jose2020-03-27
|
* Fixed Nuget package version cachingBenoit Foucher2020-03-26
|
* Fix nugetPackageCache checkJoe George2020-03-19
| | | | Newer versions do not print "info :"
* 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>
* Bumped the wait time for the iOS controller startup to prevent failuresBenoit Foucher2020-03-13
|
* Udpated C# .NET Framework projects to use 3.7.3.1Benoit Foucher2020-03-11
|
* Fixed .NET nuget version in additional C# test projectBenoit Foucher2020-03-11
|
* Updated PackageReference to use 3.7.3.1 C# Nuget packageBenoit Foucher2020-03-11
|
* update C# assembly version to 3.7.3.1Jose2020-03-11
|
* Fix C# Optimize settingsJose2020-03-11
|
* Fix typoJose2020-03-11
|
* Fixed C# projects to set UseAppHost only with netcoreapp3.1Benoit Foucher2020-03-10
|
* Fixed C# exe projects to set <UseAppHost>true</UseAppHost> which is now ↵Benoit Foucher2020-03-09
| | | | disabled by default on macOS/Catalina
* Fixed C# mappping to use .NET Core 3.1Benoit Foucher2020-03-06
|
* Fixed Windows build error caused by unreferenced local variableBenoit Foucher2020-03-02
|
* Don't retry invocations on fixed proxies, fixes #671Benoit Foucher2020-02-20
|
* Removed unused SSLEngine.decodeASN1Length method, fixes #686Benoit Foucher2020-02-20
|
* Fixed invalid access to _instance in RetryQueue, fixes #681Benoit Foucher2020-02-20
|
* Added comments to IceDiscovery.ice fixes #697Benoit Foucher2020-02-20
|
* Added missing synchronization in GetHashCodeBernard Normier2020-02-12
|
* Fixed MATLAB test bug. (See #704)Austin Henriksen2020-02-07
|
* Added missing end statements to MATLAB 'Ice/objects' test.Austin Henriksen2020-02-06
|
* Fixed bug in MATLAB tests (see #696)Austin Henriksen2020-02-05
|
* Fix scripts/Util.py port comparsionJoe George2020-01-21
|
* Additional Ruby 2.7 fix for #677Joe George2020-01-16
|
* Fix Ruby 2.7 build failure (#677)Joe George2020-01-14
| | | | Replaced deprecated rb_iterate with rb_block_call
* Bumped number of retries for Swift carthage updateBenoit Foucher2020-01-10
|
* Remove unnecessary session destruction in Glacier2 (Closes #653)Joe George2019-12-06
|
* Add missing break after locating IPEndpointInfoJose2019-12-05
|
* Ignore null locator repliesJose2019-12-05
|
* Fix nodiscard warnings report by Visual Studio 2019 (16.4.0)Jose2019-12-04
|
* Remove Travis CIJoe George2019-12-03
|
* Another iOS simuator fix to workaround issues with start the C++ controllersBenoit Foucher2019-12-03
|
* Another attempt to fix the iOS simulator hang when starting the test controllerBenoit Foucher2019-12-02
|
* Fixed missing -d2SSAOptimizer- flag for Ice/metrics client/collocated projectsBenoit Foucher2019-11-27
|
* Fixed Ice/metrics test failure, fixes #638Benoit Foucher2019-11-20
|
* Fix #635 - Python 3.8 build failureJoe George2019-11-18
| | | | Allow undefined symbols when linking
* Forward defined types not properly defined in TypeScript - Close 633 (#634)Jose2019-11-14
| | | | | | * Forward defined types not properly defined in TypeScript - Close 633 * Add assert for constructing the definedIn path
* Make build system fixesBenoit Foucher2019-11-12
| | | | | - fixed invalid ice_slicedir reference for inclduedir computation - fixed Bison/Flex generation to not delete intermediary generated source files
* Fix slice2swift build failuresJose2019-11-05
|
* Fixed IceSSL/configuration to skip some tests on macOSBenoit Foucher2019-11-05
|