CVS log for pegasus/src/Pegasus/Common/XmlWriter.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.179 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:08 2014 UTC (9 years, 10 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.178: +266 -35 lines
Diff to previous 1.178
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.178 / (view) - annotate - [select for diffs] , Tue Apr 8 16:15:38 2014 UTC (10 years, 2 months ago) by dl.meetei
Branch: MAIN
CVS Tags: preBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.177: +0 -43 lines
Diff to previous 1.177
BUG#: 9756
TITLE: build fails when PEGASUS_KERBEROS_AUTHENTICATION defined

DESCRIPTION:

Revision 1.177 / (view) - annotate - [select for diffs] , Fri Jul 26 04:47:14 2013 UTC (10 years, 11 months ago) by ashok.pathak
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_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
Changes since 1.176: +4 -4 lines
Diff to previous 1.176
BUG#: 9727

TITLE: Remove C++11 narrowing warnings

DESCRIPTION:

Revision 1.176 / (view) - annotate - [select for diffs] , Wed Jun 5 13:09:25 2013 UTC (11 years, 1 month ago) by marek
Branch: MAIN
CVS Tags: 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.175: +8 -0 lines
Diff to previous 1.175
BUG#:9639
TITLE: Many PAM errors are not reported correctly

DESCRIPTION:

Revision 1.175 / (view) - annotate - [select for diffs] , Thu Apr 25 12:00:21 2013 UTC (11 years, 2 months ago) by dl.meetei
Branch: MAIN
Changes since 1.174: +3 -3 lines
Diff to previous 1.174
BUG#: 9628
TITLE: PEGASUS_ASSERT used in places where PEGASUS_UNREACHABLE should be used

DESCRIPTION:

Revision 1.174 / (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.173: +1 -1 lines
Diff to previous 1.173
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.173 / (view) - annotate - [select for diffs] , Thu Mar 28 18:54:32 2013 UTC (11 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.172: +70 -72 lines
Diff to previous 1.172
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.172 / (view) - annotate - [select for diffs] , Wed Jun 6 09:51:38 2012 UTC (12 years, 1 month ago) by dev.meetei
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
Changes since 1.171: +2 -2 lines
Diff to previous 1.171
BUG#: 9287
TITLE: Compile break at XmlWrite::appendPropertyElement()

DESCRIPTION:

Revision 1.171 / (view) - annotate - [select for diffs] , Fri May 27 07:54:06 2011 UTC (13 years, 1 month ago) by marek
Branch: MAIN
Changes since 1.170: +4 -4 lines
Diff to previous 1.170
BUG#:6608
TITLE: WIPCR00430 recommends an unquoted charset parameter in Content-type header

DESCRIPTION:

Revision 1.170 / (view) - annotate - [select for diffs] , Tue Jan 25 11:24:24 2011 UTC (13 years, 5 months ago) by anusha.kandepu
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-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch
Changes since 1.169: +95 -30 lines
Diff to previous 1.169
BUG#:8830
TITLE:CIMOM does not filter instances based on propertyList.
DESCRIPTION: CIMOM infrastructure will do the filtering for both Default C++ and CMPI providers.

Revision 1.169 / (view) - annotate - [select for diffs] , Tue Dec 15 11:39:34 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, 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.168: +8 -21 lines
Diff to previous 1.168
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.168 / (view) - annotate - [select for diffs] , Wed Feb 4 22:46:54 2009 UTC (15 years, 5 months ago) by kumpf
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.167: +6 -2 lines
Diff to previous 1.167
BUG#: 8370
TITLE: TOINSTANCE qualifier flavor is deprecated
DESCRIPTION: Do not include the TOINSTANCE flavor in qualifier encodings.

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

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.164 / (view) - annotate - [select for diffs] , Tue Nov 25 19:27:27 2008 UTC (15 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.163: +77 -13 lines
Diff to previous 1.163
BUG#: 8171
TITLE: Binary Protocol

DESCRIPTION: Initial commit of binary protocol feature.

Revision 1.163 / (view) - annotate - [select for diffs] , Mon Nov 3 15:29:54 2008 UTC (15 years, 8 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.162: +1 -1 lines
Diff to previous 1.162
BUG#: 7943
TITLE: Remove unused/minimal used trace components

DESCRIPTION: Remove/rework of several trace components.

Revision 1.162 / (view) - annotate - [select for diffs] , Fri Oct 17 06:16:35 2008 UTC (15 years, 8 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.161: +78 -80 lines
Diff to previous 1.161
BUG#: 8003
TITLE: Performance improvement of XMLParser

DESCRIPTION: Introduce structure _XmlWriterTypeStrings, aggregate STRLIT calls

Revision 1.161 / (view) - annotate - [select for diffs] , Wed Oct 8 04:06:46 2008 UTC (15 years, 8 months ago) by s.kodali
Branch: MAIN
Changes since 1.160: +1 -1 lines
Diff to previous 1.160
BUG#: 7932
TITLE: Challenge response missing authentication parameter "realm = "

Revision 1.160 / (view) - annotate - [select for diffs] , Wed Oct 1 03:46:17 2008 UTC (15 years, 9 months ago) by s.kodali
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.159: +0 -10 lines
Diff to previous 1.159
BUG#: 6366
TITLE: Remove PEGASUS_EMBEDDED_INSTANCE_SUPPORT conditional compile and make non-experimental

Revision 1.159 / (view) - annotate - [select for diffs] , Tue Aug 12 18:36:14 2008 UTC (15 years, 10 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.158: +11 -8 lines
Diff to previous 1.158
BUG#: 7819
TITLE: Improve performace of XML reading.

DESCRIPTION: Add CIMName embedded obj/inst. Modify CIMNameUnchecked()

Revision 1.158 / (view) - annotate - [select for diffs] , Thu Jun 26 17:32:39 2008 UTC (16 years ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root
Branch point for: RELEASE_2_8-branch
Changes since 1.157: +4 -4 lines
Diff to previous 1.157
BUG#: 7770
TITLE: Arguments are incompatible with corresponding format string conversions
DESCRIPTION: Match printf and scanf conversion formats with corresponding argument types.

Revision 1.157 / (view) - annotate - [select for diffs] , Wed Mar 5 21:55:32 2008 UTC (16 years, 4 months ago) by kumpf
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, Makefile
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.156: +17 -858 lines
Diff to previous 1.156
BUG#: 7490
TITLE: Split XML encoding from CIM-XML encoding
DESCRIPTION: Create separate abstractions for XML generation and CIM-XML encoding.  Remove unnecessary ostream operator<< definitions.

Revision 1.156 / (view) - annotate - [select for diffs] , Wed Mar 5 21:31:45 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.155: +488 -11 lines
Diff to previous 1.155
BUG#: 7485
TITLE: Consolidate CIM object encoding logic
DESCRIPTION: Consolidate the XML and MOF encoding logic from individual CIM object classes into the XmlWriter and MofWriter.

Revision 1.155 / (view) - annotate - [select for diffs] , Fri Feb 29 18:55:06 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.154: +0 -12 lines
Diff to previous 1.154
BUG#: 7481
TITLE: Indentor class is not needed
DESCRIPTION: Remove the obsolete Indentor class and references to it.

Revision 1.154 / (view) - annotate - [select for diffs] , Wed Jan 30 18:56:21 2008 UTC (16 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.153: +48 -19 lines
Diff to previous 1.153
BUG#: 7131
TITLE: EmbeddedObject attribute name wrong case

DESCRIPTION: Corrected the case for the EmbeddedObject xml attribute
to accept either upper or mixed case and to transmitt the
attribute twice, once in upper and once in mixed case.

Revision 1.153 / (view) - annotate - [select for diffs] , Wed Jan 2 22:45:53 2008 UTC (16 years, 6 months ago) by b.whiteley
Branch: MAIN
Changes since 1.152: +2 -0 lines
Diff to previous 1.152
BUG#: 7202
TITLE: HTTP 401 responses lack Content-Length headers.

DESCRIPTION:
HTTP 401 (unauthorized) responses don't include Content-Length headers.  A
"Content-Length: 0" header should be present according to section 4.4 of RFC 2616.

Since the HTTP server doesn't close the connection after sending a 401 with an
authentication challenge, a client doesn't know when to stop reading before
sending the challenge response.

Revision 1.152 / (view) - annotate - [select for diffs] , Mon Sep 3 10:27:02 2007 UTC (16 years, 10 months ago) by marek
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_0-RC1, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: RELEASE_2_7-branch
Changes since 1.151: +8 -8 lines
Diff to previous 1.151
BUG#:6758
TITLE: Performance - avoid hit to performance due _checkRep

DESCRIPTION:

Revision 1.151 / (view) - annotate - [select for diffs] , Wed Aug 8 07:47:34 2007 UTC (16 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_7_0-BETA
Changes since 1.150: +33 -19 lines
Diff to previous 1.150
BUG#:6651
TITLE: Performance - improve XMLWriter algorithm for integer type values

DESCRIPTION:

Revision 1.150 / (view) - annotate - [select for diffs] , Tue Mar 27 16:31:32 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.149: +0 -10 lines
Diff to previous 1.149
BUG#: 6288
TITLE: Unnecessary null-termination of Buffers
DESCRIPTION: Remove leftover appending of Buffer null-terminator characters.

Revision 1.149 / (view) - annotate - [select for diffs] , Mon Mar 5 20:02:06 2007 UTC (17 years, 4 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.148: +29 -0 lines
Diff to previous 1.148
BUG#: 2436
TITLE: Inconsistent output from XmlWriter::append

Revision 1.148 / (view) - annotate - [select for diffs] , Tue Feb 13 19:21:44 2007 UTC (17 years, 4 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
Changes since 1.147: +8 -8 lines
Diff to previous 1.147
BUG#: 6098
TITLE: Use Uint32 instead of size_t in Buffer class
DESCRIPTION: Use Uint32 in the Buffer interface to remove the need for explicit type conversions from size_t to Uint32.

Revision 1.147 / (view) - annotate - [select for diffs] , Thu Jan 11 16:21:54 2007 UTC (17 years, 5 months ago) by a.dunfey
Branch: MAIN
Changes since 1.146: +7 -7 lines
Diff to previous 1.146
BUG#: 5947
TITLE: Pegasus support for 64-bit Windows platform

DESCRIPTION:

Add support for the WIN64_IA64_MSVC and WIN64_X86_64_MSVC platforms and remove warnings associated with 64-bit windows compilation.

Revision 1.146 / (view) - annotate - [select for diffs] , Fri Nov 10 18:14:59 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6_1-RC1, RELEASE_2_6_1, RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, RELEASE_2_6_0, RELEASE_2_6-root, RELEASE_2_6-branch-clean, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch
Changes since 1.145: +286 -290 lines
Diff to previous 1.145
BUG#: 5840
TITLE: Common modules do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.145 / (view) - annotate - [select for diffs] , Wed Nov 1 20:29:49 2006 UTC (17 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.144: +11 -6 lines
Diff to previous 1.144
BUG#: 5793
TITLE: Fix formatting of CIMError XML output

DESCRIPTION:  Change so matches exactly current cimerror xml formatting which
is more efficient and also does not break current fixed tests.

Revision 1.144 / (view) - annotate - [select for diffs] , Tue Oct 31 19:47:07 2006 UTC (17 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.143: +0 -1 lines
Diff to previous 1.143
BUG#: 5751
TITLE: PEP 245 CIMError
DESCRIPTION: Also removed the unnecessary include of CIMError.h.

Revision 1.143 / (view) - annotate - [select for diffs] , Tue Oct 31 18:38:30 2006 UTC (17 years, 8 months ago) by mike
Branch: MAIN
Changes since 1.142: +0 -2 lines
Diff to previous 1.142
BUG#: 245
TITLE: Removed CIMError debugging logic.

DESCRIPTION: Removed CIMError debugging logic that creates and empty error
template (probably put there for testing).

Revision 1.142 / (view) - annotate - [select for diffs] , Mon Oct 30 13:02:53 2006 UTC (17 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk
Changes since 1.141: +13 -1 lines
Diff to previous 1.141
BUG#: 5751
TITLE: PEP 245 CIMError, Code Commit bug

DESCRIPTION: Commit the code for PEP 245 except for
CIMError provider.

Revision 1.141 / (view) - annotate - [select for diffs] , Tue Aug 22 17:30:48 2006 UTC (17 years, 10 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-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
Changes since 1.140: +9 -1 lines
Diff to previous 1.140
BUG#: 5428
TITLE: WBEMServerResponseTime should be written as a 64-bit integer
DESCRIPTION: Convert the whole Uint64 server time value to a String when adding it to the HTTP response header.

Revision 1.140 / (view) - annotate - [select for diffs] , Mon Jul 17 07:41:55 2006 UTC (17 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.139: +1 -1 lines
Diff to previous 1.139
BUG#:5223
TITLE: zOS - strtok_r running amok on z/OS overwriting memory

DESCRIPTION: committed proposed patch

Revision 1.139 / (view) - annotate - [select for diffs] , Tue Jul 11 17:39:28 2006 UTC (17 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.138: +4 -9 lines
Diff to previous 1.138
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.138 / (view) - annotate - [select for diffs] , Fri May 12 18:36:52 2006 UTC (18 years, 1 month ago) by r.kieninger
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, 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
Branch point for: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.137: +1 -1 lines
Diff to previous 1.137
BUG#:5054
TITLE: XMLWriter does not  escape '>' in strings

DESCRIPTION: Updated _isSpecialChar7 table at position 62 to mark '>' as special character

Revision 1.137 / (view) - annotate - [select for diffs] , Tue May 2 19:26:59 2006 UTC (18 years, 2 months ago) by a.dunfey
Branch: MAIN
Changes since 1.136: +25 -2 lines
Diff to previous 1.136
BUG#: 4996
TITLE: PEP 233 Embedded Instance Support

DESCRIPTION:

Modifications to add support for the embedded instance type in Pegasus 2.6. Currently the functionality is off by default and must be enabled by defining at build time the variable PEGASUS_EMBEDDED_INSTANCE_SUPPORT with a value of "true".

Revision 1.136 / (view) - annotate - [select for diffs] , Wed Apr 5 19:35:02 2006 UTC (18 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: 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-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
Branch point for: TASK-PEP245_CimErrorInfrastructure-branch
Changes since 1.135: +6 -28 lines
Diff to previous 1.135
BUG#: 4944
TITLE: Resolve ATTNs in XmlWriter.cpp
DESCRIPTION: Clean up a few outstanding action comments.

Revision 1.135 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:08 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.134: +4 -2 lines
Diff to previous 1.134
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.134 / (view) - annotate - [select for diffs] , Tue Jan 10 22:40:29 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.133: +53 -94 lines
Diff to previous 1.133
BUG#: 4624
TITLE: XMLParser removes whitespace
DESCRIPTION: Use character references to prevent whitespace in String values from getting compressed.

Revision 1.133 / (view) - annotate - [select for diffs] , Tue Jan 10 19:41:15 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.132: +17 -17 lines
Diff to previous 1.132
BUG#: 4644
TITLE: ContentLanguages and AcceptLanguages classes should be named ContentLanguageList and AcceptLanguageList
DESCRIPTION: Rename the ContentLanguages and AcceptLanguages classes to ContentLanguageList and AcceptLanguageList to indicate that they are not specific to the HTTP protocol.

Revision 1.132 / (view) - annotate - [select for diffs] , Mon Dec 19 21:51:37 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.131: +3 -2 lines
Diff to previous 1.131
BUG#: 4594
TITLE: Language interface problems
DESCRIPTION: Rework the language interfaces to move toward protocol independence and to address problems with the interfaces and their behavior.

Revision 1.131 / (view) - annotate - [select for diffs] , Tue Nov 29 20:06:14 2005 UTC (18 years, 7 months ago) by david.dillard
Branch: MAIN
Changes since 1.130: +14 -14 lines
Diff to previous 1.130
BUG#: 3532
TITLE: Corrected Windows related #ifdefs

DESCRIPTION: Was using platform variable when either OS variable or compiler variable was more appropriate.

Revision 1.130 / (view) - annotate - [select for diffs] , Wed Nov 16 20:46:38 2005 UTC (18 years, 7 months ago) by david.dillard
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.129: +11 -12 lines
Diff to previous 1.129
BUG#: 4442
TITLE: Changed response times to be Uint64.

DESCRIPTION: Was Uint32 in some places which could result in truncation.

Revision 1.129 / (view) - annotate - [select for diffs] , Mon Nov 7 23:15:59 2005 UTC (18 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.128: +4 -14 lines
Diff to previous 1.128
BUG#: 4342
TITLE: STRLIT Usage

DESCRIPTION: Applied STRLIT macro in several places.

Revision 1.128 / (view) - annotate - [select for diffs] , Mon Oct 31 22:35:04 2005 UTC (18 years, 8 months ago) by chuck
Branch: MAIN
Changes since 1.127: +1 -3 lines
Diff to previous 1.127
BUG#: 4123
TITLE: strtok_r needs to be used on platforms that have it

DESCRIPTION: Commit the fix

Revision 1.127 / (view) - annotate - [select for diffs] , Mon Oct 31 19:08:03 2005 UTC (18 years, 8 months ago) by mike
Branch: MAIN
Changes since 1.126: +132 -131 lines
Diff to previous 1.126
BUG#: 4308
TITLE: XmlWriter

DESCRIPTION: StrLit associated optimizations.

Revision 1.126 / (view) - annotate - [select for diffs] , Mon Oct 31 18:21:55 2005 UTC (18 years, 8 months ago) by mike
Branch: MAIN
Changes since 1.125: +511 -303 lines
Diff to previous 1.125
BUG#: 4308
TITLE: XmlWriter Optimizations

DESCRIPTION: Optimized XmlWriting code significantly using special character
    tables and loop unrolling.

Revision 1.125 / (view) - annotate - [select for diffs] , Mon Oct 31 17:39:12 2005 UTC (18 years, 8 months ago) by mike
Branch: MAIN
Changes since 1.124: +168 -167 lines
Diff to previous 1.124
BUG#: 4307
TITLE: Buffer class optimization

DESCRIPTION: New Buffer class and usage.

Revision 1.124 / (view) - annotate - [select for diffs] , Thu May 12 17:14:59 2005 UTC (19 years, 1 month ago) by gs.keenan
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-String, 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.123: +1 -1 lines
Diff to previous 1.123
BUG#: 3549
TITLE: Unreachable code in a number of .cpp files

DESCRIPTION: Back out changes to XmlWriter.cpp and WQLSelectStatementRep.cpp

Revision 1.123 / (view) - annotate - [select for diffs] , Thu May 12 12:28:46 2005 UTC (19 years, 1 month ago) by gs.keenan
Branch: MAIN
Changes since 1.122: +1 -1 lines
Diff to previous 1.122
BUG#: 3549
TITLE: Unreachable code in a number of .cpp files

DESCRIPTION: Enclose unreachable statements with PEGASUS_UNREACHABLE

Revision 1.122 / (view) - annotate - [select for diffs] , Thu Apr 14 16:53:53 2005 UTC (19 years, 2 months ago) by w.white
Branch: MAIN
Changes since 1.121: +3 -3 lines
Diff to previous 1.121
BUG#: 3211

TITLE:Client Performance Statistics Test Fails

DESCRIPTION: checking in code to fix test case and checking in code to move statisitcs gathering from CIMDateTime based to TimeValue based

Revision 1.121 / (view) - annotate - [select for diffs] , Mon Mar 28 19:21:58 2005 UTC (19 years, 3 months ago) by david.dillard
Branch: MAIN
Changes since 1.120: +74 -74 lines
Diff to previous 1.120
BUG#: 3174
TITLE: Fixed 64-bit related warnings.

DESCRIPTION:

Revision 1.120 / (view) - annotate - [select for diffs] , Tue Mar 15 05:41:45 2005 UTC (19 years, 3 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.119: +2 -1 lines
Diff to previous 1.119
BUG#: 2910
TITLE: Encoded embedded objects must use CDATA escape mechanism

DESCRIPTION: Changed code to recognize CDATA escape mechanism or XML entity references on input, convert XML special characters to entity references on output.

Revision 1.119 / (view) - annotate - [select for diffs] , Thu Mar 10 14:18:33 2005 UTC (19 years, 3 months ago) by mateus.baur
Branch: MAIN
Changes since 1.118: +2 -2 lines
Diff to previous 1.118
BUG#: 2942
TITLE: The WMI Mapper is returning incorrect instance data.

DESCRIPTION: Fixed conversions of BSTR data to/from Pegasus Strings, in order to preserve Unicode characters.

Revision 1.118 / (view) - annotate - [select for diffs] , Fri Mar 4 12:16:06 2005 UTC (19 years, 4 months ago) by vijay.eli
Branch: MAIN
Changes since 1.117: +3 -2 lines
Diff to previous 1.117
BUG#: 2571
TITLE: XmlWriter::encodeURICharcters parameter should be reference

DESCRIPTION: Made changes as suggested

Revision 1.117 / (view) - annotate - [select for diffs] , Mon Feb 28 21:12:22 2005 UTC (19 years, 4 months ago) by dave.sudlik
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH
Changes since 1.116: +15 -4 lines
Diff to previous 1.116
PEP#: 194
TITLE: Embedded Object Support

DESCRIPTION: Add support for CIM-XML encoding and decoding of embedded objects.

Revision 1.116 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:24 2005 UTC (19 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.115: +3 -1 lines
Diff to previous 1.115
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.115 / (view) - annotate - [select for diffs] , Sun Jan 16 03:09:08 2005 UTC (19 years, 5 months ago) by david.dillard
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.114: +177 -175 lines
Diff to previous 1.114
BUG#: 2297
TITLE: 'Types' changes

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

Revision 1.114 / (view) - annotate - [select for diffs] , Mon Nov 29 18:48:20 2004 UTC (19 years, 7 months ago) by dave.sudlik
Branch: MAIN
CVS Tags: PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS
Changes since 1.113: +25 -0 lines
Diff to previous 1.113
PEP#: 194
TITLE: Embedded Object support

DESCRIPTION:

This commit is just for the CIMValue support for CIMObjects, as described
in the PEP and in ballot 80.

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

Revision 1.112 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:18 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, IBM_241_April1405
Changes since 1.111: +7 -5 lines
Diff to previous 1.111
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.111 / (view) - annotate - [select for diffs] , Thu Aug 5 11:51:55 2004 UTC (19 years, 11 months ago) by chuck
Branch: MAIN
Branch point for: CQL_2_5_BRANCH
Changes since 1.110: +1 -2 lines
Diff to previous 1.110
BUG#: 1755
TITLE: Warning when compiling XmlWriter with gcc

DESCRIPTION: Fixed the warning

Revision 1.110 / (view) - annotate - [select for diffs] , Tue Aug 3 15:40:49 2004 UTC (19 years, 11 months ago) by a.dunfey
Branch: MAIN
Changes since 1.109: +4 -2 lines
Diff to previous 1.109
BUG#: 1786
TITLE: Remove back door to disable chunking

DESCRIPTION: Leaves the backdoor enabled in debug builds, but will not check the backdoor environment variable in release builds.

Revision 1.109 / (view) - annotate - [select for diffs] , Fri Jul 30 23:47:19 2004 UTC (19 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108
BUG#: 1787
TITLE: [HP-RK] Man header for CIMExport should be consistent with CIMOperation

DESCRIPTION: Changed the CIMExport Man header to use the CIMOperation value.

Revision 1.108 / (view) - annotate - [select for diffs] , Thu Jul 1 01:22:30 2004 UTC (20 years ago) by w.white
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.107: +120 -1 lines
Diff to previous 1.107
PEP#: 128

TITLE: Performance statistics sent to CIM Client

DESCRIPTION: add code to suppot WBEMServerResponseTime in headers

Revision 1.107 / (view) - annotate - [select for diffs] , Thu Jun 24 18:49:53 2004 UTC (20 years ago) by brian.campbell
Branch: MAIN
Changes since 1.106: +104 -43 lines
Diff to previous 1.106
PEP#:140
TITLE:phase1 of HTTP chunked transfer encoding support

DESCRIPTION:
- phase1 only impacts the HTTP connection level and the xml writer and its callers.
- phase1 does NOT change the flow within the server to be async
- Hooks have been placed in Message.h for the eventual support in phase2.
- phase2 will eventually change ResponseHandler::deliver() to be async
- servers that send chunked encoding can now be parsed by the pegasus client
- all changed files for phase1 are:

Common/Message.h
Common/HTTPConnection.cpp
Common/HTTPConnection.h
Common/HTTPMessage.cpp
Common/HTTPMessage.h
Common/XmlWriter.cpp
Common/XmlWriter.h
Server/CIMOperationResponseEncoder.cpp
Server/CIMOperationResponseEncoder.h
Client/CIMOperationResponseDecoder.cpp
Client/CIMClientRep.cpp

Revision 1.106 / (view) - annotate - [select for diffs] , Thu Jun 3 14:04:54 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
Changes since 1.105: +3 -4 lines
Diff to previous 1.105
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.105 / (view) - annotate - [select for diffs] , Sat May 1 14:29:37 2004 UTC (20 years, 2 months ago) by chuck
Branch: MAIN
Changes since 1.104: +2 -3 lines
Diff to previous 1.104
BUG#:1430
TITLE: XmlWriter: error converting CIMNameSpaceName to UTF-8

DESCRIPTION: Change the calls to append() to avoid a cast of char to Char16,
which does not work for utf-8 bytes > 0x7f.

Revision 1.104 / (view) - annotate - [select for diffs] , Tue Apr 27 18:26:19 2004 UTC (20 years, 2 months ago) by chuck
Branch: MAIN
Changes since 1.103: +3 -3 lines
Diff to previous 1.103
BUG#:1416
TITLE: Problem converting UTF-16 to UTF-8

DESCRIPTION: Change to use the macro to get the number of trailing utf-8 bytes

Revision 1.103 / (view) - annotate - [select for diffs] , Wed Apr 14 18:25:57 2004 UTC (20 years, 2 months ago) by david
Branch: MAIN
Changes since 1.102: +1 -1 lines
Diff to previous 1.102
PEP#:146
TITLE: NLS Globalization Work

DESCRIPTION: Removing deprecated API interfaces.

Revision 1.102 / (view) - annotate - [select for diffs] , Wed Apr 14 10:57:04 2004 UTC (20 years, 2 months ago) by chuck
Branch: MAIN
Changes since 1.101: +15 -3 lines
Diff to previous 1.101
BUG#:1342
TITLE:Real64 handling seems incorrect in XmlWriter

DESCRIPTION: Commit the XmlWriter part of this fix.  Change the format string on
the sprintf used for real32 and real64

Revision 1.101 / (view) - annotate - [select for diffs] , Fri Jan 16 00:44:36 2004 UTC (20 years, 5 months ago) by gerarda
Branch: MAIN
CVS Tags: 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
Changes since 1.100: +6 -0 lines
Diff to previous 1.100
Bug 1145: OS/400 Specific Changes

Revision 1.100 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:07 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: local, 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.99: +5 -3 lines
Diff to previous 1.99
PEP 55 Update license on source files to current license text and date

Revision 1.99 / (view) - annotate - [select for diffs] , Fri Oct 17 20:00:01 2003 UTC (20 years, 8 months ago) by s.hills
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.98: +90 -89 lines
Diff to previous 1.98
Bugzilla 837: static inline, function templates (XmlWriter.cpp, MofWritter.cpp)

Revision 1.98 / (view) - annotate - [select for diffs] , Thu Oct 16 22:26:05 2003 UTC (20 years, 8 months ago) by s.hills
Branch: MAIN
Changes since 1.97: +19 -19 lines
Diff to previous 1.97
Bugzilla 576: XmlWriter and MofWriter inline function

Revision 1.97 / (view) - annotate - [select for diffs] , Tue Oct 7 23:02:55 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test
Changes since 1.96: +0 -4 lines
Diff to previous 1.96
HP-RK Bugzilla 478 (Client does not retry with POST when HTTP error 501 is received).

Revision 1.96 / (view) - annotate - [select for diffs] , Fri Sep 19 00:01:21 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.95: +1 -1 lines
Diff to previous 1.95
HP-RK Bugzilla 584 (Memory manager mismatch - strdup/delete).

Revision 1.95 / (view) - annotate - [select for diffs] , Tue Aug 26 19:46:28 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.94: +56 -50 lines
Diff to previous 1.94
IBM-CC, Bug 509, R2.3: Bug fixes for UTF support

Revision 1.94 / (view) - annotate - [select for diffs] , Mon Aug 25 14:15:02 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.93: +60 -38 lines
Diff to previous 1.93
IBM-CC, Bug 509, R2.3: Bug fixes for UTF support

Revision 1.93 / (view) - annotate - [select for diffs] , Tue Aug 19 23:40:14 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.92: +4 -2 lines
Diff to previous 1.92
HP-RK Bugzilla 479 (Use strtok_r on HP-UX).

Revision 1.92 / (view) - annotate - [select for diffs] , Tue Aug 12 16:51:58 2003 UTC (20 years, 10 months ago) by david
Branch: MAIN
Changes since 1.91: +149 -13 lines
Diff to previous 1.91
IBM-DR, PEP58, R2.3: I18N supprt

Revision 1.91 / (view) - annotate - [select for diffs] , Wed Aug 6 13:53:21 2003 UTC (20 years, 11 months ago) by keith.petley
Branch: MAIN
Changes since 1.90: +7 -1 lines
Diff to previous 1.90
  - Use strtok_r

  - Added "|| defined PEGASUS_FORCE_POST_METHOD" to allow forcing POST method
    without pulling in all the other hacks that PEGASUS_SNIA_INTEROP_TEST allows

Revision 1.90 / (view) - annotate - [select for diffs] , Sat Aug 2 17:59:53 2003 UTC (20 years, 11 months ago) by gerarda
Branch: MAIN
Changes since 1.89: +39 -0 lines
Diff to previous 1.89
Bug 419: OS/400 Authentication Enhancements

Revision 1.89 / (view) - annotate - [select for diffs] , Thu Jul 17 00:37:36 2003 UTC (20 years, 11 months ago) by chuck
Branch: MAIN
Changes since 1.88: +95 -7 lines
Diff to previous 1.88
IBM-CC, PEP58, R2.3 - Globalization changes

Revision 1.88 / (view) - annotate - [select for diffs] , Wed Apr 30 17:26:55 2003 UTC (21 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root, PEGASUS_FC_VERSION_2_2
Branch point for: pep_88
Changes since 1.87: +2 -12 lines
Diff to previous 1.87
HP-RK Bugzilla 284 (sscanf failing to return conversion error on Linux IA-32).

Revision 1.87 / (view) - annotate - [select for diffs] , Fri Apr 25 19:27:30 2003 UTC (21 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.86: +64 -46 lines
Diff to previous 1.86
HP-RK Bugzilla 274 (Control characters in CIM data cause response truncation).

Revision 1.86 / (view) - annotate - [select for diffs] , Thu Mar 13 17:37:34 2003 UTC (21 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common
Changes since 1.85: +1 -3 lines
Diff to previous 1.85
HP-RK Completed fix for Bugzilla 207 (CIMObject Header Not URI-Safe).

Revision 1.85 / (view) - annotate - [select for diffs] , Mon Mar 10 20:02:08 2003 UTC (21 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.84: +40 -0 lines
Diff to previous 1.84
HP-RK Fix Bugzilla 219 (cimXML for Indication Delivery Uses Outdated Specification).

Revision 1.84 / (view) - annotate - [select for diffs] , Thu Mar 6 22:46:04 2003 UTC (21 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.83: +70 -5 lines
Diff to previous 1.83
HP-RK Phase 1 of fix for Bugzilla 207 (CIMObject Header Not URI-Safe).

Revision 1.83 / (view) - annotate - [select for diffs] , Thu Nov 14 16:50:33 2002 UTC (21 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: LOCAL_ASSOCPROV-ROOT
Branch point for: LOCAL_ASSOCPROV-BRANCH
Changes since 1.82: +21 -6 lines
Diff to previous 1.82
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.82 / (view) - annotate - [select for diffs] , Mon Oct 7 16:42:04 2002 UTC (21 years, 9 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.81: +90 -27 lines
Diff to previous 1.81
HP-[CAKG] respond correctly to POST requests

Revision 1.81 / (view) - annotate - [select for diffs] , Fri Sep 27 12:41:47 2002 UTC (21 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.80: +10 -0 lines
Diff to previous 1.80
Add conditional compile so client issues POST rather than M-POST command

Revision 1.80 / (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.79: +50 -31 lines
Diff to previous 1.79
HP-[CAKG] API Review: CIMName modifications

Revision 1.79 / (view) - annotate - [select for diffs] , Thu Sep 12 16:27:01 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.78: +8 -8 lines
Diff to previous 1.78
HP-RK API Review: Rename KeyBinding to CIMKeyBinding.  Remove definition of KeyBindingArray.

Revision 1.78 / (view) - annotate - [select for diffs] , Wed Sep 11 20:20:24 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
HP-RK API Review: Remove IncompatibleTypesException from SDK; use TypeMismatchException instead.  Replace ExpectedReferenceValueException and MissingReferenceClassNameException classes with use of TypeMismatchException.  Rename CIMValueInvalidTypeException to InvalidTypeException.  Remove CIMParameter::setType method.

Revision 1.77 / (view) - annotate - [select for diffs] , Thu Sep 5 01:15:32 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76
HP-RK API Review: Remove Boolean includeHost parameter from CIMObjectPath::toString method.

Revision 1.76 / (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.75: +6 -11 lines
Diff to previous 1.75
HP-RK API Review: Change String::allocateCString() to getCString().

Revision 1.75 / (view) - annotate - [select for diffs] , Mon Aug 26 20:53:45 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.74: +6 -6 lines
Diff to previous 1.74
HP-RK API Review: Remove Char16 operator<< function.

Revision 1.74 / (view) - annotate - [select for diffs] , Tue Aug 20 23:15:44 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.73: +1 -4 lines
Diff to previous 1.73
HP-RK API Review: Remove CIMTYPE_NONE definition, so that the type of a CIMValue must be a valid type.

Revision 1.73 / (view) - annotate - [select for diffs] , Tue Aug 20 16:39:37 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.72: +7 -14 lines
Diff to previous 1.72
HP-RK API Review: Exception cleanup.  Renamed exceptions to end with -Exception.  Removed definitions of AddedReferenceToClass and TruncatedCharacter exceptions.  Changed exception messages to use 'invalid' rather than 'bad'.

Revision 1.72 / (view) - annotate - [select for diffs] , Mon Aug 19 17:04:15 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.71: +6 -1 lines
Diff to previous 1.71
HP-[CAKG] API Review: updates to CIMDateTime

Revision 1.71 / (view) - annotate - [select for diffs] , Fri Aug 16 21:48:29 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.70: +2 -3 lines
Diff to previous 1.70
HP-RK API Review: Split CIMException into an SDK-visible CIMException class and an internal TraceableCIMException class.

Revision 1.70 / (view) - annotate - [select for diffs] , Thu Aug 8 17:30:00 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.69: +5 -5 lines
Diff to previous 1.69
HP-[CAKG] API Review: Replaced CIMFlavor struct with a CIMFlavor class with member data

Revision 1.69 / (view) - annotate - [select for diffs] , Mon Aug 5 15:14:41 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.68: +9 -9 lines
Diff to previous 1.68
HP-[CAKG] API Review: Replaced CIMScope struct with a CIMScope class with member data

Revision 1.68 / (view) - annotate - [select for diffs] , Wed Jul 31 14:45:25 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.67: +47 -4 lines
Diff to previous 1.67
HP-[CAKG] API Review: CIMObjectPath modifications

Revision 1.67 / (view) - annotate - [select for diffs] , Tue Jul 30 15:14:53 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
HP-RK API Review: Updated the CIMName class to a data type class; Added CIMNamespaceName as a data type class; Updated the client, provider, and common (CIM*) classes to use CIMName and CIMNamespaceName in place of String when handing CIM names (class, property, qualifier, method, and parameter names); Changed the CIMClass constructor to take a CIMName for the class name instead of a CIMObjectPath; Changed the CIMName::equal method to be non-static

Revision 1.66 / (view) - annotate - [select for diffs] , Thu Jul 25 15:19:45 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01
Changes since 1.65: +32 -32 lines
Diff to previous 1.65
HP-[CAKG] Replace CIMType class with an enum CIMType

Revision 1.65 / (view) - annotate - [select for diffs] , Fri Jul 19 18:43:44 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64
HP-RK API Review: Updates to CIMPropertyList API.

Revision 1.64 / (view) - annotate - [select for diffs] , Wed Jul 17 22:51:34 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.63: +8 -8 lines
Diff to previous 1.63
HP-RK Remove unnecessary use of String::getData().

Revision 1.63 / (view) - annotate - [select for diffs] , Fri May 31 23:56:43 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: 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.62: +8 -8 lines
Diff to previous 1.62
HP-RK Update license header.

Revision 1.62 / (view) - annotate - [select for diffs] , Fri May 31 03:02:09 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61
HP-[CAKG] Remove CIMObjectWithPath class; use CIMObject

Revision 1.61 / (view) - annotate - [select for diffs] , Thu May 30 14:55:21 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.60: +6 -4 lines
Diff to previous 1.60
HP-[CAKG] Remove CIMNamedInstance class; use CIMInstance

Revision 1.60 / (view) - annotate - [select for diffs] , Thu May 23 14:32:11 2002 UTC (22 years, 1 month ago) by sage
Branch: MAIN
Changes since 1.59: +3 -1 lines
Diff to previous 1.59
FIX: handling of VALUE.REFERENCE

Revision 1.59 / (view) - annotate - [select for diffs] , Wed May 15 22:14:21 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.58: +17 -17 lines
Diff to previous 1.58
HP-RK Use CIMObjectPath class instead of CIMReference.

Revision 1.58 / (view) - annotate - [select for diffs] , Wed May 15 21:41:36 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.57: +49 -0 lines
Diff to previous 1.57
HP-RK Moved ScopeToXml() and ScopeToMofString() functions from CIMScope.h to XmlWriter and MofWriter classes, respectively.

Revision 1.57 / (view) - annotate - [select for diffs] , Wed May 15 19:04:10 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.56: +28 -0 lines
Diff to previous 1.56
HP-RK Moved FlavorToXml() and FlavorToMof() functions from CIMFlavor.h to XmlWriter and MofWriter classes.

Revision 1.56 / (view) - annotate - [select for diffs] , Wed May 15 09:34:30 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.55: +376 -15 lines
Diff to previous 1.55
HP-RK Moved CIM*::toXml() methods to XmlWriter::append*Element().  Moved CIM*::print() methods to XmlWriter::print*Element().  Putting this function in XmlWriter instead of the CIM* classes keeps those internal methods out of the published client and provider APIs.

Revision 1.55 / (view) - annotate - [select for diffs] , Wed May 15 07:11:50 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.54: +70 -2 lines
Diff to previous 1.54
HP-RK Moved CIMClass::toXml() method to XmlWriter::appendClassElement().  Moved CIMInstance::toXml() method to XmlWriter::appendInstanceElement().  Similar for print() methods.

Revision 1.54 / (view) - annotate - [select for diffs] , Wed May 15 05:42:28 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.53: +447 -4 lines
Diff to previous 1.53
HP-RK Moved CIMValue::toXml() method to XmlWriter::appendValueElement().

Revision 1.53 / (view) - annotate - [select for diffs] , Wed May 15 03:03:21 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
HP-RK Moved CIMType method implementations from header file to source file.  Removed unnecessary operator methods and constructor.  Changed TypeToString(CIMType) function to a CIMType::toString() method.

Revision 1.52 / (view) - annotate - [select for diffs] , Sat May 11 20:36:31 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.51: +3 -3 lines
Diff to previous 1.51
HP-DME: Modifications to support NULL qualifier values.

Revision 1.51 / (view) - annotate - [select for diffs] , Wed Apr 24 16:34:30 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.50: +4 -3 lines
Diff to previous 1.50
HP-RK Restructured the CIMException class to use the message string provided by the caller as the message, and make the description property include the status code information and text.  Also reinserted the static wbemexec tests into the build.

Revision 1.50 / (view) - annotate - [select for diffs] , Tue Apr 23 15:41:55 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.49: +5 -2 lines
Diff to previous 1.49
HP-[Nitin Upasani] Modification for ExportIndication.

Revision 1.49 / (view) - annotate - [select for diffs] , Mon Apr 22 11:07:48 2002 UTC (22 years, 2 months ago) by sage
Branch: MAIN
Changes since 1.48: +3 -0 lines
Diff to previous 1.48
Performance measurement instrumentation

Revision 1.48 / (view) - annotate - [select for diffs] , Wed Apr 17 17:17:46 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
HP-RK Clean up HTTP constants.  Remove unused HTTP exception and message type.

Revision 1.47 / (view) - annotate - [select for diffs] , Mon Apr 15 21:32:07 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.46: +5 -5 lines
Diff to previous 1.46
HP-RK Change the Content-CIMType header to Content-Type.

Revision 1.46 / (view) - annotate - [select for diffs] , Thu Apr 11 20:51:38 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45
HP-RK Define an HTTP error message to be returned to the CIMClient when an HTTP error response is returned.  Add a method to parse the status line of an HTTP response.

Revision 1.45 / (view) - annotate - [select for diffs] , Mon Apr 8 22:11:21 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.44: +6 -3 lines
Diff to previous 1.44
HP-RK Make IRETURNVALUE tag optional on the client side, and don't include that element on the server side when no return value is given.

Revision 1.44 / (view) - annotate - [select for diffs] , Mon Apr 8 19:21:12 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.43: +4 -0 lines
Diff to previous 1.43
HP-RK Trace CIM exceptions when they are written to XML.

Revision 1.43 / (view) - annotate - [select for diffs] , Mon Apr 8 18:03:56 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
HP-RK Fixed defects in InvokeMethod responses.  Specifically, made the RETURNVALUE XML tag optional and propagated the return value from the provider to the response encoder.

Revision 1.42 / (view) - annotate - [select for diffs] , Sat Apr 6 02:52:21 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.41: +15 -18 lines
Diff to previous 1.41
HP-RK Modified the CIMOperationResponseMessage class and its subclasses to contain a CIMException instead of a CIMStatusCode and String description.  This allows extra information in a CIMException, such as file name and line number, to be carried internally throughout the system.

Revision 1.41 / (view) - annotate - [select for diffs] , Fri Apr 5 05:49:27 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.40: +12 -15 lines
Diff to previous 1.40
HP-RK Add detailed error messages to HTTP error response messages.  Modify wbemexec to print out headers and message body on HTTP error responses.  Clean up error handling in CIMOperationRequestDecoder and CIMExportRequestDecoder.

Revision 1.40 / (view) - annotate - [select for diffs] , Fri Apr 5 01:21:10 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.39: +57 -63 lines
Diff to previous 1.39
HP-RK Allow for more extensible HTTP error responses.

Revision 1.39 / (view) - annotate - [select for diffs] , Thu Mar 28 17:58:30 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
HP-RK Fix CIMObjectPath in header for extrinsic method requests.

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

Revision 1.37 / (view) - annotate - [select for diffs] , Thu Mar 7 00:42:12 2002 UTC (22 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.36: +3 -0 lines
Diff to previous 1.36
Comments and clean up Null processing

Revision 1.36 / (view) - annotate - [select for diffs] , Wed Mar 6 05:12:05 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.35: +7 -1 lines
Diff to previous 1.35
HP-RK Implement HTTP header consistency validation for CIMProtocolVersion headers.

Revision 1.35 / (view) - annotate - [select for diffs] , Wed Mar 6 02:37:07 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.34: +27 -11 lines
Diff to previous 1.34
HP-RK Implement HTTP consistency validation for CIMBatch, CIMExport, and CIMExportBatch headers.

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Mar 5 02:30:25 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.33: +40 -0 lines
Diff to previous 1.33
HP-RK Send 400 Bad Request when CIMOperation header is missing/wrong.

Revision 1.33 / (view) - annotate - [select for diffs] , Mon Mar 4 15:10:06 2002 UTC (22 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
fix for Null toXML

Revision 1.32 / (view) - annotate - [select for diffs] , Sat Mar 2 02:14:51 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.31: +1 -2 lines
Diff to previous 1.31
HP-RK Minor ATTN cleanup.

Revision 1.31 / (view) - annotate - [select for diffs] , Sat Mar 2 00:15:57 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30
HP-RK Cleaned up parsing of CIMReference values from Strings.  Fixed CIMObject HTTP header for extrinsic method requests to contain entire local object path rather than just the namespace.

Revision 1.30 / (view) - annotate - [select for diffs] , Fri Mar 1 19:48:24 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +28 -13 lines
Diff to previous 1.29
HP-RK Minor cleanup.

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

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Mar 1 00:59:57 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.27: +94 -0 lines
Diff to previous 1.27
HP-RK Consolidate formatting of error responses in XmlWriter.

Revision 1.27 / (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.26: +770 -653 lines
Diff to previous 1.26
HP-RK Massive changes in XmlWriter to eliminate redundant memory copies.  Also lots of cleanup.

Revision 1.26 / (view) - annotate - [select for diffs] , Wed Feb 20 23:14:19 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.25: +17 -15 lines
Diff to previous 1.25
HP-RK Recognize and generate the PARAMTYPE attribute to RETURNVALUE to communicate the type of the return value for an extrinsic method.  Add the ability for a CIMValue to contain an array of references.

Revision 1.25 / (view) - annotate - [select for diffs] , Wed Feb 20 03:51:31 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.24: +5 -44 lines
Diff to previous 1.24
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.24 / (view) - annotate - [select for diffs] , Thu Dec 13 14:54:05 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.23: +406 -9 lines
Diff to previous 1.23
Merged dev branch into main trunk.

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Jul 10 21:31:16 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_0_99_1, version_0_99, main
Branch point for: dev
Changes since 1.22: +861 -861 lines
Diff to previous 1.22
Removed \r\r\n from all files.

Revision 1.22 / (view) - annotate - [select for diffs] , Tue Jul 10 05:43:28 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.21: +861 -861 lines
Diff to previous 1.21
Prepended CIM_ERR to CIM status codes.
Added CIM response message types to CIMMessage.h.

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Jul 2 00:50:10 2001 UTC (23 years ago) by mike
Branch: MAIN
CVS Tags: version_0_79_4
Changes since 1.20: +19 -0 lines
Diff to previous 1.20
new

Revision 1.20 / (view) - annotate - [select for diffs] , Sun Jul 1 20:40:39 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.19: +18 -0 lines
Diff to previous 1.19
Added underpinnings for association communication stubs.

Revision 1.19 / (view) - annotate - [select for diffs] , Sat Jun 16 22:10:05 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.18: +824 -824 lines
Diff to previous 1.18
new

Revision 1.18 / (view) - annotate - [select for diffs] , Sat Jun 16 16:30:40 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.17: +824 -823 lines
Diff to previous 1.17
Added headers

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Jun 11 22:11:26 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.16: +6 -4 lines
Diff to previous 1.16
Port to Windows 98
Fixed message-id bug (in which a message-id can be a string).

Revision 1.16 / (view) - annotate - [select for diffs] , Sun May 20 19:34:01 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_97_3, version_0_97_2, version_0_97_1, version_0_97
Changes since 1.15: +6 -6 lines
Diff to previous 1.15
Port to AIX

Revision 1.15 / (view) - annotate - [select for diffs] , Sun May 13 23:39:53 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_96, version_0_95, stable_0_95
Changes since 1.14: +42 -0 lines
Diff to previous 1.14
Fixed on Linux
Fixed strcasecmp() compiler errors().

Revision 1.14 / (view) - annotate - [select for diffs] , Tue May 8 06:32:50 2001 UTC (23 years, 2 months ago) by sage
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
Interoperability fixes

Revision 1.13 / (view) - annotate - [select for diffs] , Sun Apr 29 17:57:33 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.12: +10 -10 lines
Diff to previous 1.12
changed getSize() and getLength() to size()

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Apr 25 21:20:56 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.11: +5 -35 lines
Diff to previous 1.11
Removed old style license headers and added new ones.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Apr 18 10:51:33 2001 UTC (23 years, 2 months ago) by karl
Branch: MAIN
CVS Tags: stable
Changes since 1.10: +21 -0 lines
Diff to previous 1.10
get and set property

Revision 1.10 / (view) - annotate - [select for diffs] , Fri Apr 13 17:20:51 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9
Ported so Solaris.
Fixed memory leaks.

Revision 1.9 / (view) - annotate - [select for diffs] , Sun Apr 8 00:13:22 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Changed "ConstCIM" to "CIMConst"

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Mar 5 04:29:02 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
CVS Tags: version_0_8
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
renamed CimException to CIMException

Revision 1.7 / (view) - annotate - [select for diffs] , Tue Feb 20 07:25:57 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.6: +20 -0 lines
Diff to previous 1.6
Added basic create-instance in repository and in client.

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Feb 19 01:47:17 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5
Renamed names of the form CIMConst to ConstCIM.

Revision 1.5 / (view) - annotate - [select for diffs] , Sun Feb 18 03:56:01 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.4: +5 -2 lines
Diff to previous 1.4
Changed more class names (e.g., ConstClassDecl -> CIMConstClass)

Revision 1.4 / (view) - annotate - [select for diffs] , Fri Feb 16 02:06:07 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.3: +10 -6 lines
Diff to previous 1.3
Renamed many classes and headers.

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Jan 31 08:20:51 2001 UTC (23 years, 5 months ago) by mike
Branch: MAIN
Changes since 1.2: +17 -0 lines
Diff to previous 1.2
Added dispatcher framework.
Added enumerateInstanceNames.

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Jan 29 02:23:44 2001 UTC (23 years, 5 months ago) by mike
Branch: MAIN
Changes since 1.1: +20 -1 lines
Diff to previous 1.1
Added support for GetInstance operation

Revision 1.1 / (view) - annotate - [select for diffs] , Sun Jan 14 19:53:36 2001 UTC (23 years, 5 months ago) by mike
Branch: MAIN
Initial revision

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