Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | JS test Windows env for services | Jose | 2016-03-29 |
| | |||
* | Enabling server network tracing causes browser JavaScript tests to hang | Jose | 2016-03-28 |
| | |||
* | ICE-7043 - Firefox wss can't connect | Jose | 2016-03-23 |
| | |||
* | Minor fix for Debian testing | jose | 2016-03-11 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6774 added iceboxadmin test to IceBox/admin | Dwayne Boone | 2015-09-17 |
| | |||
* | ICE-6786 - Fix TestUtil not to crash testing Java on unknown distro | Joe George | 2015-09-04 |
| | |||
* | Fix for IceBox tests with ARM | Jose | 2015-09-01 |
| | |||
* | Fix isDebian method typo | Jose | 2015-08-28 |
| | |||
* | Use fewer rounds for icehashpassword in Linux/ARM | Jose | 2015-08-28 |
| | |||
* | TestUtil.py typo | Jose | 2015-08-27 |
| | |||
* | Minor fix to TestUtil script | Jose | 2015-08-27 |
| | |||
* | Update test script to support Yocto and ARMv7 with IceE | Jose | 2015-08-27 |
| | |||
* | ICE-6712 - test operations C++ Java cross SSL failure | Jose | 2015-08-18 |
| | | | | | | Disabled cipher suite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 for Java clients, this cause problems with IceSSL SCHannel implementations. | ||
* | Test script env fixes | Jose | 2015-08-04 |
| | |||
* | ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵ | Benoit Foucher | 2015-08-03 |
| | | | | core, minor test suite fixes | ||
* | Fix for Windows Berkeley DB env | Jose | 2015-07-31 |
| | |||
* | Fixes to test script to guess build mode | Jose | 2015-07-30 |
| | |||
* | Nuget support | Jose | 2015-07-30 |
| | | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required. | ||
* | Fix for 6626: Java -> C++/C# SSL issue on Windowsv3.6.0 | Benoit Foucher | 2015-06-23 |
| | |||
* | Fixed test PATH issue on Windows (ICE-6591) | Benoit Foucher | 2015-06-11 |
| | |||
* | Fix TestUtil.py status code handling | Jose | 2015-06-10 |
| | |||
* | Set Ice.CollectObjects=1 for C++ tests | Jose | 2015-06-09 |
| | |||
* | Fix for run TestUtil.py with valgrind | Jose | 2015-06-09 |
| | |||
* | enable rubygems when running with a binary distribution | Jose | 2015-06-02 |
| | |||
* | Fixed test env for PHP brew and Java on Windows | Benoit Foucher | 2015-06-01 |
| | |||
* | IceGrid/session test doesn't support running with wss (ICE-6539) | Benoit Foucher | 2015-05-28 |
| | |||
* | Recuced the number of tests ran with --all | Benoit Foucher | 2015-05-27 |
| | |||
* | ICE-6405 Fixed test status check on Windows | Dwayne Boone | 2015-05-25 |
| | |||
* | Fixed NODE_PATH when testing against binary distribution | Benoit Foucher | 2015-05-21 |
| | |||
* | Fix to require 3rd parties on Windows only for C++/Java/C# | Benoit Foucher | 2015-05-21 |
| | |||
* | Fixes to not set some environment variables if Ice is installed in /usr or ↵ | Benoit Foucher | 2015-05-21 |
| | | | | /usr/local | ||
* | Fix various typos | Joe George | 2015-05-14 |
| | |||
* | Only add csharp to all-cross on Windows, add objective-c to all-cross on OSX. | Dwayne Boone | 2015-05-06 |
| | |||
* | Add support for VS 2015 RC (VC140) | Bernard Normier | 2015-05-02 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Fix for testing under 32 bit windows builds. | Matthew Newhook | 2015-04-24 |
| | | | | Fixed OPTIMIZE=yes by default. | ||
* | Fix python x64 test in source tree. | Matthew Newhook | 2015-04-23 |
| | | | | | Remove "javae" support. Some minor cleanup. | ||
* | Hashpassword changes | Joe George | 2015-04-16 |
| | | | | | - Rename to icehashpassword.py - Use chosen passlib scheme's min/max rounds and salt size | ||
* | ICE-6451 test/Slice/headers does not work against bindist | Dwayne Boone | 2015-04-14 |
| | |||
* | ICE-6437 Remove Silverlight support | Dwayne Boone | 2015-04-10 |
| | |||
* | ICE-6382: removed iceca and fixed makecerts.py to depend on IceCertUtils ↵ | Benoit Foucher | 2015-04-07 |
| | | | | PyPI package | ||
* | ICE-6383 - remove DES crypt support and related fixes | Jose | 2015-04-01 |
| | | | | | - rename cryptpasswd.py to hashpassword.py - make install installs the script to main bin directory | ||
* | ICE-6383 - Update crypt password usage | Jose | 2015-04-01 |
| | | | | | | | | | | | | Added new script to create crypt passwords using passlib scripts/cryptpasswd.py Remove tests passwords files they are now generated using cryptpasswd script Update CryptPermissionsVerifierI to support PBKDF2 password schemes in Windows and OS X, and MD5/SHA256/SHA512 crypt in Linux, on other systems fallback to DES_crypt from openssl | ||
* | ICE-6405 allTests.py should return with exit code of failed test | Dwayne Boone | 2015-03-27 |
| | |||
* | Fix to allow running IceTouch tests with "python allTests.py" | Dwayne Boone | 2015-03-27 |
| | |||
* | Added TestHelper.h for IceTouch/WinRT tests, another fix to TestUtil.py for ↵ | Benoit Foucher | 2015-03-23 |
| | | | | dealing with ice submodule | ||
* | Fix for running IceTouch tests | Benoit Foucher | 2015-03-23 |
| | |||
* | py -> python | Matthew Newhook | 2015-03-21 |
| | | | | | | rb -> ruby objc -> objective-c cs -> csharp | ||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| |