summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* Dependency fixes:Jose2014-10-17
| | | | | | | Add quotes to Windows Slice dependencies Fix Cicular dependency issue with Make 3.82 included in rhel7, C++ dependencies now are of type Foo.h: Foo.ice, we don't need Foo.cpp as that always depend on Foo.h
* Fixed ICE-5518: allows saving application with no-restart when removing ↵Benoit Foucher2014-10-17
| | | | stopped server
* Fixed (ICE-5752) - faultTolerance OS X 10.10 failures with SSLJose2014-10-17
|
* Windows installers updatesJose2014-10-16
|
* Fixed ICE-5746: selector bad file descriptor on OS XBenoit Foucher2014-10-16
|
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Fixed ICE-5454: close acceptor on adapter deactivationBenoit Foucher2014-10-15
|
* Fixed ICE-5473: the registry can now resolve observer indirect proxiesBenoit Foucher2014-10-14
|
* Fixed ICE-5701 & ICE-5721: warning on shutdown of replicaBenoit Foucher2014-10-14
|
* Fixed ICE-5458: Locator::getRegistry now returns a replicated proxyBenoit Foucher2014-10-14
|
* Minor fixes for parallel buildsJose2014-10-14
|
* MinGW fixesJose2014-10-13
|
* Fixed icegridadmin Unix build issueBenoit Foucher2014-10-13
|
* Update JS with the same OutgoingAsync fixes as C++/Java/C#Benoit Foucher2014-10-13
|
* Fixed (ICE-5709) - IceSSL/configuration failure on WindowsJose2014-10-10
|
* icegridadmin now converts file contents using the current Windows console CP ↵Bernard Normier2014-10-10
| | | | when showing files on Windows
* icegridadmin now converts log messages to the console code page on WindowsBernard Normier2014-10-10
|
* Fixed Windows dependencies to account for OutgoingAsync refactoringBenoit Foucher2014-10-10
|
* ICE-5698 - Deprecate IceBox.ServiceManager object adapterJoe George2014-10-10
| | | | | - Fix IceGrid to only define IceBox.InstanceName if IceBox.ServiceManager.Endpoints is defined
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Fixed ICE-5726: provide deprecated public StringConverterPluginBernard Normier2014-10-09
|
* ICE-5698 - Deprecate IceBox.ServiceManager object adapter and ↵Joe George2014-10-09
| | | | IceBox.InstanceName
* ICE-5671 make sure router/locator have not already been set by plugin loadingDwayne Boone2014-10-09
|
* ICE-5615 move PluginManager destruction outside of sync at end of ↵Dwayne Boone2014-10-09
| | | | Instance::destroy
* Fix Windows dependencies, break by previous dependencies updateJose2014-10-09
|
* minor build fixesJose2014-10-08
|
* Regenerate bison/flex files to use correct versionsJose2014-10-08
|
* Windows dependency fixesJose2014-10-08
|
* Fixed ACM bug where the activity wasn't always updated after parsing or ↵Benoit Foucher2014-10-08
| | | | sending a message
* Version fixesJose2014-10-08
|
* Several Windows build fixes:Jose2014-10-08
| | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds
* Also removed generated MSG00001.binBernard Normier2014-10-07
|
* Removed generated EventLoggerMsg filesBernard Normier2014-10-07
|
* Fixed MC generation in src/Ice/Makefile.mak + added -nologo to rcBernard Normier2014-10-07
|
* Fixed clean targets in a couple of Windows makefilesDwayne Boone2014-10-07
|
* ICE-4324 Added support for java.nio.Buffer classes through metadataDwayne Boone2014-10-07
|
* Update Ice version to 3.6b 3.6.51Jose2014-10-03
|
* - Java Application now catches OperationInterruptedException andMatthew Newhook2014-10-03
| | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic.
* Cleanup and simplification of OA in C++/Java/C#.Matthew Newhook2014-10-02
|
* ICE-5585 call callback from ThreadPool if conneciton already closedDwayne Boone2014-10-02
|
* Lots of minor fixes, few simplifications to OutgoingAsync codeBenoit Foucher2014-10-01
|
* ICE-5656 java test/Ice/exception eats all error messagesDwayne Boone2014-10-01
|
* Added missing ConnectionI::setCallback fix to JSDwayne Boone2014-10-01
|
* Fixed Connection.setACM to check for the connection stateBenoit Foucher2014-10-01
|
* Fixed icegridadmin client default SSL port number for IceGridBenoit Foucher2014-10-01
|
* ICE-5585 in ConnectionI::SetCallback make sure callback is not null before ↵Dwayne Boone2014-09-30
| | | | calling
* Fixed (ICE-5696) - Trying to connect openssl 0.9.8 client to OS X secure ↵Jose2014-09-30
| | | | transport fails
* ICE-5692 - PHP type objects should be globalMark Spruiell2014-09-29
|
* Fixed Silverlight build and testsDwayne Boone2014-09-29
|
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.