summaryrefslogtreecommitdiff
path: root/java/src
Commit message (Collapse)AuthorAge
...
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* ICE-5659 remove Ice.MonitorConnections from propertiesDwayne Boone2014-09-05
|
* Renamed oneOffDone to oneOfDone and added said check to JS for ↵Dwayne Boone2014-09-05
| | | | PrintStackTraces setting
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Added back to optmization to not call connection dispatch if not necessaryBenoit Foucher2014-09-05
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-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.
* More work on ICE-2400: the send log thread now uses a separate communicator ↵Bernard Normier2014-09-02
| | | | | | to send log messages, with two-ways calls. Removed ping thread.
* New fix for ICE-5637: Glacier2CryptPermissionsVerifier plugin + ↵Bernard Normier2014-08-29
| | | | Glacier2Internal::setupNullPermissionsVerifier function
* Minor style fixesJose2014-08-25
|
* Fixed (ICE-4016) - IceGridGUI doesn't warn about unsaved application on exitJose2014-08-25
|
* Revert "ICE-5606 renamed ServantLocator::deactivate to destroy"Dwayne Boone2014-08-22
| | | | This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383.
* ICE-5606 renamed ServantLocator::deactivate to destroyDwayne Boone2014-08-22
|
* Fixed (ICE-5544) - IceGrid admin and Ubuntu launcherJose2014-08-22
|
* Fixed ICE-5604: thread pool error handlingBernard Normier2014-08-19
|
* ICE-3492 handle improper settings for timeout valuesDwayne Boone2014-08-19
|
* Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and WindowsJose2014-08-19
|
* minor Java editsMark Spruiell2014-08-15
|
* Added missing Ice.Admin.Logger property to PropertyName.xmlBernard Normier2014-08-15
|
* Initial merge for ICE-2400:Bernard Normier2014-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)
* Rename WS transport files for consistency with TCP/UDP transports.Jose2014-08-13
|
* - Added back the Ice.BackgroundIO property.Matthew Newhook2014-08-13
| | | | | | - Fixed some bugs in the interrupt test. - Fixed a bug in Outgoing where the interrupt exception could be swallowed.
* Added Ice.Default.Timeout and Ice.Default.SourceAddress to PropertyNames.xmlDwayne Boone2014-08-13
|
* Deprecate IceSSL.ImportCert - ICE-5583Jose2014-08-12
|
* Fixed (ICE-5586) - Integrate IceWS to the Ice core libraryJose2014-08-12
|
* Added eclipse project settings for java.Matthew Newhook2014-08-12
| | | | Fix lots of warnings in Ice for Java.
* Updates to IceGridGUIJoe George2014-08-11
| | | | | - Added discovery to direct connections - Users no longer need to manually enter the instance name
* ICE-5630 - ACM timeout is brokenMatthew Newhook2014-08-08
| | | | | - Also refactored the code a bit in java so that the ACMMonitor doesn't inherit from runnable.
* Fixed lots of warnings.Matthew Newhook2014-08-08
|
* ICE-5596 add Ice.Default.Timeout propertyDwayne Boone2014-08-08
|
* ICE-5311 - more fixesMark Spruiell2014-08-07
|
* ICE-5311 - use ByteBuffer in Freeze mapsMark Spruiell2014-08-07
|
* Removed unused holder types.Matthew Newhook2014-08-07
| | | | | | Fixed holder types to use the generic holder type. Changed the code generator to use the generic holder types. Changed the Ice internals not to use the non-generic holder types.
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-08-07
| | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel.
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* ICE-5457 added ability to set source address for connectionsDwayne Boone2014-08-07
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fixed leak when observer updater is installed, code-style issuesBenoit Foucher2014-08-01
|
* ICE-4612: Added documentation to the Slice interfaces, added missing ↵Benoit Foucher2014-07-31
| | | | property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup
* Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵Benoit Foucher2014-07-29
| | | | __getObserver method
* ICE-3346 - improve ice_staticId in JavaMark Spruiell2014-07-25
|
* Improved IceGrid discovery, it now works with icegrid registry slaves and nodesBenoit Foucher2014-07-25
|
* Fixed bug with system exceptions not being propagated correctly with ↵Benoit Foucher2014-07-24
| | | | collocation optimization + AMD
* ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-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.
* Java and C# IceGrid Discovery PluginsJoe George2014-07-23
|
* Fixed race condition which could cause request to be dispatched even if the ↵Benoit Foucher2014-07-21
| | | | connection was just put on hold
* ICE-5481 startSize/endSize methods aren't designed to be "reentrant"Dwayne Boone2014-07-17
|
* Fix bug with connection closure causing hang in C# async demo withMatthew Newhook2014-07-16
| | | | COMPACT defined.
* initial commit of IceWS for C#Mark Spruiell2014-07-15
|
* Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow ↵Benoit Foucher2014-07-15
| | | | easily retrieving proxies without knowning the instance name
* Fixed Java IceWS bug which was cuasing 100% CPU usage for Ice client/serverBenoit Foucher2014-07-15
|