summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
Commit message (Collapse)AuthorAge
* Make LocalExceptions CustomStringConvertibleJoe George2019-04-05
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed quoting of UnexpectedObjectException messageBenoit Foucher2018-12-17
|
* Update copyright year to 2018Jose2018-02-14
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Remove excessive empty linesJoe George2017-06-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-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 clangBernard Normier2016-06-27
| |
* | ICE-7176 - Cleanup exception dtor noexceptJoe George2016-06-10
| |
* | Added support for building Xcode SDK, added iAP transportBenoit Foucher2016-05-31
| |
* | cleaning up stream API in C++/Java/JSMark Spruiell2016-05-11
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | ICE-6908 - Add ValueFactoryJoe George2015-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 commitJose2015-12-01
|/
* Fixed ICE-6498: replaced protocol error with encoding error un ↵Benoit Foucher2015-05-13
| | | | UnsupportedEncodingException message
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-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 Normier2014-07-10
| | | | and JS
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5058) - WinRT port Platform::AccessDeniedExceptionJose2013-01-04
|
* C++ fix for ICE-4930, invalid 1.0 marhsaling of pending objectsBenoit Foucher2012-11-08
|
* Better generated __read and __write for classes and exceptions (C++, Java ↵Bernard Normier2012-10-13
| | | | and C#)
* Merge branch 'master' into encoding11Jose2012-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 supportJose2012-07-13
| |
* | Don't write optionals with 1.0 encoding, added UnknownSlicedObject test, ↵Benoit Foucher2012-06-20
| | | | | | | | fixed exception un-marhsalling to raise UnkownUserException for unknown exceptions.
* | Fixed support unknown types in unknown optionalsBenoit Foucher2012-06-12
| |
* | Support for optionalsBenoit Foucher2012-06-11
| |
* | * C++ implementation for compact/sliced formatsMark Spruiell2012-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 encoding11Benoit Foucher2012-04-25
|\|
| * Fixed copyrightsBenoit Foucher2012-04-25
| |