summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/binding/TestI.cpp
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Update copyright year to 2018Jose2018-02-14
|
* Fix JS Ice/binding failureJose2017-11-07
| | | | | | | | | | Bug ICE-8551 With JS browser the test can fail if browser listen on a port that is used by the server, that was the case with Chrome. The test not retry the creation of the object adapter if it fails with a SocketException
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | ES6 mapping updatesJose2016-08-19
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Fixes for Bluetooth plug-ins.Mark Spruiell2015-12-17
| | | | | | | | Updates to testsuite to support Bluetooth and remote servers.
* | C++11 mapping, binding/checksum/defaultServant testsJose2015-12-14
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fix: Missing quotes in endpointsJose2014-12-15
|
* Fixed (ICE-6174) - Android browser test Ice/binding fails with java serverJose2014-12-12
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 2896Benoit Foucher2008-04-08
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Updated copyrightDwayne Boone2008-01-23
|
* Removed use of Ice.OA.Dwayne Boone2007-02-14
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* use thread model consistentlyMark Spruiell2007-01-30
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added ObejctAdapter::destroyDwayne Boone2007-01-05
|
* Object adapter properties now prefixed by "Ice.OA."Dwayne Boone2006-12-18
|
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* Updated copyrightDwayne Boone2006-03-14
|
* - Added ice_cacheConnection, ice_endpointSelection proxy methods.Benoit Foucher2006-02-10
- Added binding test.