Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Mingw build fixes | Jose | 2016-03-29 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6773 Added test for C++ stack traces | Dwayne Boone | 2015-09-25 |
| | |||
* | IceGrid/session test doesn't support running with wss (ICE-6539) | Benoit Foucher | 2015-05-28 |
| | |||
* | 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 | ||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | Added test for ICE-5833, generated #include in headers files | Benoit Foucher | 2015-01-27 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed (ICE-6179) - SessionHelper classes create bogus endpoint when use ipv6 ↵ | Jose | 2014-12-15 |
| | | | | address | ||
* | Appverifier support updates | Jose | 2014-11-25 |
| | |||
* | Fix to not run the ami test with --compress | Benoit Foucher | 2014-11-24 |
| | |||
* | Build & test fixes: | Jose | 2014-11-24 |
| | | | | | | | | * ICE-5929 - Consider using $ORIGIN on Linux * ICE-5949 - IceBox issues on Linux bi-arch * ICE-5954 - Ubuntu make install issue / ORIGIN bug * ICE-5961 - OSX: test/IceGrid/session fails * ICE-5971 - allTests.py incorrect reporting under Windows? | ||
* | Fixed ICE-5806: Freeze/evictor takes forever on OS X | Benoit Foucher | 2014-11-03 |
| | |||
* | Several Windows build fixes: | Jose | 2014-10-08 |
| | | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds | ||
* | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵ | Benoit Foucher | 2014-09-10 |
| | | | | networking code (addition of StreamSocket class abstraction) | ||
* | Fix (ICE-3445) - consider not installing internal header files | Jose | 2014-09-01 |
| | |||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | Fix ICE-5564 - disable timeout test when ran with compression | Benoit Foucher | 2014-06-27 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Add stderr logger test and fix logger encoding issues. | Jose | 2014-05-07 |
| | |||
* | Added IceDiscovery service plugin | Benoit Foucher | 2014-04-22 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macro | Jose | 2013-07-17 |
| | |||
* | * SOCKS support for C++ | Mark Spruiell | 2013-04-04 |
| | | | | | * Minor cleanup in C# * Unity fixes | ||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| | |||
* | Fixed (ICE-5022) - C# Glacier2/sessionHelper test failure on Windows Server ↵ | Jose | 2012-11-29 |
| | | | | 2008 x64 w/ VS2010 | ||
* | Fixed MinGW port | Benoit Foucher | 2012-11-08 |
| | | | | | | | | | | | | - The build no longer requires Cygwin - Running the tests no longer requires setting CPP_COMPILER, TestUtil.py che for RI_DEVKIT in the environment to figure out if running with MinGW devki - DynamicLibrary no longer appends the "d" suffix when compiling with debug - COMPSUFFIX is now defined when compiling Ice - Much simplified the build system by removing all the checks for MinGW in makefiles, MinGW settings are now located to Make.rules.MINGW only. - Fixed allTests.py to skip plugin and metrics tests. - Fixed build instructions. | ||
* | Minor metrics fixes | Benoit Foucher | 2012-10-26 |
| | |||
* | Don't run the metrics test with --compress | Benoit Foucher | 2012-10-26 |
| | |||
* | Fixed ICE-4897: replace novc6 by novc90 | Bernard Normier | 2012-10-19 |
| | |||
* | ICE-4619 - custom enumerator values | Mark Spruiell | 2012-10-17 |
| | |||
* | Fixed IceMX race condition, VC9 build | Benoit Foucher | 2012-10-16 |
| | |||
* | Merge remote-tracking branch 'origin/encoding11' into mx | Benoit Foucher | 2012-09-17 |
|\ | | | | | | | | | Conflicts: py/python/Ice.py | ||
| * | Fixed optional test issues | Benoit Foucher | 2012-09-14 |
| | | |||
* | | Fixed metrics tests | Benoit Foucher | 2012-09-14 |
| | | |||
* | | Fixed IceGrid issue caused by skype_props merge | Benoit Foucher | 2012-09-13 |
| | | |||
* | | Added Ice/metrics test | Benoit Foucher | 2012-09-13 |
| | | |||
* | | ICE-4774: Merged skype_props enhancement | Benoit Foucher | 2012-08-30 |
|/ | |||
* | ICE-4609 - Add ability to load shared library with full path | Jose | 2012-08-16 |
| | | | | | | | | | | | - C++/Java now also support to load Services and Plugins from a full path, this was already supported by .NET - Fixed the parsing of plug-in arguments to correct split the arguments - Fixed Plugin manager destroy C++/Java/C#, the plugin must are now destroyed in initialization reverse order as documented. | ||
* | ICE-4702 - Poor hash algorithm | Jose | 2012-08-10 |
| | |||
* | MinGW & Ruby-1.9 updates | Jose | 2012-07-26 |
| | |||
* | Remove BCC support | Jose | 2012-07-19 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | python 3 support | Mark Spruiell | 2012-04-24 |
| | |||
* | ICE-4588 - DynamicLibrary & LoadLibraryW | Jose | 2012-02-21 |
| | |||
* | Glacier2 SessionHelper related fixes | Jose | 2011-12-09 |
| | | | | | | | | | | | | - Add C++ Glacier2/sessionHelper test - Fix helpers to dispatch connect failed in a separate thread ICE-4714 - No longer clear the communicator on connection lost or disconnect ICE-4707 - Glacier2.SessionHelper const/final ICE-4476 | ||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | 5009 - appName incosistence | Jose | 2011-04-12 |
| | | | | Also improve properties test |