Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed ICE-7208 - C++98 sync code now depends on async code | Benoit Foucher | 2016-08-08 |
| | |||
* | Simplified exception-related code | Bernard Normier | 2016-07-25 |
| | | | | Reduced VS 2015 U3 optimizer disabling | ||
* | Added ICE_BUILDING_SRC to make builds | Bernard Normier | 2016-07-22 |
| | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups | ||
* | Exported classes no longer have weak vtables with clang | Bernard Normier | 2016-06-27 |
| | |||
* | c++11-compatible fix for leak in Outgoing | Mark Spruiell | 2016-03-09 |
| | |||
* | fixing leak in Outgoing | Mark Spruiell | 2016-03-09 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\ | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 |
| | | |||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | | |||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 |
| | | |||
* | | Add ICE_RESET_EXCEPTION macro to simplify C++ builds | Jose | 2016-01-11 |
| | | |||
* | | C++11 fix Exception::ice_clone to use exception_ptr | Jose | 2016-01-08 |
| | | |||
* | | Fixed C++98 to get rid of Ice::Context pointers now that we use ↵ | Benoit Foucher | 2015-12-22 |
| | | | | | | | | Ice::noExplicitContext, other minor style fixes | ||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-6142: oneway batch operations didn't throw | Benoit Foucher | 2014-12-12 |
| | |||
* | Fix (ICE-5991) - Ice/timeout failure with ws Windows 64 | Jose | 2014-11-28 |
| | |||
* | Fixed ICE-5985: Java background test failures | Benoit Foucher | 2014-11-27 |
| | |||
* | ICE-5751: final fix for retry test failure | Benoit Foucher | 2014-11-24 |
| | |||
* | Another fix for ICE-5751: retry test failure | Benoit Foucher | 2014-11-24 |
| | |||
* | Fixed Windows build failure introduced by previous fix | Benoit Foucher | 2014-11-24 |
| | |||
* | Fix for ICE-5751: fixed sync. requests to use monotonic time for invocation ↵ | Benoit Foucher | 2014-11-24 |
| | | | | timeout | ||
* | Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵ | Benoit Foucher | 2014-10-15 |
| | | | | connection timeouts | ||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | - 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. | ||
* | Fixed collocation optimization to use the dispatcher, minor test fixes | Benoit Foucher | 2014-07-15 |
| | |||
* | IceMX and Python support for the new collocation optimization | Benoit Foucher | 2014-07-01 |
| | |||
* | 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-5505) - Outgoing ice_stackTrace only for __GNUC__ | Jose | 2014-03-26 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5131 - parsing of -p <version> for proxies, tweaked UDP endpoint ↵ | Benoit Foucher | 2013-01-15 |
| | | | | deprecation warning for -v/-e | ||
* | Fixed ICE-5126 - Improved client side encoding checks | Benoit Foucher | 2013-01-15 |
| | |||
* | Win32 x64 build fixes | Benoit Foucher | 2013-01-07 |
| | |||
* | Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵ | Benoit Foucher | 2013-01-07 |
| | | | | invocation metrics, support for requestId attribute | ||
* | Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵ | Benoit Foucher | 2012-11-13 |
| | | | | instead of encoding it in endpoints | ||
* | Fixed IceMX race condition, VC9 build | Benoit Foucher | 2012-10-16 |
| | |||
* | Metrics minor fix | Jose | 2012-10-15 |
| | |||
* | Added support for Glacier2 MX and fixed ICE-4880 | Benoit Foucher | 2012-10-12 |
| | |||
* | Partial fix for ICE-4869: C++ stream read/write for structs (and ↵ | Bernard Normier | 2012-10-11 |
| | | | | | | | | structs-as-class) is now generated as templates. Removed most slice2cpp --stream uses (but not all) Also fixed various build failures on Solaris. | ||
* | Fixed test/Ice/hold failure | Bernard Normier | 2012-10-10 |
| | |||
* | Improved tracing of failures, user exceptions are now tracked | Benoit Foucher | 2012-10-10 |
| | | | | with a userException member. | ||
* | Added Ice/metrics test | Benoit Foucher | 2012-09-13 |
| | |||
* | Support for IceBox services MetricsAdmin and IceStorm metrics | Benoit Foucher | 2012-09-11 |
| | |||
* | 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 |