summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ReferenceFactory.cpp
Commit message (Collapse)AuthorAge
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Update copyright year to 2018Jose2018-02-14
|
* Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | override from original proxy
* Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | UWP code simplificationsJose2017-01-10
| |
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | 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.
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
| * Rework previous fix for 3.6 compatibilityJose2016-02-29
| |
| * ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
| |
* | Ice::identityToString & Ice::stringToIdentity usageJose2016-02-29
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-3492 handle improper settings for timeout valuesDwayne Boone2014-08-19
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Updated nativeToUTF8 and UTF8ToNative for consistency with ↵Bernard Normier2014-05-16
| | | | stringToWstring/wstringToString
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* Added support for IceGrid custom load balancingBenoit Foucher2014-04-15
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5131 - parsing of -p <version> for proxies, tweaked UDP endpoint ↵Benoit Foucher2013-01-15
| | | | deprecation warning for -v/-e
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints
* ICE-4824 - Fixed VC6 style loopsJose2012-10-03
|
* Support for optionalsBenoit Foucher2012-06-11
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Added support for encoding versioningBenoit Foucher2012-04-18
|/
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* bug 4355 - improve parse exception messagesMark Spruiell2009-12-10
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* Cleaned up UDP transceivers, fixes for bug 4223 and 4320Benoit Foucher2009-10-27
|
* Bug 3878 - remove some deprecated featuresDwayne Boone2009-05-11
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Removed OA createReverseProxy method.Benoit Foucher2008-01-21
| | | | | - Fixed bug 2141, 2645, 2632, 1547. - It's now possible to call ice_secure on a fixed proxy to require a secure connetion.
* Merge branch 'master' of ssh://cvs.zeroc.com/home/git/iceBernard Normier2007-12-21
|\ | | | | | | | | | | Conflicts: cpp/src/Slice/VbUtil.cpp
| * - Merge IPv6 support from Dwayne's branch.Benoit Foucher2007-12-19
| | | | | | | | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints
* | IceUtil cleanup (first commit)Bernard Normier2007-12-21
|/
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.