summaryrefslogtreecommitdiff
path: root/csharp/src
Commit message (Collapse)AuthorAge
...
* | | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\| |
| * | Fix to no longer recursively try endpoints on connection establishmentBenoit Foucher2016-05-02
| | |
| * | Fix to no longer close the socket on fdToString failure, the caller is now ↵Benoit Foucher2016-04-27
| | | | | | | | | | | | closing the socket if necessary
| * | Fixed ICE-7115 - unmarshalling bug with optional parametersBenoit Foucher2016-04-26
| | |
| * | Update Ice version to 3.6.3Joe George2016-04-08
| | |
* | | CSharp build fixesJose2016-04-25
| | |
* | | Remove bogus generated file from IceGrid CSharp projectJose2016-04-22
| | |
* | | Update csharp builds to use MSbuildJose2016-04-22
| | |
* | | Updated Ice version to 3.7a0Benoit Foucher2016-04-07
| | |
* | | Merge remote-tracking branch 'origin/3.6'Jose2016-04-07
|\| |
| * | ICE-7035 - Add option to roll log filesJose2016-04-07
| |/
| * Update version to 3.6.2Jose2016-03-10
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-07
|\|
| * Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
| |
* | Update copyright headersJoe George2016-03-01
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ICE-6844 - align C# with JavaMark Spruiell2016-02-25
| |
* | ICE-6861 - C# stream changesMark Spruiell2016-02-18
| |
* | Updated Objective-C mapping to use new stream classesBenoit Foucher2016-02-05
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | ICE-6898 - "Delegate" functions for ACM callbacksJoe George2015-12-24
| | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback
* | Fixes for Bluetooth plug-ins.Mark Spruiell2015-12-17
| | | | | | | | Updates to testsuite to support Bluetooth and remote servers.
* | Avoid forward declarations with IceGridLibJose2015-12-16
| |
* | 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.
* | Reworked IceStorm and IceGrid database error handlingBernard Normier2015-11-20
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2015-11-16
|\|
| * Fixed ICE-6868 - C# fix to release memory held by transports soonerBenoit Foucher2015-10-29
| |
* | Changed IceGrid.Registry.Data property to IceGrid.Registry.LMDB.PathDwayne Boone2015-11-09
| |
* | initial commit of C++ Bluetooth transportMark Spruiell2015-11-06
| |
* | Added properties to set the database map size for IceGrid/IceStormDwayne Boone2015-11-05
| |
* | Changed version to 3.7.0Dwayne Boone2015-11-02
| |
* | Fixed ICE-6857 - removed old SQL properties from IceStorm and IceGridBenoit Foucher2015-10-30
| |
* | Fixed and LMDB_HOME setting and fixed travis buildDwayne Boone2015-10-28
|/
* ICE-6796 - Socket exception causes Unity hangMark Spruiell2015-09-08
|
* Fixed ICE-6778 - background test failureBenoit Foucher2015-09-08
|
* ICE-6745 fixed minor formatting issue in error messageDwayne Boone2015-08-31
|
* Updated AssemblyInfo and StringFileInfo on WindowsBernard Normier2015-08-21
|
* Revert "Fixed ICE-6707 - default interface for discovery is now ↵Benoit Foucher2015-08-14
| | | | | | Ice.Default.Host if it is set" This reverts commit 406e393f2be3a29830a7758e58e4e674afc5e21e.
* Fixed ICE-6707 - default interface for discovery is now Ice.Default.Host if ↵Benoit Foucher2015-08-13
| | | | it is set
* Fixed ICE-6695 - ensure buffers are not cleared too early for WS/SSL transportsBenoit Foucher2015-08-11
|
* Fixed ICE-6159: release memory allocated by connection buffers when the ↵Benoit Foucher2015-08-05
| | | | connection is closed instead of waiting for the reaping
* ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵Benoit Foucher2015-08-03
| | | | core, minor test suite fixes
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Fixed ICE-6625: warning when shutting IceDiscovery hello serverBenoit Foucher2015-07-31
|
* ICE-6302 Fixed intermittent sessionHelper test failureDwayne Boone2015-07-28
|
* ICE-6302 Fixed SessionHelper to terminate connection attempt when destroy is ↵Dwayne Boone2015-07-27
| | | | called
* Fixed IceDiscovery and collocation optimization issue which could cause ↵Benoit Foucher2015-06-22
| | | | indefinite hang if communicator was destroyed (ICE-6627)
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead