Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix for (ICE-5832) Versioning of Jar files | Jose | 2014-11-07 | |
| | | | | Renaming JAR files | |||
* | Fixed java demo distribution build | Dwayne Boone | 2014-11-07 | |
| | ||||
* | - Renamed gradle projects to camel case which enables task abbreviation. | Matthew Newhook | 2014-11-07 | |
| | | | | | - Demo builds now produce a runnable jar. - Fixes to expect.py and READMEs for this change. | |||
* | Lots of small changes and cleanups as suggested by IntelliJ. | Matthew Newhook | 2014-11-06 | |
| | ||||
* | Fixed copyright header on a bunch of files | Dwayne Boone | 2014-11-05 | |
| | ||||
* | ICE-5822 renamed demo distribution directories | Dwayne Boone | 2014-11-04 | |
| | ||||
* | Java builds against bindist now automatically detect if jars have version ↵ | Dwayne Boone | 2014-11-04 | |
| | | | | included | |||
* | Fixed ICE-5811: renamed book demos to manual demos | Benoit Foucher | 2014-11-03 | |
| | ||||
* | ICE-5799 - Replace BareBonesBrowserLaunch with Desktop.browse | Joe George | 2014-10-29 | |
| | ||||
* | Update IML files | Dwayne Boone | 2014-10-29 | |
| | ||||
* | More gradle changes. | Matthew Newhook | 2014-10-23 | |
| | | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. | |||
* | only configure berkely db version in one spot in gradle files | Dwayne Boone | 2014-10-22 | |
| | ||||
* | Fixed demo dist to allow gradle build of java demos | Dwayne Boone | 2014-10-22 | |
| | ||||
* | Use output.classesDir. | Matthew Newhook | 2014-10-20 | |
| | ||||
* | Build ant. | Matthew Newhook | 2014-10-20 | |
| | ||||
* | Minor fix, file name case sensitive in Linux | Jose | 2014-10-20 | |
| | ||||
* | Removed java/src/IceInternal directory. | Matthew Newhook | 2014-10-20 | |
| | | | | Removed eclipse .classpath/.project. | |||
* | Added gradle build file for Database demo | Dwayne Boone | 2014-10-20 | |
| | ||||
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 | |
| | ||||
* | ICE-5698 - Deprecate IceBox.ServiceManager object adapter and ↵ | Joe George | 2014-10-09 | |
| | | | | IceBox.InstanceName | |||
* | Added expect scripts for IceDiscovery demos and also fixed couple of issues ↵ | Dwayne Boone | 2014-10-08 | |
| | | | | in demos themselves. | |||
* | ICE-5719 java Glacier2/callback demo SSL handshake failure | Dwayne Boone | 2014-10-08 | |
| | ||||
* | Version fixes | Jose | 2014-10-08 | |
| | ||||
* | ICE-5498 - Usability issues in Android library demo | Joe George | 2014-10-07 | |
| | ||||
* | Update Ice version to 3.6b 3.6.51 | Jose | 2014-10-03 | |
| | ||||
* | Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe | Matthew Newhook | 2014-09-29 | |
| | | | | Fixed some warnings. | |||
* | Slightly improved fix for ICE-3692 | Dwayne Boone | 2014-09-26 | |
| | ||||
* | ICE-3692 library database demo doesn't throw object not exist sometimes | Dwayne Boone | 2014-09-26 | |
| | ||||
* | ICE-5503 android library demo does not update info on exception properly | Dwayne Boone | 2014-09-25 | |
| | ||||
* | ICE-3267 add filter to chat demo | Dwayne Boone | 2014-09-23 | |
| | ||||
* | Simplified creation of Admin facets in IceBox; simplified test for Admin ↵ | Bernard Normier | 2014-09-17 | |
| | | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property) | |||
* | Fixed ICE-5318: Review IceGrid timeout defaults | Benoit Foucher | 2014-09-16 | |
| | ||||
* | - 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. | |||
* | ICE-5649 minor refactor of exception and tracing | Dwayne Boone | 2014-08-26 | |
| | ||||
* | ICE-5640 - JS demo READMEs | Mark Spruiell | 2014-08-22 | |
| | ||||
* | java latency demo fixes | Mark Spruiell | 2014-08-18 | |
| | ||||
* | minor Java edits | Mark Spruiell | 2014-08-15 | |
| | ||||
* | Fixed ice_invocationTimout usage in IceDiscovery hello demos | Dwayne Boone | 2014-08-14 | |
| | ||||
* | Add IceDiscovery demos to ant build | Joe George | 2014-08-14 | |
| | ||||
* | - Cleaned up all demos. | Matthew Newhook | 2014-08-14 | |
| | | | | | | - Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts. | |||
* | Created Eclipse project for every demo | Joe George | 2014-08-14 | |
| | ||||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 | |
| | ||||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-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. | |||
* | 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. | |||
* | Java and C# IceGrid Discovery Plugins | Joe George | 2014-07-23 | |
| | ||||
* | ICE-5194 added demo for use of Ice request contexts | Dwayne Boone | 2014-07-18 | |
| | ||||
* | Minor fix to library Demo: | Jose | 2014-07-16 | |
| | | | | * mysql -pass option is deprecated use -password instead. | |||
* | initial commit of IceWS for C# | Mark Spruiell | 2014-07-15 | |
| | ||||
* | ICE-5545 java demo/ice/properties relies on ordering of HashMap | Dwayne Boone | 2014-07-15 | |
| | ||||
* | ICE-5485 add config.admin for IceStorm demos | Dwayne Boone | 2014-07-15 | |
| |