summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-3490: guarantee invocation serialization for proxies which are equalBenoit Foucher2014-10-22
|
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Improved fix for ICE-5693 and update of request handlerBenoit Foucher2014-09-29
|
* Fixed deadlock in connection binding code (ICE-5693)Benoit Foucher2014-09-26
|
* Remove leftovers of the old AMI mappingJose2014-09-25
|
* vs2010 build fixesJose2014-09-23
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-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 valuesDwayne Boone2014-08-19
|
* Fixed #2 of ICE-5594: code style for CallbackBase classBenoit Foucher2014-07-28
|
* Fixed #3 of ICE-5594: fixed __verify signature to take a const& for the cookieBenoit Foucher2014-07-25
|
* Completed fix for ICE-5567: move various C++11 classes/functions out of lineBernard Normier2014-07-24
|
* Fixed ICE-5394: removed deprecated C++ ice_getHash methodBenoit Foucher2014-07-07
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Fixed (ICE-5329) - Define operator<< in the type namespaces so argument ↵Jose2014-03-26
| | | | dependent lookup can work
* merging javascript branchMark Spruiell2014-03-19
|
* Added __hash proxy method to get around deprecation messages when using ↵Benoit Foucher2013-06-04
| | | | ice_getHash, fixed identation
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed ICE-5129 - thread safety issue when updating thread observersBenoit Foucher2012-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.rulesBernard Normier2012-11-30
|
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Improved tracing of failures, user exceptions are now trackedBenoit Foucher2012-10-10
| | | | with a userException member.
* Merge remote-tracking branch 'origin/encoding11' into withoutsyncBenoit Foucher2012-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 Normier2012-09-08
| | | | | | | | warnings with Solaris CC
* | Fixed communicator flushBatchRequests to allow tracingBenoit Foucher2012-09-10
| |
* | Merge remote-tracking branch 'origin/encoding11' into mxJose2012-08-16
|\| | | | | | | | | | | | | Conflicts: cpp/config/Make.rules.Darwin cpp/src/Ice/ConnectionFactory.cpp cpp/src/Ice/ConnectionI.h
| * C++11 ami lambda supportJose2012-08-10
| |
* | Merge remote-tracking branch 'origin/encoding11' into mxBenoit Foucher2012-08-10
|\| | | | | | | | | Conflicts: cpp/src/Ice/OutgoingAsync.cpp
| * remove VC6 supportJose2012-08-08
| |
* | FixBenoit Foucher2012-08-09
| |
* | FixesBenoit Foucher2012-08-08
|/
* Removed Stream::format method, replace with startWriteEncaps parameterBenoit Foucher2012-08-06
|
* Win32 fixes, C# portBenoit Foucher2012-04-26
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Added support for encoding versioningBenoit Foucher2012-04-18
|/
* ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixesBenoit Foucher2012-03-05
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4976 - inconsistent operation mode for pseudo opsMark Spruiell2011-05-04
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* 4471 - read(std::vector<bool>) and Stream deprecate old methods.Jose2009-12-14
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* AMI requests now throw IllegalArgumentExcption instaed of TwowayOnlyExceptionBenoit Foucher2009-12-03
|