Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make LocalExceptions CustomStringConvertible | Joe George | 2019-04-05 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed quoting of UnexpectedObjectException message | Benoit Foucher | 2018-12-17 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 |
| | | | | Ice::UnkownSlicedValue::ice_id methods | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | merging IceBridge into master | Mark Spruiell | 2017-01-30 |
| | | |||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | Replaced non-public double underscores in C++ | Bernard Normier | 2016-11-12 |
| | | |||
* | | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | ||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | | |||
* | | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | 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 |
| | | |||
* | | ICE-7176 - Cleanup exception dtor noexcept | Joe George | 2016-06-10 |
| | | |||
* | | Added support for building Xcode SDK, added iAP transport | Benoit Foucher | 2016-05-31 |
| | | |||
* | | cleaning up stream API in C++/Java/JS | Mark Spruiell | 2016-05-11 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 |
| | | |||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | | |||
* | | ICE-6908 - Add ValueFactory | Joe George | 2015-12-08 |
| | | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata. | ||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | Fixed ICE-6498: replaced protocol error with encoding error un ↵ | Benoit Foucher | 2015-05-13 |
| | | | | UnsupportedEncodingException message | ||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-08-07 |
| | | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel. | ||
* | Fixed ICE-5379, Object Adapter should reject null servant, in C++, Java, C# ↵ | Bernard Normier | 2014-07-10 |
| | | | | and JS | ||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstring | Bernard Normier | 2014-05-16 |
| | |||
* | ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵ | Jose | 2014-05-02 |
| | | | | characters? | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5058) - WinRT port Platform::AccessDeniedException | Jose | 2013-01-04 |
| | |||
* | C++ fix for ICE-4930, invalid 1.0 marhsaling of pending objects | Benoit Foucher | 2012-11-08 |
| | |||
* | Better generated __read and __write for classes and exceptions (C++, Java ↵ | Bernard Normier | 2012-10-13 |
| | | | | and C#) | ||
* | Merge branch 'master' into encoding11 | Jose | 2012-07-17 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: CHANGES cpp/src/Ice/EndpointI.cpp cpp/src/Ice/TcpConnector.cpp cpp/src/Ice/TcpConnector.h cpp/src/Ice/UdpConnector.cpp cpp/src/Ice/UdpConnector.h | ||
| * | WinRT support | Jose | 2012-07-13 |
| | | |||
* | | Don't write optionals with 1.0 encoding, added UnknownSlicedObject test, ↵ | Benoit Foucher | 2012-06-20 |
| | | | | | | | | fixed exception un-marhsalling to raise UnkownUserException for unknown exceptions. | ||
* | | Fixed support unknown types in unknown optionals | Benoit Foucher | 2012-06-12 |
| | | |||
* | | Support for optionals | Benoit Foucher | 2012-06-11 |
| | | |||
* | | * C++ implementation for compact/sliced formats | Mark Spruiell | 2012-05-08 |
| | | | | | | | | | | | | | | | | | | * C++ implementation for "preserve-slice" metadata * C++ tests for compact/sliced/preserved types * Updated stream API * Python changes for stream API * Python tests for compact/sliced formats * Added Ice.Default.SlicedFormat property | ||
* | | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 |
|\| | |||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |