Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Fix ICE-7278 | Joe George | 2016-08-23 | |
| | | | | | | | | | | Fix Python issue where Ice::UnknownUserException would sometimes be raised in C++ extension instead of being passed to Python. | |||
* | | disable user exception validation on server side for Python | Mark Spruiell | 2016-08-31 | |
| | | ||||
* | | Fix ICE-7278 | Joe George | 2016-08-19 | |
| | | | | | | | | | | Fix Python issue where Ice::UnknownUserException would sometimes be raised in C++ extension instead of being passed to Python. | |||
* | | Move generateUUID to Ice | Bernard Normier | 2016-08-01 | |
| | | ||||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 | |
| | | ||||
* | | Update version to 3.7a3 | Joe George | 2016-07-12 | |
| | | ||||
* | | Whitespace cleanup - tabs to spaces | Joe George | 2016-06-29 | |
| | | ||||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 | |
| | | | | | | | | of TCP/iAP/Bluetooth. | |||
* | | Updated version to 3.7a2 | Bernard Normier | 2016-05-31 | |
| | | ||||
* | | Removed references to DotNetNames.cpp | Bernard Normier | 2016-05-12 | |
| | | ||||
* | | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 | |
| | | ||||
* | | stream API fixes for scripting languages | Mark Spruiell | 2016-05-11 | |
| | | ||||
* | | IceUtil and Slice msbuild updates | Bernard Normier | 2016-05-11 | |
| | | ||||
* | | Fixes to allow per-project/component platform/config variables | Benoit Foucher | 2016-05-10 | |
| | | ||||
* | | Removed libIceUtil and libSlice | Bernard Normier | 2016-05-09 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-05-09 | |
|\| | ||||
| * | Add encoding comments to python generated code | Jose | 2016-04-28 | |
| | | ||||
| * | Update Ice version to 3.6.3 | Joe George | 2016-04-08 | |
| | | ||||
* | | Re-factored gmake build system | Benoit Foucher | 2016-05-03 | |
| | | ||||
* | | Windows build fixes related to alpha versions | Jose | 2016-04-11 | |
| | | ||||
* | | Updated Ice version to 3.7a0 | Benoit Foucher | 2016-04-07 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-03-31 | |
|\| | ||||
| * | Python VS2015 x64 build fixes | Jose | 2016-03-29 | |
| | | ||||
| * | Windows Python 3.5 build support | Jose | 2016-03-28 | |
| | | ||||
| * | Update version to 3.6.2 | Jose | 2016-03-10 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-10 | |
|\| | ||||
| * | isfinite not supported with VS 2012 | Jose | 2016-03-09 | |
| | | ||||
* | | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 | |
|\| | ||||
| * | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-01 | |
|\| | ||||
| * | Ice::identityToString/Ice::stringToIdentity php/ruby/python implementations | Jose | 2016-03-01 | |
| | | ||||
* | | Windows msbuild build updates | Jose | 2016-02-26 | |
| | | ||||
* | | minor fixes to stream classes; restoring test/Ice/stream | Mark Spruiell | 2016-02-09 | |
| | | ||||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 | |
| | | ||||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 | |
| | | ||||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-01-14 | |
|\| | ||||
| * | ICE-6955 - refcount bug in Python blobject API | Mark Spruiell | 2016-01-07 | |
| | | ||||
* | | ICE-6898 - "Delegate" functions for ACM callbacks | Joe George | 2015-12-24 | |
| | | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback | |||
* | | ICE-6897 - Python and Objective-C ValueFactory | Joe George | 2015-12-17 | |
| | | | | | | | | | | - ValueFactory's are now functions/lambdas in Python and blocks in Objective-C | |||
* | | 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. | |||
* | | Merge branch '3.6' | Mark Spruiell | 2015-12-02 | |
|\| | ||||
| * | Fixes for ICE-6905 - support NaN/Infinity in scripting languages | Mark Spruiell | 2015-12-02 | |
| | | ||||
* | | Changed version to 3.7.0 | Dwayne Boone | 2015-11-02 | |
|/ | ||||
* | Fixed ICE-6725 - value demo python crash w/ python 2.7 on Windows | Benoit Foucher | 2015-08-26 | |
| | ||||
* | Updated version to 3.6.1 | Dwayne Boone | 2015-07-31 | |
| | ||||
* | Fix ICE-6682 - Windows Python build broken | Jose | 2015-07-27 | |
| | ||||
* | Fix ICE-6569 - Python 3 build fails with GCC | Joe George | 2015-06-08 | |
| | ||||
* | ICE-6471 Add support for IceSSL endpoint/connection info to Python/Ruby/PHP | Dwayne Boone | 2015-05-05 | |
| |