Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed connect request handler to not invoke callback from a single thread | Benoit Foucher | 2014-10-20 |
| | |||
* | Windows installers updates | Jose | 2014-10-16 |
| | |||
* | Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵ | Benoit Foucher | 2014-10-15 |
| | | | | connection timeouts | ||
* | Update JS with the same OutgoingAsync fixes as C++/Java/C# | Benoit Foucher | 2014-10-13 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | Fixed ICE-5726: provide deprecated public StringConverterPlugin | Bernard Normier | 2014-10-09 |
| | |||
* | Several Windows build fixes: | Jose | 2014-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 | ||
* | Update Ice version to 3.6b 3.6.51 | Jose | 2014-10-03 |
| | |||
* | Lots of minor fixes, few simplifications to OutgoingAsync code | Benoit Foucher | 2014-10-01 |
| | |||
* | ICE-5611 on RouterFinder failure use default identity rather than failing | Dwayne Boone | 2014-09-25 |
| | |||
* | Remove leftovers of the old AMI mapping | Jose | 2014-09-25 |
| | |||
* | ICE-5611 Add support for Ice/RouterFinder to Glacier2 helpers | Dwayne Boone | 2014-09-24 |
| | |||
* | ICE-5661 some changes to class structure for OutgoingAsync | Dwayne Boone | 2014-09-19 |
| | |||
* | ICE-5661 add proxy->begin_ice_getConnection | Dwayne Boone | 2014-09-18 |
| | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | Added back to optmization to not call connection dispatch if not necessary | Benoit Foucher | 2014-09-05 |
| | |||
* | - C#, Java: Removed Outgoing, fixed generated code to make synchronous | Matthew Newhook | 2014-09-03 |
| | | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI. | ||
* | Fix (ICE-3445) - consider not installing internal header files | Jose | 2014-09-01 |
| | |||
* | New fix for ICE-5637: Glacier2CryptPermissionsVerifier plugin + ↵ | Bernard Normier | 2014-08-29 |
| | | | | Glacier2Internal::setupNullPermissionsVerifier function | ||
* | ICE-5225 - Freeze changes | Mark Spruiell | 2014-08-22 |
| | |||
* | Fixed WINRT build | Dwayne Boone | 2014-08-21 |
| | |||
* | Fix (ICE-5587) - crypt password replacement | Jose | 2014-08-20 |
| | |||
* | Updated gitignore files | Dwayne Boone | 2014-08-15 |
| | |||
* | Fixed ICE-5621: set _WIN32_WINNT when building | Bernard Normier | 2014-08-14 |
| | |||
* | Initial merge for ICE-2400: | Bernard Normier | 2014-08-14 |
| | | | | | | | - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node) | ||
* | ICE-5370 Remove IceXML header from public headers | Dwayne Boone | 2014-08-14 |
| | |||
* | Fix problem introduced with ICE-5553 fix | Jose | 2014-08-13 |
| | |||
* | Fixed (ICE-5553) - Freeze/evictor test fails | Jose | 2014-08-13 |
| | |||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 |
| | |||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 |
| | |||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | ICE-2600 - serialization support for C# exceptions | Mark Spruiell | 2014-07-29 |
| | |||
* | Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵ | Benoit Foucher | 2014-07-29 |
| | | | | __getObserver method | ||
* | Fixed ICE-5598 (generateRandom) and ICE-5520 (removed openssl/patch.mingw) | Bernard Normier | 2014-07-28 |
| | |||
* | Correct __declspec for MinGW | Bernard Normier | 2014-07-28 |
| | |||
* | Fixed #2 of ICE-5594: code style for CallbackBase class | Benoit Foucher | 2014-07-28 |
| | |||
* | Fixes for Ruby x64 on Windows + MinGW cleanups | Bernard Normier | 2014-07-27 |
| | |||
* | Fixed #3 of ICE-5594: fixed __verify signature to take a const& for the cookie | Benoit Foucher | 2014-07-25 |
| | |||
* | Completed fix for ICE-5567: move various C++11 classes/functions out of line | Bernard Normier | 2014-07-24 |
| | |||
* | Fixed WinRT build | Dwayne Boone | 2014-07-24 |
| | |||
* | ICE-4234 - Update Ice to use current Java threading constructs | Matthew Newhook | 2014-07-23 |
| | | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb. | ||
* | Windows 64 build failure | Jose | 2014-07-23 |
| | |||
* | Fixed windows compiler error | Dwayne Boone | 2014-07-21 |
| | |||
* | ICE-5481 use size_type for Stream startSize() return type | Dwayne Boone | 2014-07-21 |
| | |||
* | Fixed build failure on Windows 64bits | Benoit Foucher | 2014-07-21 |
| | |||
* | ICE-5316 added pos method to BasicStream that works for both read/write | Dwayne Boone | 2014-07-18 |
| | |||
* | ICE-5316 Add support for InputStream::pos() method | Dwayne Boone | 2014-07-17 |
| | |||
* | ICE-5481 startSize/endSize methods aren't designed to be "reentrant" | Dwayne Boone | 2014-07-17 |
| |