CVS log for pegasus/src/Pegasus/Common/Socket.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.42 / (view) - annotate - [select for diffs] , Mon Nov 10 16:16:47 2014 UTC (9 years, 6 months ago) by jsafrane
Branch: MAIN
CVS Tags: RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, HEAD
Changes since 1.41: +12 -0 lines
Diff to previous 1.41
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.39.2.1 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:13 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.39: +9 -7 lines
Diff to previous 1.39 to next main 1.40
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.41 / (view) - annotate - [select for diffs] , Thu Dec 13 14:38:55 2012 UTC (11 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Changes since 1.40: +7 -7 lines
Diff to previous 1.40
BUG#:9482
TITLE: Cleanup unused parameters warnings in the pegcommon library and half of interal SLP API

DESCRIPTION:

Revision 1.40 / (view) - annotate - [select for diffs] , Mon Oct 22 10:18:18 2012 UTC (11 years, 7 months ago) by marek
Branch: MAIN
Changes since 1.39: +2 -0 lines
Diff to previous 1.39
BUG#:9424
TITLE: Remove unused variables in Common and General lib

DESCRIPTION:

Revision 1.39 / (view) - annotate - [select for diffs] , Wed Oct 13 12:46:26 2010 UTC (13 years, 7 months ago) by marek
Branch: MAIN
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-root, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.38: +2 -7 lines
Diff to previous 1.38
BUG#:8861
TITLE: timedConnect() should do retries on ECONNREFUSED

DESCRIPTION:

Revision 1.38 / (view) - annotate - [select for diffs] , Thu Feb 5 08:13:21 2009 UTC (15 years, 3 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch
Changes since 1.37: +6 -0 lines
Diff to previous 1.37
BUG#: 2540
TITLE: Socket::initializeInterface() uses non-thread safe _socketInterfaceRefCount
DESCRIPTION: Used Mutex to protect _socketInterfaceRefCount

Revision 1.37 / (view) - annotate - [select for diffs] , Tue Dec 2 09:00:52 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0-FC, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, HPUX_TEST
Changes since 1.36: +6 -6 lines
Diff to previous 1.36
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.27.4.4 / (view) - annotate - [select for diffs] , Wed Oct 1 16:04:31 2008 UTC (15 years, 8 months ago) by kumpf
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
Changes since 1.27.4.3: +20 -2 lines
Diff to previous 1.27.4.3 to branch point 1.27 to next main 1.28
BUG#: 7958
TITLE: Socket::timedConnect does not handle EAGAIN
DESCRIPTION: Retry the connect() on a temporary error condition.

Revision 1.32.4.2 / (view) - annotate - [select for diffs] , Wed Oct 1 16:03:46 2008 UTC (15 years, 8 months ago) by kumpf
Branch: RELEASE_2_8-branch
CVS Tags: RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1
Changes since 1.32.4.1: +20 -2 lines
Diff to previous 1.32.4.1 to branch point 1.32 to next main 1.33
BUG#: 7957
TITLE: Socket::timedConnect does not handle EAGAIN
DESCRIPTION: Retry the connect() on a temporary error condition.

Revision 1.35 / (view) - annotate - [select for diffs] , Tue Sep 30 17:21:35 2008 UTC (15 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.34: +20 -2 lines
Diff to previous 1.34
BUG#: 7867
TITLE: Socket::timedConnect does not handle EAGAIN
DESCRIPTION: Retry the connect() on a temporary error condition.

Revision 1.27.4.3 / (view) - annotate - [select for diffs] , Mon Sep 15 04:09:37 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: RELEASE_2_7-branch
Changes since 1.27.4.2: +6 -0 lines
Diff to previous 1.27.4.2 to branch point 1.27
BUG#: 7901
TITLE: Socket::timedConnect() does not work properly on Windows.
DESCRIPTION:

Revision 1.32.4.1 / (view) - annotate - [select for diffs] , Fri Sep 12 06:56:43 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: RELEASE_2_8-branch
Changes since 1.32: +6 -0 lines
Diff to previous 1.32
BUG#: 7900
TITLE: Socket::timedConnect() does not work properly on Windows.
DESCRIPTION:

Revision 1.34 / (view) - annotate - [select for diffs] , Wed Sep 10 16:16:07 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.33: +6 -0 lines
Diff to previous 1.33
BUG#: 7871
TITLE: Socket::timedConnect() does not work properly on Windows.
DESCRIPTION: Pass socket descriptor to exceptfds in socket() call on Windows.

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Aug 14 16:30:39 2008 UTC (15 years, 9 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.32: +3 -2 lines
Diff to previous 1.32
BUG#: 7830
TITLE: Logger::put_l should use MessageLoaderParms
DESCRIPTION: Use a MessageLoaderParms parameter in localizable logging calls.

Revision 1.31.4.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:18:02 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.31: +4 -4 lines
Diff to previous 1.31 to next main 1.32
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.32 / (view) - annotate - [select for diffs] , Thu Jun 19 16:57:01 2008 UTC (15 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root
Branch point for: RELEASE_2_8-branch
Changes since 1.31: +4 -4 lines
Diff to previous 1.31
BUG#:7749
TITLE: Trace Level checking (everything, but Pegasus/Server)

DESCRIPTION:

Revision 1.27.4.2 / (view) - annotate - [select for diffs] , Wed Mar 26 18:28:26 2008 UTC (16 years, 2 months ago) by carson.hovey
Branch: RELEASE_2_7-branch
CVS Tags: RELEASE_2_7_1-RC1, RELEASE_2_7_1
Changes since 1.27.4.1: +3 -0 lines
Diff to previous 1.27.4.1 to branch point 1.27
BUG#: 7556
TITLE: OpenVMS (2.7): Socket::disableBlocking() not ported correctly...

DESCRIPTION: This is the 2.7 version of Bug: 7551, 7555.

Revision 1.31 / (view) - annotate - [select for diffs] , Tue Mar 25 17:15:36 2008 UTC (16 years, 2 months ago) by carson.hovey
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.30: +3 -0 lines
Diff to previous 1.30
BUG#: 7555
BUG#: 7555
TITLE: OpenVMS: Socket::disableBlocking() not ported correctly...

DESCRIPTION: fix Socket::disableBlocking() for OpenVMS.

Revision 1.30 / (view) - annotate - [select for diffs] , Wed Feb 27 20:20:35 2008 UTC (16 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +8 -2 lines
Diff to previous 1.29
BUG#: 2539
TITLE: Socket::initializeInterface() incorrectly calls WSACleanup() on bad call to WSAStartup().
DESCRIPTION: Throw an exception when WSAStartup() fails.

Revision 1.29 / (view) - annotate - [select for diffs] , Tue Feb 26 19:15:05 2008 UTC (16 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.28: +8 -4 lines
Diff to previous 1.28
BUG#: 1092
TITLE: Potential socket leaks in HTTPConnector::connect()
DESCRIPTION: Use automatic objects to prevent resource leaks.

Revision 1.22.2.2 / (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
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5
Changes since 1.22.2.1: +109 -14 lines
Diff to previous 1.22.2.1 to branch point 1.22 to next main 1.23
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.26.4.1 / (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
CVS Tags: TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3, RELEASE_2_6_2-RC1, RELEASE_2_6_2, RELEASE_2_6-branch-clean
Changes since 1.26: +76 -30 lines
Diff to previous 1.26 to next main 1.27
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.27.4.1 / (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.27: +76 -30 lines
Diff to previous 1.27
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.28 / (view) - annotate - [select for diffs] , Tue Dec 18 18:50:45 2007 UTC (16 years, 5 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.27: +76 -30 lines
Diff to previous 1.27
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.27.2.1 / (view) - annotate - [select for diffs] , Fri Sep 14 02:22:31 2007 UTC (16 years, 8 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-2008-10-23
Changes since 1.27: +8 -2 lines
Diff to previous 1.27 to next main 1.28
PEP#: 305
TITLE: VxWorks Porting
DESCRIPTION: Ongoing VxWorks porting

Revision 1.27 / (view) - annotate - [select for diffs] , Fri Jul 27 17:37:17 2007 UTC (16 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, RELEASE_2_7_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: TASK-PEP305_VXWORKS-branch, RELEASE_2_7-branch
Changes since 1.26: +16 -17 lines
Diff to previous 1.26
BUG#: 6334
TITLE: Socket::createSocket does not handle EAGAIN error
DESCRIPTION: Retry the socket() call on an EAGAIN error.  z/OS semantics are unchanged.

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Nov 10 18:14:58 2006 UTC (17 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch, TASK-PEP274_dacim-branch, TASK-Bug2102_RCMPIWindows-root, TASK-Bug2102_RCMPIWindows-merged_out_to_branch, TASK-Bug2102_RCMPIWindows-merged_out_from_trunk, TASK-Bug2102_RCMPIWindows-merged_in_to_trunk, TASK-Bug2102_RCMPIWindows-merged_in_from_branch, TASK-Bug2102_RCMPIWindows-branch, TASK-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, RELEASE_2_6_1-RC1, RELEASE_2_6_1, RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch
Changes since 1.25: +44 -43 lines
Diff to previous 1.25
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.25 / (view) - annotate - [select for diffs] , Wed Oct 4 10:20:36 2006 UTC (17 years, 8 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-TASK-BUG4011_WinLocalConnect-branch-New-root, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_to_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_from_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_to_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_from_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch, TASK-PEP268_SSLClientCertificatePropagation-root, TASK-PEP268_SSLClientCertificatePropagation-merged_out_to_branch, TASK-PEP268_SSLClientCertificatePropagation-merged_out_from_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_to_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_from_branch, TASK-PEP268_SSLClientCertificatePropagation-branch, TASK-PEP267_SLPReregistrationSupport-root, TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_to_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_from_branch, TASK-PEP267_SLPReregistrationSupport-branch, TASK-Bugs5690_3913_RemoteCMPI-root, TASK-Bugs5690_3913_RemoteCMPI-merged_out_to_branch, TASK-Bugs5690_3913_RemoteCMPI-merged_out_from_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_to_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_from_branch, TASK-Bugs5690_3913_RemoteCMPI-branch, TASK-Bug2021_RemoteCMPIonWindows-root, TASK-Bug2021_RemoteCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RemoteCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RemoteCMPIonWindows-branch, TASK-Bug2021_RCMPIonWindows-root, TASK-Bug2021_RCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RCMPIonWindows-branch, TASK-BUG4011_WinLocalConnect-branch-New
Changes since 1.24: +94 -0 lines
Diff to previous 1.24
BUG#: 5638
TITLE: z/OS: Cimserver does not reconnect after restart of the TCPIP stack

DESCRIPTION: If an acceptor connection is broken, the socket is new created.

Revision 1.22.2.1 / (view) - annotate - [select for diffs] , Wed Aug 16 12:08:56 2006 UTC (17 years, 9 months ago) by marek
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3
Changes since 1.22: +98 -0 lines
Diff to previous 1.22
BUG#:5298
TITLE: switch Pegasus from blocking to non-blocking writes

DESCRIPTION:

Revision 1.24 / (view) - annotate - [select for diffs] , Mon Jul 17 13:34:39 2006 UTC (17 years, 10 months ago) by marek
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.23: +65 -0 lines
Diff to previous 1.23
BUG#:5226
TITLE: switch Pegasus from blocking to non-blocking writes

DESCRIPTION: Committed third patch, aka approved version

Revision 1.23 / (view) - annotate - [select for diffs] , Mon Jun 26 21:23:29 2006 UTC (17 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.22: +43 -53 lines
Diff to previous 1.22
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.21.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:38 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 to next main 1.22
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.22 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:07 2006 UTC (18 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch, TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch, RELEASE_2_5_2-RC1, RELEASE_2_5_2, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.21: +4 -2 lines
Diff to previous 1.21
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.21 / (view) - annotate - [select for diffs] , Wed Oct 5 19:28:32 2005 UTC (18 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.20: +0 -39 lines
Diff to previous 1.20
BUG#: 4112
TITLE: Unused methods in Socket class
DESCRIPTION: Removed the leftover close2, disableBlocking2, and enableBlocking2 methods.

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Sep 28 13:54:08 2005 UTC (18 years, 8 months ago) by david.dillard
Branch: MAIN
Changes since 1.19: +15 -14 lines
Diff to previous 1.19
BUG#: 3166
TITLE: Changed to use PEGASUS_SOCKET define

DESCRIPTION: Changed so that sockets are now of type PEGASUS_SOCKET instead of Sint32.

Revision 1.19 / (view) - annotate - [select for diffs] , Mon Mar 14 08:43:03 2005 UTC (19 years, 2 months ago) by joyce.j
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-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-String, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, PEG25_IBM_5_16_05, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Changes since 1.18: +13 -10 lines
Diff to previous 1.18
BUG#: 2513
TITLE: HTTPAcceptor socket closed multiple times.

DESCRIPTION: Modified the code as proposed.

Revision 1.18 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:24 2005 UTC (19 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.17: +3 -1 lines
Diff to previous 1.17
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.17 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:17 2004 UTC (19 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.16: +6 -4 lines
Diff to previous 1.16
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.16 / (view) - annotate - [select for diffs] , Mon Jun 28 22:12:51 2004 UTC (19 years, 11 months ago) by konrad.r
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
PEP#: 152
TITLE: Make Pegasus Linux Standard Base (LSB) compliant

DESCRIPTION:
1). Source code compiles under LSB 1.3. Use env variable PEGASUS_LSB=1.

Revision 1.15 / (view) - annotate - [select for diffs] , Thu May 13 12:27:38 2004 UTC (20 years ago) by dudhe.girish
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
PEP#:124
TITLE:Open Pegasus 2.4 Mac OS X (Darwin) Port

DESCRIPTION:This file is updated for Mac OS X Support

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:04 2003 UTC (20 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.13: +5 -3 lines
Diff to previous 1.13
PEP 55 Update license on source files to current license text and date

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Oct 15 09:58:24 2003 UTC (20 years, 7 months ago) by keith.petley
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Bugzilla 764 - Minor changes to fix broken build on Solaris using gcc

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Sep 17 10:29:11 2003 UTC (20 years, 8 months ago) by marek
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze
Changes since 1.11: +0 -13 lines
Diff to previous 1.11
Fixes regarding Bug#574: build on zOS fails
changes tested on zOS, Linux Intel, Linux zSeries

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Aug 14 21:01:27 2003 UTC (20 years, 9 months ago) by mday
Branch: MAIN
Changes since 1.10: +58 -2 lines
Diff to previous 1.10
(head) new socket class heirarchy and test

Revision 1.9.4.8 / (view) - annotate - [select for diffs] , Wed Aug 13 20:12:03 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.9.4.7: +0 -598 lines
Diff to previous 1.9.4.7 to branch point 1.9 to next main 1.10
new pegasus_socket files

Revision 1.9.4.7 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:50 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.9.4.6: +0 -17 lines
Diff to previous 1.9.4.6 to branch point 1.9
merge with 2.3 localized code

Revision 1.10 / (view) - annotate - [select for diffs] , Tue Aug 12 17:02:41 2003 UTC (20 years, 9 months ago) by david
Branch: MAIN
Changes since 1.9: +0 -17 lines
Diff to previous 1.9
IBM-DR, PEP58, R2.3: I18N support

Revision 1.9.4.6 / (view) - annotate - [select for diffs] , Thu Jul 17 14:59:27 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.9.4.5: +12 -38 lines
Diff to previous 1.9.4.5 to branch point 1.9
finished bsd_socket and socket test program

Revision 1.9.4.5 / (view) - annotate - [select for diffs] , Thu Jul 10 20:41:12 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.9.4.4: +266 -1 lines
Diff to previous 1.9.4.4 to branch point 1.9
completed first phase socket class, started reworking message class

Revision 1.9.4.4 / (view) - annotate - [select for diffs] , Wed Jul 9 18:56:07 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.9.4.3: +244 -32 lines
Diff to previous 1.9.4.3 to branch point 1.9
completed the bsd_socket_rep class

Revision 1.9.4.3 / (view) - annotate - [select for diffs] , Wed Jul 9 13:44:09 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.9.4.2: +15 -1 lines
Diff to previous 1.9.4.2 to branch point 1.9
not sure

Revision 1.9.4.2 / (view) - annotate - [select for diffs] , Wed Jul 9 00:19:46 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.9.4.1: +17 -2 lines
Diff to previous 1.9.4.1 to branch point 1.9
additional work on new socket classes.

Revision 1.9.4.1 / (view) - annotate - [select for diffs] , Tue Jul 8 20:42:57 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.9: +174 -0 lines
Diff to previous 1.9
moved new socket classes to Socket.h and Socket.cpp. Started on bsd_socket_rep

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Jun 25 16:44:03 2003 UTC (20 years, 11 months ago) by tony
Branch: MAIN
Branch point for: pep_88
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
Add changes for .net 2k3 compile and run support

Revision 1.8 / (view) - annotate - [select for diffs] , Wed May 21 10:32:22 2003 UTC (21 years ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
changes necessary for Pegasus to work completely in ASCII on zOS zSeries

removed a bug in IPinfo.h, where the constructors of three subclasses did not match
between declaration and implementation leading to linkstep for ipinfo to fail

corrected mismatches between defines regarding Bug 300, leading to compile failing on zOS

change in readme.txt (added missing platform parameter for zOS, PEGASUS_PLATFORM)

corrected bug in zOS specific makefile, if PEGASUS_DEBUG is set

added define PEGASUS_HAS_SIGNALS, so signals will be handled by Pegasus, rather than zOS

Revision 1.7 / (view) - annotate - [select for diffs] , Tue Apr 15 11:05:48 2003 UTC (21 years, 1 month ago) by marek
Branch: MAIN
CVS Tags: PEGASUS_FC_VERSION_2_2
Changes since 1.6: +3 -0 lines
Diff to previous 1.6
PEP #41 changes need for proper build on z/OS

Revision 1.6.2.1 / (view) - annotate - [select for diffs] , Mon Oct 28 15:43:24 2002 UTC (21 years, 7 months ago) by mday
Changes since 1.6: +1 -18 lines
Diff to previous 1.6 to next main 1.7
merged with STABLE branch

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Sep 3 12:29:14 2002 UTC (21 years, 9 months ago) by chuck
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, mday-2-0-patches, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Changes since 1.5: +13 -0 lines
Diff to previous 1.5
OS/400 fixes

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Aug 22 13:56:51 2002 UTC (21 years, 9 months ago) by chuck
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
Changes to compile on OS/400

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

Revision 1.3 / (view) - annotate - [select for diffs] , Thu Mar 7 21:15:57 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
optimized conditional semaphore on windows, changed headers to include winsock2.h instead of deprecated winsock.h

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

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

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Thu Sep 13 16:31:17 2001 UTC (22 years, 8 months ago) by sage
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.1.2.5: +12 -0 lines
Diff to previous 1.1.2.5 to branch point 1.1
Initial z/OS support: (EBCDIC character)

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Mon Aug 20 13:53:00 2001 UTC (22 years, 9 months ago) by sage
Branch: dev
Changes since 1.1.2.4: +1 -1 lines
Diff to previous 1.1.2.4 to branch point 1.1
FIX: prevent recursion in Socket::close()

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Thu Aug 16 19:41:48 2001 UTC (22 years, 9 months ago) by mike
Branch: dev
Changes since 1.1.2.3: +1 -1 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, 10 months ago) by mike
Branch: dev
CVS Tags: version_1_01
Changes since 1.1.2.2: +18 -0 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, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.1: +23 -3 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, 10 months ago) by mike
Branch: dev
Changes since 1.1: +88 -0 lines
Diff to previous 1.1
New files

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