Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improved fix for ICE-5693 and update of request handler | Benoit Foucher | 2014-09-29 | |
| | ||||
* | Fixed deadlock in connection binding code (ICE-5693) | Benoit Foucher | 2014-09-26 | |
| | ||||
* | Remove leftovers of the old AMI mapping | Jose | 2014-09-25 | |
| | ||||
* | vs2010 build fixes | Jose | 2014-09-23 | |
| | ||||
* | ICE-5661 add proxy->begin_ice_getConnection | Dwayne Boone | 2014-09-18 | |
| | ||||
* | - 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. | |||
* | ICE-3492 handle improper settings for timeout values | Dwayne Boone | 2014-08-19 | |
| | ||||
* | Fixed #2 of ICE-5594: code style for CallbackBase class | Benoit Foucher | 2014-07-28 | |
| | ||||
* | Fixed #3 of ICE-5594: fixed __verify signature to take a const& for the cookie | Benoit Foucher | 2014-07-25 | |
| | ||||
* | Completed fix for ICE-5567: move various C++11 classes/functions out of line | Bernard Normier | 2014-07-24 | |
| | ||||
* | Fixed ICE-5394: removed deprecated C++ ice_getHash method | Benoit Foucher | 2014-07-07 | |
| | ||||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 | |
| | ||||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 | |
| | ||||
* | Fixed (ICE-5329) - Define operator<< in the type namespaces so argument ↵ | Jose | 2014-03-26 | |
| | | | | dependent lookup can work | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 | |
| | ||||
* | Added __hash proxy method to get around deprecation messages when using ↵ | Benoit Foucher | 2013-06-04 | |
| | | | | ice_getHash, fixed identation | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 | |
| | ||||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 | |
| | ||||
* | Fixed ICE-5129 - thread safety issue when updating thread observers | Benoit Foucher | 2012-12-12 | |
| | | | | Fixed bug where "ice_invoke" was used instead of the operation name for blobject invocations. | |||
* | Fixed GCC release warnings and set QT_HOME to /usr in Make.rules | Bernard Normier | 2012-11-30 | |
| | ||||
* | Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵ | Benoit Foucher | 2012-11-13 | |
| | | | | instead of encoding it in endpoints | |||
* | Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files | Bernard Normier | 2012-10-23 | |
| | ||||
* | Improved tracing of failures, user exceptions are now tracked | Benoit Foucher | 2012-10-10 | |
| | | | | with a userException member. | |||
* | Merge remote-tracking branch 'origin/encoding11' into withoutsync | Benoit Foucher | 2012-09-10 | |
|\ | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h | |||
| * | Fixed ICE-4863 (IceProxy::Ice::Object derives privately from Mutex) + a few ↵ | Bernard Normier | 2012-09-08 | |
| | | | | | | | | warnings with Solaris CC | |||
* | | Fixed communicator flushBatchRequests to allow tracing | Benoit Foucher | 2012-09-10 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/encoding11' into mx | Jose | 2012-08-16 | |
|\| | | | | | | | | | | | | | Conflicts: cpp/config/Make.rules.Darwin cpp/src/Ice/ConnectionFactory.cpp cpp/src/Ice/ConnectionI.h | |||
| * | C++11 ami lambda support | Jose | 2012-08-10 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/encoding11' into mx | Benoit Foucher | 2012-08-10 | |
|\| | | | | | | | | | Conflicts: cpp/src/Ice/OutgoingAsync.cpp | |||
| * | remove VC6 support | Jose | 2012-08-08 | |
| | | ||||
* | | Fix | Benoit Foucher | 2012-08-09 | |
| | | ||||
* | | Fixes | Benoit Foucher | 2012-08-08 | |
|/ | ||||
* | Removed Stream::format method, replace with startWriteEncaps parameter | Benoit Foucher | 2012-08-06 | |
| | ||||
* | Win32 fixes, C# port | Benoit Foucher | 2012-04-26 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 | |
|\ | ||||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 | |
| | | ||||
* | | Added support for encoding versioning | Benoit Foucher | 2012-04-18 | |
|/ | ||||
* | ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixes | Benoit Foucher | 2012-03-05 | |
| | ||||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 | |
| | ||||
* | bug 4976 - inconsistent operation mode for pseudo ops | Mark Spruiell | 2011-05-04 | |
| | ||||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 | |
| | ||||
* | 4471 - read(std::vector<bool>) and Stream deprecate old methods. | Jose | 2009-12-14 | |
| | ||||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 | |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | |||
* | AMI requests now throw IllegalArgumentExcption instaed of TwowayOnlyException | Benoit Foucher | 2009-12-03 | |
| | ||||
* | Changed back isSentSynchronously to sentSynchronously, only generate ↵ | Benoit Foucher | 2009-12-03 | |
| | | | | newCallback exception for oneway requests | |||
* | More AMI mapping improvements | Benoit Foucher | 2009-12-02 | |
| | ||||
* | Added invoke test | Dwayne Boone | 2009-11-26 | |
| | | | | | Cleaned up invoke demo Fixed order of paramaters in end_ice_invoke in C++ | |||
* | - Cleaned up test/Ice/operations test | Benoit Foucher | 2009-11-25 | |
| | | | | | - Added test/Ice/ami test - sent callback is now always called | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 | |
| | ||||
* | Fixed 3962 - Berkeley DB, problems with unicode paths. | Jose | 2009-11-10 | |
| |