summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Parser.cpp
Commit message (Collapse)AuthorAge
...
* Refactored server-properties access/retrieval from IceGrid admin clientBernard Normier2007-11-21
|
* Bug 2446Benoit Foucher2007-11-16
|
* Squashed commit of the following:Matthew Newhook2007-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit d74cec9e6c77e70b33883f517b1bb6f97b2ffa5e Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:33:06 2007 +0800 updates. commit 643b31f979a00ea5397206ca59f20bb58c62660e Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:32:35 2007 +0800 added some .gitignore rules. commit 1510d38798976753b435f32308e79acd9fcd2722 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:05:10 2007 +0800 removed bogus use of 127.0.0.1 commit 3c91e89b01af20a0dacfdbc1fbeca1c67c796656 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 14:01:43 2007 +0800 Verify that cygwin python is used under Windows. commit ff160725c051eedb28a42d9dd69f0d8aa297e522 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 13:55:03 2007 +0800 bump timeout for the node to terminate. killing the node leaves the servers running under cygwin commit ec3bddb58e861f906bf39aee1fa818c3e9a50000 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 13:48:55 2007 +0800 added back accidently removed files. commit f9ea2f552d7f576ebfa878669925f4184a89257b Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 13:47:47 2007 +0800 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2427, http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2422 commit 8a309ca0036dba7ecbd577edb2d737fa41174a5a Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 10:06:53 2007 +0800 added ruby support to the expect scripts. commit 34597c1ee6d80d6754c9e925bd376125dd104a5f Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Aug 24 09:26:10 2007 +0800 added pexpect to git repository. commit 4bd2e1f2b52bcb9906b03ac216db686b8229b545 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Aug 23 18:49:51 2007 +0800 numerous UNIX expect script fixes. commit 25ab4a812f45a6e908d5d2d7ab03e557d79afa9f Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Aug 23 16:47:08 2007 +0800 generate configuration files for IceGrid icebox/iceboxd commit 6bb57bf7ed21d7256963c228aaf0b20657367a47 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Aug 23 15:16:55 2007 +0800 added python & C# support to the expect scripts. commit 08f1a59971ad3a52a4357069554dcc309b2d062b Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Aug 22 14:23:53 2007 +0800 java expect scripts complete. commit 3918f4ff3beea3005001bc55c5502c0825d8b7ea Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Aug 22 13:30:31 2007 +0800 first set of expect changes.
* Grammar fixes and better error reportingBenoit Foucher2007-03-14
|
* Fixed exception handlingBenoit Foucher2007-03-14
|
* Bug 1991, improved grammar to provide better error reporting and allowBenoit Foucher2007-03-13
| | | | keywords to be used as arguments
* minor fix to help outputMark Spruiell2007-02-15
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Replacted "dump" with "show"Benoit Foucher2007-01-24
|
* Fixed bug 1684, 1685Benoit Foucher2007-01-22
|
* Fixed compile errorDwayne Boone2007-01-12
|
* FixesBenoit Foucher2007-01-12
|
* Improved icegridadmin helpBenoit Foucher2007-01-12
|
* Copyright changesDwayne Boone2007-01-09
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Borland fixesDwayne Boone2007-01-08
|
* Changes to support IceGrid database upgrade from 3.1 to 3.2Benoit Foucher2007-01-02
|
* Win32 fixBenoit Foucher2006-12-13
|
* Added support for server log files, "property" attribute in object element.Benoit Foucher2006-12-13
| | | | | Fixed a bug in the locator implemntation where an incorrect timeout was used.
* Removed maxLines attribute from FileIterator::read() methodBenoit Foucher2006-12-12
|
* Improved FileIterator interface Changed patch() operation on the node toBenoit Foucher2006-12-07
| | | | use a callback object.
* More bug fixesBenoit Foucher2006-11-29
|
* Code cleanup and fixed startup scalability issue of the registry (it noBenoit Foucher2006-11-23
| | | | longer contacts all the nodes).
* Changed nl() to newline()Dwayne Boone2006-11-22
|
* icegridadmin doesn't use anymore Ice::Application and handle Ctrl-C itselfBenoit Foucher2006-11-21
|
* FixBenoit Foucher2006-11-17
|
* Added support for viewing stderr/stdout files from nodes, registries,Benoit Foucher2006-11-17
| | | | servers.
* Simplified topic publishingBenoit Foucher2006-11-09
|
* Improved observers, refactored topic manager and initialization AddedBenoit Foucher2006-09-04
| | | | icegridadmin commands to examine the registries
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274Matthew Newhook2006-08-29
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Bug 1325.Michi Henning2006-08-25
|
* More replication work.Benoit Foucher2006-08-23
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Removed GPL_BUILD; readline is no longer used by default on LinuxBernard Normier2006-06-29
|
* Patch application fixesBenoit Foucher2006-06-02
|
* Session fixesBenoit Foucher2006-05-31
|
* Fixed bug 971 and 983.Benoit Foucher2006-05-30
|
* Fixed bug 969Benoit Foucher2006-05-30
|
* Fixed application patching to ensure that failures to patch on some nodesBenoit Foucher2006-05-30
| | | | are always reported.
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* More work on allocation.Benoit Foucher2006-04-27
|
* More work on object allocation.Benoit Foucher2006-04-25
|
* - Removed support for named property sets in templates.Benoit Foucher2006-04-19
| | | | - Added first (and incomplete) cut of client and admin session interfaces.
* Added support for property sets.Benoit Foucher2006-04-12
|
* - Added support for observing adapters and objects.Benoit Foucher2006-04-05
| | | | - Lots of cleanup in the IceGrid registry initilization method.
* Updated copyrightDwayne Boone2006-03-14
|
* Mac OS X fixBenoit Foucher2006-01-10
|
* Added "always" activation mode.Benoit Foucher2006-01-10
|
* Fixed SunOS C++ compiler warnings (bug 723)Benoit Foucher2006-01-06
|