Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵ | Benoit Foucher | 2015-08-03 |
| | | | | core, minor test suite fixes | ||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-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 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | ICE-5846 - Fix IceStrom trying to set bogus property | Joe George | 2014-11-06 |
| | |||
* | Fixed ICE-5486: added support for MessageSizeMax OA property | Benoit Foucher | 2014-11-05 |
| | |||
* | Several Windows build fixes: | Jose | 2014-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 properties | Dwayne Boone | 2014-09-18 |
| | |||
* | Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow ↵ | Benoit Foucher | 2014-07-15 |
| | | | | easily retrieving proxies without knowning the instance name | ||
* | Fixed (ICE-4858) - Eliminate IceDB | Jose | 2014-04-18 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | Fixed ICE-4882: | Bernard Normier | 2012-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 Normier | 2012-08-29 |
| | | | | ConnectionPool | ||
* | ICE-4808 - C++ Service don't use UNICODE version of various Windows API methods | Jose | 2012-08-14 |
| | |||
* | Win32 fixes, C# port | Benoit Foucher | 2012-04-26 |
| | |||
* | 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 |
| | |||
* | Added *.SQL.Port property | Dwayne Boone | 2009-10-07 |
| | |||
* | - Bug 4286: added support for IceStorm/IceGrid database plugins | Benoit Foucher | 2009-10-07 |
| | | | | | - Fixed IceGrid database code to first save to the database and then do state changes. | ||
* | Bug 3231 - alternative storage for IceGrid and IceStorm | Dwayne Boone | 2009-09-28 |
| | |||
* | Minor fix to fix for bug 3718 | Benoit Foucher | 2009-02-12 |
| | |||
* | Fix 3718 - IceStorm service::start impl throws strings, not FailureException | Jose | 2009-02-12 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Bug 3519 - fix isalpha, isprint, ... usage | Dwayne Boone | 2008-10-30 |
| | |||
* | - 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. | ||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3009 - Add HA IceStorm ↵ | Matthew Newhook | 2008-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 2007 | Dwayne Boone | 2008-04-04 |
| | |||
* | bug 2873 - IceStorm::Service -> IceStormInternal::Service. | Matthew Newhook | 2008-03-26 |
| | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | Fixed IceStorm Win32 x64 compilation error | Benoit Foucher | 2008-03-04 |
| | |||
* | remove specific IceStorm logger. | Matthew Newhook | 2008-02-29 |
| | |||
* | Merge HA IceStorm branch. | Matthew Newhook | 2008-02-29 |
| | | | | | - http://bugzilla/bugzilla/show_bug.cgi?id=2706 - http://bugzilla/bugzilla/show_bug.cgi?id=2705 | ||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | bug 1994: IceStorm service cannot be restarted | Mark Spruiell | 2007-03-14 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Added DisableWarnings.h | Dwayne Boone | 2007-01-31 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1608 | Matthew Newhook | 2007-01-22 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | removed comment. | Matthew Newhook | 2006-11-20 |
| | |||
* | Removed Shutdown state. | Matthew Newhook | 2006-11-20 |
| | |||
* | Added shutdown state. | Matthew Newhook | 2006-11-20 |
| | |||
* | Removed upstream pinging from IceStorm. | Matthew Newhook | 2006-11-16 |
| | |||
* | updated IceStorm. | Matthew Newhook | 2006-11-08 |
| | |||
* | Fix windows build | Dwayne Boone | 2006-10-27 |
| | |||
* | Bug 1209 | Dwayne Boone | 2006-09-05 |
| |