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)
Current tag: RELEASE_2_6-branch

Revision 1.125.4.15 / (view) - annotate - [select for diffs] , Fri Feb 1 17:50:16 2008 UTC (16 years, 5 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.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.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.125.4.12 / (view) - annotate - [select for diffs] , Wed Jan 2 21:05:03 2008 UTC (16 years, 6 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.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.125.4.10 / (view) - annotate - [select for diffs] , Fri Nov 2 17:31:32 2007 UTC (16 years, 8 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.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.125.4.7 / (view) - annotate - [select for diffs] , Thu Aug 2 07:08:02 2007 UTC (16 years, 11 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.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.125.4.5 / (view) - annotate - [select for diffs] , Wed Apr 4 10:04:44 2007 UTC (17 years, 3 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.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.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.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.125.4.1 / (view) - annotate - [select for diffs] , Tue Mar 6 18:38:27 2007 UTC (17 years, 4 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.125 / (view) - annotate - [select for diffs] , Fri Dec 1 21:03:27 2006 UTC (17 years, 7 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

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