Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed ICE-5918: batch oneway test hang | Benoit Foucher | 2014-11-18 | |
| | ||||
* | Missing IceSSL.Password from previous IceSSL configuration updates | Jose | 2014-11-17 | |
| | ||||
* | ICE-5912 - Fix demos that still use PEM to use PKCS12 | Jose | 2014-11-17 | |
| | ||||
* | Removed redundant READMEs | Bernard Normier | 2014-11-13 | |
| | ||||
* | Fixed (ICE-5857) rename manual -> Manual | Jose | 2014-11-11 | |
| | ||||
* | Fixed ICE-5486: added support for MessageSizeMax OA property | Benoit Foucher | 2014-11-05 | |
| | ||||
* | Fixed ICE-5607: relaxed Ice.MessageSizeMax | Benoit Foucher | 2014-11-05 | |
| | ||||
* | Fixed ICE-5819: added comments and fixed some tests to work with deactivated OA | Benoit Foucher | 2014-11-04 | |
| | ||||
* | Fixed ICE-5811: renamed book demos to manual demos | Benoit Foucher | 2014-11-03 | |
| | ||||
* | OS X dependency fixes | Jose | 2014-10-31 | |
| | ||||
* | Fixed ICE-5791: removed deprecated APIs for Ice 3.6 | Bernard Normier | 2014-10-28 | |
| | ||||
* | Fixed ICE-5777: Python and C# Ice/ami test failures when run with other ↵ | Benoit Foucher | 2014-10-28 | |
| | | | | protocols than tcp | |||
* | Fixed Python ami test failure | Benoit Foucher | 2014-10-24 | |
| | ||||
* | Fixed test/Ice/ami python script error | Benoit Foucher | 2014-10-24 | |
| | ||||
* | ICE-5772 Remove .depend folder on make clean | Joe George | 2014-10-23 | |
| | ||||
* | Fixed ICE-5765: ami test failure on Ubuntu | Benoit Foucher | 2014-10-23 | |
| | ||||
* | Python make clean now removes .depend files | Joe George | 2014-10-22 | |
| | ||||
* | Fixed (ICE-5717) - Port IceDiscovery demo/test to scripting languages rb/php/py | Jose | 2014-10-22 | |
| | ||||
* | Update JS with the same OutgoingAsync fixes as C++/Java/C# | Benoit Foucher | 2014-10-13 | |
| | ||||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 | |
| | ||||
* | ICE-5698 - Deprecate IceBox.ServiceManager object adapter and ↵ | Joe George | 2014-10-09 | |
| | | | | IceBox.InstanceName | |||
* | Version fixes | Jose | 2014-10-08 | |
| | ||||
* | 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 | |||
* | Update Ice version to 3.6b 3.6.51 | Jose | 2014-10-03 | |
| | ||||
* | Remove leftovers of the old AMI mapping | Jose | 2014-09-25 | |
| | ||||
* | Fixed (ICE-5511) - Consider removing the deprecated AMI mapping | Jose | 2014-09-24 | |
| | ||||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-24 | |
| | | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows. | |||
* | Removed linking with Python framework on OS X, the Python framework is gone ↵ | Benoit Foucher | 2014-09-23 | |
| | | | | from the Xcode 10.9 SDK | |||
* | adding collocated version of Python ami test | Mark Spruiell | 2014-09-18 | |
| | ||||
* | ICE-5661 add proxy->begin_ice_getConnection | Dwayne Boone | 2014-09-18 | |
| | ||||
* | Simplified creation of Admin facets in IceBox; simplified test for Admin ↵ | Bernard Normier | 2014-09-17 | |
| | | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property) | |||
* | Fixed ICE-5318: Review IceGrid timeout defaults | Benoit Foucher | 2014-09-16 | |
| | ||||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 | |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | |||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 | |
| | ||||
* | Added missing implementation for ObjectAdapter::getLocator in Python | Bernard Normier | 2014-09-08 | |
| | ||||
* | Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and Python | Bernard Normier | 2014-09-08 | |
| | ||||
* | - C#, Java: Removed Outgoing, fixed generated code to make synchronous | Matthew Newhook | 2014-09-03 | |
| | | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI. | |||
* | Fix (ICE-3445) - consider not installing internal header files | Jose | 2014-09-01 | |
| | ||||
* | ICE-5640 - JS demo READMEs | Mark Spruiell | 2014-08-22 | |
| | ||||
* | Revert "ICE-5606 renamed ServantLocator::deactivate to destroy" | Dwayne Boone | 2014-08-22 | |
| | | | | This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383. | |||
* | ICE-5606 renamed ServantLocator::deactivate to destroy | Dwayne Boone | 2014-08-22 | |
| | ||||
* | Sort src Makefiles for C# and Python | Joe George | 2014-08-22 | |
| | ||||
* | python minor build fix | Jose | 2014-08-21 | |
| | ||||
* | ICE-3492 handle improper settings for timeout values | Dwayne Boone | 2014-08-19 | |
| | ||||
* | ICE-5632 - Add missing operations tests | Joe George | 2014-08-19 | |
| | ||||
* | ICE-5632 - Add missing operations tests for C++, Python, Java and C# | Joe George | 2014-08-15 | |
| | ||||
* | Initial merge for ICE-2400: | Bernard Normier | 2014-08-14 | |
| | | | | | | | - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node) | |||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 | |
| | ||||
* | ICE-5596 add Ice.Default.Timeout property | Dwayne Boone | 2014-08-08 | |
| | ||||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 | |
| |