CVS log for pegasus/src/Pegasus/Server/WQLOperationRequestDispatcher.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Server

Request diff between arbitrary revisions


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

Revision 1.52 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:11 2014 UTC (9 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676, 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, HEAD
Changes since 1.51: +15 -147 lines
Diff to previous 1.51
BUG#: 9676
TITLE: Add pull operations to the OpenPegasusclient and server

DESCRIPTION: This patch is the implementation of the pull operations
defined in DSP0200 for both the CIM Client and CIM Server.  It includes
test programs in Pegasus/Client/tests and extends cimcli to make pull
requests and receive pull operation responses. There are still limitations
and issues noted in the readme.pulloperations file as well as some KS_TOD
comments marking things to do in the source code.

Revision 1.43.4.11 / (view) - annotate - [select for diffs] , Sun Jun 1 18:26:52 2014 UTC (10 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
Changes since 1.43.4.10: +7 -146 lines
Diff to previous 1.43.4.10 to branch point 1.43 to next main 1.44
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. New functionality and code cleanup

DESCRIPTION: OpenQueryInstances now working. Fixed issue with cimcli,
fixed UIntArgs to use smart pointers, Cleaned up CreateContext, Cleaned
up code in WQL/CQLOperationRequestDispatcher.cpp to create common
function, other minor.  See readme for 30 May for list.

Revision 1.43.4.10 / (view) - annotate - [select for diffs] , Thu May 29 22:55:35 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.4.9: +18 -20 lines
Diff to previous 1.43.4.9 to branch point 1.43
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Correct error noted in  bug9676,
Clean up OpenQueryInstances, error in cimcli handling of FQL
language parameter results in reject of request.

DESCRIPTION: Finished code for OpenQueryInstances to create common path
for ExecQuery and OpenQueryInstances. ExecQuery tested. fixed issue
in cimcli.  Corrected erroneous inclusion of execinfo.h header include,
removed more diagnostic messages, modified CreateContext function
interface.

Revision 1.43.4.9 / (view) - annotate - [select for diffs] , Thu Apr 17 23:12:05 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.4.8: +2 -2 lines
Diff to previous 1.43.4.8 to branch point 1.43
BUG#: 9676
TITLE: Cleanup of messy code and removal of some diagnostics.

DESCRIPTION: Cleaned up some interfaces, added documentation,
made number of PEGASUS_ASSERTS into PEGASUS_DEBUG_ASSERT and fixed
issue in pullop Makefile tests causing failure in tests of large
numbers of responses

Revision 1.43.4.8 / (view) - annotate - [select for diffs] , Mon Apr 14 16:33:11 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.4.7: +3 -1 lines
Diff to previous 1.43.4.7 to branch point 1.43
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch  Code clean up.

DESCRIPTION: Added pullinstances for OpenExecQuery.  Clean up tests in
PullErrors, Remove Assert in CIMResponseData causing end-end test to
fail.

Revision 1.49.10.3 / (view) - annotate - [select for diffs] , Wed Oct 23 02:46:15 2013 UTC (10 years, 7 months ago) by lawrence.luo
Branch: TASK-PEP362_RestfulService-branch
CVS Tags: TASK-PEP362_RestfulService-merged_out_to_branch
Changes since 1.49.10.2: +4 -1 lines
Diff to previous 1.49.10.2 to branch point 1.49 to next main 1.50
PEP#: 362
TITLE: Webadmin and Restful Services

DESCRIPTION:
Syc with Head branch

Revision 1.51 / (view) - annotate - [select for diffs] , Wed Oct 16 22:24:19 2013 UTC (10 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: preBug9676, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.50: +4 -1 lines
Diff to previous 1.50
BUG#: 9803

TITLE: Code cleanup in Pegasus/Server dir pre pull operations

DESCRIPTION: Remove trailing blanks and modify some low level calls to
match changes in Pull operations

Revision 1.43.4.7 / (view) - annotate - [select for diffs] , Sun Sep 29 18:09:52 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.4.6: +5 -0 lines
Diff to previous 1.43.4.6 to branch point 1.43
PEP#: 317
TITLE: Clean up OOP to correctly process XML response for pull. Clean
up of statisticalData

DESCRIPTION: Changed OOP path to provider more info to ProviderAgent,
Modified StatisticalData interface to handle Open & Pull operations,
Clean up issues with ExecQuery. and a number of other minor changes.

Revision 1.43.4.6 / (view) - annotate - [select for diffs] , Tue Sep 17 15:24:37 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.4.5: +6 -1 lines
Diff to previous 1.43.4.5 to branch point 1.43
PEP#: 317
TITLE: TASK-PEP317_pullop-branch. Working code update

DESCRIPTION: Detailed description in readme.pulloperations. Generally
minor reorganization of parameters in OpenExecQuery, remove memory leak
move more CIMOperationRequestDispatcher code to templates.

Revision 1.43.4.5 / (view) - annotate - [select for diffs] , Sat Sep 14 22:08:23 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: POSTAUG25UPDATE
Changes since 1.43.4.4: +31 -93 lines
Diff to previous 1.43.4.4 to branch point 1.43
PEP#: 317
TITLE: PEP 317, Pull Operations mergeout and code cleanup.

DESCRIPTION: No new functionality added but cleaned up a number of issues.
Merged out up to 25 August. Note that most functions run today except for
OpenExecQuery which is not tested.  See the readme.pulloperations for more
details

Revision 1.49.10.2 / (view) - annotate - [select for diffs] , Tue Aug 13 03:25:04 2013 UTC (10 years, 9 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.49.10.1: +0 -0 lines
Diff to previous 1.49.10.1 to branch point 1.49
PEP#: 362
TITLE: Syncing up with head of CVS

DESCRIPTION:

Revision 1.49.10.1 / (view) - annotate - [select for diffs] , Tue Aug 13 03:24:46 2013 UTC (10 years, 9 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.49: +30 -91 lines
Diff to previous 1.49
PEP#: 362
TITLE: Syncing up with head of CVS

DESCRIPTION:

Revision 1.50 / (view) - annotate - [select for diffs] , Mon Aug 12 12:41:20 2013 UTC (10 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.49: +30 -91 lines
Diff to previous 1.49
BUG#: 9668
TITLE: Refactor CIMOperationDispatcher EnumeateInstance and Association request processing

DESCRIPTION: Refactor dispatcher code to reduce paths for processing EnumerateIntances,
EnumerateInstanceNames, and the associator and reference requests. This is part of clean
up to prepare for pull operations since these operations reuse this functionality

Revision 1.43.4.4 / (view) - annotate - [select for diffs] , Sat Jul 20 17:32:59 2013 UTC (10 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE
Changes since 1.43.4.3: +9 -121 lines
Diff to previous 1.43.4.3 to branch point 1.43
PEP#: 317
TITLE: Update merge out from last 2.13.0.

DESCRIPTION: Sync with 2.13.0 just before release.  Note that we kept
the Development status.

Revision 1.49 / (view) - annotate - [select for diffs] , Sat Jun 29 16:55:08 2013 UTC (10 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: 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_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.48: +9 -120 lines
Diff to previous 1.48
BUG#: 9678
TITLE: Refactor code in Query Processing

DESCRIPTION: Move functions from CQL and WQL dispatchers to common CIM
dispatcher.

Revision 1.43.4.3 / (view) - annotate - [select for diffs] , Mon Jun 3 21:36:36 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.43.4.2: +32 -60 lines
Diff to previous 1.43.4.2 to branch point 1.43
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.48 / (view) - annotate - [select for diffs] , Wed May 1 22:20:09 2013 UTC (11 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_13_0-FC
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
BUG#: 9644
TITLE: Minor cleanup to OperationDispatcher to use correct CIMMessage on request

DESCRIPTION: Change all use of CIMRequestMessage in operation dispatcher to
CIMOperationRequestDispatcher.  No real functional changes.

Revision 1.47 / (view) - annotate - [select for diffs] , Sat Apr 20 16:46:52 2013 UTC (11 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.46: +13 -40 lines
Diff to previous 1.46
BUG#: 9596
TITLE: CIMOperationRequestDispatcher.cpp refactor request parameter processing

DESCRIPTION: Refactored all request parameter processing into common functions
in preperations for using the same functions for the pull operations

Revision 1.46 / (view) - annotate - [select for diffs] , Mon Feb 11 19:30:58 2013 UTC (11 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.45: +17 -20 lines
Diff to previous 1.45
BUG#: 9450
TITLE: CImOperationRequestDispatcher, Remove Internal Provider Reg Table to separate File

DESCRIPTION: Move Internal Provider Registration table to reg_talble.cpp and redo table
to reduce footprint.  In addition, clean up lookupProvider... functions in
CIMOperationRequestDispatcher.cpp, etc.  Minor changes (ex. Create CSTRING macro
to simplify mapping of Strings for Trace, etc.

Revision 1.45 / (view) - annotate - [select for diffs] , Mon Jan 14 15:27:56 2013 UTC (11 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
BUG#:9530
TITLE: Reduce static code size through moving CIMResponseData up in Message class hierarchy

DESCRIPTION:

Revision 1.43.4.2 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:28 2011 UTC (12 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.43.4.1: +1 -1 lines
Diff to previous 1.43.4.1 to branch point 1.43
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.44 / (view) - annotate - [select for diffs] , Thu Feb 17 14:23:35 2011 UTC (13 years, 3 months 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, 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, RELEASE_2_11-root, RELEASE_2_11-branch
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
BUG#:8926
TITLE: C++Default Client interface does not filter with binary enabled

DESCRIPTION:

Revision 1.43.4.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:58 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.43: +10 -10 lines
Diff to previous 1.43
BUG#: 8874
TITLE: Commit code for pull operations to branch TASK-PEP317_pullop-branch

DESCRIPTION: Commits the current code for the pull operations to a
task branch for further review and testing before it is committed to
the Pegasus head.

Revision 1.43 / (view) - annotate - [select for diffs] , Wed Feb 17 14:33:24 2010 UTC (14 years, 3 months ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, RELEASE_2_11_0-FC, 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
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.42: +11 -27 lines
Diff to previous 1.42
BUG#:8731
TITLE: CMPIProvider executed queries are transformed back to C++ objects

DESCRIPTION:

Revision 1.42 / (view) - annotate - [select for diffs] , Tue Dec 15 11:39:42 2009 UTC (14 years, 5 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.41: +8 -8 lines
Diff to previous 1.41
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.41.2.2 / (view) - annotate - [select for diffs] , Tue Oct 20 15:20:55 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.41.2.1: +4 -4 lines
Diff to previous 1.41.2.1 to branch point 1.41 to next main 1.42
PEP#:348
TITLE: Fix a Bug in the execQuery handling in WQLOperationDispatcher

DESCRIPTION:
Avoid direct appending of objects to the arrays within CIMResponseData() because the encoding will not be set correct.

Revision 1.41.2.1 / (view) - annotate - [select for diffs] , Tue Oct 13 12:39:28 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.41: +6 -6 lines
Diff to previous 1.41
PEP#:348
TITLE: Building path through server for all data formats using the CIMResponseData class.

DESCRIPTION:

Open items:

Binary transformation for SCMO
Internal Xml transformation for SCMO
SCMOXmlWriter not yet complete

Other places are marked using TODO

Revision 1.41 / (view) - annotate - [select for diffs] , Tue Jun 30 09:31:33 2009 UTC (14 years, 11 months ago) by r.kieninger
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.40: +12 -10 lines
Diff to previous 1.40
BUG#:8393
TITLE: Extend On-demand de-serialization for Associators and ExecQuery

DESCRIPTION: Extend On-demand de-serialization for Associators and ExecQuery

Revision 1.40 / (view) - annotate - [select for diffs] , Thu Feb 19 18:01:13 2009 UTC (15 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
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.39 / (view) - annotate - [select for diffs] , Tue Dec 16 18:57:10 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.38: +1 -1 lines
Diff to previous 1.38
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.36 / (view) - annotate - [select for diffs] , Wed Nov 12 17:22:37 2008 UTC (15 years, 6 months ago) by mike
Branch: MAIN
Changes since 1.35: +14 -12 lines
Diff to previous 1.35
BUG#: 8074
TITLE: Internal Binary Protocol

DESCRIPTION: Internal Binary Protocol

Revision 1.35 / (view) - annotate - [select for diffs] , Fri Oct 17 05:50:02 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.34: +4 -4 lines
Diff to previous 1.34
BUG#: 8000
TITLE: service lookup optimization in request dispatcher
DESCRIPTION: Cleanedup unecessary functionality in DynamicroutingTable and used service-id instead of service-name to make service lookup faster.

Revision 1.34 / (view) - annotate - [select for diffs] , Thu Aug 28 16:24:47 2008 UTC (15 years, 9 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.33: +3 -2 lines
Diff to previous 1.33
BUG#: 7854
TITLE: PEP# 316 - Replace PEG_TRACE_STRING with PEG_TRACE

DESCRIPTION: Replace PEG_TRACE_STRING with PEG_TRACE

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Aug 7 17:04:00 2008 UTC (15 years, 9 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.32: +6 -6 lines
Diff to previous 1.32
BUG#: 7779
TITLE: Variables hidden by other declarations in scope
DESCRIPTION: Use different names for variables in nested scope.

Revision 1.31.4.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:18:57 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.31: +2 -2 lines
Diff to previous 1.31 to next main 1.32
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.32 / (view) - annotate - [select for diffs] , Wed Jun 18 11:20:54 2008 UTC (15 years, 11 months ago) by marek
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.31: +2 -2 lines
Diff to previous 1.31
BUG#:7721
TITLE: Trace Level checking - first block - Pegasus/Server

DESCRIPTION:

Revision 1.31 / (view) - annotate - [select for diffs] , Mon May 12 08:22:34 2008 UTC (16 years 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.30: +1 -2 lines
Diff to previous 1.30
BUG#:7651
TITLE: PEP#315 - Improve Trc&Log - Fix TBD-7646

DESCRIPTION:

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

DESCRIPTION:

Revision 1.29 / (view) - annotate - [select for diffs] , Tue Jan 15 22:10:55 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.28: +2 -0 lines
Diff to previous 1.28
BUG#: 7253
TITLE: Use buildResponse() for consistent message attribute propagation
DESCRIPTION: Build response messages directly from the associated request messages, to ensure attribute synchronization.

Revision 1.28 / (view) - annotate - [select for diffs] , Tue Jan 8 20:15:17 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.27: +6 -6 lines
Diff to previous 1.27
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.27 / (view) - annotate - [select for diffs] , Tue Aug 14 18:30:34 2007 UTC (16 years, 9 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.26: +5 -5 lines
Diff to previous 1.26
BUG#: 6802
TITLE: Incorrect and inefficient exception handling in CIMOperationRequestDispatcher
DESCRIPTION: Add general exception handling for exceptions raised during operation processing, remove unnecessary try/catch blocks, and remove cases where exceptions are caught but not handled.

Revision 1.26 / (view) - annotate - [select for diffs] , Tue Jun 12 15:17:36 2007 UTC (16 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-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
Changes since 1.25: +6 -6 lines
Diff to previous 1.25
BUG#: 6516
TITLE: Linux warning cleanup

DESCRIPTION: Cleaned up all known Linux warnings.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Apr 10 17:11:02 2007 UTC (17 years, 1 month 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.24: +23 -21 lines
Diff to previous 1.24
BUG#: 6318
TITLE: Avoid using Formatter in trace statements
DESCRIPTION: Use the PEG_TRACE macro instead of PEG_TRACE_STRING with a Formatter-generated string value.  Also do some related clean-up.

Revision 1.24 / (view) - annotate - [select for diffs] , Tue Nov 14 18:34:59 2006 UTC (17 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: 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-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_0-RC1, RELEASE_2_6_0, RELEASE_2_6-root, RELEASE_2_6-branch-clean, RELEASE_2_6-branch, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Changes since 1.23: +342 -325 lines
Diff to previous 1.23
BUG#: 5850
TITLE: Source files do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.23 / (view) - annotate - [select for diffs] , Wed Sep 27 19:13:24 2006 UTC (17 years, 8 months ago) by kumpf
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-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-FC
Changes since 1.22: +2 -3 lines
Diff to previous 1.22
BUG#: 5619
TITLE: CIMRepository enumerateInstances() semantics are unclear
DESCRIPTION: Specifically differentiate the repository enumeration interfaces that do and do not descend the class hierarchy.

Revision 1.22 / (view) - annotate - [select for diffs] , Wed Aug 30 18:10:02 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.21: +6 -2 lines
Diff to previous 1.21
BUG#: 5465
TITLE: testExecQuery poststarttest crashes cimserver
DESCRIPTION: Build an CIMEnumerateInstancesResponseMessage instead of an CIMExecQueryResponseMessage.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Aug 23 18:42:21 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.20: +34 -72 lines
Diff to previous 1.20
BUG#: 5432
TITLE: Use StatProviderTimeMeasurement class for all provider time measurement
DESCRIPTION: Convert from use of the statistics macros to the StatProviderTimeMeasurement class.

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Aug 22 17:29:38 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.19: +1 -9 lines
Diff to previous 1.19
BUG#: 5429
TITLE: Use auto class for provider statistics measurement
DESCRIPTION: Clean up the provider performance statistics code in the Default and CMPI provider managers.

Revision 1.18.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:14:22 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.18: +4 -2 lines
Diff to previous 1.18 to next main 1.19
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.19 / (view) - annotate - [select for diffs] , Mon Jan 30 16:18:31 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-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
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
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.18 / (view) - annotate - [select for diffs] , Tue Nov 8 19:04:50 2005 UTC (18 years, 6 months ago) by gs.keenan
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
BUG#: 4392
TITLE: Incomplete use of getStartServerTime in WQLOperationRequestDispatcher.cpp

DESCRIPTION: Put use of getStartServerTime inside of PEGASUS_DISABLE_PERFINST ifdef

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Nov 7 09:21:56 2005 UTC (18 years, 6 months ago) by aruran.ms
Branch: MAIN
Changes since 1.16: +6 -4 lines
Diff to previous 1.16
BUG#: 4056
TITLE: Statistics gives larg result for EXEC_QUERY

DESCRIPTION: Fixed as approved

Revision 1.16 / (view) - annotate - [select for diffs] , Wed May 11 14:18:27 2005 UTC (19 years ago) by carolann.graves
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.15: +9 -2 lines
Diff to previous 1.15
BUG#: 3473
TITLE: Query result should include any instance that satisfies query, even if not all requested projected properties are available

DESCRIPTION: Modified WQLOperationRequestDispatcher to specify that missing requested project properties are allowed.

Revision 1.15 / (view) - annotate - [select for diffs] , Tue May 3 20:13:52 2005 UTC (19 years, 1 month ago) by carolann.graves
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
BUG#: 2388
TITLE: IndicationService should forward indications matching WHERE clause, even if some properties of project list are missing

DESCRIPTION: Modified the IndicationService to consider only properties needed to evaluate the subscription filter query WHERE clause as required indication properties (both in determining which indication providers can serve a subscription and in determining which subscriptions match a generated indication), and to include in forwarded indications any of the properties in the subscription filter query project list that are available in the generated indication instance.

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Apr 5 20:19:26 2005 UTC (19 years, 2 months ago) by konrad.r
Branch: MAIN
Changes since 1.13: +19 -11 lines
Diff to previous 1.13
BUG#: 3217
TITLE:ExecQuery call to providers that implement ExecQuary functionality hangs.

DESCRIPTION:

Revision 1.13 / (view) - annotate - [select for diffs] , Tue Apr 5 12:59:04 2005 UTC (19 years, 2 months ago) by konrad.r
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
BUG#: 2577
TITLE: ExecQuery is inconsistent

DESCRIPTION:

Revision 1.8.2.1 / (view) - annotate - [select for diffs] , Sat Apr 2 00:19:06 2005 UTC (19 years, 2 months ago) by konrad.r
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1, IBM_241_April1405
Changes since 1.8: +18 -2 lines
Diff to previous 1.8 to next main 1.9
BUG#: 2500
TITLE: execQuery for Providers that don't support the query provider type missing OperationContext values

DESCRIPTION:

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Mar 16 00:40:41 2005 UTC (19 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.11: +23 -23 lines
Diff to previous 1.11
BUG#: 3061
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Remove is isQuery parameter, which was used to determine
when to reference a pointer. This is no longer needed because the variable is
no longer a pointer (was called has_no_query).

Revision 1.11 / (view) - annotate - [select for diffs] , Sat Feb 5 23:00:48 2005 UTC (19 years, 3 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.10: +3 -1 lines
Diff to previous 1.10
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.10 / (view) - annotate - [select for diffs] , Wed Nov 10 14:19:38 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Changes since 1.9: +230 -169 lines
Diff to previous 1.9
BUG#: 2268
TITLE: WQL execQuery commands crash
DESCRIPTION: fixed. Also combined bug 2251 in this for WQL too

Revision 1.9 / (view) - annotate - [select for diffs] , Mon Oct 25 17:26:02 2004 UTC (19 years, 7 months ago) by brian.campbell
Branch: MAIN
Changes since 1.8: +6 -8 lines
Diff to previous 1.8
PEP#: 140
TITLE: HTTP chunked transfer encoding support/phase 2
DESCRIPTION: see title

Revision 1.8 / (view) - annotate - [select for diffs] , Sun Oct 17 19:40:13 2004 UTC (19 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root
Branch point for: RELEASE_2_4-branch
Changes since 1.7: +7 -5 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] , Thu Aug 19 20:17:53 2004 UTC (19 years, 9 months ago) by a.dunfey
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
BUG#: 1899
TITLE: AutoPtr not released causing access violation

DESCRIPTION:

Added a release() statement so the same memory will not be deleted by both the AutoPtr and the WQLQueryExpressionRep object that stores and deletes the pointer.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Jul 30 00:24:03 2004 UTC (19 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.5: +14 -14 lines
Diff to previous 1.5
BUG#: 1754
TITLE: [HP-RK] ProviderInfo class does not destruct _providerIdContainer

DESCRIPTION: Used AutoPtr to clean up ProviderIdContainer memory in ProviderInfo objects.

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Jul 14 21:46:39 2004 UTC (19 years, 10 months ago) by w.white
Branch: MAIN
CVS Tags: MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
BUG#: 237

TITLE: Incorrect use of statistic macros

DESCRIPTION: macros added and moved so that timing is uniform

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Jun 28 09:06:21 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1
Changes since 1.3: +2 -5 lines
Diff to previous 1.3
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Jun 16 12:42:28 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
Changes since 1.2: +6 -3 lines
Diff to previous 1.2
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Jun 2 08:01:58 2004 UTC (20 years ago) by a.arora
Branch: MAIN
Changes since 1.1: +25 -23 lines
Diff to previous 1.1
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Jan 27 13:48:11 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
CVS Tags: RELEASE_2_3_2-branch-freeze
PEP 119 - added execQuery support.
Requiers Provider Manager 2 to be enabled.

Test and sample will be added soon.

 Modified Files:
 	src/Clients/CLITestClients/CLI/CLI.cpp
 	src/Clients/CLITestClients/CLIClientLib/CLIClientLib.cpp
	src/Clients/CLITestClients/CLIClientLib/CLIClientLib.h
 	src/Pegasus/Makefile src/Pegasus/Common/CIMMessage.h
 	src/Pegasus/Common/Makefile
 	src/Pegasus/ControlProviders/ProviderRegistrationProvider/ProviderRegistrationProvider.cpp
 	src/Pegasus/Provider/Makefile
 	src/Pegasus/ProviderManager2/Makefile
 	src/Pegasus/ProviderManager2/ProviderRegistrar.cpp
 	src/Pegasus/ProviderManager2/ProviderType.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProvider.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Array.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Broker.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_BrokerEnc.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ContextArgs.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_DateTime.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Instance.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Object.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ObjectPath.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Predicate.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Result.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectCond.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExp.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExp.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_String.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SubCond.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ThreadContext.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Value.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Wql2Dnf.cpp
 	src/Pegasus/ProviderManager2/CMPI/Makefile
 	src/Pegasus/ProviderManager2/CMPI/cmpidt.h
 	src/Pegasus/ProviderManager2/CMPI/cmpift.h
 	src/Pegasus/ProviderManager2/CMPI/cmpimacs.h
 	src/Pegasus/ProviderManager2/Default/DefaultProviderManager.cpp
 	src/Pegasus/ProviderManager2/Default/DefaultProviderManager.h
 	src/Pegasus/ProviderManager2/Default/LocalProviderManager.cpp
 	src/Pegasus/ProviderManager2/Default/Makefile
 	src/Pegasus/ProviderManager2/Default/OperationResponseHandler.h
 	src/Pegasus/ProviderManager2/Default/Provider.cpp
 	src/Pegasus/ProviderManager2/Default/Provider.h
 	src/Pegasus/ProviderManager2/Default/ProviderFacade.cpp
 	src/Pegasus/ProviderManager2/Default/ProviderFacade.h
 	src/Pegasus/ProviderManager2/Default/SimpleResponseHandler.h
 	src/Pegasus/Server/CIMOperationRequestDispatcher.cpp
 	src/Pegasus/Server/CIMOperationRequestDispatcher.h
 	src/Pegasus/Server/CIMServer.cpp
 	src/Pegasus/Server/CIMServer.h src/Pegasus/Server/Makefile
 	src/Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.cpp
 	src/Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.h
 	src/Pegasus/WQL/Makefile
 	src/Pegasus/WQL/WQLSelectStatement.cpp
 	src/Pegasus/WQL/WQLSelectStatement.h
 Added Files:
 	src/Pegasus/Common/QueryExpression.cpp
 	src/Pegasus/Common/QueryExpression.h
 	src/Pegasus/Common/QueryExpressionRep.cpp
 	src/Pegasus/Common/QueryExpressionRep.h
 	src/Pegasus/Provider/CIMInstanceQueryProvider.cpp
 	src/Pegasus/Provider/CIMInstanceQueryProvider.h
 	src/Pegasus/ProviderManager2/QueryExpressionFactory.cpp
 	src/Pegasus/ProviderManager2/QueryExpressionFactory.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExpAccessor.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExpAccessor.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Version.h
 	src/Pegasus/Server/QuerySupportRouter.cpp
 	src/Pegasus/Server/QuerySupportRouter.h
 	src/Pegasus/Server/WQLOperationRequestDispatcher.cpp
 	src/Pegasus/Server/WQLOperationRequestDispatcher.h
 	src/Pegasus/WQL/WQLInstancePropertySource.cpp
 	src/Pegasus/WQL/WQLInstancePropertySource.h
 	src/Pegasus/WQL/WQLQueryExpressionRep.cpp
 	src/Pegasus/WQL/WQLQueryExpressionRep.h
 ----------------------------------------------------------------------

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