CVS log for pegasus/src/Clients/cimcli/CIMCLICommand.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.28 / (view) - annotate - [select for diffs] , Sat Dec 6 21:26:29 2014 UTC (9 years, 6 months ago) by karl
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.27: +5 -3 lines
Diff to previous 1.27
BUG#: 9985
TITLE: Pull Operation Memory loss, Server sends out delayed responses
when It should not be.

DESCRIPTION: Corrected: 1) issues with delayed response, 2) issue with
closing EnumTimerThread 3) clean up of traces so the flow of pull operations can be seen with a simple trace search including adding
the MessageId to messages in ProviderMessageHandler.cpp 4) change
of the delayed pull response timeout from 15 to 9 sec.

Revision 1.27 / (view) - annotate - [select for diffs] , Mon Nov 17 23:06:49 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
Changes since 1.26: +5 -3 lines
Diff to previous 1.26
BUG#: 9965
TITLE: cimcli conditional pull operation display do not give any
timing or size info.

DESCRIPTION: Added display of time and size to these displays. Shows
time between each of the pull operations in a cimcli enumeration
context when you set the -v (verbose) option

Revision 1.26 / (view) - annotate - [select for diffs] , Mon Sep 22 16:21:49 2014 UTC (9 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.25: +213 -66 lines
Diff to previous 1.25
BUG#: 9885
TITLE: Ship cimcli on release build. Internationalize remainder of msgs

DESCRIPTION: This patch internationalizes most of the remaining messages
in cimcli.  It does not internationalize the messages from the verbose mode
and there are some cases where specific words (ex. namespaces) that feed
groups of assembled messages are not internationalized but the majority
of cimcli is not internationalized.  Note that this patch adds an awk
based tool that gets the interationalization from the source code itself
rather that trying to maintain the bundle and code completely separately
For each NEWly internationalized message, the message internationalization
is documented just below the message and the the awk program extracts this
info, confirms that it is correct, and creates installs the result into
the CLI message bundle replacing the previous version of the same messages.
Also, this technique was NOT used on previously internationalized messages
(the help messages). The process of extracting the internationalization
and modifying the bundle is in two new targets in the Makefile for cimcli.

Revision 1.25 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:07 2014 UTC (9 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.24: +61 -4 lines
Diff to previous 1.24
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.13.2.10 / (view) - annotate - [select for diffs] , Wed Aug 20 19:16:49 2014 UTC (9 years, 9 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.13.2.9: +1 -1 lines
Diff to previous 1.13.2.9 to branch point 1.13 to next main 1.14
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Minor cleanup to code

DESCRIPTION: Cleaned up several TODO comments. Put ifdef around a
number of the current trace messages for the future. Minor efficiency
improvement in removing use of String::EMPTY for many things.

Revision 1.13.2.9 / (view) - annotate - [select for diffs] , Tue Aug 19 17:07:56 2014 UTC (9 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.13.2.8: +3 -3 lines
Diff to previous 1.13.2.8 to branch point 1.13
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Clean up TODOS, etc.

DESCRIPTION: Clean up TODO comments and make some changes for
code efficiency.  Should be No behavior changes.

Revision 1.13.2.8 / (view) - annotate - [select for diffs] , Wed Aug 13 13:15:53 2014 UTC (9 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.13.2.7: +0 -1 lines
Diff to previous 1.13.2.7 to branch point 1.13
BUG#: 9676
TITLE: Mergeout of head of tree to task branch

DESCRIPTION: Mergeout of everything since 29 July from head of tree
to task branch.  Primarily changes to cimcli and configure

Revision 1.24 / (view) - annotate - [select for diffs] , Tue Aug 5 13:34:06 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: preBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.23: +0 -1 lines
Diff to previous 1.23
BUG#: 9919
TITLE: Compiling on windows platform causes warning messages from
cimcli code

DESCRIPTION: Made 64 to 32 bit conversion explicit. Removed stringPrintf local to use common String function appendPrintf,
removed some unused includes, removed some unused parameters.

Revision 1.13.2.7 / (view) - annotate - [select for diffs] , Thu Nov 21 17:59:40 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.13.2.6: +62 -54 lines
Diff to previous 1.13.2.6 to branch point 1.13
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Merge Out from head of tree effective 21 Nov 2013.

DESCRIPTION:

Revision 1.13.2.6 / (view) - annotate - [select for diffs] , Wed Nov 20 02:22:02 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.13.2.5: +20 -0 lines
Diff to previous 1.13.2.5 to branch point 1.13
PEP#: 317
TITLE: Extend code for openQueryInstances through client, etc.

DESCRIPTION: Finished openQueryInstances to client code. Moved one parameter
in openQueryInstances to match other pull operations. Added openQueryInstance
to cimcli.  Added to CIMOperationRequestDecoder.

Revision 1.13.2.5 / (view) - annotate - [select for diffs] , Wed Nov 20 00:31:50 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.13.2.4: +2 -2 lines
Diff to previous 1.13.2.4 to branch point 1.13
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Extend processing Path for PullInstances

DESCRIPTION: Add code for PullInstances which is the pull component for the
OpenQueryInstances enumeration sequence.

Revision 1.22.10.1 / (view) - annotate - [select for diffs] , Wed Nov 6 05:57:45 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.22: +62 -53 lines
Diff to previous 1.22 to next main 1.23
PEP#: 362
TITLE: Webadmin and Restful Services

DESCRIPTION:
Syc with Head branch

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Nov 5 17:42:08 2013 UTC (10 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk
Changes since 1.22: +62 -53 lines
Diff to previous 1.22
BUG#: 9785
TITLE:cimcli does not exit correctly

DESCRIPTION: Change main line error functions to return to main so
exit from main is executed and change this from exit to return.

Revision 1.13.2.4 / (view) - annotate - [select for diffs] , Mon Jun 3 21:34:51 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.13.2.3: +181 -48 lines
Diff to previous 1.13.2.3 to branch point 1.13
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.22 / (view) - annotate - [select for diffs] , Mon Jan 14 12:05:38 2013 UTC (11 years, 4 months ago) by dl.meetei
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-FC, 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.21: +1 -1 lines
Diff to previous 1.21
BUG#: 9520
TITLE:New warnings from clang 3.2 for unused private data``

DESCRIPTION:

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

DESCRIPTION:

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Sep 4 04:35:45 2012 UTC (11 years, 9 months ago) by ajay.rao
Branch: MAIN
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch
Changes since 1.19: +11 -10 lines
Diff to previous 1.19
BUG#: 9279
TITLE: Cimcli tests fails when PEGASUS_TEST_VALGRIND_LOG_DIR is set.

DESCRIPTION:

Revision 1.19 / (view) - annotate - [select for diffs] , Sat Aug 4 19:06:18 2012 UTC (11 years, 10 months ago) by karl
Branch: MAIN
Changes since 1.18: +6 -4 lines
Diff to previous 1.18
BUG#: 9284
TITLE: CIMCLI Typos at cimcli usage hint

DESCRIPTION: Fix erronous message

Revision 1.18 / (view) - annotate - [select for diffs] , Wed Jul 4 05:02:08 2012 UTC (11 years, 11 months ago) by dev.meetei
Branch: MAIN
CVS Tags: RELEASE_2_12_0-FC
Changes since 1.17: +3 -0 lines
Diff to previous 1.17
BUG#: 9285
TITLE:Misleading message shown for option not specified in cimcli

DESCRIPTION:

Revision 1.17 / (view) - annotate - [select for diffs] , Tue Apr 10 14:07:39 2012 UTC (12 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.16: +21 -0 lines
Diff to previous 1.16
BUG#: 9209
TITLE: Add ct and cci operation to cimcli

DESCRIPTION: Adds the operations including help and documentation.
Note that there are no automated tests today

Revision 1.16 / (view) - annotate - [select for diffs] , Tue Apr 3 15:40:55 2012 UTC (12 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.15: +151 -32 lines
Diff to previous 1.15
BUG#: 9201
TITLE: Add option to define client truststore

DESCRIPTION: Add and implements option --truststore to allow an ssl
client truststore defining certs expected from server to be input with
a cimcli request. Implements option conditional display info help and doc.
No specific tests added since testing depends on so many external factors.

Revision 1.13.2.3 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:02 2012 UTC (12 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.13.2.2: +2 -0 lines
Diff to previous 1.13.2.2 to branch point 1.13
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.13.2.2 / (view) - annotate - [select for diffs] , Tue Oct 11 17:17:59 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.13.2.1: +48 -48 lines
Diff to previous 1.13.2.1 to branch point 1.13
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.15 / (view) - annotate - [select for diffs] , Mon Sep 12 21:32:10 2011 UTC (12 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.14: +39 -39 lines
Diff to previous 1.14
BUG#: 9007
TITLE: PEP 361, implement embedded instances on create and modify

DESCRIPTION: All changes for adding this functionality including
CIMCLI, the provider extensions, the help files, the doc files

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Feb 23 23:48:20 2011 UTC (13 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: 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.13: +9 -9 lines
Diff to previous 1.13
BUG#: 8743
TITLE: cimcli Modify Instance does not work

DESCRIPTION: Corrected processing for objectPath input, enabled
interactive mode for modify instance, fixed test, moded documentation

Revision 1.13.2.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:49 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.13: +46 -0 lines
Diff to previous 1.13
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.13 / (view) - annotate - [select for diffs] , Fri Jan 14 14:40:53 2011 UTC (13 years, 5 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, RELEASE_2_11_0-FC
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.12: +40 -11 lines
Diff to previous 1.12
BUG#: 8898
TITLE: Enable sp(SetProperty) method of cimcli

DESCRIPTION: Enable sp(SetProperty) method of cimcli

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Aug 17 03:08:27 2010 UTC (13 years, 9 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.11: +10 -1 lines
Diff to previous 1.11
BUG#: 8832
TITLE: cimcli report "SEMANTIC ERROR" when gi a cim class with no instance
DESCRIPTION:

Revision 1.11 / (view) - annotate - [select for diffs] , Sun Jun 6 16:04:14 2010 UTC (14 years ago) by marek
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
BUG#:8642
TITLE: New warnings reported by gcc 4.3

DESCRIPTION:

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Feb 18 18:01:29 2010 UTC (14 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: 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
Changes since 1.9: +12 -1 lines
Diff to previous 1.9
BUG#: 8730
TITLE: Clean up and add test for execQuery

DESCRIPTION: Clean up argument processing of the xq operation, correct
documentation for this function, and add a test in the cimcli test
Makefile.

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Feb 18 03:00:04 2010 UTC (14 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.8: +3 -6 lines
Diff to previous 1.8
BUG#: 8724
TITLE: cimcli invokeMethod skips first input parameter

DESCRIPTION: Modified the -ip option to show deprecated and generate
error message. Modified error documentation. Modified one test in CMPI
to eliminate the option

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Jan 25 14:05:22 2010 UTC (14 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
BUG#: 8677
TITLE: cimcli association tests disabled  because results not
deterministic

DESCRIPTION: Added -sort option to cimcli and used this as basis for
running tests. Extended and corrected documentation also

Revision 1.7 / (view) - annotate - [select for diffs] , Wed Dec 16 18:50:50 2009 UTC (14 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.6: +384 -277 lines
Diff to previous 1.6
BUG#: 8633
TITLE: Modifications to cimcli per PEP 283

DESCRIPTION: Update cimcli files and add new files per PEP 283

Revision 1.6 / (view) - annotate - [select for diffs] , Tue May 5 08:01:24 2009 UTC (15 years, 1 month ago) by thilo.boehm
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
Changes since 1.5: +6 -5 lines
Diff to previous 1.5
PEP#: 347
TITLE: Separate internal modules from current libpegcommon library

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

Revision 1.5 / (view) - annotate - [select for diffs] , Tue Dec 16 18:55:41 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.4: +24 -24 lines
Diff to previous 1.4
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.4 / (view) - annotate - [select for diffs] , Fri Dec 5 05:43:01 2008 UTC (15 years, 6 months ago) by kavita.gupta
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.3: +5 -2 lines
Diff to previous 1.3
BUG#: 6899
TITLE: cimcli usage statements need formatting and globalization

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.1 / (view) - annotate - [select for diffs] , Sat Oct 18 11:29:23 2008 UTC (15 years, 7 months ago) by kavita.gupta
Branch: MAIN
BUG#: 7994
TITLE: Restructuring CLITestClients directory.

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