Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added invoke test | Dwayne Boone | 2009-11-26 | |
| | | | | | Cleaned up invoke demo Fixed order of paramaters in end_ice_invoke in C++ | |||
* | - Cleaned up test/Ice/operations test | Benoit Foucher | 2009-11-25 | |
| | | | | | - Added test/Ice/ami test - sent callback is now always called | |||
* | New dependencies | Benoit Foucher | 2009-11-24 | |
| | ||||
* | Do not rely on ICE_HOME being set in projects | Dwayne Boone | 2009-11-23 | |
| | ||||
* | Only have single windows installer rather than one per compiler | Dwayne Boone | 2009-11-23 | |
| | ||||
* | New AMI mapping | Benoit Foucher | 2009-11-23 | |
| | ||||
* | Fixed bunch of minor SQL issues | Dwayne Boone | 2009-11-17 | |
| | ||||
* | Minor fix to cookbook/compression to compile on x64 | Jose | 2009-11-16 | |
| | ||||
* | Make third party a single installer | Dwayne Boone | 2009-11-16 | |
| | ||||
* | 855 - Stream template functions and template programming. | Jose | 2009-11-06 | |
| | ||||
* | IceStorm expect.py was broken by new logger prefix. | Jose | 2009-11-05 | |
| | ||||
* | MFC demo was broken - LogI was not implementing cloneWithPrefix. | Jose | 2009-11-04 | |
| | ||||
* | 2589 - Bogus Ice.ProgramName value for IceBox service. | Jose | 2009-11-03 | |
| | ||||
* | Bug 4198 - chat demo does not deal with Glacier2 crashing | Dwayne Boone | 2009-10-22 | |
| | ||||
* | Changed Glacier2 to enable ACM for client connections, bug 3244 and 4298 | Benoit Foucher | 2009-10-16 | |
| | ||||
* | Merge branch 'master' of ssh://git.zeroc.com/home/git/ice | Dwayne Boone | 2009-10-13 | |
|\ | ||||
| * | Fixed Windows build issues | Benoit Foucher | 2009-10-11 | |
| | | ||||
* | | Updated CHANGES for csplugin fixes | Dwayne Boone | 2009-10-09 | |
|/ | ||||
* | Fixed project files for plugin demo to properly name DLLs | Dwayne Boone | 2009-10-09 | |
| | | | | Fixed fixVersion to handle version in DLLs names above | |||
* | Added *.SQL.Port property | Dwayne Boone | 2009-10-07 | |
| | ||||
* | Bug 4251 - add IceUtil::Time double initializers | Dwayne Boone | 2009-10-07 | |
| | ||||
* | Fix plugin demo on Windows | Dwayne Boone | 2009-10-07 | |
| | ||||
* | Regenerated C# depend files | Dwayne Boone | 2009-10-05 | |
| | | | | Fixed some Glacier2 compile errors | |||
* | Fixes related to 3772: | Mark Spruiell | 2009-10-02 | |
| | | | | | | | | * install target in py/python/Makefile* * typos in Glacier2/Application.cpp * add restart command to C++/Python callback clients * bug fixes in Glacier2.py * minor fix in C# Glacier2.Application | |||
* | Remove BCC workarounds no longer required | Dwayne Boone | 2009-10-02 | |
| | ||||
* | Update depends | Dwayne Boone | 2009-10-02 | |
| | ||||
* | Fixed VC6 compile errors | Dwayne Boone | 2009-10-02 | |
| | ||||
* | Update to DB 48 for windows | Dwayne Boone | 2009-10-02 | |
| | ||||
* | C++Builder 2010 support | Dwayne Boone | 2009-10-02 | |
| | ||||
* | 3772. Recovering from Glacier2 / Ice router session failure. | Jose | 2009-10-02 | |
| | ||||
* | Updated demo README | Dwayne Boone | 2009-09-29 | |
| | ||||
* | Bug 4268 - Update MFC demo | Dwayne Boone | 2009-09-29 | |
| | ||||
* | Bug 3231 - alternative storage for IceGrid and IceStorm | Dwayne Boone | 2009-09-28 | |
| | ||||
* | Bug 4218 - Fix fixVersion | Dwayne Boone | 2009-09-25 | |
| | ||||
* | migrate to Berkeley DB 4.8 | Mark Spruiell | 2009-09-24 | |
| | ||||
* | More updates for http://bugzilla/bugzilla/show_bug.cgi?id=2839 | Matthew Newhook | 2009-09-11 | |
| | | | | | - Updated VS project files - Updated VB. | |||
* | Fixed compilation errors. | Matthew Newhook | 2009-09-10 | |
| | ||||
* | http://bugzilla/bugzilla/show_bug.cgi?id=2839 - more fixes for 2839. | Matthew Newhook | 2009-09-10 | |
| | | | | | | - Added refreshSession. - Backed out change for ice_ping. - Fixed bug with python config.glacier2. | |||
* | - cpp/demo/Ice/session now uses a timer for the periodic reaping. | Matthew Newhook | 2009-09-09 | |
| | | | | | | | | | | | | | | | | | | - cpp/demo/Glacier2/chat now uses a custom permissions verifier, and a timer for refresh of the Glacier2 session. Squashed commit of the following: commit 82732512d64b4b6782b9c96e9c558ad56ea232af Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Sep 9 15:35:47 2009 -0230 Simplify session demo. commit 07cf68b9d12e8d648980d4bcae354e7531411b47 Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Sep 9 14:59:15 2009 -0230 chat demo now uses a custom perissions verifier, and a timer task. | |||
* | http://bugzilla/bugzilla/show_bug.cgi?id=2839 | Matthew Newhook | 2009-09-09 | |
| | | | | | | In the process of fixing this bug I added ice_ping to the Glacier2 router and updated the callback demo as described. I did not update the VB demo/Glacier2/callback, nor the windows project files. | |||
* | Bug 4244 - simplify callback demo | Dwayne Boone | 2009-09-08 | |
| | ||||
* | Converted demo projects to VS2008 | Dwayne Boone | 2009-09-04 | |
| | ||||
* | Partial fix for 4210 - Update to latest Berkeley DB 4.7.25 | Jose | 2009-09-03 | |
| | ||||
* | Added Advanced Installer third party installer projects for VC6 and VC9 | Dwayne Boone | 2009-09-02 | |
| | | | | Fixed some VC6 compile errors | |||
* | adding compression cookbook demo | Mark Spruiell | 2009-08-19 | |
| | ||||
* | Bug 4212 - add use of ice_invoke_async to demo | Dwayne Boone | 2009-08-19 | |
| | ||||
* | Some updates for version change | Dwayne Boone | 2009-08-17 | |
| | ||||
* | Win32 fix for bug 4211 - parallel build bust | Benoit Foucher | 2009-08-14 | |
| | ||||
* | Review for bug 4071 and fix for bug 4211 | Benoit Foucher | 2009-08-14 | |
| | ||||
* | 3.3b version changes. | Matthew Newhook | 2009-08-10 | |
| |