CVS log for pegasus/src/Pegasus/Client/CIMOperationRequestEncoder.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.47 / (view) - annotate - [select for diffs] , Fri Sep 26 06:46:57 2014 UTC (9 years, 9 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.46: +14 -1 lines
Diff to previous 1.46
BUG#: 9892
TITLE: Implement cookie-based session management.

DESCRIPTION: PAM (and GSSAPI) are quite slow when doing authentication.
Therefore cookie-based authentication is implemented. It is off by default
and it must be explicitly turned on by setting httpSessionTimeout
configuration option to nozero value.

Revision 1.46 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:07 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.45: +533 -14 lines
Diff to previous 1.45
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.39.8.8 / (view) - annotate - [select for diffs] , Tue Aug 19 17:07:56 2014 UTC (9 years, 10 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.39.8.7: +26 -27 lines
Diff to previous 1.39.8.7 to branch point 1.39 to next main 1.40
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.39.8.7 / (view) - annotate - [select for diffs] , Thu Nov 21 17:59:41 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.39.8.6: +1 -1 lines
Diff to previous 1.39.8.6 to branch point 1.39
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Merge Out from head of tree effective 21 Nov 2013.

DESCRIPTION:

Revision 1.39.8.6 / (view) - annotate - [select for diffs] , Wed Nov 20 00:31:50 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.39.8.5: +27 -1 lines
Diff to previous 1.39.8.5 to branch point 1.39
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.39.8.5 / (view) - annotate - [select for diffs] , Thu Sep 19 09:56:57 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.39.8.4: +2 -2 lines
Diff to previous 1.39.8.4 to branch point 1.39
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations.Number of minor errors in code.

DESCRIPTION: Fixed one overlooked compile issue from previous checkin.  Added
detailed timers for wait queues. Cleaned out temp change to XmlWriter.cpp,
Enabled time thread as diagnostic tool

Revision 1.39.8.4 / (view) - annotate - [select for diffs] , Sun Jun 9 16:18:33 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.39.8.3: +47 -9 lines
Diff to previous 1.39.8.3 to branch point 1.39
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.39.8.3 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:07 2013 UTC (11 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.39.8.2: +47 -23 lines
Diff to previous 1.39.8.2 to branch point 1.39
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.45 / (view) - annotate - [select for diffs] , Mon May 20 05:11:31 2013 UTC (11 years, 1 month ago) by ajay.rao
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.44: +0 -2 lines
Diff to previous 1.44
BUG#: 9564
TITLE: [f2fCleanUp] Remove build option PEGASUS_CLIENT_TRACE_ENABLE

DESCRIPTION:

Revision 1.44 / (view) - annotate - [select for diffs] , Sat Apr 27 15:11:32 2013 UTC (11 years, 2 months ago) by dl.meetei
Branch: MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
BUG#: 9630
TITLE: use PEGASUS_UNREACHABLE in src/Pegasus/Client

DESCRIPTION:

Revision 1.43 / (view) - annotate - [select for diffs] , Thu Apr 18 09:58:17 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.42: +5 -8 lines
Diff to previous 1.42
BUG#: 9632
TITLE: Client trace error when trying to log

DESCRIPTION: Rewrote function by creating ClientTrace class in CIMClientRep
and doing all logic within that class

Revision 1.42 / (view) - annotate - [select for diffs] , Sat Apr 13 18:03:09 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
BUG#: 9613
TITLE: CIMRespondata.cpp issue with testing for class in getSCMO() function

DESCRIPTION: Modify CIMResponse Data to use data already in CIMResponseData
and document issue in a number of places in the code for future changes
when we agree to bug 3302

Revision 1.41 / (view) - annotate - [select for diffs] , Thu Mar 28 18:54:29 2013 UTC (11 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.40: +30 -4 lines
Diff to previous 1.40
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.40 / (view) - annotate - [select for diffs] , Mon Jan 14 12:05:38 2013 UTC (11 years, 5 months ago) by dl.meetei
Branch: MAIN
Changes since 1.39: +2 -0 lines
Diff to previous 1.39
BUG#: 9520
TITLE:New warnings from clang 3.2 for unused private data``

DESCRIPTION:

Revision 1.39.8.2 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:05 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.39.8.1: +1 -1 lines
Diff to previous 1.39.8.1 to branch point 1.39
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.39.8.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:50 2011 UTC (13 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.39: +455 -0 lines
Diff to previous 1.39
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.39 / (view) - annotate - [select for diffs] , Tue Dec 16 18:55:57 2008 UTC (15 years, 6 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_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, 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, HPUX_TEST
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.38: +3 -3 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:00:19 2008 UTC (15 years, 7 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:49:24 2008 UTC (15 years, 7 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] , Tue Nov 25 19:27:25 2008 UTC (15 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.35: +60 -26 lines
Diff to previous 1.35
BUG#: 8171
TITLE: Binary Protocol

DESCRIPTION: Initial commit of binary protocol feature.

Revision 1.35 / (view) - annotate - [select for diffs] , Mon May 12 08:14:48 2008 UTC (16 years, 1 month ago) by marek
Branch: MAIN
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch, TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2, TASK-PEP328_SOLARIS_IX86_CC_PORT-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_BETA, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0-FC, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch, Makefile
Changes since 1.34: +5 -1 lines
Diff to previous 1.34
BUG#:7645
TITLE: PEP#315 - Improve Trc&Log - Remove Logger::TRACE

DESCRIPTION:

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Jul 24 19:02:05 2007 UTC (16 years, 11 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.33: +5 -0 lines
Diff to previous 1.33
BUG#: 6682
TITLE: Use MessageType enum instead of Uint32 for message types
DESCRIPTION: Use the strongly-typed MessageType enum for all message type variables.

Revision 1.33 / (view) - annotate - [select for diffs] , Tue Mar 27 16:31:31 2007 UTC (17 years, 3 months ago) by kumpf
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.32: +0 -4 lines
Diff to previous 1.32
BUG#: 6288
TITLE: Unnecessary null-termination of Buffers
DESCRIPTION: Remove leftover appending of Buffer null-terminator characters.

Revision 1.32 / (view) - annotate - [select for diffs] , Tue Nov 14 18:34:48 2006 UTC (17 years, 7 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.31: +355 -320 lines
Diff to previous 1.31
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.31 / (view) - annotate - [select for diffs] , Fri Oct 13 17:04:49 2006 UTC (17 years, 8 months ago) by yi.zhou
Branch: MAIN
CVS Tags: 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-merging_out_from_trunk, 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, RELEASE_2_6_0-FC
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
BUG#: 5691
TITLE: Parameter systemId should be used in the System:syslog() of Logger.cp

DESCRIPTION: Updated System::syslog() in Logger.cpp to use parameter systemId instead of System::CIMSERVER. Also, updated the modules which does not pass proper identifier.

Revision 1.29.2.1 / (view) - annotate - [select for diffs] , Tue May 9 17:36:07 2006 UTC (18 years, 1 month 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, 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
Changes since 1.29: +6 -2 lines
Diff to previous 1.29 to next main 1.30
BUG#: 5048
TITLE: Invalid Pointer in CIMOperationRequestEncoder code

DESCRIPTION: Should check if pointer is not null before using it.

Revision 1.30 / (view) - annotate - [select for diffs] , Wed May 3 12:14:01 2006 UTC (18 years, 2 months ago) by mateus.baur
Branch: MAIN
CVS Tags: 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-PEP267_SLPReregistrationSupport-root, TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch, 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-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
Changes since 1.29: +6 -2 lines
Diff to previous 1.29
BUG#: 5029
TITLE: Invalid Pointer in CIMOperationRequestEncoder code

DESCRIPTION: Should check if pointer is not null before using it.

Revision 1.27.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:26 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.27: +9 -7 lines
Diff to previous 1.27 to next main 1.28
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.29 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:42 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, 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, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.28: +3 -1 lines
Diff to previous 1.28
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.28 / (view) - annotate - [select for diffs] , Tue Jan 24 16:13:18 2006 UTC (18 years, 5 months ago) by a.dunfey
Branch: MAIN
Changes since 1.27: +6 -6 lines
Diff to previous 1.27
BUG#: 4159
TITLE: ClientPerfDataStore in CIMClientRep.cpp not thread safe

DESCRIPTION:

Changes that assign one ClientPerfDataStore object per CIMClient object.

Revision 1.27 / (view) - annotate - [select for diffs] , Mon Oct 31 17:39:10 2005 UTC (18 years, 8 months ago) by mike
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.26: +48 -48 lines
Diff to previous 1.26
BUG#: 4307
TITLE: Buffer class optimization

DESCRIPTION: New Buffer class and usage.

Revision 1.26.8.1 / (view) - annotate - [select for diffs] , Fri Sep 30 15:28:14 2005 UTC (18 years, 9 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.26: +48 -48 lines
Diff to previous 1.26 to next main 1.27
BUG#: 4200
TITLE: Performance Optimizations

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

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Feb 25 03:49:50 2005 UTC (19 years, 4 months ago) by w.white
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.25: +1 -1 lines
Diff to previous 1.25
PEP#: 128

TITLE:Client Statisitcal gathering

DESCRIPTION: check in of rest of code

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:19 2005 UTC (19 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.24: +3 -1 lines
Diff to previous 1.24
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.24 / (view) - annotate - [select for diffs] , Fri Feb 4 22:57:18 2005 UTC (19 years, 5 months ago) by w.white
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.23: +19 -1 lines
Diff to previous 1.23
PEP#: 128

TITLE:Client Statisitcal gathering

DESCRIPTION: function is not done but most of underlying stat. gathering is being checked in now

Revision 1.23 / (view) - annotate - [select for diffs] , Sun Jan 16 01:49:40 2005 UTC (19 years, 5 months ago) by david.dillard
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.22: +50 -48 lines
Diff to previous 1.22
BUG#: 2297
TITLE: 'Types' changes
USER: David Dillard
MAIL: david.dillard@veritas.com



DESCRIPTION: Changes for typedef'ing Sint8 to be a 'signed char'.

Revision 1.22 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:14 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: 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.21: +6 -4 lines
Diff to previous 1.21
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.21 / (view) - annotate - [select for diffs] , Fri Aug 27 20:02:25 2004 UTC (19 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.20: +6 -7 lines
Diff to previous 1.20
BUG#: 1910
TITLE: Client puts wrong hostname in HTTP Host header

DESCRIPTION: Put the name of the target host in the HTTP Host header instead of the name of the client host.  Also, append the port number to the value of the Host header.

Revision 1.20 / (view) - annotate - [select for diffs] , Thu Jun 10 11:46:48 2004 UTC (20 years 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.19: +52 -51 lines
Diff to previous 1.19
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 details.

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:01 2003 UTC (20 years, 8 months ago) by karl
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, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.18: +5 -3 lines
Diff to previous 1.18
PEP 55 Update license on source files to current license text and date

Revision 1.16.6.1 / (view) - annotate - [select for diffs] , Thu Aug 14 19:00:44 2003 UTC (20 years, 10 months ago) by karl
Branch: RELEASE_2_2_0-branch
CVS Tags: RELEASE_2_2_1-snapshot
Changes since 1.16: +55 -26 lines
Diff to previous 1.16 to next main 1.17
Add client display per PEP 90 to branch

Revision 1.16.8.3 / (view) - annotate - [select for diffs] , Thu Aug 14 10:55:41 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.16.8.2: +0 -3 lines
Diff to previous 1.16.8.2 to branch point 1.16 to next main 1.17
another merge with HEAD

Revision 1.16.8.2 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:50 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.16.8.1: +61 -28 lines
Diff to previous 1.16.8.1 to branch point 1.16
merge with 2.3 localized code

Revision 1.18 / (view) - annotate - [select for diffs] , Tue Aug 12 13:52:11 2003 UTC (20 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: test, TEST, RELEASE_2_3_0-msg-freeze, PRE_LICENSE_UPDATE_2003
Changes since 1.17: +58 -28 lines
Diff to previous 1.17
add client trace per PEP 90 but with different env var definition

Revision 1.16.8.1 / (view) - annotate - [select for diffs] , Tue Jul 29 14:08:29 2003 UTC (20 years, 11 months ago) by mday
Branch: pep_88
Changes since 1.16: +100 -25 lines
Diff to previous 1.16
g10n changes merged

Revision 1.17 / (view) - annotate - [select for diffs] , Thu Jul 17 00:39:24 2003 UTC (20 years, 11 months ago) by chuck
Branch: MAIN
Changes since 1.16: +100 -25 lines
Diff to previous 1.16
IBM-CC, PEP58, R2.3 - Globalization changes

Revision 1.16.4.4 / (view) - annotate - [select for diffs] , Thu Feb 13 15:57:49 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.16.4.3: +1 -0 lines
Diff to previous 1.16.4.3 to branch point 1.16 to next main 1.17
add back in one line of old code commented out to show changes

Revision 1.16.4.3 / (view) - annotate - [select for diffs] , Thu Feb 13 15:53:09 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.16.4.2: +11 -7 lines
Diff to previous 1.16.4.2 to branch point 1.16
correct the display for outgoing messages

Revision 1.16.4.2 / (view) - annotate - [select for diffs] , Wed Feb 12 17:41:09 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.16.4.1: +40 -20 lines
Diff to previous 1.16.4.1 to branch point 1.16
add trace tool on send from the client

Revision 1.16.4.1 / (view) - annotate - [select for diffs] , Wed Feb 12 14:11:36 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.16: +17 -1 lines
Diff to previous 1.16
Add client trace to std out and bugs from SNIA testing

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Nov 14 16:50:33 2002 UTC (21 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2-root, PEGASUS_FC_VERSION_2_2, LOCAL_ASSOCPROV-ROOT
Branch point for: pep_88, RELEASE_2_2_0-branch, LOCAL_ASSOCPROV-BRANCH
Changes since 1.15: +56 -14 lines
Diff to previous 1.15
HP-[CAKG] disallow empty string for classname parameter value, but allow NULL parameter value; allow NULL parameter value for role; generate correct XML for NULL parameter values

Revision 1.15 / (view) - annotate - [select for diffs] , Wed Oct 23 18:55:33 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-2-0-patches, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
HP-RK Fix the XML encoding of the QualifierName parameter to GetQualifier and DeleteQualifier operations.  Encode it as a VALUE element rather than a CLASSNAME element.

Revision 1.14 / (view) - annotate - [select for diffs] , Mon Oct 7 16:42:04 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.13: +26 -3 lines
Diff to previous 1.13
HP-[CAKG] respond correctly to POST requests

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Sep 13 20:40:42 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.12: +32 -31 lines
Diff to previous 1.12
HP-[CAKG] API Review: CIMName modifications

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Aug 28 23:27:52 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.11: +2 -4 lines
Diff to previous 1.11
HP-RK API Review: Change String::allocateCString() to getCString().

Revision 1.11 / (view) - annotate - [select for diffs] , Fri May 31 23:56:17 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
HP-RK Update license header.

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Apr 11 23:58:20 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.9: +2 -5 lines
Diff to previous 1.9
HP-RK Changed the MessageQueue::getQueueName() method from virtual to non-virtual, and removed that method definition from all the subclasses.  To make sure that the MessageQueue class gets the queue name value, the default value for the queue name parameter to the MessageQueue constructor was removed.  Constants were defined in Constants.h for all the queue names currently used in Pegasus.  The places where those queue names were being used for lookup were also changed to use the constants.

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Mar 29 21:40:37 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.8: +20 -1 lines
Diff to previous 1.8
HP-RK Add some support for ExecQuery in the server.  Clean up the client response that indicates the operation is unsupported.

Revision 1.8 / (view) - annotate - [select for diffs] , Thu Mar 28 01:26:25 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
HP-RK Integrate invokeMethod requests with control service.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Mar 28 00:59:04 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
HP-RK Fix XML encoding of namespace for extrinsic method requests.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Mar 1 19:48:24 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.5: +2 -8 lines
Diff to previous 1.5
HP-RK Minor cleanup.

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Mar 1 19:06:47 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4
HP-RK Move XML formatting from CIMReference to XmlWriter.  Also make some XmlWriter methods private.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Feb 28 23:06:41 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.3: +56 -56 lines
Diff to previous 1.3
HP-RK Massive changes in XmlWriter to eliminate redundant memory copies.  Also lots of cleanup.

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Feb 20 03:51:29 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.2: +1 -5 lines
Diff to previous 1.2
HP-RK Recognize and generate the PARAMTYPE attribute to PARAMVALUE to communicate the types of extrinsic method input/output parameters.  Clean up the CIMParamValue class to remove unnecessary data and methods.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 13 14:53:44 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: pre-meta-dispatcher, merge_of_dev, VERSION_1_07
Changes since 1.1: +689 -0 lines
Diff to previous 1.1
Merged dev branch into main trunk.

Revision 1.1.2.12 / (view) - annotate - [select for diffs] , Mon Dec 10 13:01:40 2001 UTC (22 years, 6 months ago) by sage
Branch: dev
CVS Tags: dev_dead
Changes since 1.1.2.11: +1 -1 lines
Diff to previous 1.1.2.11 to branch point 1.1 to next main 1.2
FIX: Linux build needs Pegasus/Common/Config.h included first

Revision 1.1.2.11 / (view) - annotate - [select for diffs] , Wed Nov 21 18:59:05 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.10: +4 -0 lines
Diff to previous 1.1.2.10 to branch point 1.1
HP-RK Added an optional IncludeQualifiers parameter to ModifyInstance (to go along with the new PropertyList parameter).  This change was required to comply with the DMTF specification.  This change was made throughout the system except for in the provider API.  For now, the CIMProviderHandle and CIMBaseProviderHandle hide the difference from providers, so older providers will continue to function.  However, this means that clients can not yet take advantage of the added functionality.

Revision 1.1.2.10 / (view) - annotate - [select for diffs] , Wed Nov 21 07:18:54 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.9: +18 -19 lines
Diff to previous 1.1.2.9 to branch point 1.1
HP-RK Changed the return value of EnumerateInstances from Array<CIMInstance> to Array<CIMNamedInstance>.  Changed the parameter to ModifyInstance from CIMInstance to CIMNamedInstance.  Added an optional PropertyList parameter to ModifyInstance.  Changed all handling of PropertyList parameters to use the CIMPropertyList class instead of Array<String>.  Each of these changes was required to comply with the DMTF specification.  These changes were made throughout the system except for in the provider API.  For now, the CIMProviderHandle and CIMBaseProviderHandle hide the differences from providers, so older providers will continue to function.  However, this means that clients can not yet take advantage of the added functionality.

Revision 1.1.2.9 / (view) - annotate - [select for diffs] , Wed Nov 21 02:53:45 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.8: +4 -3 lines
Diff to previous 1.1.2.8 to branch point 1.1
HP-RK Add ATTN to support non-String parameter values.  Also, removed misused allocateCString() calls.

Revision 1.1.2.8 / (view) - annotate - [select for diffs] , Tue Nov 20 22:21:44 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.7: +62 -27 lines
Diff to previous 1.1.2.7 to branch point 1.1
HP-NB Implemented Authentication code on the server to challenge requests, authenticate the challenge responses, and verify the subsequent authorized requests. Implemented authentication mechanism in the Client API to send responses to the challenges from the server. Current implementation supports only 'local' authentication mechanism. Authentication can be enabled by setting the config property 'requireAuthentication' to true.

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Tue Nov 20 17:23:57 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.6: +1 -1 lines
Diff to previous 1.1.2.6 to branch point 1.1
HP-RK Changed encoding of parameter values from using CIMValue.toString() to CIMValue.toXml.

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Tue Nov 20 06:11:35 2001 UTC (22 years, 7 months ago) by mike
Branch: dev
Changes since 1.1.2.5: +1 -1 lines
Diff to previous 1.1.2.5 to branch point 1.1
Fixed compiler warnings on Linux/GNU C++.

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Fri Nov 16 19:07:22 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.4: +1 -1 lines
Diff to previous 1.1.2.4 to branch point 1.1
HP-SF Added a function to the CIMReference class to handle local instance path and local classpath. Modified the CIMOperationRequestDecoder to handle <LOCALCLASSPATHELEMENT ...>. Changed the CIMOperationRequestEncoder to call the localObjectPathtoXml.

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Fri Nov 9 03:03:35 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.3: +1 -1 lines
Diff to previous 1.1.2.3 to branch point 1.1
HP-RK Implement encoding/decoding of GetPropery/SetProperty/EnumerateInstances request/response messages.

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Fri Nov 9 02:58:18 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.2: +95 -3 lines
Diff to previous 1.1.2.2 to branch point 1.1
HP-RK Implement encoding/decoding of GetPropery/SetProperty/EnumerateInstances request/response messages.

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Fri Oct 5 17:55:53 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.1.2.1: +52 -28 lines
Diff to previous 1.1.2.1 to branch point 1.1
HP-[Nitin Upasani] Implementation of InvokeMethod.

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Wed Aug 22 02:40:55 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1: +534 -0 lines
Diff to previous 1.1
New files

Revision 1.1 , Wed Aug 22 02:40:55 2001 UTC (22 years, 10 months ago) by mike
Branch: MAIN
Branch point for: dev
FILE REMOVED
file CIMOperationRequestEncoder.cpp was initially added on branch dev.

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