CVS log for pegasus/src/Pegasus/ProviderManager2/CMPI/CMPIClassCache.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Request diff between arbitrary revisions


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

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Jan 29 10:06:03 2010 UTC (14 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK_PEP317_1JUNE_2013, 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-root, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP317_pullop-merged_in_from_branch, TASK-PEP317_pullop-branch, 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, 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, PREAUG25UPDATE, POSTAUG25UPDATE, HEAD, CIMRS_WORK_20130824, BeforeUpdateToHeadOct82011
Changes since 1.10: +0 -22 lines
Diff to previous 1.10
BUG#:8702
TITLE: Possible double delete in CMPI Class Cache

DESCRIPTION:

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

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.8.2.10 / (view) - annotate - [select for diffs] , Wed Nov 18 14:00:35 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.8.2.9: +10 -2 lines
Diff to previous 1.8.2.9 to branch point 1.8 to next main 1.9
PEP#: 348
TITLE: Merge head into branch.

DESCRIPTION: Merge head into branch.

Revision 1.9 / (view) - annotate - [select for diffs] , Tue Nov 10 13:21:36 2009 UTC (14 years, 7 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-merged_out_from_trunk
Changes since 1.8: +9 -2 lines
Diff to previous 1.8
BUG#: 8650
TITLE: CMPIClassCache::getClass() does not handle all exceptions
DESCRIPTION: Modified CMPIClassCache::getClass() method to catch all exceptions.

Revision 1.8.2.9 / (view) - annotate - [select for diffs] , Mon Nov 9 16:00:37 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.8: +17 -10 lines
Diff to previous 1.8.2.8 to branch point 1.8
PEP#:348
TITLE: Cascading CMPIClassCache over SCMOClassCache

DESCRIPTION:

Revision 1.8.2.8 / (view) - annotate - [select for diffs] , Wed Nov 4 16:22:38 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.7: +27 -102 lines
Diff to previous 1.8.2.7 to branch point 1.8
PEP#:348
TITLE: Review comments directly worked into CMPIClassCache

DESCRIPTION:

Revision 1.8.2.7 / (view) - annotate - [select for diffs] , Tue Oct 27 17:38:11 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.6: +5 -2 lines
Diff to previous 1.8.2.6 to branch point 1.8
PEP#:348
TITLE: Several optimizations (saving 16% overall path length)

DESCRIPTION:
CMPI optimized to use strncasecmp() and avoid strlen() calls
speed up XmlGenerator.appendSpecial() by another 30-40%
writing CIMDateTime to String now eigth times faster
optimized _equalNoCaseUTF8() by 30%

Revision 1.8.2.6 / (view) - annotate - [select for diffs] , Sat Oct 24 22:34:48 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.5: +0 -2 lines
Diff to previous 1.8.2.5 to branch point 1.8
PEP#:348
TITLE: SCMO CMPI Implementation

DESCRIPTION: Get/SetProperty fixes and code cleanup

Revision 1.8.2.5 / (view) - annotate - [select for diffs] , Fri Oct 23 13:59:25 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.4: +3 -1 lines
Diff to previous 1.8.2.4 to branch point 1.8
PEP#:348
TITLE: SCMO CMPI Implementation

DESCRIPTION: Fix for upcalls and the Set/GetProperty CMPI functions

Revision 1.8.2.4 / (view) - annotate - [select for diffs] , Wed Oct 21 14:49:31 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.3: +3 -3 lines
Diff to previous 1.8.2.3 to branch point 1.8
PEP#:348
TITLE: CMPI SCMO Implementation

DESCRIPTION: Bugfixes and optimized upcalls

Revision 1.8.2.3 / (view) - annotate - [select for diffs] , Thu Oct 1 08:33:41 2009 UTC (14 years, 9 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.2: +1 -1 lines
Diff to previous 1.8.2.2 to branch point 1.8
PEP#:348
TITLE: SCMO CMPI Implementation

DESCRIPTION: Enable GetInstance operation and implement CMPI_Arguments support

Revision 1.8.2.2 / (view) - annotate - [select for diffs] , Thu Sep 24 12:33:48 2009 UTC (14 years, 9 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8.2.1: +1 -1 lines
Diff to previous 1.8.2.1 to branch point 1.8
PEP#:348
TITLE: Implementing CMPI_Instance and CMPI_ObjectPath through SCMO

DESCRIPTION: Array implementation part#2

Revision 1.8.2.1 / (view) - annotate - [select for diffs] , Mon Aug 17 12:47:48 2009 UTC (14 years, 10 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.8: +95 -0 lines
Diff to previous 1.8
PEP#:348
TITLE: Implementing CMPI_Instance and CMPI_ObjectPath through SCMO

DESCRIPTION: Initial implementation of CMPI for SCMO usage and scaffolding test code

Revision 1.8 / (view) - annotate - [select for diffs] , Tue Jun 30 16:32:33 2009 UTC (15 years ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
BUG#:8540
TITLE: OperationContext information lost on provider upcalls

DESCRIPTION:

Revision 1.7 / (view) - annotate - [select for diffs] , Tue Dec 16 18:56:54 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.6: +1 -1 lines
Diff to previous 1.6
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Oct 29 04:03:44 2008 UTC (15 years, 8 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
BUG#: 8049
TITLE: warning-too many arguments for format

DESCRIPTION: Added missing %s.

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

DESCRIPTION: Replace PEG_TRACE_STRING with PEG_TRACE

Revision 1.1.4.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:18:39 2008 UTC (16 years 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.1: +1 -1 lines
Diff to previous 1.1 to next main 1.2
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

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

DESCRIPTION:

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Jan 23 15:23:26 2008 UTC (16 years, 5 months 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
BUG#:7273
TITLE: CMPI Class cache should be encapsulated and abstracted

DESCRIPTION: adding the two new files too

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