CVS log for pegasus/src/Clients/g11ntest/g11ntest.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Clients / g11ntest

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: MAIN

Revision 1.57 / (view) - annotate - [select for diffs] , Mon May 14 11:20:30 2012 UTC (12 years, 1 month ago) by dev.meetei
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
BUG#: 9260
TITLE:Build Breaks Due to extra typo 'i' in src/Clients/g11ntest/g11ntest.cpp.

DESCRIPTION:

Revision 1.56 / (view) - annotate - [select for diffs] , Mon May 14 08:12:14 2012 UTC (12 years, 1 month ago) by anusha.kandepu
Branch: MAIN
Changes since 1.55: +3 -1 lines
Diff to previous 1.55
BUG#: 9050
TITLE: New build option is required for setting interop namespace.
DESCRIPTION: Added support for setting interop namespace through build option.

Revision 1.55 / (view) - annotate - [select for diffs] , Tue May 5 08:01:26 2009 UTC (15 years, 2 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, TASK-PEP317_pullop-root, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.54: +9 -6 lines
Diff to previous 1.54
PEP#: 347
TITLE: Separate internal modules from current libpegcommon library

DESCRIPTION: Correcting Makefiles and #includes of modules  affected by the reorganization of pegcommon.

Revision 1.54 / (view) - annotate - [select for diffs] , Tue Dec 16 18:55:46 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, HPUX_TEST
Changes since 1.53: +217 -217 lines
Diff to previous 1.53
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.53 / (view) - annotate - [select for diffs] , Tue Dec 2 09:00:10 2008 UTC (15 years, 7 months ago) by martin
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.52: +6 -6 lines
Diff to previous 1.52
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

Revision 1.52 / (view) - annotate - [select for diffs] , Mon Dec 1 17:49:15 2008 UTC (15 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.51: +27 -29 lines
Diff to previous 1.51
BUG#: 8123
TITLE: Update Coyright/License text

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.51 / (view) - annotate - [select for diffs] , Tue Sep 16 17:27:46 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.50: +12 -22 lines
Diff to previous 1.50
BUG#: 7902
TITLE: Allow modifyClass on a non-leaf class
DESCRIPTION: Store class definitions without inherited elements.

Revision 1.50 / (view) - annotate - [select for diffs] , Tue Sep 9 16:34:33 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.49: +4 -4 lines
Diff to previous 1.49
BUG#: 7885
TITLE: CIMRepository modifies const CIMClass parameters
DESCRIPTION: Make a copy of the input CIMClass in createClass and modifyClass so the caller's object is not changed.

Revision 1.49 / (view) - annotate - [select for diffs] , Thu Aug 21 16:51:29 2008 UTC (15 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.48: +0 -1 lines
Diff to previous 1.48
BUG#: 7844
TITLE: Permission exception is not needed
DESCRIPTION: Remove the Permission exception and its usage.  Replace with assertions where appropriate.

Revision 1.48 / (view) - annotate - [select for diffs] , Thu Aug 14 16:44:27 2008 UTC (15 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.47: +6 -8 lines
Diff to previous 1.47
BUG#: 7828
TITLE: Clean up IPC Exceptions
DESCRIPTION: Remove unused exception classes.  Indicate a wait timeout with a Boolean instead of a TimeOut exception.

Revision 1.47 / (view) - annotate - [select for diffs] , Thu Aug 7 17:03:46 2008 UTC (15 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
BUG#: 7779
TITLE: Variables hidden by other declarations in scope
DESCRIPTION: Use different names for variables in nested scope.

Revision 1.46 / (view) - annotate - [select for diffs] , Tue Jun 17 17:22:06 2008 UTC (16 years ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch
Changes since 1.45: +0 -12 lines
Diff to previous 1.45
BUG#: 7741
TITLE: Unreferenced variables in client programs
DESCRIPTION: Remove unused variable definitions.

Revision 1.45 / (view) - annotate - [select for diffs] , Wed Mar 5 21:55:34 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, RELEASE_2_8_0_BETA, RELEASE_2_8_0-FC, Makefile
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.44: +4 -5 lines
Diff to previous 1.44
BUG#: 7490
TITLE: Split XML encoding from CIM-XML encoding
DESCRIPTION: Create separate abstractions for XML generation and CIM-XML encoding.  Remove unnecessary ostream operator<< definitions.

Revision 1.44 / (view) - annotate - [select for diffs] , Tue Feb 5 19:22:36 2008 UTC (16 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.43: +2 -8 lines
Diff to previous 1.43
BUG#: 6966
TITLE: g11ntest does not fail on error
DESCRIPTION: Reenable the test case for indication delivery.

Revision 1.43 / (view) - annotate - [select for diffs] , Fri Aug 3 17:57:43 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-branch, TASK-PEP305_VXWORKS-2008-10-23, TASK-BUG7146_SqlRepositoryPrototype-root, TASK-BUG7146_SqlRepositoryPrototype-merged_out_to_branch, TASK-BUG7146_SqlRepositoryPrototype-merged_out_from_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_to_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_from_branch, TASK-BUG7146_SqlRepositoryPrototype-branch, RELEASE_2_7_3-RC1, RELEASE_2_7_3, RELEASE_2_7_2-RC1, RELEASE_2_7_2, RELEASE_2_7_1-RC1, RELEASE_2_7_1, RELEASE_2_7_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root, RELEASE_2_7-branch
Changes since 1.42: +30 -41 lines
Diff to previous 1.42
BUG#: 6674
TITLE: Remove status code descriptions from error messages
DESCRIPTION: Include the string form of the CIM status code in the error messages, but not the text description of the error message.

Revision 1.42 / (view) - annotate - [select for diffs] , Tue Jun 26 19:26:12 2007 UTC (17 years ago) by dave.sudlik
Branch: MAIN
Changes since 1.41: +8 -10 lines
Diff to previous 1.41
BUG#: 6519
TITLE: PEP 291 IPv6 Support

DESCRIPTION: committing approved fix

Revision 1.41 / (view) - annotate - [select for diffs] , Mon Jun 18 13:36:27 2007 UTC (17 years ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch, TASK-PEP274_dacim-branch
Branch point for: TASK-PEP291_IPV6-branch
Changes since 1.40: +1104 -957 lines
Diff to previous 1.40
BUG#: 6531
TITLE: chksrc cleanup of the clients directories

DESCRIPTION: No functional changes but reformatted and removed tabs
from the files listed below.

Revision 1.40 / (view) - annotate - [select for diffs] , Tue Apr 10 19:58:16 2007 UTC (17 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, TASK-Bug2102Final-root, TASK-Bug2102Final-merged_out_to_branch, TASK-Bug2102Final-merged_out_from_trunk, TASK-Bug2102Final-merged_in_to_trunk, TASK-Bug2102Final-merged_in_from_branch, TASK-Bug2102Final-branch
Changes since 1.39: +27 -27 lines
Diff to previous 1.39
BUG#: 6316
TITLE: LocalizedProvider should be a TestProvider rather than a sample
DESCRIPTION: Move the LocalizedProvider from the sample directory to the TestProviders directory.

Revision 1.39 / (view) - annotate - [select for diffs] , Thu Aug 24 21:27:28 2006 UTC (17 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: TASK-TASK-BUG4011_WinLocalConnect-branch-New-root, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_to_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_from_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_to_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_from_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch, TASK-PEP268_SSLClientCertificatePropagation-root, TASK-PEP268_SSLClientCertificatePropagation-merged_out_to_branch, TASK-PEP268_SSLClientCertificatePropagation-merged_out_from_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_to_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_from_branch, TASK-PEP268_SSLClientCertificatePropagation-branch, TASK-PEP267_SLPReregistrationSupport-root, TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_to_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_from_branch, TASK-PEP267_SLPReregistrationSupport-branch, TASK-Bugs5690_3913_RemoteCMPI-root, TASK-Bugs5690_3913_RemoteCMPI-merged_out_to_branch, TASK-Bugs5690_3913_RemoteCMPI-merged_out_from_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_to_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_from_branch, TASK-Bugs5690_3913_RemoteCMPI-branch, TASK-Bug2102_RCMPIWindows-root, TASK-Bug2102_RCMPIWindows-merged_out_to_branch, TASK-Bug2102_RCMPIWindows-merged_out_from_trunk, TASK-Bug2102_RCMPIWindows-merged_in_to_trunk, TASK-Bug2102_RCMPIWindows-merged_in_from_branch, TASK-Bug2102_RCMPIWindows-branch, TASK-Bug2021_RemoteCMPIonWindows-root, TASK-Bug2021_RemoteCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RemoteCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RemoteCMPIonWindows-branch, TASK-Bug2021_RCMPIonWindows-root, TASK-Bug2021_RCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RCMPIonWindows-branch, TASK-BUG4011_WinLocalConnect-branch-New, RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch
Changes since 1.38: +13 -14 lines
Diff to previous 1.38
BUG#: 5424
TITLE: Modify to use Constants for Interop Namespace Name

DESCRIPTION:  Modify many files to eliminate use of literal root/PG_Interop

Revision 1.38 / (view) - annotate - [select for diffs] , Fri Aug 18 16:58:40 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.37: +32 -32 lines
Diff to previous 1.37
BUG#: 5398
TITLE: Clean up Windows compile warnings
DESCRIPTION: Minor fixes that resolve compile warnings.

Revision 1.37 / (view) - annotate - [select for diffs] , Wed Aug 9 20:12:40 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: This patch cleans up the IPC related classes. It (1) reorganizes
related classes into their own headers, (2) makes the mutex class recursive to
eliminate recursive lock exclusion logic, (3) reimplements condition variables,
renames dozens of global functions.

Revision 1.36 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:34 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH, TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch, TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch, RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5, RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root, RELEASE_2_5-branch
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.35: +4 -2 lines
Diff to previous 1.35
BUG#: 4691
TITLE: Update Licenses to 2006

DESCRIPTION: Updates most of the licenses to 2006. The slp_client directories are excluded for the moment pending discussion. This change has passed unit and system tests.  Note that this changes just about EVERY file in Pegasus.

Revision 1.35 / (view) - annotate - [select for diffs] , Tue Jan 10 19:41:16 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.34: +53 -53 lines
Diff to previous 1.34
BUG#: 4644
TITLE: ContentLanguages and AcceptLanguages classes should be named ContentLanguageList and AcceptLanguageList
DESCRIPTION: Rename the ContentLanguages and AcceptLanguages classes to ContentLanguageList and AcceptLanguageList to indicate that they are not specific to the HTTP protocol.

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Dec 20 21:27:37 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.33: +6 -6 lines
Diff to previous 1.33
BUG#: 4610
TITLE: Build fails with PEGASUS_HAS_ICU
DESCRIPTION: Update the use of the language interfaces to work with ICU enabled.

Revision 1.33 / (view) - annotate - [select for diffs] , Mon Dec 19 21:51:39 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.32: +109 -77 lines
Diff to previous 1.32
BUG#: 4594
TITLE: Language interface problems
DESCRIPTION: Rework the language interfaces to move toward protocol independence and to address problems with the interfaces and their behavior.

Revision 1.32 / (view) - annotate - [select for diffs] , Tue Nov 22 06:19:48 2005 UTC (18 years, 7 months ago) by jim.wunderlich
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
BUG#: 4489
TITLE: Need PEGASUS_TEST_ASSERT() that is always defined

DESCRIPTION: This is the second part of a two part change.
  - This change defines PEGASUS_TEST_ASSERT() and changes references to
    assert() in all test files to PEGASUS_TEST_ASSERT().
  - The second part will change references to PEGASUS_ASSERT() in the
    test files to PEGASUS_TEST_ASSERT()

Revision 1.31 / (view) - annotate - [select for diffs] , Tue Nov 22 02:59:03 2005 UTC (18 years, 7 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
BUG#: 4489
TITLE: Need PEGASUS_TEST_ASSERT() that is always defined

DESCRIPTION: This is the first part of a two part change.
  - This change defines PEGASUS_TEST_ASSERT() and changes references to
    assert() in all test files to PEGASUS_TEST_ASSERT().
  - The second part will change references to PEGASUS_ASSERT() in the
    test files to PEGASUS_TEST_ASSERT()

Revision 1.30 / (view) - annotate - [select for diffs] , Mon May 16 14:36:21 2005 UTC (19 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, PEG25_IBM_5_16_05, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Changes since 1.29: +42 -42 lines
Diff to previous 1.29
BUG#: 3557
TITLE: AcceptLanguages add() method should be called insert()
DESCRIPTION: Renamed AcceptLanguages add() method to insert().  Also took the opportunity to apply some of the coding conventions.

Revision 1.29 / (view) - annotate - [select for diffs] , Sun May 1 05:06:53 2005 UTC (19 years, 2 months ago) by vijay.eli
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
BUG#:3371
TITLE: String variable repeats is unused in TestClient.cpp and g11ntest.cpp.
DESCRIPTION: Commenting it as of now.

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Apr 22 14:51:38 2005 UTC (19 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.27: +34 -33 lines
Diff to previous 1.27
BUG#: 3369
TITLE: Problem with rethrowing of exceptions
DESCRIPTION: Rethrow exceptions correctly.

Revision 1.27 / (view) - annotate - [select for diffs] , Fri Mar 11 07:27:47 2005 UTC (19 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.26: +6 -1 lines
Diff to previous 1.26
BUG#: 3026
TITLE: Normalizer detects sample LocalizedProvider delivers incorrect results.

DESCRIPTION: Update call to modifyInstance to include the instance object path
on instance test 7.

Revision 1.26 / (view) - annotate - [select for diffs] , Mon Mar 7 16:10:31 2005 UTC (19 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.25: +722 -712 lines
Diff to previous 1.25
BUG#: 2651
TITLE: Stopwatch does not allow accumulation

DESCRIPTION: Update test cases to use start() and stop() methods()

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:12 2005 UTC (19 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.24: +3 -1 lines
Diff to previous 1.24
BUG#: 2656
TITLE: License statement update to 2005

DESCRIPTION: All .h, .cpp and the wql, cql, compile *.l and *.y files along
with the .java files in providermanager2/jmpi updated to use the license
statement in doc/license.txt
Tested on windows and visual test of all diffs.

Revision 1.24 / (view) - annotate - [select for diffs] , Sat Jan 29 06:23:57 2005 UTC (19 years, 5 months ago) by w.otsuka
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
BUG#: 2594
TITLE:  Fix Linux Compiler Warnings

DESCRIPTION: Fixed compiler warnings for Linux builds.

Revision 1.23 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:12 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_4-branch
Changes since 1.22: +6 -4 lines
Diff to previous 1.22
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Sep 2 16:36:31 2004 UTC (19 years, 10 months ago) by carolann.graves
Branch: MAIN
Changes since 1.21: +61 -39 lines
Diff to previous 1.21
BUG#: 1864
TITLE: Indication Service must validate key property values

DESCRIPTION: Modified the Indication Service to handle the CreationClassName key property in the same way it handles the SystemCreationClassName and SystemName key properties (i.e. when an Indication Filter or Handler instance is created, if the key property does not exist or has a NULL value, the Indication Service adds the property with the correct value or sets the property to the correct value).  Modified the Indication Service to validate the value if the property does exist and has a non-NULL value.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Jul 21 16:47:54 2004 UTC (19 years, 11 months ago) by chuck
Branch: MAIN
CVS Tags: MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.20: +6 -0 lines
Diff to previous 1.20
BUG#: 1686
TITLE: Chunking does not seem to handle server errors correctly

DESCRIPTION: Add verifications for the content languages in the exceptions

Revision 1.20 / (view) - annotate - [select for diffs] , Wed May 19 19:19:39 2004 UTC (20 years, 1 month ago) by chuck
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1
Changes since 1.19: +118 -59 lines
Diff to previous 1.19
BUG#:1485
TITLE: Localization tests not complete with ICU

DESCRIPTION:  Change g11ntest to temporarily enable localized messages
from the server so that PEGASUS_USE_DEFAULT_MESSAGES has no effect.

Revision 1.19 / (view) - annotate - [select for diffs] , Mon May 10 13:21:57 2004 UTC (20 years, 1 month ago) by chuck
Branch: MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
PEP#: 161
TITLE: Release 2.4 Repository Globalization

DESCRIPTION: Reject repository requests that have a ContentLanguages

Revision 1.18 / (view) - annotate - [select for diffs] , Sat May 1 14:50:33 2004 UTC (20 years, 2 months ago) by chuck
Branch: MAIN
Changes since 1.17: +192 -22 lines
Diff to previous 1.17
PEP#: 161
TITLE: Repository globalization

DESCRIPTION: Update to send requests that try utf-8 in the files and directory names
in the repository.

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Apr 26 13:06:44 2004 UTC (20 years, 2 months ago) by chuck
Branch: MAIN
Changes since 1.16: +397 -140 lines
Diff to previous 1.16
PEP#:146
TITLE: Release 2.4 Globalization Work

DESCRIPTION: Indication test cases

Revision 1.16 / (view) - annotate - [select for diffs] , Tue Apr 20 20:47:27 2004 UTC (20 years, 2 months ago) by chuck
Branch: MAIN
Changes since 1.15: +348 -15 lines
Diff to previous 1.15
PEP#:146
TITLE: Release 2.4 Globalization Work

DESCRIPTION: Commit for the indication testcase described in the PEP

Revision 1.15 / (view) - annotate - [select for diffs] , Mon Jan 26 20:20:10 2004 UTC (20 years, 5 months ago) by chuck
Branch: MAIN
Changes since 1.14: +686 -299 lines
Diff to previous 1.14
IBM-CC, Bug 1159, New i18n tests

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:01 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.13: +6 -4 lines
Diff to previous 1.13
PEP 55 Update license on source files to current license text and date

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Oct 16 18:42:15 2003 UTC (20 years, 8 months ago) by humberto
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.12: +29 -4 lines
Diff to previous 1.12
IBM:HR:BUG 810 poststarttests with ICU enabled

Revision 1.12 / (view) - annotate - [select for diffs] , Fri Sep 19 23:55:32 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
HP-RK Bugzilla 585 (g11ntest failure - object not found).

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Sep 15 20:45:43 2003 UTC (20 years, 9 months ago) by chuck
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
IBM-CC, Bug 568, R2.3: g11ntest compile error on AIX

Revision 1.10 / (view) - annotate - [select for diffs] , Mon Sep 15 20:27:15 2003 UTC (20 years, 9 months ago) by chuck
Branch: MAIN
Changes since 1.9: +1 -3 lines
Diff to previous 1.9
IBM-CC, Bug 568, R2.3: g11ntest compile error on AIX

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Sep 12 22:26:46 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
HP-RK Bugzilla 561 (Redefined variable in g11ntest).

Revision 1.8 / (view) - annotate - [select for diffs] , Sat Sep 6 15:01:15 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
IBM-CC, Bug 509, R2.3: More g11n tests

Revision 1.7 / (view) - annotate - [select for diffs] , Sat Sep 6 14:30:16 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.6: +405 -286 lines
Diff to previous 1.6
IBM-CC, Bug 509, R2.3: More g11n testcases

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Aug 27 11:43:17 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.5: +3 -4 lines
Diff to previous 1.5
IBM-CC, Bug 509, R2.3: more testcases

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Aug 27 11:30:26 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.4: +26 -2 lines
Diff to previous 1.4
IBM-CC, Bug 509, R2.3: more testcases

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Aug 26 19:51:36 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.3: +115 -4 lines
Diff to previous 1.3
IBM-CC, Bug 509, R2.3: Bug fixes for UTF support

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Aug 25 14:16:53 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.2: +288 -68 lines
Diff to previous 1.2
IBM-CC, Bug 509, R2.3: Bug fixes for UTF support

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Aug 7 18:59:20 2003 UTC (20 years, 11 months ago) by chuck
Branch: MAIN
Branch point for: pep_88
Changes since 1.1: +38 -47 lines
Diff to previous 1.1
IBM-CC, PEP58, R2.3 - fix warnings

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Aug 6 15:14:42 2003 UTC (20 years, 11 months ago) by chuck
Branch: MAIN
IBM-CC, PEP58, R2.3: Globalization Test Code

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2