summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* Fix (ICE-7846) - Add Ice::registerIceSSLOpenSSL to IceSSL/OpenSSL.hJose2017-04-28
|
* Add operator bool() to CommunicatorHolderJose2017-04-28
|
* Fixed ICE-7843 - Check NSStreamStatusAtEnd in iOS transportsBenoit Foucher2017-04-28
|
* SessionHelper API cleanupBernard Normier2017-04-27
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Don't set ToolsVersion in MSBuild projectsJose2017-04-26
|
* Fix (ICE-7790) - ice_id missing in JSJose2017-04-26
|
* Fix for VS2015 run-time errorBernard Normier2017-04-25
|
* Update lmdb NuGet packages to latest versionJose2017-04-25
|
* Update bzip2 Nuget packages to latest stable versionJose2017-04-25
|
* Do not use inherit constructor with Glacier2::ApplicationJose2017-04-24
| | | | | With VC++ 19.00 and 19.10 the defautl constructor gets removed when using inherit constructors and deleted copy constructor.
* Small update to CtrlCHandlerBernard Normier2017-04-23
|
* Improved C++11 version of CtrlCHandlerBernard Normier2017-04-22
|
* Fix (ICE-7780) - Glacier2::Application cleanupJose2017-04-21
|
* Changed default ctor of CommunicatorHolderBernard Normier2017-04-21
|
* Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return voidBenoit Foucher2017-04-20
|
* Visual Studio 2010 supportJose2017-04-20
|
* Disable IceDB linker warning about lmdb build without debug infoJose2017-04-13
|
* slice2confluence fixesMark Spruiell2017-04-13
|
* Preprocessor fixMark Spruiell2017-04-13
|
* ignore enumerator redefinitions when necessaryMark Spruiell2017-04-13
|
* Rename Tranlator -> Compiler in .rc filesJose2017-04-13
|
* Add slice2rb/slice2objc compilers to Windows buildsJose2017-04-13
|
* ICE-7797: make semicolon after {} optionalBernard Normier2017-04-13
|
* Fixed ICE-7801 - icegridadmin discovered locator not setBenoit Foucher2017-04-13
|
* Fixed ICE-7775 - don't call initgroups after fork, use thread-safe getpw* ↵Benoit Foucher2017-04-12
| | | | system calls
* Fixed ICE-7726 - fixed IceGrid node bug which was causing ↵Benoit Foucher2017-04-12
| | | | IceGrid/noRestartUpdate test failure
* Minor fixes to endpoint codeBenoit Foucher2017-04-12
|
* Rename getEngineVersion -> getOpenSSLVersion, remove getEngineNameJose2017-04-11
|
* Minor CHANGELOG fixesBenoit Foucher2017-04-11
|
* Fix (ICE-7671) - VS 2017 crash when build UWPJose2017-04-11
|
* Fixed ICE-7755 - listen on all IPs associated with a DNS nameBenoit Foucher2017-04-10
|
* Fix (ICE-7762) - Change dispatch bool return valueJose2017-04-10
|
* Fixed signature of IceBox Service factory function in C++11Bernard Normier2017-04-08
|
* ICE-7768: fixed C++11 Blobject APIBernard Normier2017-04-07
|
* Minor fix to JS controller and PHP timeout test (bumped hold time)Benoit Foucher2017-04-07
|
* IceSSL error message formating fixesJose2017-04-07
|
* Fixed ICE-7757 & ICE-7739 - IceLocatorDiscovery stops discovering locatorsBenoit Foucher2017-04-06
|
* Fix (ICE-7742) - Ice/faultTolerance Python 3.6 crash when using pip packagesJose2017-04-04
|
* Fixed SChannelCertificate cyclic reference countBenoit Foucher2017-04-04
|
* CALG_ECDH_EPHEM only defined with recent version of SDK headersJose2017-04-03
|
* Fixed leak in IceSSL secure transport implementatoin & minor code style fixesBenoit Foucher2017-04-03
|
* Better fix for VC90 handleException overloadsJose2017-04-03
| | | | | | Do not use static const string function variables as that is not thread safe, instead we add a new overload that takes a const char* for VC90 only
* Small fixes to synchronize with the Ice manualBernard Normier2017-04-02
|
* VC90 build failure IceProxy::Ice::noExplicitContext unresolved symbolJose2017-04-01
|
* VC90 build failure SCH_USE_STRONG_CRYPTO not definedJose2017-04-01
|
* VC90 build failure ambiguous call to overloaded functionJose2017-04-01
|
* VC90 build failure ambiguous call to overloaded functionJose2017-04-01
|
* VC90 build failuresJose2017-04-01
|
* Lazzy initialize ConsoleUtilJose2017-03-31
| | | | | | | That is require to be able to set the process string converter from application main. Otherwise the converter is created before the user has a chance to set the process string converter or change the Windows console CP