CVS log for pegasus/src/Pegasus/ProviderManagerRouter/OOPProviderManagerRouter.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.23 / (view) - annotate - [select for diffs] , Mon Jan 26 08:51:25 2015 UTC (9 years, 5 months ago) by jsafrane
Branch: MAIN
CVS Tags: 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.22: +9 -0 lines
Diff to previous 1.22
BUG#: 10018
TITLE: Fixed memory leak when receiving a response for disconnected client.

DESCRIPTION:
We should free the response when processing a response from a provider
dedicated to already disconnected CIM client.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Jan 15 19:57:58 2015 UTC (9 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.21: +5 -4 lines
Diff to previous 1.21
BUG#: 10004
TITLE: EnumerationContext does not free instances on timeout

DESCRIPTION: rewrote timeout processing to clarify and cover more issues.
This patch fixes a couple of minor editoral issues in cimcli and also
adds a test suite to test to test if, at least under the test conditions,
it actually releases all of the enumerationContexts.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Nov 19 00:12:39 2014 UTC (9 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.20: +109 -3 lines
Diff to previous 1.20
BUG#: 9950
TITLE: The server crashes when processing large PULL operations.

DESCRIPTION: Add call to OOPProviderManagerRouter to clean up
enumerationContexts.  Other minor changes found during tests. also.

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:11 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.19: +80 -72 lines
Diff to previous 1.19
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.4.2.5 / (view) - annotate - [select for diffs] , Fri Mar 14 16:30:21 2014 UTC (10 years, 3 months 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.4.2.4: +6 -0 lines
Diff to previous 1.4.2.4 to branch point 1.4 to next main 1.5
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Commit change to correct problem where
some providers returning qualifiers on instances.

DESCRIPTION: Corrected code in CIMOperationDispatcher to be sure that the
CIMResponseData object used to output carries the correct attributes for
includeQualifier and ClassOrigin

Revision 1.4.2.4 / (view) - annotate - [select for diffs] , Wed Mar 12 19:21:37 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.4.2.3: +74 -72 lines
Diff to previous 1.4.2.3 to branch point 1.4
BUG#: 9676
TITLE: Clean up of several functions

DESCRIPTION: Cleanup of a bunch of minor issues.  Note that this patch
inserted some diagnostics into the code since we are still looking for
a couple of failures.  They are marked KS Temp and are to be removed
before commit to head of tree.

Revision 1.4.2.3 / (view) - annotate - [select for diffs] , Mon Jun 3 21:36:26 2013 UTC (11 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.4.2.2: +51 -55 lines
Diff to previous 1.4.2.2 to branch point 1.4
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.19 / (view) - annotate - [select for diffs] , Thu Apr 25 12:00:26 2013 UTC (11 years, 2 months ago) by dl.meetei
Branch: MAIN
CVS Tags: preBug9676, 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_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, CIMRS_WORK_20130824
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
BUG#: 9628
TITLE: PEGASUS_ASSERT used in places where PEGASUS_UNREACHABLE should be used

DESCRIPTION:

Revision 1.18 / (view) - annotate - [select for diffs] , Mon Feb 18 15:00:24 2013 UTC (11 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.17: +10 -9 lines
Diff to previous 1.17
BUG#:9536
TITLE: tweak PEGASUS_ASSERT and other macro  to avoid unused warnings and build break

DESCRIPTION:

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Jan 7 12:39:41 2013 UTC (11 years, 5 months ago) by marek
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
BUG#:9492
TITLE: Fix remaining unused variable warnings and make unused variable warnings be treated as errors on gcc

DESCRIPTION:

Revision 1.16 / (view) - annotate - [select for diffs] , Wed Dec 19 14:23:41 2012 UTC (11 years, 6 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15
BUG#: 9507
TITLE:  Using of wrong/nonexsitsing message ID's in ProviderManagerService.cpp

DESCRIPTION: Changing message ID's

Revision 1.15 / (view) - annotate - [select for diffs] , Thu Nov 15 09:39:29 2012 UTC (11 years, 7 months ago) by marek
Branch: MAIN
Changes since 1.14: +6 -13 lines
Diff to previous 1.14
BUG#:9425
TITLE: Remove unused variables in ALL but WQL, CQL and Compiler

DESCRIPTION:

Revision 1.13.2.1 / (view) - annotate - [select for diffs] , Fri Oct 26 06:11:59 2012 UTC (11 years, 8 months ago) by marek
Branch: RELEASE_2_12-branch
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1
Changes since 1.13: +10 -8 lines
Diff to previous 1.13 to next main 1.14
BUG#:9440
TITLE: Reregistering of an indicationprovider needs cimserver restart for sending enableIndication request to the providers. (2.12.1)

DESCRIPTION:

Revision 1.6.2.3 / (view) - annotate - [select for diffs] , Fri Oct 26 03:08:26 2012 UTC (11 years, 8 months ago) by ashok.pathak
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2
Changes since 1.6.2.2: +10 -8 lines
Diff to previous 1.6.2.2 to branch point 1.6 to next main 1.7
BUG#: 9438

TITLE: Reregistering of an indicationprovider needs cimserver restart

DESCRIPTION:

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Oct 23 07:42:57 2012 UTC (11 years, 8 months ago) by anusha.kandepu
Branch: MAIN
Changes since 1.13: +10 -8 lines
Diff to previous 1.13
BUG#: 9369
TITLE: Reregistration of IndicationProvider needs cimserver restart for enableIndications.
DESCRIPTION: Updated _subscriptionComplete flag properly to call enableIndications.

Revision 1.13 / (view) - annotate - [select for diffs] , Tue Aug 7 15:06:23 2012 UTC (11 years, 10 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_12_0-RC1, RELEASE_2_12_0, RELEASE_2_12-root
Branch point for: RELEASE_2_12-branch
Changes since 1.12: +22 -21 lines
Diff to previous 1.12
BUG#:9321
TITLE: Large number of threads hanging on _providerAgentTableMutex in OOPProviderManagerRouter

DESCRIPTION:

Revision 1.4.2.2 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:17 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.4.2.1: +1 -0 lines
Diff to previous 1.4.2.1 to branch point 1.4
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Feb 7 05:43:55 2012 UTC (12 years, 4 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: RELEASE_2_12_0-FC
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
BUG#: 9163
TITLE: Provider manager path is not set if request receives _REQUEST_NOT_PROCESSED response
DESCRIPTION:

Revision 1.4.2.1 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:25 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.4: +151 -45 lines
Diff to previous 1.4
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.11 / (view) - annotate - [select for diffs] , Fri Sep 16 03:47:50 2011 UTC (12 years, 9 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
BUG#: 9078
TITLE: Memory leak in DeliveryStatusAggregator::_sendDeliveryStausResponse
DESCRIPTION:

Revision 1.10 / (view) - annotate - [select for diffs] , Tue Aug 30 10:52:04 2011 UTC (12 years, 10 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.9: +10 -1 lines
Diff to previous 1.9
BUG#: 9048
TITLE: TestCMPI_Indication fails after TestCMPI_Indication CMPI DisableIndication() exited
DESCRIPTION:

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Aug 11 11:12:35 2011 UTC (12 years, 10 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.8: +41 -3 lines
Diff to previous 1.8
BUG#: 9013
TITLE: Indications arrives out-of-order from provider to handler service
DESCRIPTION: Enhanced deliver() API to wait until indication arrives to the HandlerService. HandlerService gurantees the indication delivery order. This ordering is automatically enabled with PEGASUS_ENABLE_DMTF_INDICATION_PROFILE support is defined.

Revision 1.6.2.2 / (view) - annotate - [select for diffs] , Wed Aug 10 04:03:51 2011 UTC (12 years, 10 months ago) by venkat.puvvada
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_1-RC1, RELEASE_2_11_1
Changes since 1.6.2.1: +35 -1 lines
Diff to previous 1.6.2.1 to branch point 1.6
BUG#: 9034
TITLE: cimserver hangs during shutdown if OOP request arrives after shutdown all providers request processed.
DESCRIPTION:

Revision 1.6.2.1 / (view) - annotate - [select for diffs] , Wed Aug 10 03:52:53 2011 UTC (12 years, 10 months ago) by venkat.puvvada
Branch: RELEASE_2_11-branch
Changes since 1.6: +64 -28 lines
Diff to previous 1.6
BUG#: 9029
TITLE: cimserver crashes if cimprovagt process exits/crashes for certain requests.
DESCRIPTION:

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Jul 27 03:00:01 2011 UTC (12 years, 11 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.7: +64 -28 lines
Diff to previous 1.7
BUG#: 8989
TITLE: cimserver crashes if cimprovagt process exits/crashes for certain requests.
DESCRIPTION:

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Jul 21 03:03:28 2011 UTC (12 years, 11 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.6: +35 -1 lines
Diff to previous 1.6
BUG#: 9000
TITLE: cimserver hangs during shutdown if OOP request arrives after shutdown all providers request processed.
DESCRIPTION:

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Apr 14 08:38:36 2011 UTC (13 years, 2 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: RELEASE_2_11_0, RELEASE_2_11-root
Branch point for: RELEASE_2_11-branch
Changes since 1.5: +1 -11 lines
Diff to previous 1.5
BUG#: 8963
TITLE: ProviderAgent::_scmoClassCache_GetClass() implementation is incorrect
DESCRIPTION: CIM_SUBSCRIPTION_INIT_COMPLETE_REQUEST_MESSAGE message is not processed on ProviderAgent main thread. SCMO class response is verfied using the messageID to ensure the correct SCMO class is returned.

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Jan 20 13:08:20 2011 UTC (13 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC
Changes since 1.4: +0 -2 lines
Diff to previous 1.4
BUG#:8902
TITLE: Remove Compile Option for XML protocol to ProvAgt

DESCRIPTION:

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Nov 2 04:27:58 2010 UTC (13 years, 8 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.3: +14 -14 lines
Diff to previous 1.3
BUG#: 8870
TITLE: NBAT failures for 32-bit tests
DESCRIPTION:

Revision 1.3 / (view) - annotate - [select for diffs] , Fri Oct 29 04:29:52 2010 UTC (13 years, 8 months ago) by s.kodali
Branch: MAIN
Changes since 1.2: +22 -1 lines
Diff to previous 1.2
BUG#: 8864
TITLE: PEP 318: 32bit providers in 64bit OpenPegasus

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Oct 26 14:00:53 2010 UTC (13 years, 8 months ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.1: +10 -2 lines
Diff to previous 1.1
BUG#: 8865
TITLE: The request object is accessed even after it is deleted in OOPProviderManagerRouter uninitialize method.
DESCRIPTION: The patch checks if all responses for this aggregation have arrived before sending the response.

Revision 1.1 / (view) - annotate - [select for diffs] , Mon Sep 13 09:40:05 2010 UTC (13 years, 9 months ago) by s.kodali
Branch: MAIN
BUG#: 8843
TITLE: remove unnecessary dependencies of cimprovagt

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