Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Bug 2664 - show stack traces with C++ | Dwayne Boone | 2009-05-07 | |
| | ||||
* | Bug 2558 - thread pool tracing | Dwayne Boone | 2009-04-28 | |
| | ||||
* | Bug 2812 - add abilty to name thread | Dwayne Boone | 2009-04-24 | |
| | ||||
* | Fixed warning check | Dwayne Boone | 2009-04-23 | |
| | ||||
* | Bug 3002 - SizeWarn < Size | Dwayne Boone | 2009-04-23 | |
| | ||||
* | Bugs 3002/3003 - default value of SizeWarn is now 0 | Dwayne Boone | 2009-04-23 | |
| | ||||
* | Bug 2798 - add reason information to MemoryLimitException | Dwayne Boone | 2009-04-21 | |
| | ||||
* | Fixed bug 3734 and added comment for bug 3619 | Benoit Foucher | 2009-02-17 | |
| | ||||
* | Fixed bug 3720 - Added check for dynamic thread pool | Benoit Foucher | 2009-02-11 | |
| | ||||
* | Fixed bug 3484 & 3604 | Benoit Foucher | 2009-01-22 | |
| | ||||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 | |
| | ||||
* | - 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. | |||
* | Port to CodeGear C++Builder 2007 | Dwayne Boone | 2008-04-04 | |
| | ||||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | - Merge IPv6 support from Dwayne's branch. | Benoit Foucher | 2007-12-19 | |
| | | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints | |||
* | Fixed bug 2592 | Benoit Foucher | 2007-12-12 | |
| | ||||
* | - Added support for non-blocking AMI/batch requests, connection | Benoit Foucher | 2007-11-27 | |
| | | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups. | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2140 - Remove code no ↵ | Dwayne Boone | 2007-06-19 | |
| | | | | | | longer required nowa that IceUtil::Exception inherits from std::exception | |||
* | Bug 1873. | Benoit Foucher | 2007-03-23 | |
| | ||||
* | Added ICE_USE_EPOLL | Benoit Foucher | 2007-02-07 | |
| | ||||
* | Added matching }, fixing typo. | Matthew Newhook | 2007-02-04 | |
| | ||||
* | Fixed bug 1710 | Benoit Foucher | 2007-02-01 | |
| | ||||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 | |
| | ||||
* | adding thread-per-connection settings for proxies & OAs | Mark Spruiell | 2007-01-25 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1179 | Matthew Newhook | 2007-01-16 | |
| | ||||
* | Updated copyright header | Dwayne Boone | 2007-01-08 | |
| | ||||
* | Use poll() instead of select() on Unix. | Benoit Foucher | 2006-10-31 | |
| | ||||
* | Borland C++Builder port mass commit | Dwayne Boone | 2006-08-09 | |
| | ||||
* | Fixed bug 710 | Benoit Foucher | 2006-06-27 | |
| | ||||
* | But 710. | Michi Henning | 2006-06-27 | |
| | ||||
* | Added thread start/stop hooks | Dwayne Boone | 2006-06-01 | |
| | ||||
* | Bug 803 - changed communicator initialization. | Dwayne Boone | 2006-04-07 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2006-03-14 | |
| | ||||
* | Changed blob functions to match IceE | Dwayne Boone | 2006-02-24 | |
| | ||||
* | changing assertion to exception to avoid vulnerability with small UDP | Mark Spruiell | 2006-02-15 | |
| | | | | packets | |||
* | Added zero copy readBlob | Dwayne Boone | 2006-02-10 | |
| | ||||
* | Moved isAlive from ThreadControl to Thread | Bernard Normier | 2006-01-31 | |
| | ||||
* | Windows x64 port | Bernard Normier | 2005-11-21 | |
| | ||||
* | Moved VS 8 warning suppression into IceUtil/DisableWarnings.h | Michi Henning | 2005-11-18 | |
| | ||||
* | Bug 430: udp close on transient exceptions | Dwayne Boone | 2005-09-09 | |
| | ||||
* | fixed load factor for thread pools | Marc Laukien | 2005-06-23 | |
| | ||||
* | re-enable closing pipe FDs in Windows | Mark Spruiell | 2005-04-18 | |
| | ||||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | more glacier2 | Marc Laukien | 2004-11-01 | |
| | ||||
* | more glacier2 | Marc Laukien | 2004-11-01 | |
| | ||||
* | test suite now works with thread per connection | Marc Laukien | 2004-10-27 | |
| | ||||
* | started with thread per client | Marc Laukien | 2004-10-25 | |
| | ||||
* | Stack size for Ice thread pools | Bernard Normier | 2004-10-22 | |
| | ||||
* | Fixed copyright | Bernard Normier | 2004-05-18 | |
| |