summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Server.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Fixed (ICE-5740) - IcePatch2 has issues with 'large' files.Jose2015-02-17
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5804 - Warnings when building with GCC (Eliminate C style casts)Jose2014-10-30
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5223: Removed deprecated admin interfacesBenoit Foucher2013-02-12
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Remove BCC supportJose2012-07-19
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* Bug 4311 - change Ice::Service::start signatureDwayne Boone2009-10-20
|
* Remove BCC workarounds no longer requiredDwayne Boone2009-10-02
|
* 4071 - merge contents of OS.cpp/OS.h into FileUtil.h/FileUtil.cpp.Jose2009-08-12
|
* merged in both of Jose's 4071 fixes.Matthew Newhook2009-08-07
|
* Revert "Changes for bug 3962 and 4714"Matthew Newhook2009-08-07
| | | | This reverts commit d38ad95e45c0083d602a43e6d77e6c1599f324fe.
* Revert "4171 - Global namespace pollution"Matthew Newhook2009-08-07
| | | | This reverts commit 2f63dafe080ad36656d23bfe9c581e45d714be18.
* 4171 - Global namespace pollutionJose2009-08-04
|
* Changes for bug 3962 and 4714Jose2009-07-29
|
* C++Builder 2009 portDwayne Boone2009-03-02
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3014 - isAbsolute incorrectDwayne Boone2008-06-06
|
* bug 2524 - deprecate Service command-line options; misc perm fixesMark Spruiell2008-03-04
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added IceUtil::SyscallException and cleaned up few IceUtil exceptionsBenoit Foucher2008-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 Normier2007-12-21
|
* Removed use of Ice.OA.Dwayne Boone2007-02-14
|
* Got rid of ArgVector--changed to use overload Service::main instead.Michi Henning2007-02-13
|
* Changed code to use IceUtil::ArgVector.Michi Henning2007-02-12
|
* Bug 1715.Michi Henning2007-02-12
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Object adapter properties now prefixed by "Ice.OA."Dwayne Boone2006-12-18
|
* Bug 1209Dwayne Boone2006-09-05
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Bug 1325.Michi Henning2006-08-25
|
* bug 1156: removing deprecated Identity propertiesMark Spruiell2006-08-22
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Fix for bugs #1015 and #542 (default properties)Bernard Normier2006-06-08
|
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* Updated copyrightDwayne Boone2006-03-14
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679Matthew Newhook2005-12-16
|
* Fix bug 480 - default service identitiesDwayne Boone2005-10-12
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* more fixesMarc Laukien2005-01-27
|
* service cleanupMark Spruiell2005-01-27
|
* icepatch2 changesMarc Laukien2005-01-27
|
* Did some tidying up, got rid of magic numbers, added a config property forMichi Henning2005-01-14
| | | | the max read size, and added documentation.
* Added UNIX-specific part for Logger::print() operation. Fixed bug inMichi Henning2005-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.