Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed (ICE-5740) - IcePatch2 has issues with 'large' files. | Jose | 2015-02-17 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | ICE-5804 - Warnings when building with GCC (Eliminate C style casts) | Jose | 2014-10-30 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5223: Removed deprecated admin interfaces | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Remove BCC support | Jose | 2012-07-19 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Fixed 3962 - Berkeley DB, problems with unicode paths. | Jose | 2009-11-10 |
| | |||
* | Bug 4311 - change Ice::Service::start signature | Dwayne Boone | 2009-10-20 |
| | |||
* | Remove BCC workarounds no longer required | 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 "Changes for bug 3962 and 4714" | Matthew Newhook | 2009-08-07 |
| | | | | This reverts commit d38ad95e45c0083d602a43e6d77e6c1599f324fe. | ||
* | Revert "4171 - Global namespace pollution" | Matthew Newhook | 2009-08-07 |
| | | | | This reverts commit 2f63dafe080ad36656d23bfe9c581e45d714be18. | ||
* | 4171 - Global namespace pollution | Jose | 2009-08-04 |
| | |||
* | Changes for bug 3962 and 4714 | Jose | 2009-07-29 |
| | |||
* | C++Builder 2009 port | Dwayne Boone | 2009-03-02 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Bug 3014 - isAbsolute incorrect | Dwayne Boone | 2008-06-06 |
| | |||
* | bug 2524 - deprecate Service command-line options; misc perm fixes | Mark Spruiell | 2008-03-04 |
| | |||
* | 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. | ||
* | IceUtil cleanup (first commit) | Bernard Normier | 2007-12-21 |
| | |||
* | Removed use of Ice.OA. | Dwayne Boone | 2007-02-14 |
| | |||
* | Got rid of ArgVector--changed to use overload Service::main instead. | Michi Henning | 2007-02-13 |
| | |||
* | Changed code to use IceUtil::ArgVector. | Michi Henning | 2007-02-12 |
| | |||
* | Bug 1715. | Michi Henning | 2007-02-12 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Object adapter properties now prefixed by "Ice.OA." | Dwayne Boone | 2006-12-18 |
| | |||
* | Bug 1209 | Dwayne Boone | 2006-09-05 |
| | |||
* | Bug 1339. | Michi Henning | 2006-08-29 |
| | | | | Bug 1335 and 1325 for Ice-E. | ||
* | Bug 1325. | Michi Henning | 2006-08-25 |
| | |||
* | bug 1156: removing deprecated Identity properties | Mark Spruiell | 2006-08-22 |
| | |||
* | Borland C++Builder port mass commit | Dwayne Boone | 2006-08-09 |
| | |||
* | Fix for bugs #1015 and #542 (default properties) | Bernard Normier | 2006-06-08 |
| | |||
* | Fixed proxy and identity t/from string functions to use string converters | Dwayne Boone | 2006-05-09 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679 | Matthew Newhook | 2005-12-16 |
| | |||
* | Fix bug 480 - default service identities | Dwayne Boone | 2005-10-12 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | more fixes | Marc Laukien | 2005-01-27 |
| | |||
* | service cleanup | Mark Spruiell | 2005-01-27 |
| | |||
* | icepatch2 changes | Marc Laukien | 2005-01-27 |
| | |||
* | 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. | ||
* | Added UNIX-specific part for Logger::print() operation. Fixed bug in | Michi Henning | 2005-01-13 |
| | | | | | | UNIX-specific code of icepatch2server. Removed check to see whether --nochdir is used only when --daemon is set in Ice::Service, so we can force --nochdir for icepatch2server. |