Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | C++Builder 2010 support | Dwayne Boone | 2009-10-02 |
| | |||
* | 4071 - merge contents of OS.cpp/OS.h into FileUtil.h/FileUtil.cpp. | Jose | 2009-08-12 |
| | |||
* | merged in both of Jose's 4071 fixes. | Matthew Newhook | 2009-08-07 |
| | |||
* | Revert "4171 - Global namespace pollution" | Matthew Newhook | 2009-08-07 |
| | | | | This reverts commit 2f63dafe080ad36656d23bfe9c581e45d714be18. | ||
* | Revert "4071 - Global namespace pollution" | Matthew Newhook | 2009-08-07 |
| | | | | This reverts commit 3fd8c6939b3f79cdb202af3305ea6acc377e247d. | ||
* | 4071 - Global namespace pollution | Jose | 2009-08-04 |
| | |||
* | 4171 - Global namespace pollution | Jose | 2009-08-04 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Bug 3014 - isAbsolute incorrect | Dwayne Boone | 2008-06-06 |
| | |||
* | Fixed incorrect file permissions. | Michi Henning | 2008-05-11 |
| | |||
* | - Reverted prior bug3025 fix. | Matthew Newhook | 2008-04-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Translator, if dll-export is used, emits code to automatically export symbols. - Removed the two steps builds from various Makefiles. - Removed any use of _API from .cpp source files. Now ICE_DECLSPEC_EXPORT is directly used. - Fixed bug with IceGrid test. Squashed commit of the following: commit 5bf039b18ac45bb781b8c8718e03d6055bb5138d Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 22:43:27 2008 -0700 Removed another translator case where _API was used in .cpp files. commit 6fc3b01b340ce81299c2896fd624faacea456bdc Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Apr 28 12:19:03 2008 +0800 Update UNIX Makefiles. commit 5847f6cf40624a7c9144f046feb3b8eff7002443 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 20:59:27 2008 -0700 Another fix to windows Makefile. commit d32b7f82e297c06161fb9f571e964f7178acbbe0 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 20:14:46 2008 -0700 Translator changes. Windows Makefile cleanup. commit cd8c8fa282165a5ce5dbf3976e2e420069a1ef02 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 17:01:32 2008 -0700 Revert "http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3025 - Bogus IceStorm Makefile" This reverts commit 187ae9e788cc97969f81b38f2e292e75fbe178f8. | ||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | - Added IceUtil::SyscallException and cleaned up few IceUtil exceptions | Benoit Foucher | 2008-01-23 |
| | | | | | | - Added errorToString() and lastErrorToString() functions to IceUtil/StringUtil.h - Replaced multiple implementations of errorToString methods with the IceUtil one. - Fixed bug 2641. | ||
* | Removed use of Ice.OA. | Dwayne Boone | 2007-02-14 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Fixed bug 1686 | Benoit Foucher | 2007-01-24 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Object adapter properties now prefixed by "Ice.OA." | Dwayne Boone | 2006-12-18 |
| | |||
* | Fixed IceGrid bugs 1381, 1382, 1369, 1342, 1341, 1334 | Benoit Foucher | 2006-09-19 |
| | |||
* | Bug 1209 | Dwayne Boone | 2006-09-05 |
| | |||
* | Borland C++Builder port mass commit | Dwayne Boone | 2006-08-09 |
| | |||
* | More changes to inconsistent ice_ proxy methods | Dwayne Boone | 2006-05-26 |
| | |||
* | Fixed proxy and identity t/from string functions to use string converters | Dwayne Boone | 2006-05-09 |
| | |||
* | Fixed 803 - make use of zero copy | Dwayne Boone | 2006-04-04 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679 | Matthew Newhook | 2005-12-16 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679 | Matthew Newhook | 2005-12-16 |
| | |||
* | bug 480: adding InstanceName | Mark Spruiell | 2005-10-14 |
| | |||
* | Use auto_ptr.reset | Dwayne Boone | 2005-09-02 |
| | |||
* | Added support for 'executable' flag. | Benoit Foucher | 2005-08-26 |
| | |||
* | Added initial IcePatch2 support in IceGrid. | Benoit Foucher | 2005-08-19 |
| | |||
* | Get rid of a bunch of 64bit warnings on Sun | Dwayne Boone | 2005-03-07 |
| | |||
* | Fixed bug in IcePatch2: / couldn't be used as the data dir. | Michi Henning | 2005-03-02 |
| | |||
* | Changed _chunkSize to use kilobyte units and limited _chunkSize by | Michi Henning | 2005-02-25 |
| | | | | MessageSizeMax. | ||
* | Added check to server to disallow absolute paths and paths containing "..". | Michi Henning | 2005-02-21 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | more fixes | Marc Laukien | 2005-01-27 |
| | |||
* | icepatch2 changes | Marc Laukien | 2005-01-27 |
| | |||
* | Changed Patcher to change dir to data directory. | Michi Henning | 2005-01-15 |
| | |||
* | Removed IcePatch property doc and added IcePatch2 property doc. Changed | Michi Henning | 2005-01-14 |
| | | | | | ChunkSize property to use kilobyte units. ChunkSize is now limited by Ice.MessageSizeMax. | ||
* | Got rid of signed/unsigned compiler warning from gcc. | Michi Henning | 2005-01-14 |
| | |||
* | Did some tidying up, got rid of magic numbers, added a config property for | Michi Henning | 2005-01-14 |
| | | | | the max read size, and added documentation. | ||
* | Adjusted minimum value of ChunkSize to 1024 -- it was 1 byte, which really | Michi Henning | 2005-01-12 |
| | | | | doesn't make sense, as far as I can see. | ||
* | Minor refactoring of IcePatch2. | Michi Henning | 2005-01-11 |
| | |||
* | fix | Marc Laukien | 2004-12-31 |
| | |||
* | AMI for WishPatch | Marc Laukien | 2004-12-15 |
| | |||
* | AMI for WishPatch | Marc Laukien | 2004-12-15 |
| | |||
* | fix | Marc Laukien | 2004-12-14 |
| | |||
* | fix | Marc Laukien | 2004-12-07 |
| | |||
* | patcher enhancements | Marc Laukien | 2004-12-06 |
| |