CVS log for pegasus/src/WMIMapper/PegServer/CIMOperationRequestDecoder.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / WMIMapper / PegServer

Request diff between arbitrary revisions


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

Revision 1.31.6.2 / (view) - annotate - [select for diffs] , Mon Jun 3 21:37:03 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.31.6.1: +61 -49 lines
Diff to previous 1.31.6.1 to branch point 1.31 to next main 1.32
BUG#: 9999
TITLE: TASK_317-Pull Operations update.

DESCRIPTION: This update brings this branch back in line with the current
head of tree and cleans up a number of outstanding issues in the code.  Note
That there are still a lot of outstanding issues being worked on.

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Mar 28 18:54:45 2013 UTC (11 years, 2 months ago) by karl
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, HEAD, CIMRS_WORK_20130824
Changes since 1.32: +61 -49 lines
Diff to previous 1.32
BUG#: 5904
TITLE: Generates non-conformant xml for associators response

DESCRIPTION: Modify response paths to insure that only the correct
objectpath type (ClassPath or InstancePath) is generated and move
the hole decision path for class vs. instance requests back as close
to the client as possible so that the server uses operation request
information and not keybinding counts to determine if a cimobjectpath
is class or instance

Revision 1.31.6.1 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:45 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
BUG#: 9999
TITLE: Merge out head to Task-PEP317 branch using Task Makefile

DESCRIPTION:  Update this working branch to Pegasus Head of Tree as of
about 8 Oct 2011

Revision 1.32 / (view) - annotate - [select for diffs] , Fri May 27 07:54:09 2011 UTC (13 years ago) by marek
Branch: MAIN
CVS Tags: 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
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
BUG#:6608
TITLE: WIPCR00430 recommends an unquoted charset parameter in Content-type header

DESCRIPTION:

