summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵Benoit Foucher2015-08-03
| | | | core, minor test suite fixes
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5846 - Fix IceStrom trying to set bogus propertyJoe George2014-11-06
|
* Fixed ICE-5486: added support for MessageSizeMax OA propertyBenoit Foucher2014-11-05
|
* Several Windows build fixes:Jose2014-10-08
| | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds
* ICE-5677 consistent checking of boolean propertiesDwayne Boone2014-09-18
|
* Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow ↵Benoit Foucher2014-07-15
| | | | easily retrieving proxies without knowning the instance name
* Fixed (ICE-4858) - Eliminate IceDBJose2014-04-18
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed ICE-4882:Bernard Normier2012-10-22
| | | | | | Better logging in C++, especially with services. On compilers with stack-trace printing support, the stack trace of most exceptions is now logged.
* Cleaned up code, fixed encoding in SqlDB, renamed DatabaseCache to ↵Bernard Normier2012-08-29
| | | | ConnectionPool
* ICE-4808 - C++ Service don't use UNICODE version of various Windows API methodsJose2012-08-14
|
* Win32 fixes, C# portBenoit Foucher2012-04-26
|
* 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
|
* Added *.SQL.Port propertyDwayne Boone2009-10-07
|
* - Bug 4286: added support for IceStorm/IceGrid database pluginsBenoit Foucher2009-10-07
| | | | | - Fixed IceGrid database code to first save to the database and then do state changes.
* Bug 3231 - alternative storage for IceGrid and IceStormDwayne Boone2009-09-28
|
* Minor fix to fix for bug 3718Benoit Foucher2009-02-12
|
* Fix 3718 - IceStorm service::start impl throws strings, not FailureExceptionJose2009-02-12
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3519 - fix isalpha, isprint, ... usageDwayne Boone2008-10-30
|
* - 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.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3009 - Add HA IceStorm ↵Matthew Newhook2008-04-23
| | | | | | | | | | | | | | | | | | template to templates.xml Squashed commit of the following: commit 4d118c469f87ecec1c7639268371c0228d6f9bb5 Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Apr 23 15:31:11 2008 +0800 Fix bug with manual node configuration when using an icegrid deployment. commit 50fb246fe0c6a64132d34a5a7c9e47d3dc612a03 Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Apr 23 15:15:26 2008 +0800 new template, plus changes to the IceStorm service initialization code.
* Port to CodeGear C++Builder 2007Dwayne Boone2008-04-04
|
* bug 2873 - IceStorm::Service -> IceStormInternal::Service.Matthew Newhook2008-03-26
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Fixed IceStorm Win32 x64 compilation errorBenoit Foucher2008-03-04
|
* remove specific IceStorm logger.Matthew Newhook2008-02-29
|
* Merge HA IceStorm branch.Matthew Newhook2008-02-29
| | | | | - http://bugzilla/bugzilla/show_bug.cgi?id=2706 - http://bugzilla/bugzilla/show_bug.cgi?id=2705
* Updated copyrightDwayne Boone2008-01-23
|
* bug 1994: IceStorm service cannot be restartedMark Spruiell2007-03-14
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Added DisableWarnings.hDwayne Boone2007-01-31
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1608Matthew Newhook2007-01-22
|
* Updated copyright headerDwayne Boone2007-01-08
|
* removed comment.Matthew Newhook2006-11-20
|
* Removed Shutdown state.Matthew Newhook2006-11-20
|
* Added shutdown state.Matthew Newhook2006-11-20
|
* Removed upstream pinging from IceStorm.Matthew Newhook2006-11-16
|
* updated IceStorm.Matthew Newhook2006-11-08
|
* Fix windows buildDwayne Boone2006-10-27
|
* Bug 1209Dwayne Boone2006-09-05
|