Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Squashed commit of the following: | Bernard Normier | 2010-05-13 | |
| | | | | | | | | commit f25399b006e5b15b46e4258546d80e1d006e1bc1 Author: U-bwin7\bernard <bernard@bwin7.(none)> Date: Thu May 13 11:41:01 2010 -0400 VS2010 port | |||
* | bug 4717 - minor fixes to casino demo | Mark Spruiell | 2010-04-05 | |
| | ||||
* | cpp/demo/Glacier2/chat minor fixes. | Jose | 2010-02-16 | |
| | ||||
* | 4651 - Inconsistent line endings | Jose | 2010-02-11 | |
| | ||||
* | version fixes | Mark Spruiell | 2010-01-28 | |
| | ||||
* | Fixes for bug 4616 & 4641 | Benoit Foucher | 2010-01-21 | |
| | ||||
* | 4616 - Change the c++ Glacier2/Application demo to use Glacier2::Application. | Jose | 2010-01-21 | |
| | ||||
* | Updated version to 3.4.0 | Dwayne Boone | 2010-01-20 | |
| | ||||
* | Fixed bug 4605 - fixed Glacier2 client configuration files | Benoit Foucher | 2010-01-13 | |
| | ||||
* | fixing perms on PatchClient.rc | Mark Spruiell | 2010-01-08 | |
| | ||||
* | minor tweak to IcePatch2 MFC client layout | Mark Spruiell | 2010-01-08 | |
| | ||||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 | |
| | ||||
* | bug 4495 - clean up book demos | Mark Spruiell | 2010-01-05 | |
| | ||||
* | Fix for bug 4538 -- Freeze file lock is now stored in __Freeze subdirectory | Benoit Foucher | 2010-01-05 | |
| | ||||
* | - Fixed bug 4521: it's now possible to build the tests & demos against | Benoit Foucher | 2009-12-31 | |
| | | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b) | |||
* | bug 4562 - IBM JDK and iceca | Mark Spruiell | 2009-12-30 | |
| | ||||
* | Fixed bug 4537 - IceGrid/secure demoscript failure | Benoit Foucher | 2009-12-23 | |
| | ||||
* | bug 4549 - broken IceStorm Makefile.mak | Matthew Newhook | 2009-12-22 | |
| | ||||
* | Bug 4536 - interleaved demo not building on x64 | Dwayne Boone | 2009-12-22 | |
| | ||||
* | Bug 4512: removed NodeI from header file. | Michi Henning | 2009-12-21 | |
| | ||||
* | Bug 4512: demo/book/evictor_filesystem issues | Michi Henning | 2009-12-19 | |
| | ||||
* | http://bugzilla/bugzilla/show_bug.cgi?id=4509 - parallel build issues. | Matthew Newhook | 2009-12-18 | |
| | ||||
* | 4506 - demo/IceStorm/replicated failing on Solaris 10 x86 release mode. | Jose | 2009-12-18 | |
| | ||||
* | Remove uneeded print from expect script | Dwayne Boone | 2009-12-18 | |
| | ||||
* | bug 4510 - remove cookbook demos | Mark Spruiell | 2009-12-18 | |
| | ||||
* | Minor style fix. | Michi Henning | 2009-12-18 | |
| | ||||
* | Fix configuration customEvictor/server to not show thread grow warnings. | Jose | 2009-12-18 | |
| | ||||
* | Fixed slice2freeze commands to work from source dist | Dwayne Boone | 2009-12-17 | |
| | ||||
* | trivial edits for map_filesystem demo | Mark Spruiell | 2009-12-17 | |
| | ||||
* | Bug 3159: fixes for book/map_filesystem | Dwayne Boone | 2009-12-17 | |
| | ||||
* | Removed unnecessary _communicator static member. | Michi Henning | 2009-12-16 | |
| | ||||
* | Removed unnecessary function declaration. | Michi Henning | 2009-12-16 | |
| | ||||
* | Revert "Removed unnecessary function declaration." | Michi Henning | 2009-12-16 | |
| | | | | This reverts commit 4143698fc02c58292205f5a134728564ec966824. | |||
* | Removed unnecessary function declaration. | Michi Henning | 2009-12-16 | |
| | ||||
* | edits to README files | Mark Spruiell | 2009-12-14 | |
| | ||||
* | 4471 - read(std::vector<bool>) and Stream deprecate old methods. | Jose | 2009-12-14 | |
| | ||||
* | Renaming demo/book/freeze_filesystem to evictor_filesystem. | Mark Spruiell | 2009-12-12 | |
| | | | | Adding demo/book/map_filesystem. | |||
* | Fixed bug 3409 - Added stream readAndCheckSeqSize method | Benoit Foucher | 2009-12-11 | |
| | ||||
* | 4245 - Update oracle demos. | Jose | 2009-12-11 | |
| | ||||
* | Make sure session is set in refreshSession | Dwayne Boone | 2009-12-10 | |
| | ||||
* | http://bugzilla/bugzilla/show_bug.cgi?id=4384 - parallel build errors with ↵ | Matthew Newhook | 2009-12-09 | |
| | | | | src/Freeze. | |||
* | Fixed bug 4428 - Fixed MFC client to use Ice::Dispatcher | Benoit Foucher | 2009-12-09 | |
| | ||||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 | |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | |||
* | Fixes for the plugin demo | Benoit Foucher | 2009-12-08 | |
| | ||||
* | 4350 - cpp/demo/Ice/plugin fails to run if `.' isn't in LD_LIBRARY_PATH | Jose | 2009-12-07 | |
| | ||||
* | New dependencies | Benoit Foucher | 2009-12-01 | |
| | ||||
* | Added back IceHome setting for source tree compiles | Dwayne Boone | 2009-12-03 | |
| | ||||
* | Bug 1594 - Added interleaved demo | Dwayne Boone | 2009-12-02 | |
| | ||||
* | Changed demos to use new AMI API | Dwayne Boone | 2009-11-30 | |
| | ||||
* | 4279 - alllTest.py fails to run if source path contains white spaces. | Jose | 2009-11-26 | |
| |