Revision 1.31 / (view) - annotate - [select for diffs] , Thu Feb 19 18:01:14 2009 UTC (15 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: 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.30: +2 -2 lines
Diff to previous 1.30
BUG#: 8389
TITLE: Remove localOnly processing on instance operations from server parts
DESCRIPTION: Remove the localOnly parameter and processing from instance operation interfaces and logic within the CIM Server implementation.  The external behavior is not changed.

Revision 1.30 / (view) - annotate - [select for diffs] , Thu Dec 18 18:52:03 2008 UTC (15 years, 5 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.29: +13 -19 lines
Diff to previous 1.29
BUG#: 8278
TITLE: HTTP headers are unnecessarily converted to Strings
DESCRIPTION: Process HTTP header names and values as character strings where feasible.

Revision 1.29 / (view) - annotate - [select for diffs] , Tue Dec 16 18:58:07 2008 UTC (15 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.28: +195 -195 lines
Diff to previous 1.28
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.28 / (view) - annotate - [select for diffs] , Wed Dec 3 06:25:46 2008 UTC (15 years, 6 months ago) by a.rachapudi
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.27: +6 -1 lines
Diff to previous 1.27
BUG#: 8179
TITLE: WMIMapper source files build fails.
DESCRIPTION: WMIMapper source files are changed as such the build goes through.

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Dec 2 09:02:59 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.26: +7 -7 lines
Diff to previous 1.26
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.25 / (view) - annotate - [select for diffs] , Mon Nov 3 15:29:58 2008 UTC (15 years, 7 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.24: +3 -9 lines
Diff to previous 1.24
BUG#: 7943
TITLE: Remove unused/minimal used trace components

DESCRIPTION: Remove/rework of several trace components.

Revision 1.23.4.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:19:37 2008 UTC (15 years, 11 months ago) by mike
Branch: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 to next main 1.24
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.24 / (view) - annotate - [select for diffs] , Thu Jun 19 16:57:12 2008 UTC (15 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, 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.23: +1 -1 lines
Diff to previous 1.23
BUG#:7749
TITLE: Trace Level checking (everything, but Pegasus/Server)

DESCRIPTION:

Revision 1.23 / (view) - annotate - [select for diffs] , Mon May 12 08:22:34 2008 UTC (16 years, 1 month ago) by marek
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
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.22: +3 -6 lines
Diff to previous 1.22
BUG#:7651
TITLE: PEP#315 - Improve Trc&Log - Fix TBD-7646

DESCRIPTION:

Revision 1.22 / (view) - annotate - [select for diffs] , Mon May 12 08:14:58 2008 UTC (16 years, 1 month ago) by marek
Branch: MAIN
Changes since 1.21: +20 -10 lines
Diff to previous 1.21
BUG#:7645
TITLE: PEP#315 - Improve Trc&Log - Remove Logger::TRACE

DESCRIPTION:

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Jan 11 19:44:50 2008 UTC (16 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.20: +1 -3 lines
Diff to previous 1.20
BUG#: 7238
TITLE: Move thread language logic from Message to CIMMessage
DESCRIPTION: Clean up the Message class, move language logic to CIMMessage, and clean up the Thread::setLanguage logic.

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Jan 8 20:15:21 2008 UTC (16 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
BUG#: 5979
TITLE: some icu bundles in src/Pegasus/msg not fit for source code
DESCRIPTION: Make the message IDs consistent between the source code and the message bundles.

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Jul 27 16:47:42 2007 UTC (16 years, 10 months ago) by mateus.baur
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.18: +815 -768 lines
Diff to previous 1.18
BUG#: 6697
TITLE: WMI Mapper code needs chksrc adjusments.

DESCRIPTION: Reformatted the files according chksrc requirements.

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Apr 12 17:50:44 2007 UTC (17 years, 2 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, 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, 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.17: +2 -3 lines
Diff to previous 1.17
BUG#: 5949
TITLE: Content-Type header is not validated

Revision 1.13.32.2 / (view) - annotate - [select for diffs] , Wed Apr 4 10:04:54 2007 UTC (17 years, 2 months ago) by marek
Branch: RELEASE_2_6-branch
CVS Tags: TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3, RELEASE_2_6_2-RC1, RELEASE_2_6_2, RELEASE_2_6_1-RC1, RELEASE_2_6_1, RELEASE_2_6-branch-clean
Changes since 1.13.32.1: +1 -1 lines
Diff to previous 1.13.32.1 to branch point 1.13 to next main 1.14
BUG#:6300
TITLE: Performance - simplify internal Tracer interface and use the more efficent Trace macros (2.6)

DESCRIPTION:

Revision 1.13.2.1 / (view) - annotate - [select for diffs] , Tue Apr 3 18:01:45 2007 UTC (17 years, 2 months ago) by mateus.baur
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5
Changes since 1.13: +4 -25 lines
Diff to previous 1.13 to next main 1.14
BUG#: 6276
TITLE: AuthenticationInfo class needs to be cleaned up
DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.17 / (view) - annotate - [select for diffs] , Tue Mar 27 16:31:36 2007 UTC (17 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.16: +2 -7 lines
Diff to previous 1.16
BUG#: 6288
TITLE: Unnecessary null-termination of Buffers
DESCRIPTION: Remove leftover appending of Buffer null-terminator characters.

Revision 1.16 / (view) - annotate - [select for diffs] , Tue Mar 27 16:18:17 2007 UTC (17 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
BUG#:6285
TITLE: Few PEG_TRACE macros can be changed into PEG_TRACE_STRING or PEG_TRACE_CSTRING

DESCRIPTION:

Revision 1.13.32.1 / (view) - annotate - [select for diffs] , Fri Mar 23 16:36:56 2007 UTC (17 years, 2 months ago) by sushma.fernandes
Branch: RELEASE_2_6-branch
Changes since 1.13: +4 -25 lines
Diff to previous 1.13
BUG#: 6274
TITLE: AuthenticationInfo class needs to be cleaned up

DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Mar 16 17:22:31 2007 UTC (17 years, 3 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.14: +4 -25 lines
Diff to previous 1.14
BUG#: 6250
TITLE: AuthenticationInfo class needs to be cleaned up

DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Mar 16 16:17:00 2007 UTC (17 years, 3 months ago) by marek
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
BUG#:6207
TITLE: Performance - make OpenPegasus use its more efficent Trace macros

DESCRIPTION:

Revision 1.11.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:17:14 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.11: +6 -4 lines
Diff to previous 1.11 to next main 1.12
PEP#: 233
TITLE: Updated Embedded Instance Support branch

DESCRIPTION:

- Merged with latest code from 2.5.1

- Modified ObjectNormalizer to use a CIMOMHandle instead of the repository and to normalize the instances in an embedded instance property.

Revision 1.13 / (view) - annotate - [select for diffs] , Mon Jan 30 16:19:37 2006 UTC (18 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH, 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-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-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-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-New, TASK-BUG4011_WinLocalConnect-branch, RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, RELEASE_2_6_0, RELEASE_2_6-root, 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, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch, RELEASE_2_5-branch
Changes since 1.12: +3 -1 lines
Diff to previous 1.12
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.11.4.1 / (view) - annotate - [select for diffs] , Wed Jan 18 17:38:08 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP244_ServerProfile-branch
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 to next main 1.12
PEP#: 244
TITLE: Pegasus Server Profile support

DESCRIPTION:

- Merge branch with latest changes from trunk
- Cache repository info in Interop provider for much faster response times during ElementConformsToProfile operations

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Jan 10 19:41:22 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
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.11 / (view) - annotate - [select for diffs] , Mon Oct 31 17:39:21 2005 UTC (18 years, 7 months ago) by mike
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
BUG#: 4307
TITLE: Buffer class optimization

DESCRIPTION: New Buffer class and usage.

Revision 1.10.8.1 / (view) - annotate - [select for diffs] , Fri Sep 30 15:28:23 2005 UTC (18 years, 8 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: 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
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 to next main 1.11
BUG#: 4200
TITLE: Performance Optimizations

DESCRIPTION: Replaced internal uses of Array<char> with Buffer.

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Feb 24 19:47:02 2005 UTC (19 years, 3 months ago) by mateus.baur
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, 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
Branch point for: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.9: +825 -459 lines
Diff to previous 1.9
BUG#: 2717
TITLE: The WMI Mapper is not compiled sucessfully

DESCRIPTION: Some changes in OpenPegasus code were causing compilation errors on the WMI Mapper. So, these errors were fixed on the following modules/files: Makefile (under /src/WMIMapper/Client); CIMServer, CIMOperationRequestDecoder and HTTPAuthenticatorDelegator (all under /src/WMIMapper/PegServer); cimserver and cimserver_windows (under /src/WMIMapper/WMIServer).

Revision 1.9 / (view) - annotate - [select for diffs] , Sat Feb 5 23:01:31 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
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.8 / (view) - annotate - [select for diffs] , Sun Oct 17 19:40:41 2004 UTC (19 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.7: +6 -4 lines
Diff to previous 1.7
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.7 / (view) - annotate - [select for diffs] , Fri Jun 25 10:09:34 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.6: +4 -2 lines
Diff to previous 1.6
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
The acceptLanguages, contentLanguages and username has been added to
the containers in CIMMessage in decoder and has been retrieved from these
containers in dispatcher. After these changes, I have done unit testing by rebuiilding
WMIServer and WMIOP and executed commands like "EI" , "ECN" etc. Please
let me know if some other tests need to be run.

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Jun 15 06:31:07 2004 UTC (20 years ago) by a.arora
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.5 / (view) - annotate - [select for diffs] , Fri May 21 00:49:36 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
BUG#: 1481
TITLE: [HP-RK] WMI Mapper enumerateInstances() incorrectly defaults deepInheritance and includeQualifiers flags

DESCRIPTION: The default values for the enumerateInstances() deepInheritance and includeQualifiers parameters are incorrectly set in the WMI Mapper's request decoder.  Bugzilla 444 fixed this defect in Pegasus.  The same fix has been applied to the WMI Mapper.

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Nov 5 04:10:42 2003 UTC (20 years, 7 months ago) by kumpf
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
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
HP-RK Bugzilla 983 (Problems with catching exceptions).

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:19 2003 UTC (20 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.2: +5 -3 lines
Diff to previous 1.2
PEP 55 Update license on source files to current license text and date

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Sep 11 17:50:28 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test, TEST, RELEASE_2_3_0-msg-freeze, PRE_LICENSE_UPDATE_2003
Changes since 1.1: +156 -23 lines
Diff to previous 1.1
HP-JS Bugzilla 531 (WMI mapper will stop responding after several ModifyClass requests) and Bugzilla 554 (The WMI Mapper is presenting some memory leak).

Revision 1.1 / (view) - annotate - [select for diffs] , Fri Aug 15 21:45:39 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
HP-JS PEPs 78 and 79 ([WMI Mapper] Changes to the Authentication Process and Local Connection Enhancements).

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