Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 | |
| | ||||
* | 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 | |||
* | bug 2615 | Matthew Newhook | 2008-02-14 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | - Fixed bug 2482 | Benoit Foucher | 2007-12-21 | |
| | | | | | | | | | - Fixed bug 2589 - Fixed bug in Java/C# implementation of Properties clone. The values were not cloned but shared with the clone. - Fixed bug in IceBox where the properties admin facet was removed only for services that had a communicator. - Added IceBox/configuration tests. | |||
* | - 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 | |||
* | - 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. | |||
* | - Added a first crack at a root allTests.py file. | Brent Eagles | 2007-11-09 | |
| | | | | - Consolidated basic command line processing to TestUtil.py | |||
* | - Moved cpp/slice to slice | Brent Eagles | 2007-11-07 | |
| | | | | | | | | | | | | | | - Merged all TestUtil.py modules to config/TestUtil.py - Moved all certs to config/certs - Updated test scripts to refer to new TestUtil.py module and use new interfaces - Updated build systems to refer to new slice location - Moved cpp/install to distribution - Moved and merged all IceGridAdmin.py modules to config. - Modified build system to deal with new build logic. That is there are 3 basic ways to find the slice translators and runtime: ICE_HOME, an RPM install and the source distribution. Automatically detecting Ice in a default install location is now problematic and no longer done. | |||
* | InheritProperties no longer inherits Ice.Admin.Endpoints | Bernard Normier | 2007-09-20 | |
| | ||||
* | Squashed commit of the following: | Bernard Normier | 2007-09-20 | |
| | | | | | | | | commit 2eba3087584d54d3ba98ef50724710fd34d84e0b Author: Bernard Normier <bernard@zeroc.com> Date: Thu Sep 20 15:53:49 2007 -0400 New ice-version attribute, IceGrid now generates Ice.Admin.* properties | |||
* | General cleanup of the allTests.py and allDemos.py scripts. | Matthew Newhook | 2007-09-05 | |
| | | | | | | | | | | | * Improved usage message * Added --filter|--rfilter aliases for the -r|-R command line options * Added --start|--start-after to allTests.py * Added --start-after to allDemos.py * Added --all to allTests.py * General cleanup of the code. Fixed an import error with the ruby keyword test. | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2369 | Matthew Newhook | 2007-09-04 | |
| | ||||
* | Added new IceUtil::Timer class | Benoit Foucher | 2007-08-28 | |
| | ||||
* | Added new WindowsStringConverter | Bernard Normier | 2007-07-18 | |
| | ||||
* | String converte test | Bernard Normier | 2007-07-17 | |
| | ||||
* | Bug 2270. | Michi Henning | 2007-06-27 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2229 | Matthew Newhook | 2007-06-01 | |
| | ||||
* | added interceptor test | Bernard Normier | 2007-05-16 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2118 | Matthew Newhook | 2007-04-27 | |
| | ||||
* | removing disablePool option from allTests.py to fix 1844 | Brent Eagles | 2007-02-23 | |
| | ||||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 | |
| | ||||
* | Added IceStorm stress test. | Matthew Newhook | 2007-01-30 | |
| | ||||
* | adding threads test | Mark Spruiell | 2007-01-25 | |
| | ||||
* | changin accessFiltering to staticFiltering | Brent Eagles | 2007-01-11 | |
| | ||||
* | - Changing filtering test directory names to be a bit more appropriate. | Brent Eagles | 2007-01-11 | |
| | ||||
* | Fix bug 1650 | Benoit Foucher | 2007-01-10 | |
| | ||||
* | Updated copyright header | Dwayne Boone | 2007-01-08 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1616. Fixed SSL bug with | Matthew Newhook | 2006-12-12 | |
| | | | | test/Ice/operations. | |||
* | Added distribution test | Benoit Foucher | 2006-11-06 | |
| | ||||
* | Enabled replication test. | Benoit Foucher | 2006-10-19 | |
| | ||||
* | Bug fixes, replication test. | Benoit Foucher | 2006-10-11 | |
| | ||||
* | - Updating Ice and library verison to 3.2. | Brent Eagles | 2006-09-13 | |
| | | | | | | - Adding memory pool implementation. Enabled by default. - Added disablePool option to test suite to run tests without the pool. - Added Ice.MemoryPool and Ice.HighWaterMark properties. | |||
* | enabled oldevictor test | Bernard Normier | 2006-07-27 | |
| | ||||
* | added --debug, --protocol, --host, --compress and --threadPerConnection to | Matthew Newhook | 2006-06-13 | |
| | | | | allTests.py and associated run.py scripts. | |||
* | Fixed unicode test | Bernard Normier | 2006-06-12 | |
| | ||||
* | Fixed IceGrid python scripts | Benoit Foucher | 2006-06-12 | |
| | ||||
* | - Changes to align dynamic filtering with the current Glacier2Filters wiki | Brent Eagles | 2006-06-05 | |
| | | | | | proposal. - Some 3.1.0 prep work for the VC 6.0 windows installers. | |||
* | first crack at address filtering checked in | Brent Eagles | 2006-06-05 | |
| | ||||
* | Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script. | Matthew Newhook | 2006-05-31 | |
| | | | | Added -R option to allTests.py. | |||
* | *** empty log message *** | Dwayne Boone | 2006-05-25 | |
| | ||||
* | added -r <regexp> option to allTests. | Matthew Newhook | 2006-04-26 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=959 | Matthew Newhook | 2006-04-25 | |
| | ||||
* | Added method to detroy session from backend | Dwayne Boone | 2006-04-19 | |
| | ||||
* | fixing bogus commit on allTests.py | Brent Eagles | 2006-04-18 | |
| | ||||
* | refactor addProxy method a bit | Brent Eagles | 2006-04-18 | |
| | ||||
* | adding regex to full test run | Brent Eagles | 2006-04-18 | |
| | ||||
* | adding timeout test | Mark Spruiell | 2006-04-04 | |
| | ||||
* | attack test | Marc Laukien | 2006-04-03 | |
| | ||||
* | new IceSSL plugin | Mark Spruiell | 2006-03-28 | |
| |