CVS log for pegasus/src/Pegasus/Common/HTTPConnection.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)

Revision 1.188 / (view) - annotate - [select for diffs] , Thu Apr 23 12:30:17 2015 UTC (9 years, 2 months ago) by jsafrane
Branch: MAIN
CVS Tags: HEAD
Changes since 1.187: +1 -0 lines
Diff to previous 1.187
BUG#: 9948
TITLE: Reject HTTP cookies.

DESCRIPTION: We should reject any cookies that arrive through HTTP, without
encryption. These cookies are completelly ignored by the server.

Revision 1.187 / (view) - annotate - [select for diffs] , Mon Mar 23 12:00:42 2015 UTC (9 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch
Changes since 1.186: +10 -10 lines
Diff to previous 1.186
BUG#: 10026
TITLE: PEGASUS_ASSERT on request that is not M-POST or POST

DESCRIPTION: Separates incomming and outgoing buffers so that we
cannot have the case seen in at least one failure where the incoming
buffer was append to the end of an outgoing buffer.  This may not
solve the core problem but it does clear up that failure and is clearly
better code and very little cost.

Revision 1.186 / (view) - annotate - [select for diffs] , Fri Mar 20 11:52:51 2015 UTC (9 years, 3 months ago) by jsafrane
Branch: MAIN
Changes since 1.185: +26 -5 lines
Diff to previous 1.185
BUG#: 10044
TITLE: Fix deadlock when closing connection.

DESCRIPTION: Make sure that Monitor mutex is always locked before any
HTTPConnection mutex. This way we eliminate risk of deadlock.

Revision 1.185 / (view) - annotate - [select for diffs] , Mon Nov 10 16:16:47 2014 UTC (9 years, 7 months ago) by jsafrane
Branch: MAIN
CVS Tags: RELEASE_2_14_0-RC1
Changes since 1.184: +1 -1 lines
Diff to previous 1.184
BUG#: 9946
TITLE: Use MSG_PEEK to check for connection.

DESCRIPTION: When checking if a clinet connection is alive, use
recv(...,MSG_PEEK) instead of blunt read().

Revision 1.184 / (view) - annotate - [select for diffs] , Mon Nov 10 16:14:05 2014 UTC (9 years, 7 months ago) by jsafrane
Branch: MAIN
Changes since 1.183: +2 -0 lines
Diff to previous 1.183
BUG#: 9941
TITLE: Make the cookie session management optional.

DESCRIPTION: Introduce PEGASUS_ENABLE_SESSION_COOKIES to enable/disable session
management using cookies.

Revision 1.183 / (view) - annotate - [select for diffs] , Fri Sep 26 06:46:58 2014 UTC (9 years, 9 months ago) by jsafrane
Branch: MAIN
Changes since 1.182: +11 -0 lines
Diff to previous 1.182
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.171.2.4 / (view) - annotate - [select for diffs] , Sun Apr 27 23:29:12 2014 UTC (10 years, 2 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.171.2.3: +0 -53 lines
Diff to previous 1.171.2.3 to branch point 1.171 to next main 1.172
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Merge Out from head of tree

DESCRIPTION: Brings TASK-PEP317_pullop-branch into line with head of tree

Revision 1.182 / (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, postBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.181: +0 -53 lines
Diff to previous 1.181
BUG#: 9756
TITLE: build fails when PEGASUS_KERBEROS_AUTHENTICATION defined

DESCRIPTION:

Revision 1.171.2.3 / (view) - annotate - [select for diffs] , Wed Mar 12 21:35:02 2014 UTC (10 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.171.2.2: +12 -3 lines
Diff to previous 1.171.2.2 to branch point 1.171
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch.Mergeout from head of tree 10 March 2014

DESCRIPTION: This is mergout out to bring up to date this branch. From
previous mergeout

Revision 1.181 / (view) - annotate - [select for diffs] , Mon Dec 16 09:37:27 2013 UTC (10 years, 6 months ago) by lawrence.luo
Branch: MAIN
Changes since 1.180: +12 -3 lines
Diff to previous 1.180
BUG#: 9219

TITLE:Infrastructure for a web based administration interface

DESCRIPTION:

Revision 1.180.10.2 / (view) - annotate - [select for diffs] , Wed Oct 2 19:15:55 2013 UTC (10 years, 8 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
CVS Tags: TASK-PEP362_RestfulService-merged_out_to_branch
Changes since 1.180.10.1: +5 -5 lines
Diff to previous 1.180.10.1 to branch point 1.180 to next main 1.181
PEP#: 362
TITLE: Restful Services and webadmin

DESCRIPTION: This almost complete the current work for 2.14 except for
following
1) doc for new config options
2) including the www files in rpm package, Not included yet as to decide path
for it, or is it /opt/tog-pegasus/www
Thanks to Anuj for SSL break fix.

Revision 1.180.10.1 / (view) - annotate - [select for diffs] , Tue Jul 30 04:38:50 2013 UTC (10 years, 10 months ago) by lawrence.luo
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.180: +12 -3 lines
Diff to previous 1.180
BUG#: 9219
PEP#: 362
TITLE: Infrastructure for a web based administration interface

DESCRIPTION:  Base level for PEP362

Revision 1.171.2.2 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:12 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.171.2.1: +48 -39 lines
Diff to previous 1.171.2.1 to branch point 1.171
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.180 / (view) - annotate - [select for diffs] , Tue May 28 11:34:23 2013 UTC (11 years, 1 month ago) by marek
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_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.179: +8 -0 lines
Diff to previous 1.179
BUG#:9642
TITLE: Remote session tracking through PAM mechanism in a common approach

DESCRIPTION:

Revision 1.179 / (view) - annotate - [select for diffs] , Thu Dec 13 14:38:55 2012 UTC (11 years, 6 months ago) by marek
Branch: MAIN
Changes since 1.178: +2 -10 lines
Diff to previous 1.178
BUG#:9482
TITLE: Cleanup unused parameters warnings in the pegcommon library and half of interal SLP API

DESCRIPTION:

Revision 1.164.2.3 / (view) - annotate - [select for diffs] , Thu Dec 13 14:33:32 2012 UTC (11 years, 6 months ago) by marek
Branch: RELEASE_2_9-branch
Changes since 1.164.2.2: +31 -29 lines
Diff to previous 1.164.2.2 to branch point 1.164 to next main 1.165
BUG#:9386
TITLE: Fail to recognize valid HTTP method when less than 6 bytes can be read at first read (2.9.x)

DESCRIPTION:

Revision 1.168.2.2 / (view) - annotate - [select for diffs] , Thu Dec 13 14:29:21 2012 UTC (11 years, 6 months ago) by marek
Branch: RELEASE_2_10-branch
Changes since 1.168.2.1: +7 -0 lines
Diff to previous 1.168.2.1 to branch point 1.168 to next main 1.169
BUG#:9495
TITLE: Restrict number of elements read from a request (2.10.2)

DESCRIPTION:

Revision 1.174.2.4 / (view) - annotate - [select for diffs] , Thu Dec 13 14:24:26 2012 UTC (11 years, 6 months ago) by marek
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2
Changes since 1.174.2.3: +7 -0 lines
Diff to previous 1.174.2.3 to branch point 1.174 to next main 1.175
BUG#:9494
TITLE: Restrict number of elements read from a request (2.11.2)

DESCRIPTION:

Revision 1.178 / (view) - annotate - [select for diffs] , Thu Aug 30 13:49:10 2012 UTC (11 years, 9 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch
Changes since 1.177: +7 -0 lines
Diff to previous 1.177
BUG#:9374
TITLE: Restrict number of elements read from a request

DESCRIPTION:

Revision 1.168.2.1 / (view) - annotate - [select for diffs] , Thu Aug 23 11:40:04 2012 UTC (11 years, 10 months ago) by marek
Branch: RELEASE_2_10-branch
Changes since 1.168: +31 -29 lines
Diff to previous 1.168
BUG#:9362
TITLE: Fail to recognize valid HTTP method when less than 6 bytes can be read at first read (2.10.x)

DESCRIPTION:

Revision 1.174.2.3 / (view) - annotate - [select for diffs] , Thu Aug 23 11:22:43 2012 UTC (11 years, 10 months ago) by marek
Branch: RELEASE_2_11-branch
Changes since 1.174.2.2: +31 -29 lines
Diff to previous 1.174.2.2 to branch point 1.174
BUG#:9361
TITLE: Fail to recognize valid HTTP method when less than 6 bytes can be read at first read (2.11.x)

DESCRIPTION:

Revision 1.177 / (view) - annotate - [select for diffs] , Mon Aug 13 10:26:34 2012 UTC (11 years, 10 months ago) by marek
Branch: MAIN
Changes since 1.176: +31 -29 lines
Diff to previous 1.176
BUG#:9357
TITLE: Fail to recognize valid HTTP method when less than 6 bytes can be read at first read

DESCRIPTION:

Revision 1.171.2.1 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:08 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.171: +152 -87 lines
Diff to previous 1.171
BUG#: 9999
TITLE: Merge out head to Task-PEP317 branch using Task Makefile

DESCRIPTION:  Update this working branch to Pegasus Head of Tree as of
about 8 Oct 2011

Revision 1.174.2.2 / (view) - annotate - [select for diffs] , Mon Oct 10 13:51:57 2011 UTC (12 years, 8 months ago) by thilo.boehm
Branch: RELEASE_2_11-branch
Changes since 1.174.2.1: +8 -2 lines
Diff to previous 1.174.2.1 to branch point 1.174
BUG#: 9089
TITLE: LocalBinary Invoke method response time-out due too wrong binary header

DESCRIPTION: Adjust insertation of content language string.

Revision 1.176 / (view) - annotate - [select for diffs] , Tue Oct 4 12:50:57 2011 UTC (12 years, 8 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_12_0-FC
Changes since 1.175: +8 -2 lines
Diff to previous 1.175
BUG#:9083
TITLE: LocalBinary Invoke method response time-out due to wrong binary header

DESCRIPTION:

Revision 1.174.2.1 / (view) - annotate - [select for diffs] , Mon Aug 8 07:40:29 2011 UTC (12 years, 10 months ago) by marek
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_1-RC1, RELEASE_2_11_1
Changes since 1.174: +8 -6 lines
Diff to previous 1.174
BUG#:9015
TITLE: XML trace shows Content-Length 0

DESCRIPTION:

Revision 1.175 / (view) - annotate - [select for diffs] , Thu Aug 4 11:06:29 2011 UTC (12 years, 10 months ago) by marek
Branch: MAIN
Changes since 1.174: +8 -6 lines
Diff to previous 1.174
BUG#:2250
TITLE: XML trace shows Content-Length 0

DESCRIPTION: moves trace statement short before data is written to socket

Revision 1.174 / (view) - annotate - [select for diffs] , Tue Apr 19 09:39:52 2011 UTC (13 years, 2 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0, RELEASE_2_11-root
Branch point for: RELEASE_2_11-branch
Changes since 1.173: +2 -0 lines
Diff to previous 1.173
BUG#:8966
TITLE: Client hangs on local connection with binary enabled, non-chunking but multiple provider responses

DESCRIPTION:

Revision 1.173 / (view) - annotate - [select for diffs] , Wed Feb 23 09:41:09 2011 UTC (13 years, 4 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-RC1
Changes since 1.172: +133 -82 lines
Diff to previous 1.172
BUG#:8911
TITLE: Nightly build failure due to "Bus error" on running CQL/tests/QueryContext

DESCRIPTION:

Revision 1.172 / (view) - annotate - [select for diffs] , Tue Jan 25 12:10:21 2011 UTC (13 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-FC
Changes since 1.171: +6 -2 lines
Diff to previous 1.171
BUG#:8544
TITLE: Add tracing for binary protocol data

DESCRIPTION:

Revision 1.171 / (view) - annotate - [select for diffs] , Wed Nov 3 04:38:02 2010 UTC (13 years, 7 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.170: +7 -4 lines
Diff to previous 1.170
BUG#: 7748
TITLE: "No chunk body terminator received" Exception was thrown when last LF sent in a single TCP packet
DESCRIPTION:

Revision 1.164.2.2 / (view) - annotate - [select for diffs] , Tue Jul 20 06:33:57 2010 UTC (13 years, 11 months ago) by s.kodali
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2
Changes since 1.164.2.1: +22 -0 lines
Diff to previous 1.164.2.1 to branch point 1.164
BUG#: 8812
TITLE: CIM operation in provider using its cimom handle fails after idle connection timeout.

Revision 1.170 / (view) - annotate - [select for diffs] , Fri Jul 2 08:26:31 2010 UTC (13 years, 11 months ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.169: +17 -1 lines
Diff to previous 1.169
BUG#: 8762
TITLE: PEP 349 implementation.
DESCRIPTION: Improve the availability of the CIMOM by better isolation from faulty providers.

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

DESCRIPTION:

Revision 1.168 / (view) - annotate - [select for diffs] , Mon Feb 1 11:40:17 2010 UTC (14 years, 4 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root
Branch point for: RELEASE_2_10-branch
Changes since 1.167: +20 -11 lines
Diff to previous 1.167
BUG#: 8704
TITLE: Message PGS08101 is confusing if client times out.

DESCRIPTION: Add SocketWriteError Internal Exception.

Revision 1.165.2.1 / (view) - annotate - [select for diffs] , Wed Nov 18 14:00:32 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.165: +103 -4 lines
Diff to previous 1.165 to next main 1.166
PEP#: 348
TITLE: Merge head into branch.

DESCRIPTION: Merge head into branch.

Revision 1.167 / (view) - annotate - [select for diffs] , Fri Oct 9 04:31:06 2009 UTC (14 years, 8 months ago) by harsha.bm
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-merged_out_from_trunk
Changes since 1.166: +22 -0 lines
Diff to previous 1.166
BUG#: 8605
TITLE: CIM operation fails after idle connection timeout due to server closing the connection.
DESCRIPTION: updated CIMClientRep to check connection status for every request and reconnect in the event of idle timeout.

Revision 1.164.2.1 / (view) - annotate - [select for diffs] , Mon Aug 10 12:26:40 2009 UTC (14 years, 10 months ago) by venkat.puvvada
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_1-RC1, RELEASE_2_9_1
Changes since 1.164: +82 -4 lines
Diff to previous 1.164
BUG#: 8586
TITLE: The client side hang on when the server side fails to reallocate memory
DESCRIPTION:

Revision 1.166 / (view) - annotate - [select for diffs] , Wed Aug 5 14:04:29 2009 UTC (14 years, 10 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.165: +81 -4 lines
Diff to previous 1.165
BUG#: 8567
TITLE: The client side hang on when the server side fails to reallocate memory
DESCRIPTION: Server closes the connection and logs a message when out-of-memory error occurs during response encoding/aggregation or request handling.

Revision 1.165 / (view) - annotate - [select for diffs] , Wed Jan 21 17:47:00 2009 UTC (15 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.164: +35 -51 lines
Diff to previous 1.164
BUG#: 8332
TITLE: Minor clean-up in HTTPConnection
DESCRIPTION: Remove unused variables and an unnecessary condition (with incorrect logic).

Revision 1.164 / (view) - annotate - [select for diffs] , Thu Dec 18 18:52:01 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, HPUX_TEST
Branch point for: RELEASE_2_9-branch
Changes since 1.163: +16 -16 lines
Diff to previous 1.163
BUG#: 8278
TITLE: HTTP headers are unnecessarily converted to Strings
DESCRIPTION: Process HTTP header names and values as character strings where feasible.

Revision 1.163 / (view) - annotate - [select for diffs] , Tue Dec 16 18:56:00 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.162: +28 -28 lines
Diff to previous 1.162
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.162 / (view) - annotate - [select for diffs] , Tue Dec 9 18:47:44 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.161: +3 -3 lines
Diff to previous 1.161
BUG#: 2418
TITLE: Questionable casting of getData() return values
DESCRIPTION: Do not cast away constness where it is not required.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.159 / (view) - annotate - [select for diffs] , Wed Nov 26 08:06:38 2008 UTC (15 years, 7 months ago) by kavita.gupta
Branch: MAIN
Changes since 1.158: +31 -8 lines
Diff to previous 1.158
BUG#: 8071
TITLE: Zero server restart on idleConnectionTimeout, socketWriteTimeout and providerDir changes

Revision 1.158 / (view) - annotate - [select for diffs] , Fri Oct 17 10:07:33 2008 UTC (15 years, 8 months ago) by r.kieninger
Branch: MAIN
Changes since 1.157: +2 -2 lines
Diff to previous 1.157
BUG#:7996
TITLE: 64 bit platform support for z/OS

DESCRIPTION: 64 bit platform support for z/OS

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

DESCRIPTION: Replace PEG_TRACE_STRING with PEG_TRACE

Revision 1.156 / (view) - annotate - [select for diffs] , Thu Aug 7 17:03:48 2008 UTC (15 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.155: +30 -31 lines
Diff to previous 1.155
BUG#: 7779
TITLE: Variables hidden by other declarations in scope
DESCRIPTION: Use different names for variables in nested scope.

Revision 1.151.4.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:17:58 2008 UTC (15 years, 11 months ago) by mike
Branch: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.151: +21 -34 lines
Diff to previous 1.151 to next main 1.152
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.155 / (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_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch
Changes since 1.154: +1 -1 lines
Diff to previous 1.154
BUG#: 7770
TITLE: Arguments are incompatible with corresponding format string conversions
DESCRIPTION: Match printf and scanf conversion formats with corresponding argument types.

Revision 1.154 / (view) - annotate - [select for diffs] , Thu Jun 19 16:57:00 2008 UTC (16 years ago) by marek
Branch: MAIN
Changes since 1.153: +16 -16 lines
Diff to previous 1.153
BUG#:7749
TITLE: Trace Level checking (everything, but Pegasus/Server)

DESCRIPTION:

Revision 1.153 / (view) - annotate - [select for diffs] , Wed Jun 18 17:12:00 2008 UTC (16 years ago) by kumpf
Branch: MAIN
Changes since 1.152: +0 -1 lines
Diff to previous 1.152
BUG#: 7742
TITLE: Unreferenced variables
DESCRIPTION: Remove unused variable definitions.

Revision 1.152 / (view) - annotate - [select for diffs] , Tue Jun 10 19:09:29 2008 UTC (16 years ago) by kumpf
Branch: MAIN
Changes since 1.151: +4 -16 lines
Diff to previous 1.151
BUG#: 7719
TITLE: HTTPConnector need not be a MessageQueue
DESCRIPTION: Clean up unused and unnecessary code.

Revision 1.125.4.15 / (view) - annotate - [select for diffs] , Fri Feb 1 17:50:16 2008 UTC (16 years, 4 months ago) by thilo.boehm
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3, RELEASE_2_6_2-RC1, RELEASE_2_6_2
Changes since 1.125.4.14: +29 -0 lines
Diff to previous 1.125.4.14 to branch point 1.125 to next main 1.126
BUG#: 7192
TITLE: SSL Client connection to HTTP port causes hang.(V2.6)

DESCRIPTION: Add check of first bytes read at connection creation.

Revision 1.107.2.13 / (view) - annotate - [select for diffs] , Fri Jan 25 19:14:46 2008 UTC (16 years, 5 months ago) by sushma.fernandes
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5
Changes since 1.107.2.12: +3 -2 lines
Diff to previous 1.107.2.12 to branch point 1.107 to next main 1.108
BUG#: 7302
TITLE: SSL connections may be closed prematurely on account of accept pending connection timeout
DESCRIPTION: Updated HTTPConnection to detect the negative case before closing a connection.

Revision 1.125.4.14 / (view) - annotate - [select for diffs] , Fri Jan 25 19:09:27 2008 UTC (16 years, 5 months ago) by sushma.fernandes
Branch: RELEASE_2_6-branch
CVS Tags: TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6-branch-clean
Changes since 1.125.4.13: +3 -2 lines
Diff to previous 1.125.4.13 to branch point 1.125
BUG#: 7301
TITLE: SSL connections may be closed prematurely on account of accept pending connection timeout
DESCRIPTION: Updated HTTPConnection to detect the negative case before closing a connection.

Revision 1.141.4.7 / (view) - annotate - [select for diffs] , Fri Jan 25 19:03:23 2008 UTC (16 years, 5 months ago) by sushma.fernandes
Branch: RELEASE_2_7-branch
CVS Tags: 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
Changes since 1.141.4.6: +3 -2 lines
Diff to previous 1.141.4.6 to branch point 1.141 to next main 1.142
BUG#: 7300
TITLE: SSL connections may be closed prematurely on account of accept pending connection timeout
DESCRIPTION: Updated HTTPConnection to detect the negative case before closing a connection.

Revision 1.151 / (view) - annotate - [select for diffs] , Wed Jan 23 20:54:23 2008 UTC (16 years, 5 months ago) by sushma.fernandes
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.150: +3 -2 lines
Diff to previous 1.150
BUG#: 7290
TITLE: SSL connections may be closed prematurely on account of accept pending connection timeout
DESCRIPTION: Updated HTTPConnection to detect the negative case before closing a connection.

Revision 1.141.4.6 / (view) - annotate - [select for diffs] , Wed Jan 16 12:07:01 2008 UTC (16 years, 5 months ago) by thilo.boehm
Branch: RELEASE_2_7-branch
Changes since 1.141.4.5: +29 -0 lines
Diff to previous 1.141.4.5 to branch point 1.141
BUG#: 7232
TITLE: SSL Client connection to HTTP port causes hang.(V2.7)

DESCRIPTION: Add check of first bytes read at connection creation.

Revision 1.150 / (view) - annotate - [select for diffs] , Mon Jan 14 09:15:58 2008 UTC (16 years, 5 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.149: +29 -0 lines
Diff to previous 1.149
BUG#: 7192
TITLE: SSL Client connection to HTTP port causes hang.

DESCRIPTION: Add check of first bytes read at connection creation.

Revision 1.149 / (view) - annotate - [select for diffs] , Wed Jan 9 20:20:52 2008 UTC (16 years, 5 months ago) by dmitry.mikulin
Branch: MAIN
Changes since 1.148: +18 -1 lines
Diff to previous 1.148
BUG#: 7162
TITLE: Memory leak on x86_64 linux OS (ver2.6.9-42).
DESCRIPTION: Unhandled exceptions in HTTPAuthenticatorDelegator caused a leak of HTTPMessage objects allocated in HTTPConnection::_handleReadEvent().

Revision 1.107.2.12 / (view) - annotate - [select for diffs] , Wed Jan 9 06:01:37 2008 UTC (16 years, 5 months ago) by venkat.puvvada
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC1
Changes since 1.107.2.11: +15 -8 lines
Diff to previous 1.107.2.11 to branch point 1.107
BUG#: 7215
TITLE: Intermittent timeout from run_idleConnectionTimeout1 test suite
DESCRIPTION:

Revision 1.125.4.13 / (view) - annotate - [select for diffs] , Wed Jan 9 05:48:38 2008 UTC (16 years, 5 months ago) by venkat.puvvada
Branch: RELEASE_2_6-branch
Changes since 1.125.4.12: +14 -7 lines
Diff to previous 1.125.4.12 to branch point 1.125
BUG#: 7214
TITLE: intermittent timeout from run_idleConnectionTimeout1 test suite
DESCRIPTION:

Revision 1.141.4.5 / (view) - annotate - [select for diffs] , Wed Jan 9 05:40:25 2008 UTC (16 years, 5 months ago) by venkat.puvvada
Branch: RELEASE_2_7-branch
Changes since 1.141.4.4: +14 -7 lines
Diff to previous 1.141.4.4 to branch point 1.141
BUG#: 7213
TITLE: Intermittent timeout from run_idleConnectionTimeout1 test suite
DESCRIPTION:

Revision 1.148 / (view) - annotate - [select for diffs] , Fri Jan 4 23:01:08 2008 UTC (16 years, 5 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.147: +14 -7 lines
Diff to previous 1.147
BUG#: 7188
TITLE: Intermittent timeout from run_idleConnectionTimeout1 test suite

DESCRIPTION: committing approved fix

Revision 1.141.4.4 / (view) - annotate - [select for diffs] , Fri Jan 4 19:57:23 2008 UTC (16 years, 5 months ago) by kumpf
Branch: RELEASE_2_7-branch
Changes since 1.141.4.3: +9 -23 lines
Diff to previous 1.141.4.3 to branch point 1.141
BUG#: 7223
TITLE: HTTPConnection::_requestCount is wrong
DESCRIPTION: Remove the HTTPConnection::_requestCount member which is tracked incorrectly and not really needed.

Revision 1.107.2.11 / (view) - annotate - [select for diffs] , Wed Jan 2 21:07:59 2008 UTC (16 years, 5 months ago) by kumpf
Branch: RELEASE_2_5-branch
Changes since 1.107.2.10: +0 -1 lines
Diff to previous 1.107.2.10 to branch point 1.107
BUG#: 7201
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.125.4.12 / (view) - annotate - [select for diffs] , Wed Jan 2 21:05:03 2008 UTC (16 years, 5 months ago) by kumpf
Branch: RELEASE_2_6-branch
Changes since 1.125.4.11: +0 -1 lines
Diff to previous 1.125.4.11 to branch point 1.125
BUG#: 7200
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.141.4.3 / (view) - annotate - [select for diffs] , Wed Jan 2 21:00:39 2008 UTC (16 years, 5 months ago) by kumpf
Branch: RELEASE_2_7-branch
Changes since 1.141.4.2: +0 -1 lines
Diff to previous 1.141.4.2 to branch point 1.141
BUG#: 7187
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.147 / (view) - annotate - [select for diffs] , Wed Jan 2 20:50:22 2008 UTC (16 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.146: +9 -23 lines
Diff to previous 1.146
BUG#: 7206
TITLE: HTTPConnection::_requestCount is wrong
DESCRIPTION: Remove the HTTPConnection::_requestCount member which is tracked incorrectly and not really needed.

Revision 1.146 / (view) - annotate - [select for diffs] , Tue Dec 18 18:50:45 2007 UTC (16 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: 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
Changes since 1.145: +0 -1 lines
Diff to previous 1.145
BUG#: 7181
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.107.2.10 / (view) - annotate - [select for diffs] , Fri Dec 14 20:56:54 2007 UTC (16 years, 6 months ago) by dave.sudlik
Branch: RELEASE_2_5-branch
Changes since 1.107.2.9: +56 -1 lines
Diff to previous 1.107.2.9 to branch point 1.107
BUG#: 7154
TITLE: Add timeout for idle connections (2.5 branch)

DESCRIPTION: Committing approved fix

Revision 1.125.4.11 / (view) - annotate - [select for diffs] , Fri Dec 14 20:47:55 2007 UTC (16 years, 6 months ago) by dave.sudlik
Branch: RELEASE_2_6-branch
Changes since 1.125.4.10: +56 -1 lines
Diff to previous 1.125.4.10 to branch point 1.125
BUG#: 7153
TITLE: Add timeout for idle connections (2.6 branch)

DESCRIPTION: Committing approved fix

Revision 1.141.4.2 / (view) - annotate - [select for diffs] , Fri Dec 14 20:31:37 2007 UTC (16 years, 6 months ago) by dave.sudlik
Branch: RELEASE_2_7-branch
Changes since 1.141.4.1: +56 -1 lines
Diff to previous 1.141.4.1 to branch point 1.141
BUG#: 7152
TITLE: Add timeout for idle connections (2.7 branch)

DESCRIPTION: committing approved fix

Revision 1.145 / (view) - annotate - [select for diffs] , Mon Dec 10 17:16:38 2007 UTC (16 years, 6 months ago) by dmitry.mikulin
Branch: MAIN
Changes since 1.144: +10 -0 lines
Diff to previous 1.144
BUG#: 7160
TITLE: TestChunkingStressProviderClient crashes cimservermain and cimprovagt when idleConnectionTimeout is enabled.
DESCRIPTION: Changed HTTPConnection destructor to lock _connection_mut mutex to allow handleEnqueue() to finish processing before the monitor cleans up the connection.

Revision 1.144 / (view) - annotate - [select for diffs] , Tue Nov 27 20:03:02 2007 UTC (16 years, 7 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.143: +46 -1 lines
Diff to previous 1.143
BUG#: 7143
TITLE: Add timeout for idle connections

DESCRIPTION: Committing approved fix

Revision 1.107.2.9 / (view) - annotate - [select for diffs] , Thu Nov 8 06:58:58 2007 UTC (16 years, 7 months ago) by sushma.fernandes
Branch: RELEASE_2_5-branch
Changes since 1.107.2.8: +27 -5 lines
Diff to previous 1.107.2.8 to branch point 1.107
BUG#: 7085
TITLE: Client times out when server closes a connection and a response is not initiated
DESCRIPTION: Updated the HTTPConnection logic to send an empty HTTP message if the connection is closed when we are executing on the client side.

Revision 1.143 / (view) - annotate - [select for diffs] , Mon Nov 5 22:59:28 2007 UTC (16 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.142: +6 -6 lines
Diff to previous 1.142
BUG#: 7047
TITLE: Monitor clean-up
DESCRIPTION: General clean-up to improve maintainability and remove unnecessary logic.

Revision 1.125.4.10 / (view) - annotate - [select for diffs] , Fri Nov 2 17:31:32 2007 UTC (16 years, 7 months ago) by sushma.fernandes
Branch: RELEASE_2_6-branch
Changes since 1.125.4.9: +25 -5 lines
Diff to previous 1.125.4.9 to branch point 1.125
BUG#: 7077
TITLE: Client times out when server closes a connection and a response is not initiated
DESCRIPTION: Updated the HTTPConnection logic to send an empty HTTP message if the connection is closed when we are executing on the client side.

Revision 1.141.4.1 / (view) - annotate - [select for diffs] , Wed Oct 31 18:44:48 2007 UTC (16 years, 7 months ago) by sushma.fernandes
Branch: RELEASE_2_7-branch
Changes since 1.141: +25 -5 lines
Diff to previous 1.141
BUG#: 7072
TITLE: Client times out when server closes a connection and a response is not initiated
DESCRIPTION: Updated the HTTPConnection logic to send an empty HTTP message if the connection is closed when we are executing on the client side.

Revision 1.142 / (view) - annotate - [select for diffs] , Tue Oct 30 16:33:10 2007 UTC (16 years, 8 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.141: +25 -5 lines
Diff to previous 1.141
BUG#: 7059
TITLE: Client times out when server closes a connection and a response is not initiated
DESCRIPTION: Updated the HTTPConnection logic to send an empty HTTP message if the connection is closed when we are executing on the client side.

Revision 1.125.4.9 / (view) - annotate - [select for diffs] , Tue Oct 16 16:43:37 2007 UTC (16 years, 8 months ago) by s.manicka
Branch: RELEASE_2_6-branch
Changes since 1.125.4.8: +4 -0 lines
Diff to previous 1.125.4.8 to branch point 1.125
BUG#: 7028
TITLE:    Error reading requests sent with chunked encoding.

DESCRIPTION:

Revision 1.125.4.8 / (view) - annotate - [select for diffs] , Wed Aug 22 06:56:04 2007 UTC (16 years, 10 months ago) by thilo.boehm
Branch: RELEASE_2_6-branch
Changes since 1.125.4.7: +15 -20 lines
Diff to previous 1.125.4.7 to branch point 1.125
BUG#: 6735
TITLE: Clean up of incompleteReadOccurred() for all platforms.

DESCRIPTION: Clean up for bug 6701.

Revision 1.141 / (view) - annotate - [select for diffs] , Wed Aug 22 06:43:37 2007 UTC (16 years, 10 months ago) by thilo.boehm
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, RELEASE_2_7_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: RELEASE_2_7-branch
Changes since 1.140: +13 -13 lines
Diff to previous 1.140
BUG#: 6800
TITLE: Use z/OS UNIX Domain socket ioctl() function for client verification instead of files

DESCRIPTION: Add zOS function to retrieve and process a userID from the UNIX Local Domain socket.

Revision 1.125.4.7 / (view) - annotate - [select for diffs] , Thu Aug 2 07:08:02 2007 UTC (16 years, 10 months ago) by thilo.boehm
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_1
Changes since 1.125.4.6: +2 -0 lines
Diff to previous 1.125.4.6 to branch point 1.125
BUG#: 6701
TITLE: zOS Pegasus dos not close AT-TLS client socket after the client disconnect. (V2.6)

DESCRIPTION: Removing the incompleteReadOccured check for zOS.

Revision 1.140 / (view) - annotate - [select for diffs] , Fri Jul 27 17:39:32 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.139: +15 -18 lines
Diff to previous 1.139
BUG#: 6700
TITLE: zOS: Pegasus dos not close AT-TLS client socket after the client disconnect
DESCRIPTION: Change the semantics of MP_Socket::incompleteReadOccurred to apply better across platforms.

Revision 1.139 / (view) - annotate - [select for diffs] , Tue Jun 12 15:17:33 2007 UTC (17 years ago) by mike
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-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
Changes since 1.138: +2 -2 lines
Diff to previous 1.138
BUG#: 6516
TITLE: Linux warning cleanup

DESCRIPTION: Cleaned up all known Linux warnings.

Revision 1.125.4.6 / (view) - annotate - [select for diffs] , Fri May 25 16:39:01 2007 UTC (17 years, 1 month ago) by kumpf
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_1-RC1
Changes since 1.125.4.5: +12 -28 lines
Diff to previous 1.125.4.5 to branch point 1.125
BUG#: 6470
TITLE: Need a way to suppress user info in trace file
DESCRIPTION: Added a getHTTPRequestMessage to the Tracer to suppress user info in the trace file.  Updated HTTPConnection to use the getHTTPRequestMessage method.  Removed an incorrect findSeparator optimization.

Revision 1.138 / (view) - annotate - [select for diffs] , Fri May 11 16:57:26 2007 UTC (17 years, 1 month ago) by sushma.fernandes
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-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.137: +8 -27 lines
Diff to previous 1.137
BUG#: 6414
TITLE: Need a way to suppress user info in trace file

DESCRIPTION: Added a getHTTPRequestMessage to the Tracer to suppress user info in trace file. Updated HTTPConnection to use the getHTTPRequestMessage method. Removed a findSeparator optimization so it would work with requests that mix CRLF and LF separators.

Revision 1.137 / (view) - annotate - [select for diffs] , Wed May 2 16:51:41 2007 UTC (17 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.136: +1 -1 lines
Diff to previous 1.136
BUG#: 6378
TITLE: Use SharedPtr instead of AutoPtr for pointer transfers
DESCRIPTION: Avoid the AutoPtr pointer-stealing semantics.

Revision 1.125.4.5 / (view) - annotate - [select for diffs] , Wed Apr 4 10:04:44 2007 UTC (17 years, 2 months ago) by marek
Branch: RELEASE_2_6-branch
Changes since 1.125.4.4: +46 -47 lines
Diff to previous 1.125.4.4 to branch point 1.125
BUG#:6300
TITLE: Performance - simplify internal Tracer interface and use the more efficent Trace macros (2.6)

DESCRIPTION:

Revision 1.133.2.3 / (view) - annotate - [select for diffs] , Tue Apr 3 20:14:02 2007 UTC (17 years, 2 months ago) by kumpf
Changes since 1.133.2.2: +1 -2 lines
Diff to previous 1.133.2.2 to branch point 1.133 to next main 1.134
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Minor clean-up.

Revision 1.107.2.8 / (view) - annotate - [select for diffs] , Tue Apr 3 18:01:44 2007 UTC (17 years, 2 months ago) by mateus.baur
Branch: RELEASE_2_5-branch
Changes since 1.107.2.7: +2 -2 lines
Diff to previous 1.107.2.7 to branch point 1.107
BUG#: 6276
TITLE: AuthenticationInfo class needs to be cleaned up
DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.136 / (view) - annotate - [select for diffs] , Tue Apr 3 17:50:52 2007 UTC (17 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.135: +1 -1 lines
Diff to previous 1.135
BUG#: 6306
TITLE: Initialization of String objects to String::EMPTY is unnecessary
DESCRIPTION: Remove redundant object initializations.

Revision 1.133.2.2 / (view) - annotate - [select for diffs] , Thu Mar 29 23:35:02 2007 UTC (17 years, 3 months ago) by mike
Changes since 1.133.2.1: +1 -8 lines
Diff to previous 1.133.2.1 to branch point 1.133
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Privilege Separation Rework

Revision 1.107.2.7 / (view) - annotate - [select for diffs] , Wed Mar 28 18:29:06 2007 UTC (17 years, 3 months ago) by kumpf
Branch: RELEASE_2_5-branch
Changes since 1.107.2.6: +34 -48 lines
Diff to previous 1.107.2.6 to branch point 1.107
BUG#: 6295
TITLE: Race condition in HTTPConnection cleanup
DESCRIPTION: Correct the _responsePending logic to prevent an HTTPConnection from getting cleaned up while a response is outstanding.

Revision 1.125.4.4 / (view) - annotate - [select for diffs] , Tue Mar 27 16:47:19 2007 UTC (17 years, 3 months ago) by kumpf
Branch: RELEASE_2_6-branch
Changes since 1.125.4.3: +34 -50 lines
Diff to previous 1.125.4.3 to branch point 1.125
BUG#: 6278
TITLE: Race condition in HTTPConnection cleanup
DESCRIPTION: Correct the _responsePending logic to prevent an HTTPConnection from getting cleaned up while a response is outstanding.

Revision 1.135 / (view) - annotate - [select for diffs] , Tue Mar 27 16:38:13 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134
BUG#: 6279
TITLE: Incorrect use of PEG_TRACE macro
DESCRIPTION: Correct the placement of a closing parenthesis.

Revision 1.134 / (view) - annotate - [select for diffs] , Tue Mar 27 16:18:16 2007 UTC (17 years, 3 months ago) by marek
Branch: MAIN
Changes since 1.133: +1 -1 lines
Diff to previous 1.133
BUG#:6285
TITLE: Few PEG_TRACE macros can be changed into PEG_TRACE_STRING or PEG_TRACE_CSTRING

DESCRIPTION:

Revision 1.133.2.1 / (view) - annotate - [select for diffs] , Fri Mar 23 20:53:51 2007 UTC (17 years, 3 months ago) by kumpf
Changes since 1.133: +9 -1 lines
Diff to previous 1.133
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge PEP286_PRIVILEGE_SEPARATION_BRANCH into the HEAD.

Revision 1.133 / (view) - annotate - [select for diffs] , Fri Mar 23 17:06:44 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.132: +34 -50 lines
Diff to previous 1.132
BUG#: 6269
TITLE: Race condition in HTTPConnection cleanup
DESCRIPTION: Correct the _responsePending logic to prevent an HTTPConnection from getting cleaned up while a response is outstanding.

Revision 1.125.4.3 / (view) - annotate - [select for diffs] , Fri Mar 23 16:36:53 2007 UTC (17 years, 3 months ago) by sushma.fernandes
Branch: RELEASE_2_6-branch
Changes since 1.125.4.2: +4 -6 lines
Diff to previous 1.125.4.2 to branch point 1.125
BUG#: 6274
TITLE: AuthenticationInfo class needs to be cleaned up

DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.132 / (view) - annotate - [select for diffs] , Fri Mar 16 17:22:30 2007 UTC (17 years, 3 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.131: +4 -6 lines
Diff to previous 1.131
BUG#: 6250
TITLE: AuthenticationInfo class needs to be cleaned up

DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.131 / (view) - annotate - [select for diffs] , Fri Mar 16 16:16:49 2007 UTC (17 years, 3 months ago) by marek
Branch: MAIN
Changes since 1.130: +49 -50 lines
Diff to previous 1.130
BUG#:6207
TITLE: Performance - make OpenPegasus use its more efficent Trace macros

DESCRIPTION:

Revision 1.125.4.2 / (view) - annotate - [select for diffs] , Wed Mar 14 19:26:34 2007 UTC (17 years, 3 months ago) by kumpf
Branch: RELEASE_2_6-branch
Changes since 1.125.4.1: +16 -8 lines
Diff to previous 1.125.4.1 to branch point 1.125
BUG#: 6239
TITLE: Include queue ID in request message trace statements
DESCRIPTION: Move the tracing of request messages from the decoders to the HTTPConnection and include the queue number in the trace.

Revision 1.130 / (view) - annotate - [select for diffs] , Tue Mar 13 16:58:51 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.129: +16 -8 lines
Diff to previous 1.129
BUG#: 6237
TITLE: Include queue ID in request message trace statements
DESCRIPTION: Move the tracing of request messages from the decoders to the HTTPConnection and include the queue number in the trace.

Revision 1.125.4.1 / (view) - annotate - [select for diffs] , Tue Mar 6 18:38:27 2007 UTC (17 years, 3 months ago) by thilo.boehm
Branch: RELEASE_2_6-branch
Changes since 1.125: +31 -0 lines
Diff to previous 1.125
BUG#: 6185
TITLE: Remove obsolete reconnect from indication delivery.

DESCRIPTION: Backport of patches of bug 6070,6159,6198
 It adds new trace statements,
 Add a lazy reconnect to the CIMExportClient and CIMClientRep.

Revision 1.129 / (view) - annotate - [select for diffs] , Fri Feb 23 18:52:01 2007 UTC (17 years, 4 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.128: +31 -0 lines
Diff to previous 1.128
BUG#: 6070
TITLE: Remove obsolete reconnect from indication delivery.

DESCRIPTION: Prevent from automatically reconnect in CIMExportClient.
             Using AutoPtr for request and response messages.
             Add code instrumentation for better problem determination.

Revision 1.128 / (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.127: +13 -15 lines
Diff to previous 1.127
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.120.10.4 / (view) - annotate - [select for diffs] , Wed Jan 24 04:47:07 2007 UTC (17 years, 5 months ago) by kamal.locahana
Branch: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.120.10.3: +104 -104 lines
Diff to previous 1.120.10.3 to branch point 1.120 to next main 1.121
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Made changes to adhere to PEP221. Replaced tabs

Revision 1.120.10.3 / (view) - annotate - [select for diffs] , Wed Jan 24 04:06:59 2007 UTC (17 years, 5 months ago) by kamal.locahana
Branch: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.120.10.2: +152 -156 lines
Diff to previous 1.120.10.2 to branch point 1.120
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Made changes to adhere to PEP221

Revision 1.127 / (view) - annotate - [select for diffs] , Tue Jan 16 20:23:22 2007 UTC (17 years, 5 months ago) by a.dunfey
Branch: MAIN
Changes since 1.126: +5 -0 lines
Diff to previous 1.126
BUG#: 6003
TITLE: Error reading requests sent with chunked encoding

DESCRIPTION:

Modifying HTTPConnection code to make sure that the value of the _transferEncodingChunkOffset variable is reset after the last chunk of a response message is written out to the network connection. If a message is read off of that same connection after a response is sent, this change ensures that the variable used to mark chunking-related delimeters is set properly at the beginning of a request.

Revision 1.126 / (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.125: +26 -24 lines
Diff to previous 1.125
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.125.2.3 / (view) - annotate - [select for diffs] , Thu Jan 11 01:34:35 2007 UTC (17 years, 5 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
CVS Tags: PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE
Changes since 1.125.2.2: +1 -5 lines
Diff to previous 1.125.2.2 to branch point 1.125 to next main 1.126
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.125.2.2 / (view) - annotate - [select for diffs] , Tue Jan 9 20:25:40 2007 UTC (17 years, 5 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.125.2.1: +10 -1 lines
Diff to previous 1.125.2.1 to branch point 1.125
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.125.2.1 / (view) - annotate - [select for diffs] , Tue Jan 9 02:41:17 2007 UTC (17 years, 5 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.125: +5 -1 lines
Diff to previous 1.125
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.120.10.2 / (view) - annotate - [select for diffs] , Mon Dec 18 15:12:16 2006 UTC (17 years, 6 months ago) by kamal.locahana
Branch: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.120.10.1: +2 -2 lines
Diff to previous 1.120.10.1 to branch point 1.120
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Changed the signature of _writToNamedPipe method

Revision 1.125 / (view) - annotate - [select for diffs] , Fri Dec 1 21:03:27 2006 UTC (17 years, 6 months ago) by dave.sudlik
Branch: MAIN
CVS Tags: RELEASE_2_6_0-RC1, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch, PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.124: +15 -1 lines
Diff to previous 1.124
BUG#: 4408
TITLE: HTTP trailer information does not show up in xmlIO trace output

DESCRIPTION: Committing approved fix

Revision 1.124 / (view) - annotate - [select for diffs] , Wed Nov 29 04:17:29 2006 UTC (17 years, 7 months ago) by mreddy
Branch: MAIN
Changes since 1.123: +14 -2 lines
Diff to previous 1.123
BUG#: 4575
TITLE: Server does not respond to request sent with invalid UTF-8 characters in header

Revision 1.123 / (view) - annotate - [select for diffs] , Fri Nov 10 18:14:58 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_6_0-FC
Changes since 1.122: +17 -17 lines
Diff to previous 1.122
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.122 / (view) - annotate - [select for diffs] , Wed Nov 8 22:24:00 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.121: +279 -181 lines
Diff to previous 1.121
BUG#: 5835
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.120.10.1 / (view) - annotate - [select for diffs] , Fri Nov 3 05:19:33 2006 UTC (17 years, 7 months ago) by kamal.locahana
Branch: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.120: +529 -21 lines
Diff to previous 1.120
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Added changes to Support NamedPipe feature

Revision 1.121 / (view) - annotate - [select for diffs] , Fri Oct 20 17:06:02 2006 UTC (17 years, 8 months ago) by sushma.fernandes
Branch: MAIN
CVS Tags: TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, 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
Changes since 1.120: +2 -0 lines
Diff to previous 1.120
BUG#: 5723
TITLE: PEP 258 IP address needs to be passed down to authentication modules

DESCRIPTION: Updated the AuthenticationInfo class to add ip address info.

Revision 1.110.2.24 / (view) - annotate - [select for diffs] , Wed Oct 18 03:24:42 2006 UTC (17 years, 8 months ago) by mreddy
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.23: +8 -8 lines
Diff to previous 1.110.2.23 to branch point 1.110 to next main 1.111
BUG#: 4011
TITLE: Local Domain Sockets in Windows

Revision 1.110.2.23 / (view) - annotate - [select for diffs] , Tue Oct 10 07:30:15 2006 UTC (17 years, 8 months ago) by kamal.locahana
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.22: +0 -2 lines
Diff to previous 1.110.2.22 to branch point 1.110
BUG#: 4011

TITLE: WinLocalDomainSockets

DESCRIPTION:  Added changes to Support NamedPipe feature

Revision 1.110.2.22 / (view) - annotate - [select for diffs] , Thu Oct 5 14:49:03 2006 UTC (17 years, 8 months ago) by kamal.locahana
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.21: +511 -733 lines
Diff to previous 1.110.2.21 to branch point 1.110
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Added NamedPipe Constants

Revision 1.120 / (view) - annotate - [select for diffs] , Fri Sep 29 18:40:57 2006 UTC (17 years, 9 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-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-BUG4011_WinLocalConnect-branch-New
Branch point for: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.119: +8 -0 lines
Diff to previous 1.119
BUG#: 5632
TITLE: PEP 258: Include client IP address in operation request messages
DESCRIPTION: Capture the IP address for a client connection and include it in the CIMOperationRequestMessages generated from the connection.

Revision 1.119 / (view) - annotate - [select for diffs] , Fri Sep 29 16:38:12 2006 UTC (17 years, 9 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.118: +1 -12 lines
Diff to previous 1.118
BUG#: 5634
TITLE: PEP 259 SSL Certificate Management Command Interfaces - phase 4

DESCRIPTION: Removed export SSL connection code and config parameters exportSSLTrustStore and enableExportSSLClientVerification. Added cimcrl and cimtrust man pages. Updated SSL guidelines document.

Revision 1.107.2.6 / (view) - annotate - [select for diffs] , Wed Sep 20 18:22:57 2006 UTC (17 years, 9 months ago) by kumpf
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4
Changes since 1.107.2.5: +5 -0 lines
Diff to previous 1.107.2.5 to branch point 1.107
BUG#: 5584
TITLE: Response chunks may be sent out of order
DESCRIPTION: Ensure the same thread is used to write response chunks from the Dispatcher through the ResponseEncoder and HTTPConnection.

Revision 1.118 / (view) - annotate - [select for diffs] , Tue Sep 19 18:33:40 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.117: +5 -0 lines
Diff to previous 1.117
BUG#: 5579
TITLE: Response chunks may be sent out of order
DESCRIPTION: Ensure the same thread is used to write response chunks from the Dispatcher through the ResponseEncoder and HTTPConnection.

Revision 1.110.2.21 / (view) - annotate - [select for diffs] , Tue Sep 12 08:17:16 2006 UTC (17 years, 9 months ago) by ms.aruran
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.20: +454 -470 lines
Diff to previous 1.110.2.20 to branch point 1.110
BUG#: 4011
TITLE: Local Domain Sockets in Windows

DESCRIPTION: Updated File after working for NamedPipe implementation

Revision 1.107.2.5 / (view) - annotate - [select for diffs] , Wed Aug 16 12:08:56 2006 UTC (17 years, 10 months ago) by marek
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_3-RC1, RELEASE_2_5_3
Changes since 1.107.2.4: +6 -5 lines
Diff to previous 1.107.2.4 to branch point 1.107
BUG#:5298
TITLE: switch Pegasus from blocking to non-blocking writes

DESCRIPTION:

Revision 1.117 / (view) - annotate - [select for diffs] , Mon Aug 14 07:10:34 2006 UTC (17 years, 10 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.116: +23 -24 lines
Diff to previous 1.116
BUG#: 5346
TITLE: z/OS: Use z/OS ATTLS function for client verification instead of SSL.

DESCRIPTION: Submit proposed code changes + remove names.

Revision 1.116 / (view) - annotate - [select for diffs] , Wed Aug 9 20:12:42 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.115: +2 -6 lines
Diff to previous 1.115
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: This patch cleans up the IPC related classes. It (1) reorganizes
related classes into their own headers, (2) makes the mutex class recursive to
eliminate recursive lock exclusion logic, (3) reimplements condition variables,
renames dozens of global functions.

Revision 1.115.2.3 / (view) - annotate - [select for diffs] , Fri Jul 28 22:52:11 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
CVS Tags: TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.115.2.2: +1 -5 lines
Diff to previous 1.115.2.2 to branch point 1.115 to next main 1.116
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.107.2.4 / (view) - annotate - [select for diffs] , Fri Jul 28 19:24:52 2006 UTC (17 years, 11 months ago) by gs.keenan
Branch: RELEASE_2_5-branch
Changes since 1.107.2.3: +16 -6 lines
Diff to previous 1.107.2.3 to branch point 1.107
BUG#: 5251
TITLE: OpenVMS - Large/huge socket write fails.

DESCRIPTION: Break transfers into 8K byte pieces when necessary.

Revision 1.107.2.3 / (view) - annotate - [select for diffs] , Fri Jul 28 16:54:16 2006 UTC (17 years, 11 months ago) by kumpf
Branch: RELEASE_2_5-branch
Changes since 1.107.2.2: +26 -7 lines
Diff to previous 1.107.2.2 to branch point 1.107
BUG#: 5195
TITLE: Need DiscardedData message for orphaned responses
DESCRIPTION: Add a DiscardedData trace message when a write operation fails on an HTTPConnection.

Revision 1.115.2.2 / (view) - annotate - [select for diffs] , Fri Jul 28 16:41:27 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.115.2.1: +1 -1 lines
Diff to previous 1.115.2.1 to branch point 1.115
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.115.2.1 / (view) - annotate - [select for diffs] , Thu Jul 27 22:11:51 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.115: +2 -2 lines
Diff to previous 1.115
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.110.2.20 / (view) - annotate - [select for diffs] , Tue Jul 25 16:51:46 2006 UTC (17 years, 11 months ago) by j.alex
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.19: +19 -11 lines
Diff to previous 1.110.2.19 to branch point 1.110
BUG#:4011
TITLE: connectLocal using NamedPipes

DESCRIPTION: Fixed automut::-cout problem and increased NAMDEDPIPE_MAX_BUFFER_SIZE to 8192 from 4096. connectLocal does not seem to work if cimserver is listening on non-default ports for Windows . Using NamedPipes for Local connection in windows. Windows will no longer set PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET.

Revision 1.110.2.19 / (view) - annotate - [select for diffs] , Fri Jul 21 17:17:51 2006 UTC (17 years, 11 months ago) by j.alex
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.18: +96 -21 lines
Diff to previous 1.110.2.18 to branch point 1.110
BUG#:4011
TITLE: connectLocal using NamedPipes

DESCRIPTION:connectLocal does not seem to work if cimserver is listening on non-default ports for Windows . Using NamedPipes for Local connection in windows. Windows will no longer set PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET.

Revision 1.110.2.18 / (view) - annotate - [select for diffs] , Wed Jul 19 15:58:52 2006 UTC (17 years, 11 months ago) by j.alex
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.17: +4 -4 lines
Diff to previous 1.110.2.17 to branch point 1.110
BUG#:4011
TITLE: connectLocal using NamedPipes

DESCRIPTION:connectLocal does not seem to work if cimserver is listening on non-default ports for Windows . Using NamedPipes for Local connection in windows. Windows will no longer set PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET.

Revision 1.115 / (view) - annotate - [select for diffs] , Mon Jul 17 13:34:39 2006 UTC (17 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.114: +6 -5 lines
Diff to previous 1.114
BUG#:5226
TITLE: switch Pegasus from blocking to non-blocking writes

DESCRIPTION: Committed third patch, aka approved version

Revision 1.110.2.17 / (view) - annotate - [select for diffs] , Fri Jul 14 13:25:08 2006 UTC (17 years, 11 months ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.16: +69 -5 lines
Diff to previous 1.110.2.16 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.16 / (view) - annotate - [select for diffs] , Tue Jul 11 18:57:40 2006 UTC (17 years, 11 months ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.15: +405 -174 lines
Diff to previous 1.110.2.15 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.114 / (view) - annotate - [select for diffs] , Thu Jun 29 23:04:02 2006 UTC (18 years ago) by gs.keenan
Branch: MAIN
Changes since 1.113: +16 -6 lines
Diff to previous 1.113
BUG#: 5160
TITLE: OpenVMS - Large/huge socket write fails.

DESCRIPTION: Add loop in _handleWriteEvent to break writes into 8K chunks if necessary.

Revision 1.113 / (view) - annotate - [select for diffs] , Wed Jun 28 19:58:18 2006 UTC (18 years ago) by kumpf
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.112: +18 -8 lines
Diff to previous 1.112
BUG#: 5192
TITLE: Need DiscardedData message for orphaned responses
DESCRIPTION: Add a DiscardedData trace message when a write operation fails on an HTTPConnection.

Revision 1.112 / (view) - annotate - [select for diffs] , Mon Jun 26 22:00:06 2006 UTC (18 years ago) by mike
Branch: MAIN
Changes since 1.111: +1 -0 lines
Diff to previous 1.111
BUG#: 5124
TITLE: Network.h: a new place for network definitions.

DESCRIPTION:  This patch localizes network definitions in Network.h

Revision 1.111 / (view) - annotate - [select for diffs] , Mon Jun 26 21:23:29 2006 UTC (18 years ago) by mike
Branch: MAIN
Changes since 1.110: +2 -7 lines
Diff to previous 1.110
BUG#: 5134
TITLE: Network.h: a new place for network definitions.

DESCRIPTION: This patch collects network-related definitions and includes into a single file (Network.h)

Revision 1.110.2.15 / (view) - annotate - [select for diffs] , Thu Jun 22 17:40:13 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.14: +26 -2 lines
Diff to previous 1.110.2.14 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.14 / (view) - annotate - [select for diffs] , Wed Jun 21 14:27:44 2006 UTC (18 years ago) by mreddy
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.13: +17 -33 lines
Diff to previous 1.110.2.13 to branch point 1.110
BUG#: 4011
TITLE:  changes for working in debug mode

DESCRIPTION: Test version

Revision 1.110.2.13 / (view) - annotate - [select for diffs] , Tue Jun 20 03:07:50 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.12: +25 -1 lines
Diff to previous 1.110.2.12 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.12 / (view) - annotate - [select for diffs] , Mon Jun 19 02:39:28 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.11: +1 -1 lines
Diff to previous 1.110.2.11 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.11 / (view) - annotate - [select for diffs] , Sat Jun 17 22:04:14 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.10: +6 -8 lines
Diff to previous 1.110.2.10 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.10 / (view) - annotate - [select for diffs] , Fri Jun 16 11:35:19 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.9: +1 -1 lines
Diff to previous 1.110.2.9 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.9 / (view) - annotate - [select for diffs] , Thu Jun 15 09:09:12 2006 UTC (18 years ago) by mreddy
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.8: +195 -58 lines
Diff to previous 1.110.2.8 to branch point 1.110
BUG#: 4011
TITLE:  serialized couts

DESCRIPTION: Test version

Revision 1.110.2.8 / (view) - annotate - [select for diffs] , Wed Jun 14 20:35:38 2006 UTC (18 years ago) by j.alex
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.7: +38 -11 lines
Diff to previous 1.110.2.7 to branch point 1.110
BUG#:4011
TITLE: connectLocal using NamedPipes

DESCRIPTION:connectLocal does not seem to work if cimserver is listening on non-default ports for Windows . Using NamedPipes for Local connection in windows. Windows will no longer set PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET.

Revision 1.110.2.7 / (view) - annotate - [select for diffs] , Tue Jun 13 13:28:35 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.6: +72 -4 lines
Diff to previous 1.110.2.6 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.6 / (view) - annotate - [select for diffs] , Mon Jun 12 19:11:06 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.5: +64 -9 lines
Diff to previous 1.110.2.5 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.5 / (view) - annotate - [select for diffs] , Sun Jun 11 23:42:14 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.4: +26 -3 lines
Diff to previous 1.110.2.4 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.4 / (view) - annotate - [select for diffs] , Sat Jun 10 20:54:54 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.3: +1 -1 lines
Diff to previous 1.110.2.3 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.3 / (view) - annotate - [select for diffs] , Tue Jun 6 19:08:30 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.2: +79 -8 lines
Diff to previous 1.110.2.2 to branch point 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.110.2.2 / (view) - annotate - [select for diffs] , Fri Jun 2 20:14:03 2006 UTC (18 years ago) by j.alex
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110.2.1: +2 -2 lines
Diff to previous 1.110.2.1 to branch point 1.110
BUG#:4011
TITLE: connectLocal using NamedPipes

DESCRIPTION:connectLocal does not seem to work if cimserver is listening on non-default ports for Windows . Using NamedPipes for Local connection in windows.

Revision 1.110.2.1 / (view) - annotate - [select for diffs] , Thu Jun 1 00:53:01 2006 UTC (18 years, 1 month ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.110: +104 -85 lines
Diff to previous 1.110
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.107.2.2 / (view) - annotate - [select for diffs] , Fri May 12 17:28:20 2006 UTC (18 years, 1 month ago) by dave.sudlik
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_2-RC1, RELEASE_2_5_2
Changes since 1.107.2.1: +17 -4 lines
Diff to previous 1.107.2.1 to branch point 1.107
BUG#: 5053
TITLE: reserveCapacity method may cause size overflow on invalid input

DESCRIPTION: committed 2.5.2 version of bug 4956

Revision 1.110 / (view) - annotate - [select for diffs] , Wed May 10 18:40:38 2006 UTC (18 years, 1 month ago) by dave.sudlik
Branch: MAIN
CVS Tags: 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
Branch point for: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.109: +17 -4 lines
Diff to previous 1.109
BUG#: 4956
TITLE: reserveCapacity method may cause size overflow on invalid input

DESCRIPTION: fix as described

Revision 1.109 / (view) - annotate - [select for diffs] , Tue Apr 11 17:49:28 2006 UTC (18 years, 2 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-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk
Changes since 1.108: +67 -11 lines
Diff to previous 1.108
BUG#: 4938
TITLE: CIM Server should reject duplicate HTTP headers
DESCRIPTION: Concatenate the values of duplicate HTTP headers using a comma separator.

Revision 1.105.2.2 / (view) - annotate - [select for diffs] , Tue Mar 7 18:45:46 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.105.2.1: +12 -1 lines
Diff to previous 1.105.2.1 to branch point 1.105 to next main 1.106
PEP#: 233
TITLE: Update embedded instance branch

DESCRIPTION:

Merge embedded instance branch with trunk and add missing files

Revision 1.107.2.1 / (view) - annotate - [select for diffs] , Wed Mar 1 02:21:37 2006 UTC (18 years, 4 months ago) by jim.wunderlich
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_1
Changes since 1.107: +12 -1 lines
Diff to previous 1.107
BUG#: 4840
TITLE: Client intermitently fails to read chunked messages - 2.5.1

DESCRIPTION: Corrected chunking problem

Revision 1.108 / (view) - annotate - [select for diffs] , Mon Feb 27 22:08:27 2006 UTC (18 years, 4 months ago) by jim.wunderlich
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch
Changes since 1.107: +12 -1 lines
Diff to previous 1.107
BUG#: 4810
TITLE: Client intermitently fails to read chunked messages

DESCRIPTION: Fix chunking code

Revision 1.105.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:36 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.105: +6 -4 lines
Diff to previous 1.105
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.107 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:04 2006 UTC (18 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_5_1-RC1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.106: +4 -2 lines
Diff to previous 1.106
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.106 / (view) - annotate - [select for diffs] , Tue Jan 3 17:24:31 2006 UTC (18 years, 5 months ago) by h.sterling
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch
Changes since 1.105: +2 -2 lines
Diff to previous 1.105
BUG#: 4598
TITLE: allow propagation of client cert chain as part of client auth info

DESCRIPTION:
Submitted proposed fix

Revision 1.105 / (view) - annotate - [select for diffs] , Mon Dec 19 21:51:37 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: PEP233_EmbeddedInstSupport-root
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.104: +17 -10 lines
Diff to previous 1.104
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.104 / (view) - annotate - [select for diffs] , Mon Oct 31 17:39:11 2005 UTC (18 years, 7 months ago) by mike
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.103: +10 -9 lines
Diff to previous 1.103
BUG#: 4307
TITLE: Buffer class optimization

DESCRIPTION: New Buffer class and usage.

Revision 1.103 / (view) - annotate - [select for diffs] , Mon Oct 24 18:35:25 2005 UTC (18 years, 8 months ago) by mike
Branch: MAIN
Changes since 1.102: +5 -5 lines
Diff to previous 1.102
BUG#: 4250
TITLE: AtomicInt Performance

DESCRIPTION: This fix provides a faster AtomicInt implementation for select platforms.

Revision 1.102.8.2 / (view) - annotate - [select for diffs] , Fri Oct 21 16:34:38 2005 UTC (18 years, 8 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.102.8.1: +4 -4 lines
Diff to previous 1.102.8.1 to branch point 1.102 to next main 1.103
BUG#: 4250
TITLE: AtomicInt Performance

DESCRIPTION: Changed usage of AtomicInt::value() to AtomicInt::get().

Revision 1.102.8.1 / (view) - annotate - [select for diffs] , Mon Oct 17 20:05:32 2005 UTC (18 years, 8 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.102: +1 -1 lines
Diff to previous 1.102
BUG#: 4250
TITLE: New AtomicInt implementation.

DESCRIPTION: Implementation for LINUX_IA64_GNU.

Revision 1.102.2.1 / (view) - annotate - [select for diffs] , Fri Sep 30 15:28:15 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.102: +9 -9 lines
Diff to previous 1.102 to next main 1.103
BUG#: 4200
TITLE: Performance Optimizations

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

Revision 1.79.2.2 / (view) - annotate - [select for diffs] , Fri Aug 19 19:53:41 2005 UTC (18 years, 10 months ago) by kumpf
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2
Changes since 1.79.2.1: +42 -1 lines
Diff to previous 1.79.2.1 to branch point 1.79 to next main 1.80
BUG#: 4120
TITLE: HTTPConnection _handleReadEvent should complete connection setup
DESCRIPTION: Finish connection setup in the HTTPConnection::_handleReadEvent method, when necessary.

Revision 1.102 / (view) - annotate - [select for diffs] , Thu Aug 18 23:24:32 2005 UTC (18 years, 10 months ago) by kumpf
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, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Branch point for: PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.101: +43 -1 lines
Diff to previous 1.101
BUG#: 4115
TITLE: HTTPConnection _handleReadEvent should complete connection setup
DESCRIPTION: Finish connection setup in the HTTPConnection::_handleReadEvent method, when necessary.  Also move the SSLContext mutex locking responsibility to the SSLSocket class, which contains the protected logic.

Revision 1.101 / (view) - annotate - [select for diffs] , Sat Aug 13 23:54:43 2005 UTC (18 years, 10 months ago) by h.sterling
Branch: MAIN
Changes since 1.100: +4 -5 lines
Diff to previous 1.100
BUG#:4041
TITLE:Pegasus doesn't correcly handle incomplete SSL records

DESCRIPTION:
Submit approved fix

Revision 1.100 / (view) - annotate - [select for diffs] , Fri Jul 29 17:54:01 2005 UTC (18 years, 11 months ago) by konrad.r
Branch: MAIN
Changes since 1.99: +1 -1 lines
Diff to previous 1.99
BUG#: 3975
TITLE: cimserver provides truncated reply with utf-8 chars on failing invokeMethod request

DESCRIPTION:

Revision 1.99 / (view) - annotate - [select for diffs] , Mon Jul 25 23:09:44 2005 UTC (18 years, 11 months ago) by j.alex
Branch: MAIN
Changes since 1.98: +15 -4 lines
Diff to previous 1.98
BUG#: 2290
TITLE: pegasus should honor HTTP header  'Connection: Close'


DESCRIPTION:
  Modified code for both the Server and the Client to
  handle a "Connection: Close" header.

Revision 1.98 / (view) - annotate - [select for diffs] , Fri Jul 1 20:55:21 2005 UTC (18 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.97: +1294 -1334 lines
Diff to previous 1.97
BUG#: 3893
TITLE: Dead code in HTTPConnection
DESCRIPTION: Removed the unused ifdef LOCK_CONNECTION_ENABLED code.

Revision 1.97 / (view) - annotate - [select for diffs] , Fri Jul 1 17:34:46 2005 UTC (18 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.96: +5 -11 lines
Diff to previous 1.96
BUG#: 3892
TITLE: Use AutoMutex in HTTPConnection handleEnqueue
DESCRIPTION: Use an AutoMutex instead of explicit lock and unlock calls in the handleEnqueue method.

Revision 1.96 / (view) - annotate - [select for diffs] , Mon May 16 21:00:31 2005 UTC (19 years, 1 month ago) by chuck
Branch: MAIN
Changes since 1.95: +22 -22 lines
Diff to previous 1.95
BUG#: 2742
TITLE: OS/400 porting changes for Pegasus 2.5

DESCRIPTION: Formatting changes only (fix tabbing)

Revision 1.95 / (view) - annotate - [select for diffs] , Mon May 16 20:33:35 2005 UTC (19 years, 1 month ago) by chuck
Branch: MAIN
Changes since 1.94: +46 -36 lines
Diff to previous 1.94
BUG#: 2742
TITLE: OS/400 porting changes for Pegasus 2.5

DESCRIPTION: Updates for Kerberos

Revision 1.94 / (view) - annotate - [select for diffs] , Wed May 11 20:12:20 2005 UTC (19 years, 1 month ago) by david.dillard
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.93: +10 -10 lines
Diff to previous 1.93
BUG#: 2182
TITLE: Removed non-empty exception specifications.

DESCRIPTION:

Revision 1.93 / (view) - annotate - [select for diffs] , Sat Apr 23 19:12:39 2005 UTC (19 years, 2 months ago) by david.dillard
Branch: MAIN
Changes since 1.92: +158 -158 lines
Diff to previous 1.92
BUG#: 2182
TITLE: Removed exception specification.

DESCRIPTION:

Revision 1.92 / (view) - annotate - [select for diffs] , Sun Feb 6 21:13:14 2005 UTC (19 years, 4 months ago) by gs.keenan
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.91: +12 -1 lines
Diff to previous 1.91
PEP#: 179
TITLE: Add Platform support for HP OpenVMS

DESCRIPTION: Changes to .cpp, .h files

Revision 1.91 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:23 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.90: +3 -1 lines
Diff to previous 1.90
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.90 / (view) - annotate - [select for diffs] , Thu Jan 27 18:57:28 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.89: +1 -408 lines
Diff to previous 1.89
BUG#: 2226
TITLE: monitor_2 is obsolete

DESCRIPTION: Remove the obsolete monitor_2 and associated code.

Revision 1.89 / (view) - annotate - [select for diffs] , Tue Jan 18 03:54:55 2005 UTC (19 years, 5 months ago) by david.dillard
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.88: +4 -4 lines
Diff to previous 1.88
BUG#: 2570
TITLE: 'Types' changes corrections.

DESCRIPTION: Corrected changes made for bugzilla 2297.

Revision 1.88 / (view) - annotate - [select for diffs] , Sun Jan 16 02:50:46 2005 UTC (19 years, 5 months ago) by david.dillard
Branch: MAIN
Changes since 1.87: +44 -43 lines
Diff to previous 1.87
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.87 / (view) - annotate - [select for diffs] , Thu Jan 13 15:08:51 2005 UTC (19 years, 5 months ago) by a.arora
Branch: MAIN
Changes since 1.86: +2 -1 lines
Diff to previous 1.86
BUG#: 2541
TITLE: HTTPAcceptor/HTTPConnector use of AutoPtr can double de-allocate mp_socket pointer.

DESCRIPTION:  Fixed as suggested.

Revision 1.86 / (view) - annotate - [select for diffs] , Wed Dec 15 14:12:42 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: MAIN
Changes since 1.85: +1 -1 lines
Diff to previous 1.85
BUG#: 2289
TITLE: Use %p to trace pointer values

DESCRIPTION: make this work on 64 bit

Revision 1.85 / (view) - annotate - [select for diffs] , Thu Dec 9 21:49:52 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: MAIN
Changes since 1.84: +123 -11 lines
Diff to previous 1.84
BUG#: 2231
TITLE: Globalization test fails

DESCRIPTION: now fixed for 2.5 with the blessing of chuck carmack

Revision 1.84 / (view) - annotate - [select for diffs] , Tue Dec 7 22:43:14 2004 UTC (19 years, 6 months ago) by h.sterling
Branch: MAIN
Changes since 1.83: +9 -44 lines
Diff to previous 1.83
PEP#: 187
TITLE: SSL cert Mgmt Enhancements
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Check in bulk of code, including Schema, CertificateProvider and changes to Common, Config, and Server files.

Revision 1.79.2.1 / (view) - annotate - [select for diffs] , Tue Dec 7 21:33:16 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, IBM_241_April1405
Changes since 1.79: +1 -12 lines
Diff to previous 1.79
BUG#: 2281
TITLE: extra carriage-return/linefeed at the end of the chunked response when trailers are sent

DESCRIPTION: fixed for 2.4 (already fixed in 2.5)

Revision 1.83 / (view) - annotate - [select for diffs] , Fri Nov 12 01:10:58 2004 UTC (19 years, 7 months ago) by brian.campbell
Branch: MAIN
CVS Tags: PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
BUG#:2289
TITLE: Build failed on HP-UX IA64

DESCRIPTION: need to cast addresses to void *

Revision 1.82 / (view) - annotate - [select for diffs] , Thu Nov 11 18:01:10 2004 UTC (19 years, 7 months ago) by brian.campbell
Branch: MAIN
Changes since 1.81: +2 -16 lines
Diff to previous 1.81
BUG#: 2281
TITLE: extra carriage-return/linefeed at the end of the chunked response when trailers are sent
DESCRIPTION: fixed.

Revision 1.81 / (view) - annotate - [select for diffs] , Fri Nov 5 15:44:05 2004 UTC (19 years, 7 months ago) by brian.campbell
Branch: MAIN
Changes since 1.80: +96 -55 lines
Diff to previous 1.80
BUG#: 2230
TITLE: TestClient failing because of timeout.
DESCRIPTION: This fix is involved and fixes many other bugs that are all related. See comments in the bug

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

Revision 1.79 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:17 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root
Branch point for: RELEASE_2_4-branch
Changes since 1.78: +6 -4 lines
Diff to previous 1.78
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.78 / (view) - annotate - [select for diffs] , Mon Oct 4 23:11:53 2004 UTC (19 years, 8 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.77: +59 -9 lines
Diff to previous 1.77
BUG#: 2057
TITLE: cimserver coredumps when running multiple TestClients

DESCRIPTION: Changes to Monitor.cpp and HTTPConnection.cpp to resolve several synchronization problems. Problems resolved  include: (1) Use of the entryState field to synchronize access to the connection object between a Worker thread writing a response and the Monitor thread reading from the connection (2) Creation of a Mutex synchronize access to the tickle socket

Revision 1.77 / (view) - annotate - [select for diffs] , Tue Aug 17 05:55:55 2004 UTC (19 years, 10 months ago) by a.arora
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.76: +5 -8 lines
Diff to previous 1.76
BUG#: 1097
TITLE: Potential Memory Leak in HTTPMessage
DESCRIPTION:  Made AutoPtr changes to HTTPConnection::_authInfo
member variable, since HTTPMessage doesn't  have the ownership of authInfo.

Revision 1.76 / (view) - annotate - [select for diffs] , Thu Aug 12 09:47:43 2004 UTC (19 years, 10 months ago) by a.arora
Branch: MAIN
Changes since 1.75: +5 -4 lines
Diff to previous 1.75
BUG#: 1090
TITLE: Mutex's May Not Be Unlocked Resulting in Hang
DESCRIPTION:  Updated files to use AutoMutex.

Revision 1.75 / (view) - annotate - [select for diffs] , Wed Jul 21 20:36:25 2004 UTC (19 years, 11 months ago) by h.sterling
Branch: MAIN
CVS Tags: MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.74: +56 -1 lines
Diff to previous 1.74
BUG#: 1586
TITLE: CIMClient hangs on 403, other HTTP response codes
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

Changing the _IsBodylessMessage function of HTTPConnection so
that the CIM client does not hang on certain response codes.

Revision 1.74 / (view) - annotate - [select for diffs] , Wed Jun 30 17:20:14 2004 UTC (20 years ago) by h.sterling
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1
Changes since 1.73: +4 -2 lines
Diff to previous 1.73
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Ballot 60 AuthenticationInfo changes

Revision 1.73 / (view) - annotate - [select for diffs] , Tue Jun 29 20:02:03 2004 UTC (20 years ago) by h.sterling
Branch: MAIN
Changes since 1.72: +6 -14 lines
Diff to previous 1.72
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Ballot 60 changes

Revision 1.72 / (view) - annotate - [select for diffs] , Thu Jun 24 18:49:53 2004 UTC (20 years ago) by brian.campbell
Branch: MAIN
Changes since 1.71: +1174 -202 lines
Diff to previous 1.71
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.71 / (view) - annotate - [select for diffs] , Fri May 21 19:57:00 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.70: +18 -5 lines
Diff to previous 1.70
PEP#: 155
TITLE: HP[Nag] SSL client certificate verification for CIMExport requests

DESCRIPTION: Added SSL client certificate verification support for CIMExport requests received on the new export port. To enable this feature set the config property enableSSLExportClientVerification to true and specify the indication trust store using the config property exportSSLTrustStore. Username password authentication is not done and CIMOperation requests are not processed on the export port.

Revision 1.70 / (view) - annotate - [select for diffs] , Tue May 18 17:02:04 2004 UTC (20 years, 1 month ago) by h.sterling
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Support for SSL client authentication on HTTPS port.
This feature is enabled with the PEGASUS_USE_SSL_CLIENT_VERIFICATION flag.

Revision 1.69 / (view) - annotate - [select for diffs] , Tue May 18 13:57:53 2004 UTC (20 years, 1 month ago) by h.sterling
Branch: MAIN
Changes since 1.68: +69 -0 lines
Diff to previous 1.68
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Adding SSL client verification support.
Build with PEGASUS_USE_SSL_CLIENT_VERIFICATION to enable the feature.

Revision 1.68 / (view) - annotate - [select for diffs] , Wed May 12 13:32:54 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67
BUG#: 1093
TITLE: Potential Memory Leak in HTTPConnector::connect()
DESCRIPTION:  Used AutoPtr (PEP101) to solve this.

Revision 1.64.2.2 / (view) - annotate - [select for diffs] , Sun Apr 25 19:39:57 2004 UTC (20 years, 2 months ago) by h.sterling
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.64.2.1: +10 -0 lines
Diff to previous 1.64.2.1 to branch point 1.64 to next main 1.65
PEP#: 165
BRANCH: RELEASE_2_3_2-branch
TITLE: SSL client verification

DESCRIPTION

#ifdef'ing bugzilla 1319/PEP165 code
with PEGASUS_232_CLIENT_VERIFICATION flag

Revision 1.67 / (view) - annotate - [select for diffs] , Thu Apr 8 07:21:33 2004 UTC (20 years, 2 months ago) by a.arora
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66
BUG#: 1170
BRANCH: Trunk
TITLE: Client side problems when using monitor_2
DESCRIPTION: There was some missing logic which has been fixed now. For details, refer Bug#1170.

Revision 1.64.2.1 / (view) - annotate - [select for diffs] , Wed Apr 7 18:45:56 2004 UTC (20 years, 2 months ago) by h.sterling
Branch: RELEASE_2_3_2-branch
Changes since 1.64: +375 -323 lines
Diff to previous 1.64
BUG#: 1319
TITLE: SSL client authentication not fully implemented

DESCRIPTION:

--adds support for SSL client verification
  via the enableSSLClientVerification flag

Revision 1.66 / (view) - annotate - [select for diffs] , Mon Mar 29 15:39:26 2004 UTC (20 years, 3 months ago) by a.arora
Branch: MAIN
Changes since 1.65: +15 -2 lines
Diff to previous 1.65
BUG#: 1153
BRANCH: Trunk
TITLE:  "Connection time-out" failures
DESCRIPTION: Have put a new fix in the code and backed out the previous one.
For details, refer Bugzilla.

Revision 1.65 / (view) - annotate - [select for diffs] , Mon Mar 22 15:16:42 2004 UTC (20 years, 3 months ago) by a.arora
Branch: MAIN
Changes since 1.64: +2 -0 lines
Diff to previous 1.64
BUG#: 1153
BRANCH: Trunk
TITLE:  "Connection time-out" failures
DESCRIPTION: Have put  "_socket.close()" call inside the destructor of
HTTPConnection2 class, which is being used by monitor_2. You may try the
new code for testing monitor_2.

Revision 1.64 / (view) - annotate - [select for diffs] , Fri Jan 16 02:53:07 2004 UTC (20 years, 5 months ago) by gerarda
Branch: MAIN
CVS Tags: RELEASE_2_3_2-root
Branch point for: RELEASE_2_3_2-branch
Changes since 1.63: +26 -209 lines
Diff to previous 1.63
Bug 1145: OS400 Specific Changes

Revision 1.63 / (view) - annotate - [select for diffs] , Fri Nov 7 19:18:46 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: local, RELEASE_2_3_1-root, RELEASE_2_3_1-branch
Changes since 1.62: +33 -6 lines
Diff to previous 1.62
HP-WO HTTPConnection must return 413 response on oversized requests (Bugzilla 89)

Revision 1.62 / (view) - annotate - [select for diffs] , Wed Nov 5 00:49:40 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.61: +0 -5 lines
Diff to previous 1.61
HP-[DME] Bugzilla 988 - Prioritize cleanup of DYING (i.e., closed connection) entries in Monitor _entries table.

Revision 1.61 / (view) - annotate - [select for diffs] , Tue Nov 4 07:10:50 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.60: +29 -4 lines
Diff to previous 1.60
HP-[DME] Bugzilla 990 - Trace code added to HTTPConnection.cpp to help isolate client timeout problems.

Revision 1.60 / (view) - annotate - [select for diffs] , Fri Oct 31 05:06:16 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.59: +5 -1 lines
Diff to previous 1.59
HP-RK Bugzilla 482 (Gives internal server error while creating subscription instance).

Revision 1.59 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:03 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.58: +5 -3 lines
Diff to previous 1.58
PEP 55 Update license on source files to current license text and date

Revision 1.58 / (view) - annotate - [select for diffs] , Thu Oct 16 20:51:01 2003 UTC (20 years, 8 months ago) by gerarda
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.57: +152 -132 lines
Diff to previous 1.57
Bug 745: OS/400 Authentication Changes

Revision 1.57 / (view) - annotate - [select for diffs] , Tue Oct 14 17:26:02 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
bugzilla 748

Revision 1.56 / (view) - annotate - [select for diffs] , Mon Oct 13 16:53:58 2003 UTC (20 years, 8 months ago) by gerarda
Branch: MAIN
Changes since 1.55: +216 -166 lines
Diff to previous 1.55
Bug 745: OS/400 Authentication Changes

Revision 1.55 / (view) - annotate - [select for diffs] , Mon Oct 13 13:12:09 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.54: +14 -11 lines
Diff to previous 1.54
bugzilla 662 - patch small leak uncovered by successful shutdown processing

Revision 1.54 / (view) - annotate - [select for diffs] , Wed Oct 8 12:48:40 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
CVS Tags: test
Changes since 1.53: +76 -67 lines
Diff to previous 1.53
bugzilla 656 - monitor_2 shutdown

Revision 1.53 / (view) - annotate - [select for diffs] , Sun Sep 28 02:27:46 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.52: +17 -17 lines
Diff to previous 1.52
HP-[DME] Commit for Bugzilla 602 - CIM Server terminates with segmentation fault in Monitor::_dispatch and Bugzilla 612 - Client application timeout. Monitor::solicitSocketMessages returns incorrect value on error.

Revision 1.52 / (view) - annotate - [select for diffs] , Fri Sep 26 18:14:11 2003 UTC (20 years, 9 months ago) by mday
Branch: MAIN
Changes since 1.51: +26 -26 lines
Diff to previous 1.51
buzilla 535

Revision 1.51 / (view) - annotate - [select for diffs] , Sun Aug 17 23:52:20 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.50: +1 -5 lines
Diff to previous 1.50
fixed bug in HTTPConnection, additional testing changes

Revision 1.50 / (view) - annotate - [select for diffs] , Sun Aug 17 22:37:03 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.49: +6 -5 lines
Diff to previous 1.49
close connection speedup

Revision 1.49 / (view) - annotate - [select for diffs] , Sun Aug 17 21:44:35 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.48: +7 -2 lines
Diff to previous 1.48
changes to CIMServer to enable new monitor

Revision 1.48 / (view) - annotate - [select for diffs] , Sun Aug 17 13:41:54 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.47: +8 -0 lines
Diff to previous 1.47
fixed typo in new acceptor class when using unix domain sockets

Revision 1.47 / (view) - annotate - [select for diffs] , Sun Aug 17 12:52:38 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.46: +425 -0 lines
Diff to previous 1.46
(head) new HTTPAcceptor

Revision 1.43.4.2 / (view) - annotate - [select for diffs] , Thu Aug 14 10:55:42 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.43.4.1: +1 -2 lines
Diff to previous 1.43.4.1 to branch point 1.43 to next main 1.44
another merge with HEAD

Revision 1.46 / (view) - annotate - [select for diffs] , Wed Aug 13 20:08:25 2003 UTC (20 years, 10 months ago) by gerarda
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
Bug 419: OS/400 Authentication Enhancements

Revision 1.43.4.1 / (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.43: +100 -0 lines
Diff to previous 1.43
merge with 2.3 localized code

Revision 1.45 / (view) - annotate - [select for diffs] , Mon Aug 11 21:22:29 2003 UTC (20 years, 10 months ago) by gerarda
Branch: MAIN
Changes since 1.44: +73 -43 lines
Diff to previous 1.44
Bug 419: OS/400 Authentication Enhancements

Revision 1.44 / (view) - annotate - [select for diffs] , Sat Aug 2 18:07:20 2003 UTC (20 years, 10 months ago) by gerarda
Branch: MAIN
Changes since 1.43: +70 -0 lines
Diff to previous 1.43
Bug 419: OS/400 Authentication Enhancements

Revision 1.43 / (view) - annotate - [select for diffs] , Mon Jun 23 20:54:18 2003 UTC (21 years ago) by chuck
Branch: MAIN
Branch point for: pep_88
Changes since 1.42: +1 -5 lines
Diff to previous 1.42
IBM-CC: bug 350

Revision 1.42.4.1 / (view) - annotate - [select for diffs] , Mon Jun 23 18:57:24 2003 UTC (21 years ago) by chuck
Branch: RELEASE_2_2_0-branch
CVS Tags: RELEASE_2_2_1-snapshot
Changes since 1.42: +1 -5 lines
Diff to previous 1.42 to next main 1.43
IBM-CC: Bug 350

Revision 1.42 / (view) - annotate - [select for diffs] , Thu Apr 24 22:03:20 2003 UTC (21 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2-root, PEGASUS_FC_VERSION_2_2
Branch point for: RELEASE_2_2_0-branch
Changes since 1.41: +14 -11 lines
Diff to previous 1.41
HP-RK Bugzilla 238 (Signal code is platform-specific).

Revision 1.41 / (view) - annotate - [select for diffs] , Wed Apr 2 20:13:06 2003 UTC (21 years, 2 months ago) by david
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common
Changes since 1.40: +6 -0 lines
Diff to previous 1.40
IBM:DR [PEP:53] Logging Enhancements Code Points

Revision 1.40 / (view) - annotate - [select for diffs] , Tue Feb 11 01:30:39 2003 UTC (21 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.39: +3 -20 lines
Diff to previous 1.39
HP-RK Fix Bugzilla 195.

Revision 1.39.2.1 / (view) - annotate - [select for diffs] , Fri Dec 6 02:17:33 2002 UTC (21 years, 6 months ago) by kumpf
Changes since 1.39: +3 -20 lines
Diff to previous 1.39 to next main 1.40
HP-RK Use a separate Mutex to lock each connection rather than using a single Mutex across all connections.

Revision 1.39 / (view) - annotate - [select for diffs] , Wed Nov 20 03:11:20 2002 UTC (21 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
HP-RK Hide the improperly implemented Mutex copy constructor and the default Mutex assignment operator to avoid accidental and improper use.

Revision 1.38.2.1 / (view) - annotate - [select for diffs] , Mon Oct 28 22:41:43 2002 UTC (21 years, 8 months ago) by mday
Branch: mday-2-0-patches
Changes since 1.38: +22 -63 lines
Diff to previous 1.38 to next main 1.39
merged production changes with stable

Revision 1.37.2.2 / (view) - annotate - [select for diffs] , Mon Oct 28 15:43:21 2002 UTC (21 years, 8 months ago) by mday
Changes since 1.37.2.1: +39 -18 lines
Diff to previous 1.37.2.1 to branch point 1.37 to next main 1.38
merged with STABLE branch

Revision 1.37.2.1 / (view) - annotate - [select for diffs] , Fri Oct 25 19:49:43 2002 UTC (21 years, 8 months ago) by mday
Changes since 1.37: +21 -42 lines
Diff to previous 1.37
merged IBM production fixes into TOG CVS

Revision 1.38 / (view) - annotate - [select for diffs] , Tue Oct 15 01:22:14 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE
Branch point for: mday-2-0-patches
Changes since 1.37: +21 -1 lines
Diff to previous 1.37
HP-[DME] Modified handleReadEvent to deal with an incomplete read when using SSL.

Revision 1.37 / (view) - annotate - [select for diffs] , Wed Sep 11 18:11:54 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
HP-RK API Review: Move CompareNoCase in String.h to System::strcasecmp.

Revision 1.36 / (view) - annotate - [select for diffs] , Tue Sep 3 21:27:46 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
HP-RK API Review: Replace EqualNoCase function with CompareNoCase function in String module.

Revision 1.35 / (view) - annotate - [select for diffs] , Sun Sep 1 17:18:23 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
HP-DME: Split configuration files for HPUX PARISC and HPUX IA64 builds.

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Aug 27 00:36:32 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
HP-RK API Review: Remove String::compareNoCase(char*) methods.

Revision 1.33 / (view) - annotate - [select for diffs] , Tue Aug 20 20:52:14 2002 UTC (21 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.32: +0 -1 lines
Diff to previous 1.32
Mistake - didn't mean to change this file

Revision 1.32 / (view) - annotate - [select for diffs] , Tue Aug 20 20:30:03 2002 UTC (21 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.31: +1 -0 lines
Diff to previous 1.31
change include for Linkage.hpegasus/src/Pegasus/HandlerService/HandlerTable.h

Revision 1.31 / (view) - annotate - [select for diffs] , Mon Jul 15 05:22:11 2002 UTC (21 years, 11 months 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_BRANCH
Changes since 1.30: +0 -6 lines
Diff to previous 1.30
HP-DME: Added REPOSITORY_DIR variable.

Revision 1.30 / (view) - annotate - [select for diffs] , Thu Jun 20 21:05:18 2002 UTC (22 years ago) by mday
Branch: MAIN
CVS Tags: VERSION_2_00_RC_1
Changes since 1.29: +10 -2 lines
Diff to previous 1.29
fixed a bug in HTTPAcceptor that would cause the cimserver to stop processing incoming tcp data

Revision 1.29 / (view) - annotate - [select for diffs] , Wed Jun 19 21:06:33 2002 UTC (22 years ago) by mday
Branch: MAIN
Changes since 1.28: +2 -12 lines
Diff to previous 1.28
Monitor rewritten to integrate IP state information in one place

Revision 1.28 / (view) - annotate - [select for diffs] , Mon Jun 10 19:33:49 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.27: +0 -1 lines
Diff to previous 1.27
HP-RK Clean up asserts.

Revision 1.27 / (view) - annotate - [select for diffs] , Fri May 31 23:56:32 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_10
Changes since 1.26: +8 -8 lines
Diff to previous 1.26
HP-RK Update license header.

Revision 1.26 / (view) - annotate - [select for diffs] , Thu May 30 22:37:36 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.25: +14 -11 lines
Diff to previous 1.25
 more fixes/optimizations to tcp connection handling

Revision 1.25 / (view) - annotate - [select for diffs] , Tue May 28 20:53:05 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 / (view) - annotate - [select for diffs] , Tue May 28 19:05:35 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.23: +12 -13 lines
Diff to previous 1.23
 more tweaks to httpconnection

Revision 1.23 / (view) - annotate - [select for diffs] , Tue May 28 17:38:49 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.22: +32 -23 lines
Diff to previous 1.22
 attempted fix to HTTPConnection to allow for socket events to have partial messages

Revision 1.22 / (view) - annotate - [select for diffs] , Mon May 27 15:07:28 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.21: +29 -7 lines
Diff to previous 1.21
HP-DME: Adding additional semaphore semantics around socket reads and writes. Changes are isolated by LOCK_CONNECTION_ENABLED define.

Revision 1.21 / (view) - annotate - [select for diffs] , Thu May 23 19:11:56 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.20: +12 -14 lines
Diff to previous 1.20
 fixed bugs in http parallel http connection handling

Revision 1.20 / (view) - annotate - [select for diffs] , Mon May 20 17:24:09 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.19: +4 -0 lines
Diff to previous 1.19
HP-RK Fix build for HP-UX.

Revision 1.19 / (view) - annotate - [select for diffs] , Mon May 20 14:07:31 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.18: +64 -31 lines
Diff to previous 1.18
 parallel tcp connection handling initial checkin

Revision 1.18 / (view) - annotate - [select for diffs] , Wed May 15 16:15:34 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.17: +10 -7 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 / (view) - annotate - [select for diffs] , Sat Apr 13 00:06:12 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
HP-RK Enable signal handling on HP-UX.

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Apr 11 23:58:21 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.15: +2 -6 lines
Diff to previous 1.15
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.15 / (view) - annotate - [select for diffs] , Thu Apr 11 23:39:02 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.14: +7 -0 lines
Diff to previous 1.14
HP-SF: Updated HTTPConnection to do a cov_write.

Revision 1.14 / (view) - annotate - [select for diffs] , Sat Apr 6 19:56:39 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
DME: Add Support for HPUX IA-64

Revision 1.13 / (view) - annotate - [select for diffs] , Sun Mar 31 00:37:56 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
DME: Add support for Debian IA-64 Linux.

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Mar 21 22:11:15 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
HP-Nag: Implemented Server side Basic authentication handling code and cleaned up ATTN's in the authentication releated files. Implemented a new AuthenticationInfoRep class and modified the related files. Added more test cases to test the authentication classes.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Mar 6 17:36:26 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.10: +9 -6 lines
Diff to previous 1.10
make the timeout workaround hack unconditional, will leave it as it is until we rewrite portions of the socket handling code

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

Revision 1.9 / (view) - annotate - [select for diffs] , Tue Mar 5 23:50:48 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
HP-RK Add 400 Bad Request to the list of wbemexec and HTTPConnection bodyless messages.

Revision 1.8 / (view) - annotate - [select for diffs] , Sun Mar 3 20:18:59 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.7: +10 -2 lines
Diff to previous 1.7
Modified TIMEOUTHACK to work with new architecture.

Revision 1.7 / (view) - annotate - [select for diffs] , Sat Mar 2 17:42:17 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.6: +43 -11 lines
Diff to previous 1.6
Add more trace code.

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Feb 26 15:00:42 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.5: +9 -4 lines
Diff to previous 1.5
fixed bug that caused segv when deleted HTTP connection

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Feb 25 23:57:07 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.4: +74 -63 lines
Diff to previous 1.4
 lots of changes to support mixing of legacy and async messages in queues

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Feb 11 01:17:41 2002 UTC (22 years, 4 months ago) by mday
Branch: MAIN
Changes since 1.3: +10 -9 lines
Diff to previous 1.3
MessageQueueService integration

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Jan 28 05:54:29 2002 UTC (22 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: pre-meta-dispatcher, VERSION_1_07
Changes since 1.2: +26 -0 lines
Diff to previous 1.2
Series of modifications to resolve problems running tests of HPUX

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

Revision 1.1.2.18 / (view) - annotate - [select for diffs] , Wed Dec 12 20:17:46 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
CVS Tags: dev_dead
Changes since 1.1.2.17: +13 -31 lines
Diff to previous 1.1.2.17 to branch point 1.1 to next main 1.2
CIMOM Shutdown Service rework.

Revision 1.1.2.17 / (view) - annotate - [select for diffs] , Thu Dec 6 19:41:32 2001 UTC (22 years, 6 months ago) by sage
Branch: dev
Changes since 1.1.2.16: +16 -13 lines
Diff to previous 1.1.2.16 to branch point 1.1
SSL Support: Substituted Socket with MP_Socket (multipurpose)

Revision 1.1.2.16 / (view) - annotate - [select for diffs] , Wed Dec 5 23:20:59 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.15: +43 -2 lines
Diff to previous 1.1.2.15 to branch point 1.1
Add CIMOM Shutdown Service and shutdown CLI.

Revision 1.1.2.15 / (view) - annotate - [select for diffs] , Mon Dec 3 11:19:14 2001 UTC (22 years, 6 months ago) by sage
Branch: dev
Changes since 1.1.2.14: +2 -0 lines
Diff to previous 1.1.2.14 to branch point 1.1
FIX: include Config.h explicitly

Revision 1.1.2.14 / (view) - annotate - [select for diffs] , Tue Nov 20 22:21:39 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.13: +11 -1 lines
Diff to previous 1.1.2.13 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.13 / (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.12: +1 -1 lines
Diff to previous 1.1.2.12 to branch point 1.1
Fixed compiler warnings on Linux/GNU C++.

Revision 1.1.2.12 / (view) - annotate - [select for diffs] , Mon Oct 1 20:45:41 2001 UTC (22 years, 9 months ago) by mday
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.1.2.11: +1 -1 lines
Diff to previous 1.1.2.11 to branch point 1.1
OperationContext class written, many minor changes to repositorya nd provider makefiles

Revision 1.1.2.11 / (view) - annotate - [select for diffs] , Tue Sep 25 14:46:39 2001 UTC (22 years, 9 months ago) by sage
Branch: dev
Changes since 1.1.2.10: +8 -3 lines
Diff to previous 1.1.2.10 to branch point 1.1
initial Signal Handler support (linux only): ignore SIGPIPE

Revision 1.1.2.10 / (view) - annotate - [select for diffs] , Mon Aug 27 13:29:54 2001 UTC (22 years, 10 months ago) by sage
Branch: dev
Changes since 1.1.2.9: +10 -1 lines
Diff to previous 1.1.2.9 to branch point 1.1
FIX: SIGPIPE problem

Revision 1.1.2.9 / (view) - annotate - [select for diffs] , Mon Aug 20 01:37:39 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.8: +5 -3 lines
Diff to previous 1.1.2.8 to branch point 1.1
Modules retrofit

Revision 1.1.2.8 / (view) - annotate - [select for diffs] , Fri Aug 17 22:23:20 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.7: +1 -158 lines
Diff to previous 1.1.2.7 to branch point 1.1
update

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Fri Aug 17 09:27:38 2001 UTC (22 years, 10 months ago) by sage
Branch: dev
Changes since 1.1.2.6: +1 -1 lines
Diff to previous 1.1.2.6 to branch point 1.1
FIX: _Min() needs a type

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Fri Aug 17 03:26:04 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.5: +38 -5 lines
Diff to previous 1.1.2.5 to branch point 1.1
new

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Thu Aug 16 21:35:26 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.4: +21 -54 lines
Diff to previous 1.1.2.4 to branch point 1.1
new

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Thu Aug 16 19:41:48 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.3: +235 -9 lines
Diff to previous 1.1.2.3 to branch point 1.1
new

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Thu Aug 2 01:15:49 2001 UTC (22 years, 11 months ago) by mike
Branch: dev
CVS Tags: version_1_01
Changes since 1.1.2.2: +150 -3 lines
Diff to previous 1.1.2.2 to branch point 1.1
more on HTTP stuff

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Wed Aug 1 20:34:56 2001 UTC (22 years, 11 months ago) by mike
Branch: dev
Changes since 1.1.2.1: +0 -14 lines
Diff to previous 1.1.2.1 to branch point 1.1
fixed build on NT

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Wed Aug 1 20:07:09 2001 UTC (22 years, 11 months ago) by mike
Branch: dev
Changes since 1.1: +96 -0 lines
Diff to previous 1.1
New files

Revision 1.1 , Wed Aug 1 20:07:09 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Branch point for: dev
FILE REMOVED
file HTTPConnection.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