summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/ClientUtil.cpp
Commit message (Collapse)AuthorAge
* C++Builder 2010 supportDwayne 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 "4171 - Global namespace pollution"Matthew Newhook2009-08-07
| | | | This reverts commit 2f63dafe080ad36656d23bfe9c581e45d714be18.
* Revert "4071 - Global namespace pollution"Matthew Newhook2009-08-07
| | | | This reverts commit 3fd8c6939b3f79cdb202af3305ea6acc377e247d.
* 4071 - Global namespace pollutionJose2009-08-04
|
* 4171 - Global namespace pollutionJose2009-08-04
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3014 - isAbsolute incorrectDwayne Boone2008-06-06
|
* Fixed incorrect file permissions.Michi Henning2008-05-11
|
* - Reverted prior bug3025 fix.Matthew Newhook2008-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 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.
* Removed use of Ice.OA.Dwayne Boone2007-02-14
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Fixed bug 1686Benoit Foucher2007-01-24
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Object adapter properties now prefixed by "Ice.OA."Dwayne Boone2006-12-18
|
* Fixed IceGrid bugs 1381, 1382, 1369, 1342, 1341, 1334Benoit Foucher2006-09-19
|
* Bug 1209Dwayne Boone2006-09-05
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* More changes to inconsistent ice_ proxy methodsDwayne Boone2006-05-26
|
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* Fixed 803 - make use of zero copyDwayne Boone2006-04-04
|
* Updated copyrightDwayne Boone2006-03-14
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679Matthew Newhook2005-12-16
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679Matthew Newhook2005-12-16
|
* bug 480: adding InstanceNameMark Spruiell2005-10-14
|
* Use auto_ptr.resetDwayne Boone2005-09-02
|
* Added support for 'executable' flag.Benoit Foucher2005-08-26
|
* Added initial IcePatch2 support in IceGrid.Benoit Foucher2005-08-19
|
* Get rid of a bunch of 64bit warnings on SunDwayne Boone2005-03-07
|
* Fixed bug in IcePatch2: / couldn't be used as the data dir.Michi Henning2005-03-02
|
* Changed _chunkSize to use kilobyte units and limited _chunkSize byMichi Henning2005-02-25
| | | | MessageSizeMax.
* Added check to server to disallow absolute paths and paths containing "..".Michi Henning2005-02-21
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* more fixesMarc Laukien2005-01-27
|
* icepatch2 changesMarc Laukien2005-01-27
|
* Changed Patcher to change dir to data directory.Michi Henning2005-01-15
|
* Removed IcePatch property doc and added IcePatch2 property doc. ChangedMichi Henning2005-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 Henning2005-01-14
|
* Did some tidying up, got rid of magic numbers, added a config property forMichi Henning2005-01-14
| | | | the max read size, and added documentation.
* Adjusted minimum value of ChunkSize to 1024 -- it was 1 byte, which reallyMichi Henning2005-01-12
| | | | doesn't make sense, as far as I can see.
* Minor refactoring of IcePatch2.Michi Henning2005-01-11
|
* fixMarc Laukien2004-12-31
|
* AMI for WishPatchMarc Laukien2004-12-15
|
* AMI for WishPatchMarc Laukien2004-12-15
|
* fixMarc Laukien2004-12-14
|
* fixMarc Laukien2004-12-07
|
* patcher enhancementsMarc Laukien2004-12-06
|